]> git.cworth.org Git - vogl/blob - glspec/dbg_gl_funcs.txt
- Initial support for KHR_debug API's in tracer/replayer
[vogl] / glspec / dbg_gl_funcs.txt
1 Functions:
2 Name: "CullFace", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3   Name: "mode", Type: "CullFaceMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4
5 Name: "FrontFace", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6   Name: "mode", Type: "FrontFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7
8 Name: "Hint", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9   Name: "target", Type: "HintTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10   Name: "mode", Type: "HintMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11
12 Name: "LineWidth", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13   Name: "width", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
14
15 Name: "PointSize", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
16   Name: "size", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
17
18 Name: "PolygonMode", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
19   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
20   Name: "mode", Type: "PolygonMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
21
22 Name: "Scissor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
23   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
24   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
25   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
26   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
27
28 Name: "TexParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
29   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
30   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
31   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
32
33 Name: "TexParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
34   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
35   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
36   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
37
38 Name: "TexParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
39   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
40   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
41   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
42
43 Name: "TexParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
44   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
45   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
46   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
47
48 Name: "TexImage1D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
49   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
50   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
51   Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
52   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
53   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
54   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
55   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
56   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
57
58 Name: "TexImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
59   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
60   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
61   Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
62   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
63   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
64   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
65   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
66   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
67   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
68
69 Name: "DrawBuffer", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
70   Name: "mode", Type: "DrawBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
71
72 Name: "Clear", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
73   Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
74
75 Name: "ClearColor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
76   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
77   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
78   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
79   Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
80
81 Name: "ClearStencil", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
82   Name: "s", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
83
84 Name: "ClearDepth", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
85   Name: "depth", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
86
87 Name: "StencilMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
88   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
89
90 Name: "ColorMask", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
91   Name: "red", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
92   Name: "green", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
93   Name: "blue", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
94   Name: "alpha", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
95
96 Name: "DepthMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
97   Name: "flag", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
98
99 Name: "Disable", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
100   Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
101
102 Name: "Enable", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
103   Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
104
105 Name: "Finish", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
106 Name: "Flush", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
107 Name: "BlendFunc", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
108   Name: "sfactor", Type: "BlendingFactorSrc", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
109   Name: "dfactor", Type: "BlendingFactorDest", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
110
111 Name: "LogicOp", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
112   Name: "opcode", Type: "LogicOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
113
114 Name: "StencilFunc", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
115   Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
116   Name: "ref", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
117   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
118
119 Name: "StencilOp", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
120   Name: "fail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
121   Name: "zfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
122   Name: "zpass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
123
124 Name: "DepthFunc", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
125   Name: "func", Type: "DepthFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
126
127 Name: "PixelStoref", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
128   Name: "pname", Type: "PixelStoreParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
129   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
130
131 Name: "PixelStorei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
132   Name: "pname", Type: "PixelStoreParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
133   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
134
135 Name: "ReadBuffer", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
136   Name: "mode", Type: "ReadBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
137
138 Name: "ReadPixels", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
139   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
140   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
141   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
142   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
143   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
144   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
145   Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
146
147 Name: "GetBooleanv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
148   Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
149   Name: "params", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
150
151 Name: "GetDoublev", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
152   Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
153   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
154
155 Name: "GetError", ParamNames: 0, Params: 0, Return: "ErrorCode", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
156 Name: "GetFloatv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
157   Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
158   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
159
160 Name: "GetIntegerv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
161   Name: "pname", Type: "GetPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
162   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
163
164 Name: "GetString", ParamNames: 1, Params: 1, Return: "String", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
165   Name: "name", Type: "StringName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
166
167 Name: "GetTexImage", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
168   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
169   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
170   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
171   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
172   Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0
173
174 Name: "GetTexParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
175   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
176   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
177   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
178
179 Name: "GetTexParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
180   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
181   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
182   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
183
184 Name: "GetTexLevelParameterfv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
185   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
186   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
187   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
188   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
189
190 Name: "GetTexLevelParameteriv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
191   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
192   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
193   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
194   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
195
196 Name: "IsEnabled", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
197   Name: "cap", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
198
199 Name: "DepthRange", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
200   Name: "near", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
201   Name: "far", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
202
203 Name: "Viewport", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
204   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
205   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
206   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
207   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
208
209 Name: "NewList", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
210   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
211   Name: "mode", Type: "ListMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
212
213 Name: "EndList", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
214 Name: "CallList", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
215   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
216
217 Name: "CallLists", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
218   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
219   Name: "type", Type: "ListNameType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
220   Name: "lists", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(n,type)]", Retained: 0
221
222 Name: "DeleteLists", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
223   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
224   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
225
226 Name: "GenLists", ParamNames: 1, Params: 1, Return: "List", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
227   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
228
229 Name: "ListBase", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
230   Name: "base", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
231
232 Name: "Begin", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
233   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
234
235 Name: "Bitmap", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
236   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
237   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
238   Name: "xorig", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
239   Name: "yorig", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
240   Name: "xmove", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
241   Name: "ymove", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
242   Name: "bitmap", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(width,height)]", Retained: 0
243
244 Name: "Color3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
245   Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
246   Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
247   Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
248
249 Name: "Color3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
250   Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
251
252 Name: "Color3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
253   Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
254   Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
255   Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
256
257 Name: "Color3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
258   Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
259
260 Name: "Color3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
261   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
262   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
263   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
264
265 Name: "Color3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
266   Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
267
268 Name: "Color3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
269   Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
270   Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
271   Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
272
273 Name: "Color3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
274   Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
275
276 Name: "Color3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
277   Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
278   Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
279   Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
280
281 Name: "Color3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
282   Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
283
284 Name: "Color3ub", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
285   Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
286   Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
287   Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
288
289 Name: "Color3ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
290   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
291
292 Name: "Color3ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
293   Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
294   Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
295   Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
296
297 Name: "Color3uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
298   Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
299
300 Name: "Color3us", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
301   Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
302   Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
303   Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
304
305 Name: "Color3usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
306   Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
307
308 Name: "Color4b", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
309   Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
310   Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
311   Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
312   Name: "alpha", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
313
314 Name: "Color4bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
315   Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
316
317 Name: "Color4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
318   Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
319   Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
320   Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
321   Name: "alpha", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
322
323 Name: "Color4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
324   Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
325
326 Name: "Color4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
327   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
328   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
329   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
330   Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
331
332 Name: "Color4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
333   Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
334
335 Name: "Color4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
336   Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
337   Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
338   Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
339   Name: "alpha", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
340
341 Name: "Color4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
342   Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
343
344 Name: "Color4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
345   Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
346   Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
347   Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
348   Name: "alpha", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
349
350 Name: "Color4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
351   Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
352
353 Name: "Color4ub", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
354   Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
355   Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
356   Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
357   Name: "alpha", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
358
359 Name: "Color4ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
360   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
361
362 Name: "Color4ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
363   Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
364   Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
365   Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
366   Name: "alpha", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
367
368 Name: "Color4uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
369   Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
370
371 Name: "Color4us", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
372   Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
373   Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
374   Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
375   Name: "alpha", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
376
377 Name: "Color4usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
378   Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
379
380 Name: "EdgeFlag", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
381   Name: "flag", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
382
383 Name: "EdgeFlagv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
384   Name: "flag", Type: "Boolean", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
385
386 Name: "End", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
387 Name: "Indexd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
388   Name: "c", Type: "ColorIndexValueD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
389
390 Name: "Indexdv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
391   Name: "c", Type: "ColorIndexValueD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
392
393 Name: "Indexf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
394   Name: "c", Type: "ColorIndexValueF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
395
396 Name: "Indexfv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
397   Name: "c", Type: "ColorIndexValueF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
398
399 Name: "Indexi", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
400   Name: "c", Type: "ColorIndexValueI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
401
402 Name: "Indexiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
403   Name: "c", Type: "ColorIndexValueI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
404
405 Name: "Indexs", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
406   Name: "c", Type: "ColorIndexValueS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
407
408 Name: "Indexsv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
409   Name: "c", Type: "ColorIndexValueS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
410
411 Name: "Normal3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
412   Name: "nx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
413   Name: "ny", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
414   Name: "nz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
415
416 Name: "Normal3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
417   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
418
419 Name: "Normal3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
420   Name: "nx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
421   Name: "ny", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
422   Name: "nz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
423
424 Name: "Normal3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
425   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
426
427 Name: "Normal3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
428   Name: "nx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
429   Name: "ny", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
430   Name: "nz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
431
432 Name: "Normal3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
433   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
434
435 Name: "Normal3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
436   Name: "nx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
437   Name: "ny", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
438   Name: "nz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
439
440 Name: "Normal3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
441   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
442
443 Name: "Normal3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
444   Name: "nx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
445   Name: "ny", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
446   Name: "nz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
447
448 Name: "Normal3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
449   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
450
451 Name: "RasterPos2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
452   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
453   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
454
455 Name: "RasterPos2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
456   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
457
458 Name: "RasterPos2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
459   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
460   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
461
462 Name: "RasterPos2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
463   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
464
465 Name: "RasterPos2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
466   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
467   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
468
469 Name: "RasterPos2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
470   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
471
472 Name: "RasterPos2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
473   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
474   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
475
476 Name: "RasterPos2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
477   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
478
479 Name: "RasterPos3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
480   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
481   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
482   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
483
484 Name: "RasterPos3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
485   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
486
487 Name: "RasterPos3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
488   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
489   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
490   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
491
492 Name: "RasterPos3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
493   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
494
495 Name: "RasterPos3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
496   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
497   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
498   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
499
500 Name: "RasterPos3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
501   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
502
503 Name: "RasterPos3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
504   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
505   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
506   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
507
508 Name: "RasterPos3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
509   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
510
511 Name: "RasterPos4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
512   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
513   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
514   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
515   Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
516
517 Name: "RasterPos4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
518   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
519
520 Name: "RasterPos4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
521   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
522   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
523   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
524   Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
525
526 Name: "RasterPos4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
527   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
528
529 Name: "RasterPos4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
530   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
531   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
532   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
533   Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
534
535 Name: "RasterPos4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
536   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
537
538 Name: "RasterPos4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
539   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
540   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
541   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
542   Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
543
544 Name: "RasterPos4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
545   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
546
547 Name: "Rectd", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
548   Name: "x1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
549   Name: "y1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
550   Name: "x2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
551   Name: "y2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
552
553 Name: "Rectdv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
554   Name: "v1", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
555   Name: "v2", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
556
557 Name: "Rectf", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
558   Name: "x1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
559   Name: "y1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
560   Name: "x2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
561   Name: "y2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
562
563 Name: "Rectfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
564   Name: "v1", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
565   Name: "v2", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
566
567 Name: "Recti", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
568   Name: "x1", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
569   Name: "y1", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
570   Name: "x2", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
571   Name: "y2", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
572
573 Name: "Rectiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
574   Name: "v1", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
575   Name: "v2", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
576
577 Name: "Rects", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
578   Name: "x1", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
579   Name: "y1", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
580   Name: "x2", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
581   Name: "y2", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
582
583 Name: "Rectsv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
584   Name: "v1", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
585   Name: "v2", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
586
587 Name: "TexCoord1d", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
588   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
589
590 Name: "TexCoord1dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
591   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
592
593 Name: "TexCoord1f", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
594   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
595
596 Name: "TexCoord1fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
597   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
598
599 Name: "TexCoord1i", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
600   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
601
602 Name: "TexCoord1iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
603   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
604
605 Name: "TexCoord1s", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
606   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
607
608 Name: "TexCoord1sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
609   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
610
611 Name: "TexCoord2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
612   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
613   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
614
615 Name: "TexCoord2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
616   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
617
618 Name: "TexCoord2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
619   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
620   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
621
622 Name: "TexCoord2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
623   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
624
625 Name: "TexCoord2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
626   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
627   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
628
629 Name: "TexCoord2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
630   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
631
632 Name: "TexCoord2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
633   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
634   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
635
636 Name: "TexCoord2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
637   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
638
639 Name: "TexCoord3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
640   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
641   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
642   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
643
644 Name: "TexCoord3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
645   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
646
647 Name: "TexCoord3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
648   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
649   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
650   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
651
652 Name: "TexCoord3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
653   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
654
655 Name: "TexCoord3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
656   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
657   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
658   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
659
660 Name: "TexCoord3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
661   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
662
663 Name: "TexCoord3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
664   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
665   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
666   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
667
668 Name: "TexCoord3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
669   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
670
671 Name: "TexCoord4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
672   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
673   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
674   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
675   Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
676
677 Name: "TexCoord4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
678   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
679
680 Name: "TexCoord4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
681   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
682   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
683   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
684   Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
685
686 Name: "TexCoord4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
687   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
688
689 Name: "TexCoord4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
690   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
691   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
692   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
693   Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
694
695 Name: "TexCoord4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
696   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
697
698 Name: "TexCoord4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
699   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
700   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
701   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
702   Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
703
704 Name: "TexCoord4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
705   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
706
707 Name: "Vertex2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
708   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
709   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
710
711 Name: "Vertex2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
712   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
713
714 Name: "Vertex2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
715   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
716   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
717
718 Name: "Vertex2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
719   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
720
721 Name: "Vertex2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
722   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
723   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
724
725 Name: "Vertex2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
726   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
727
728 Name: "Vertex2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
729   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
730   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
731
732 Name: "Vertex2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
733   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
734
735 Name: "Vertex3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
736   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
737   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
738   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
739
740 Name: "Vertex3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
741   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
742
743 Name: "Vertex3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
744   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
745   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
746   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
747
748 Name: "Vertex3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
749   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
750
751 Name: "Vertex3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
752   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
753   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
754   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
755
756 Name: "Vertex3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
757   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
758
759 Name: "Vertex3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
760   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
761   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
762   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
763
764 Name: "Vertex3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
765   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
766
767 Name: "Vertex4d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
768   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
769   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
770   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
771   Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
772
773 Name: "Vertex4dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
774   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
775
776 Name: "Vertex4f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
777   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
778   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
779   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
780   Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
781
782 Name: "Vertex4fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
783   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
784
785 Name: "Vertex4i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
786   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
787   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
788   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
789   Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
790
791 Name: "Vertex4iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
792   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
793
794 Name: "Vertex4s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
795   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
796   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
797   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
798   Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
799
800 Name: "Vertex4sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
801   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
802
803 Name: "ClipPlane", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
804   Name: "plane", Type: "ClipPlaneName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
805   Name: "equation", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
806
807 Name: "ColorMaterial", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
808   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
809   Name: "mode", Type: "ColorMaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
810
811 Name: "Fogf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
812   Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
813   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
814
815 Name: "Fogfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
816   Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
817   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
818
819 Name: "Fogi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
820   Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
821   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
822
823 Name: "Fogiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
824   Name: "pname", Type: "FogParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
825   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
826
827 Name: "Lightf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
828   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
829   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
830   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
831
832 Name: "Lightfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
833   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
834   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
835   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
836
837 Name: "Lighti", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
838   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
839   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
840   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
841
842 Name: "Lightiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
843   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
844   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
845   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
846
847 Name: "LightModelf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
848   Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
849   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
850
851 Name: "LightModelfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
852   Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
853   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
854
855 Name: "LightModeli", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
856   Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
857   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
858
859 Name: "LightModeliv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
860   Name: "pname", Type: "LightModelParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
861   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
862
863 Name: "LineStipple", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
864   Name: "factor", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
865   Name: "pattern", Type: "LineStipple", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
866
867 Name: "Materialf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
868   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
869   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
870   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
871
872 Name: "Materialfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
873   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
874   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
875   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
876
877 Name: "Materiali", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
878   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
879   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
880   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
881
882 Name: "Materialiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
883   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
884   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
885   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
886
887 Name: "PolygonStipple", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
888   Name: "mask", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
889
890 Name: "ShadeModel", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
891   Name: "mode", Type: "ShadingModel", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
892
893 Name: "TexEnvf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
894   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
895   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
896   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
897
898 Name: "TexEnvfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
899   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
900   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
901   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
902
903 Name: "TexEnvi", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
904   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
905   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
906   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
907
908 Name: "TexEnviv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
909   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
910   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
911   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
912
913 Name: "TexGend", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
914   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
915   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
916   Name: "param", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
917
918 Name: "TexGendv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
919   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
920   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
921   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
922
923 Name: "TexGenf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
924   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
925   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
926   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
927
928 Name: "TexGenfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
929   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
930   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
931   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
932
933 Name: "TexGeni", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
934   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
935   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
936   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
937
938 Name: "TexGeniv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
939   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
940   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
941   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
942
943 Name: "FeedbackBuffer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
944   Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
945   Name: "type", Type: "FeedbackType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
946   Name: "buffer", Type: "FeedbackElement", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1
947
948 Name: "SelectBuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
949   Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
950   Name: "buffer", Type: "SelectName", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1
951
952 Name: "RenderMode", ParamNames: 1, Params: 1, Return: "Int32", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
953   Name: "mode", Type: "RenderingMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
954
955 Name: "InitNames", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
956 Name: "LoadName", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
957   Name: "name", Type: "SelectName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
958
959 Name: "PassThrough", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
960   Name: "token", Type: "FeedbackElement", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
961
962 Name: "PopName", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
963 Name: "PushName", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
964   Name: "name", Type: "SelectName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
965
966 Name: "ClearAccum", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
967   Name: "red", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
968   Name: "green", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
969   Name: "blue", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
970   Name: "alpha", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
971
972 Name: "ClearIndex", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
973   Name: "c", Type: "MaskedColorIndexValueF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
974
975 Name: "IndexMask", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
976   Name: "mask", Type: "MaskedColorIndexValueI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
977
978 Name: "Accum", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
979   Name: "op", Type: "AccumOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
980   Name: "value", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
981
982 Name: "PopAttrib", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
983 Name: "PushAttrib", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
984   Name: "mask", Type: "AttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
985
986 Name: "Map1d", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
987   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
988   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
989   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
990   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
991   Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
992   Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,stride,order)]", Retained: 0
993
994 Name: "Map1f", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
995   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
996   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
997   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
998   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
999   Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1000   Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,stride,order)]", Retained: 0
1001
1002 Name: "Map2d", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1003   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1004   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1005   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1006   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1007   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1008   Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1009   Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1010   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1011   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1012   Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder)]", Retained: 0
1013
1014 Name: "Map2f", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1015   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1016   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1017   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1018   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1019   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1020   Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1021   Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1022   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1023   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1024   Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder)]", Retained: 0
1025
1026 Name: "MapGrid1d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1027   Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1028   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1029   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1030
1031 Name: "MapGrid1f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1032   Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1033   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1034   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1035
1036 Name: "MapGrid2d", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1037   Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1038   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1039   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1040   Name: "vn", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1041   Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1042   Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1043
1044 Name: "MapGrid2f", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1045   Name: "un", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1046   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1047   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1048   Name: "vn", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1049   Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1050   Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1051
1052 Name: "EvalCoord1d", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1053   Name: "u", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1054
1055 Name: "EvalCoord1dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1056   Name: "u", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1057
1058 Name: "EvalCoord1f", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1059   Name: "u", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1060
1061 Name: "EvalCoord1fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1062   Name: "u", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1063
1064 Name: "EvalCoord2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1065   Name: "u", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1066   Name: "v", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1067
1068 Name: "EvalCoord2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1069   Name: "u", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1070
1071 Name: "EvalCoord2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1072   Name: "u", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1073   Name: "v", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1074
1075 Name: "EvalCoord2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1076   Name: "u", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1077
1078 Name: "EvalMesh1", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1079   Name: "mode", Type: "MeshMode1", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1080   Name: "i1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1081   Name: "i2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1082
1083 Name: "EvalPoint1", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1084   Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1085
1086 Name: "EvalMesh2", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1087   Name: "mode", Type: "MeshMode2", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1088   Name: "i1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1089   Name: "i2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1090   Name: "j1", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1091   Name: "j2", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1092
1093 Name: "EvalPoint2", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1094   Name: "i", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1095   Name: "j", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1096
1097 Name: "AlphaFunc", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1098   Name: "func", Type: "AlphaFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1099   Name: "ref", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1100
1101 Name: "PixelZoom", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1102   Name: "xfactor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1103   Name: "yfactor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1104
1105 Name: "PixelTransferf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1106   Name: "pname", Type: "PixelTransferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1107   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1108
1109 Name: "PixelTransferi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1110   Name: "pname", Type: "PixelTransferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1111   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1112
1113 Name: "PixelMapfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1114   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1115   Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1116   Name: "values", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0
1117
1118 Name: "PixelMapuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1119   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1120   Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1121   Name: "values", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0
1122
1123 Name: "PixelMapusv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1124   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1125   Name: "mapsize", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1126   Name: "values", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[mapsize]", Retained: 0
1127
1128 Name: "CopyPixels", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1129   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1130   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1131   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1132   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1133   Name: "type", Type: "PixelCopyType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1134
1135 Name: "DrawPixels", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1136   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1137   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1138   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1139   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1140   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
1141
1142 Name: "GetClipPlane", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1143   Name: "plane", Type: "ClipPlaneName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1144   Name: "equation", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
1145
1146 Name: "GetLightfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1147   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1148   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1149   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1150
1151 Name: "GetLightiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1152   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1153   Name: "pname", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1154   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1155
1156 Name: "GetMapdv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1157   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1158   Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1159   Name: "v", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0
1160
1161 Name: "GetMapfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1162   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1163   Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1164   Name: "v", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0
1165
1166 Name: "GetMapiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1167   Name: "target", Type: "MapTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1168   Name: "query", Type: "GetMapQuery", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1169   Name: "v", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,query)]", Retained: 0
1170
1171 Name: "GetMaterialfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1172   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1173   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1174   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1175
1176 Name: "GetMaterialiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1177   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1178   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1179   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1180
1181 Name: "GetPixelMapfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1182   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1183   Name: "values", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
1184
1185 Name: "GetPixelMapuiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1186   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1187   Name: "values", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
1188
1189 Name: "GetPixelMapusv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1190   Name: "map", Type: "PixelMap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1191   Name: "values", Type: "UInt16", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
1192
1193 Name: "GetPolygonStipple", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1194   Name: "mask", Type: "UInt8", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
1195
1196 Name: "GetTexEnvfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1197   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1198   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1199   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1200
1201 Name: "GetTexEnviv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1202   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1203   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1204   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1205
1206 Name: "GetTexGendv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1207   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1208   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1209   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1210
1211 Name: "GetTexGenfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1212   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1213   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1214   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1215
1216 Name: "GetTexGeniv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1217   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1218   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1219   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1220
1221 Name: "IsList", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1222   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1223
1224 Name: "Frustum", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1225   Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1226   Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1227   Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1228   Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1229   Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1230   Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1231
1232 Name: "LoadIdentity", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1233 Name: "LoadMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1234   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1235
1236 Name: "LoadMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1237   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1238
1239 Name: "MatrixMode", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1240   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1241
1242 Name: "MultMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1243   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1244
1245 Name: "MultMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1246   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1247
1248 Name: "Ortho", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1249   Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1250   Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1251   Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1252   Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1253   Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1254   Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1255
1256 Name: "PopMatrix", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1257 Name: "PushMatrix", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1258 Name: "Rotated", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1259   Name: "angle", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1260   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1261   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1262   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1263
1264 Name: "Rotatef", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1265   Name: "angle", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1266   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1267   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1268   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1269
1270 Name: "Scaled", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1271   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1272   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1273   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1274
1275 Name: "Scalef", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1276   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1277   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1278   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1279
1280 Name: "Translated", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1281   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1282   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1283   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1284
1285 Name: "Translatef", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_0", Version: "1.0", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1286   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1287   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1288   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1289
1290 Name: "DrawArrays", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1291   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1292   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1293   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1294
1295 Name: "DrawElements", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1296   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1297   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1298   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1299   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
1300
1301 Name: "GetPointerv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
1302   Name: "pname", Type: "GetPointervPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1303   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
1304
1305 Name: "PolygonOffset", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1306   Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1307   Name: "units", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1308
1309 Name: "CopyTexImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1310   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1311   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1312   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1313   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1314   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1315   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1316   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1317
1318 Name: "CopyTexImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1319   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1320   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1321   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1322   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1323   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1324   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1325   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1326   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1327
1328 Name: "CopyTexSubImage1D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1329   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1330   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1331   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1332   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1333   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1334   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1335
1336 Name: "CopyTexSubImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1337   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1338   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1339   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1340   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1341   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1342   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1343   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1344   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1345
1346 Name: "TexSubImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1347   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1348   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1349   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1350   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1351   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1352   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1353   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
1354
1355 Name: "TexSubImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1356   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1357   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1358   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1359   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1360   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1361   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1362   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1363   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1364   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
1365
1366 Name: "BindTexture", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1367   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1368   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1369
1370 Name: "DeleteTextures", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
1371   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1372   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
1373
1374 Name: "GenTextures", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
1375   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1376   Name: "textures", Type: "Texture", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
1377
1378 Name: "IsTexture", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_1", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
1379   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1380
1381 Name: "ArrayElement", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1382   Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1383
1384 Name: "ColorPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1385   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1386   Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1387   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1388   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
1389
1390 Name: "DisableClientState", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1391   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1392
1393 Name: "EdgeFlagPointer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1394   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1395   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride)]", Retained: 1
1396
1397 Name: "EnableClientState", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1398   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1399
1400 Name: "IndexPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1401   Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1402   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1403   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
1404
1405 Name: "InterleavedArrays", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1406   Name: "format", Type: "InterleavedArrayFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1407   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1408   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,stride)]", Retained: 1
1409
1410 Name: "NormalPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1411   Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1412   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1413   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
1414
1415 Name: "TexCoordPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1416   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1417   Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1418   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1419   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
1420
1421 Name: "VertexPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1422   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1423   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1424   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1425   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
1426
1427 Name: "AreTexturesResident", ParamNames: 3, Params: 3, Return: "Boolean", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1428   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1429   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
1430   Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
1431
1432 Name: "PrioritizeTextures", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1433   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1434   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
1435   Name: "priorities", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
1436
1437 Name: "Indexub", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 0
1438   Name: "c", Type: "ColorIndexValueUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1439
1440 Name: "Indexubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 0
1441   Name: "c", Type: "ColorIndexValueUB", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1442
1443 Name: "PopClientAttrib", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1444 Name: "PushClientAttrib", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_1", Version: "1.1", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1445   Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1446
1447 Name: "BlendColor", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1448   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1449   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1450   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1451   Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1452
1453 Name: "BlendEquation", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1454   Name: "mode", Type: "BlendEquationMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1455
1456 Name: "DrawRangeElements", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1457   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1458   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1459   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1460   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1461   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1462   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
1463
1464 Name: "TexImage3D", ParamNames: 10, Params: 10, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
1465   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1466   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1467   Name: "internalformat", Type: "TextureComponentCount", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1468   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1469   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1470   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1471   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1472   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1473   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1474   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
1475
1476 Name: "TexSubImage3D", ParamNames: 11, Params: 11, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1477   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1478   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1479   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1480   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1481   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1482   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1483   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1484   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1485   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1486   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1487   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
1488
1489 Name: "CopyTexSubImage3D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1490   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1491   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1492   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1493   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1494   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1495   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1496   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1497   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1498   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1499
1500 Name: "ColorTable", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1501   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1502   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1503   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1504   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1505   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1506   Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
1507
1508 Name: "ColorTableParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1509   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1510   Name: "pname", Type: "ColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1511   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1512
1513 Name: "ColorTableParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1514   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1515   Name: "pname", Type: "ColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1516   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1517
1518 Name: "CopyColorTable", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1519   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1520   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1521   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1522   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1523   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1524
1525 Name: "GetColorTable", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1526   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1527   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1528   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1529   Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1530
1531 Name: "GetColorTableParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1532   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1533   Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1534   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1535
1536 Name: "GetColorTableParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1537   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1538   Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1539   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1540
1541 Name: "ColorSubTable", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1542   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1543   Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1544   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1545   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1546   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1547   Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,count)]", Retained: 0
1548
1549 Name: "CopyColorSubTable", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1550   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1551   Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1552   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1553   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1554   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1555
1556 Name: "ConvolutionFilter1D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1557   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1558   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1559   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1560   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1561   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1562   Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
1563
1564 Name: "ConvolutionFilter2D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1565   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1566   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1567   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1568   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1569   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1570   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1571   Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
1572
1573 Name: "ConvolutionParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1574   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1575   Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1576   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1577
1578 Name: "ConvolutionParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1579   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1580   Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1581   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1582
1583 Name: "ConvolutionParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1584   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1585   Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1586   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1587
1588 Name: "ConvolutionParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1589   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1590   Name: "pname", Type: "ConvolutionParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1591   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1592
1593 Name: "CopyConvolutionFilter1D", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1594   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1595   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1596   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1597   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1598   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1599
1600 Name: "CopyConvolutionFilter2D", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1601   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1602   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1603   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1604   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1605   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1606   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1607
1608 Name: "GetConvolutionFilter", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1609   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1610   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1611   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1612   Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1613
1614 Name: "GetConvolutionParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1615   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1616   Name: "pname", Type: "GetConvolutionParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1617   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1618
1619 Name: "GetConvolutionParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1620   Name: "target", Type: "ConvolutionTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1621   Name: "pname", Type: "GetConvolutionParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1622   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1623
1624 Name: "GetSeparableFilter", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1625   Name: "target", Type: "SeparableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1626   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1627   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1628   Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1629   Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1630   Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1631
1632 Name: "SeparableFilter2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1633   Name: "target", Type: "SeparableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1634   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1635   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1636   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1637   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1638   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1639   Name: "row", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,width)]", Retained: 0
1640   Name: "column", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,height)]", Retained: 0
1641
1642 Name: "GetHistogram", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1643   Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1644   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1645   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1646   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1647   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1648
1649 Name: "GetHistogramParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1650   Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1651   Name: "pname", Type: "GetHistogramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1652   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1653
1654 Name: "GetHistogramParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1655   Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1656   Name: "pname", Type: "GetHistogramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1657   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1658
1659 Name: "GetMinmax", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1660   Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1661   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1662   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1663   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1664   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
1665
1666 Name: "GetMinmaxParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1667   Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1668   Name: "pname", Type: "GetMinmaxParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1669   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1670
1671 Name: "GetMinmaxParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1672   Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1673   Name: "pname", Type: "GetMinmaxParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1674   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1675
1676 Name: "Histogram", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1677   Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1678   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1679   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1680   Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1681
1682 Name: "Minmax", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1683   Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1684   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1685   Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1686
1687 Name: "ResetHistogram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1688   Name: "target", Type: "HistogramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1689
1690 Name: "ResetMinmax", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_2", Version: "1.2", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1691   Name: "target", Type: "MinmaxTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1692
1693 Name: "ActiveTexture", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1694   Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1695
1696 Name: "SampleCoverage", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1697   Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1698   Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1699
1700 Name: "CompressedTexImage3D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1701   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1702   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1703   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1704   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1705   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1706   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1707   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1708   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1709   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1710
1711 Name: "CompressedTexImage2D", ParamNames: 8, Params: 8, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1712   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1713   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1714   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1715   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1716   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1717   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1718   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1719   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1720
1721 Name: "CompressedTexImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1722   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1723   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1724   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1725   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1726   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1727   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1728   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1729
1730 Name: "CompressedTexSubImage3D", ParamNames: 11, Params: 11, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1731   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1732   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1733   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1734   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1735   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1736   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1737   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1738   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1739   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1740   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1741   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1742
1743 Name: "CompressedTexSubImage2D", ParamNames: 9, Params: 9, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1744   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1745   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1746   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1747   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1748   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1749   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1750   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1751   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1752   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1753
1754 Name: "CompressedTexSubImage1D", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1755   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1756   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1757   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1758   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1759   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1760   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1761   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
1762
1763 Name: "GetCompressedTexImage", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
1764   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1765   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1766   Name: "img", Type: "CompressedTextureARB", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level)]", Retained: 0
1767
1768 Name: "ClientActiveTexture", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1769   Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1770
1771 Name: "MultiTexCoord1d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1772   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1773   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1774
1775 Name: "MultiTexCoord1dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1776   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1777   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1778
1779 Name: "MultiTexCoord1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1780   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1781   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1782
1783 Name: "MultiTexCoord1fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1784   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1785   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1786
1787 Name: "MultiTexCoord1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1788   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1789   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1790
1791 Name: "MultiTexCoord1iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1792   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1793   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1794
1795 Name: "MultiTexCoord1s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1796   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1797   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1798
1799 Name: "MultiTexCoord1sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1800   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1801   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1802
1803 Name: "MultiTexCoord2d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1804   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1805   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1806   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1807
1808 Name: "MultiTexCoord2dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1809   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1810   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1811
1812 Name: "MultiTexCoord2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1813   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1814   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1815   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1816
1817 Name: "MultiTexCoord2fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1818   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1819   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1820
1821 Name: "MultiTexCoord2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1822   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1823   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1824   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1825
1826 Name: "MultiTexCoord2iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1827   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1828   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1829
1830 Name: "MultiTexCoord2s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1831   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1832   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1833   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1834
1835 Name: "MultiTexCoord2sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1836   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1837   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
1838
1839 Name: "MultiTexCoord3d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1840   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1841   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1842   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1843   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1844
1845 Name: "MultiTexCoord3dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1846   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1847   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
1848
1849 Name: "MultiTexCoord3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1850   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1851   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1852   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1853   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1854
1855 Name: "MultiTexCoord3fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1856   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1857   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
1858
1859 Name: "MultiTexCoord3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1860   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1861   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1862   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1863   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1864
1865 Name: "MultiTexCoord3iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1866   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1867   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
1868
1869 Name: "MultiTexCoord3s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1870   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1871   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1872   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1873   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1874
1875 Name: "MultiTexCoord3sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1876   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1877   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
1878
1879 Name: "MultiTexCoord4d", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1880   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1881   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1882   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1883   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1884   Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1885
1886 Name: "MultiTexCoord4dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1887   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1888   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
1889
1890 Name: "MultiTexCoord4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1891   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1892   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1893   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1894   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1895   Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1896
1897 Name: "MultiTexCoord4fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1898   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1899   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
1900
1901 Name: "MultiTexCoord4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1902   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1903   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1904   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1905   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1906   Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1907
1908 Name: "MultiTexCoord4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1909   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1910   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
1911
1912 Name: "MultiTexCoord4s", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1913   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1914   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1915   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1916   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1917   Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1918
1919 Name: "MultiTexCoord4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1920   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1921   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
1922
1923 Name: "LoadTransposeMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1924   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1925
1926 Name: "LoadTransposeMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1927   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1928
1929 Name: "MultTransposeMatrixf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1930   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1931
1932 Name: "MultTransposeMatrixd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_3", Version: "1.3", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1933   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
1934
1935 Name: "BlendFuncSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1936   Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1937   Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1938   Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1939   Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1940
1941 Name: "MultiDrawArrays", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1942   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1943   Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
1944   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
1945   Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1946
1947 Name: "MultiDrawElements", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1948   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1949   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
1950   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1951   Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
1952   Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1953
1954 Name: "PointParameterf", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1955   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1956   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1957
1958 Name: "PointParameterfv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1959   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1960   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1961
1962 Name: "PointParameteri", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1963   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1964   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1965
1966 Name: "PointParameteriv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
1967   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1968   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
1969
1970 Name: "FogCoordf", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1971   Name: "coord", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1972
1973 Name: "FogCoordfv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1974   Name: "coord", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1975
1976 Name: "FogCoordd", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1977   Name: "coord", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1978
1979 Name: "FogCoorddv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1980   Name: "coord", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
1981
1982 Name: "FogCoordPointer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
1983   Name: "type", Type: "FogPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1984   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1985   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
1986
1987 Name: "SecondaryColor3b", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1988   Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1989   Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1990   Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1991
1992 Name: "SecondaryColor3bv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1993   Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
1994
1995 Name: "SecondaryColor3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
1996   Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1997   Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1998   Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
1999
2000 Name: "SecondaryColor3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2001   Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2002
2003 Name: "SecondaryColor3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2004   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2005   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2006   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2007
2008 Name: "SecondaryColor3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2009   Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2010
2011 Name: "SecondaryColor3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2012   Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2013   Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2014   Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2015
2016 Name: "SecondaryColor3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2017   Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2018
2019 Name: "SecondaryColor3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2020   Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2021   Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2022   Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2023
2024 Name: "SecondaryColor3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2025   Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2026
2027 Name: "SecondaryColor3ub", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2028   Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2029   Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2030   Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2031
2032 Name: "SecondaryColor3ubv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2033   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2034
2035 Name: "SecondaryColor3ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2036   Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2037   Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2038   Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2039
2040 Name: "SecondaryColor3uiv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2041   Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2042
2043 Name: "SecondaryColor3us", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2044   Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2045   Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2046   Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2047
2048 Name: "SecondaryColor3usv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2049   Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2050
2051 Name: "SecondaryColorPointer", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 1
2052   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2053   Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2054   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2055   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
2056
2057 Name: "WindowPos2d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2058   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2059   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2060
2061 Name: "WindowPos2dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2062   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2063
2064 Name: "WindowPos2f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2065   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2066   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2067
2068 Name: "WindowPos2fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2069   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2070
2071 Name: "WindowPos2i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2072   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2073   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2074
2075 Name: "WindowPos2iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2076   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2077
2078 Name: "WindowPos2s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2079   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2080   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2081
2082 Name: "WindowPos2sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2083   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2084
2085 Name: "WindowPos3d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2086   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2087   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2088   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2089
2090 Name: "WindowPos3dv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2091   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2092
2093 Name: "WindowPos3f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2094   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2095   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2096   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2097
2098 Name: "WindowPos3fv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2099   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2100
2101 Name: "WindowPos3i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2102   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2103   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2104   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2105
2106 Name: "WindowPos3iv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2107   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2108
2109 Name: "WindowPos3s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2110   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2111   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2112   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2113
2114 Name: "WindowPos3sv", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_4", Version: "1.4", Profile: "compatibility", Deprecated: "3.1", Lib: "gl" notlistable: 0
2115   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2116
2117 Name: "GenQueries", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2118   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2119   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
2120
2121 Name: "DeleteQueries", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2122   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2123   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
2124
2125 Name: "IsQuery", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2126   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2127
2128 Name: "BeginQuery", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2129   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2130   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2131
2132 Name: "EndQuery", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2133   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2134
2135 Name: "GetQueryiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2136   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2137   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2138   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2139
2140 Name: "GetQueryObjectiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2141   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2142   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2143   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2144
2145 Name: "GetQueryObjectuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2146   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2147   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2148   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2149
2150 Name: "BindBuffer", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2151   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2152   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2153
2154 Name: "DeleteBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2155   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2156   Name: "buffers", Type: "ConstUInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
2157
2158 Name: "GenBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2159   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2160   Name: "buffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
2161
2162 Name: "IsBuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2163   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2164
2165 Name: "BufferData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2166   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2167   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2168   Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
2169   Name: "usage", Type: "BufferUsageARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2170
2171 Name: "BufferSubData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2172   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2173   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2174   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2175   Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
2176
2177 Name: "GetBufferSubData", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2178   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2179   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2180   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2181   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0
2182
2183 Name: "MapBuffer", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2184   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2185   Name: "access", Type: "BufferAccessARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2186
2187 Name: "UnmapBuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2188   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2189
2190 Name: "GetBufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2191   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2192   Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2193   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2194
2195 Name: "GetBufferPointerv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_1_5", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2196   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2197   Name: "pname", Type: "BufferPointerNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2198   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2199
2200 Name: "BlendEquationSeparate", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2201   Name: "modeRGB", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2202   Name: "modeAlpha", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2203
2204 Name: "DrawBuffers", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2205   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2206   Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
2207
2208 Name: "StencilOpSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2209   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2210   Name: "sfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2211   Name: "dpfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2212   Name: "dppass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2213
2214 Name: "StencilFuncSeparate", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2215   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2216   Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2217   Name: "ref", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2218   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2219
2220 Name: "StencilMaskSeparate", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2221   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2222   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2223
2224 Name: "AttachShader", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2225   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2226   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2227
2228 Name: "BindAttribLocation", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2229   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2230   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2231   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
2232
2233 Name: "CompileShader", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2234   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2235
2236 Name: "CreateProgram", ParamNames: 0, Params: 0, Return: "UInt32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2237 Name: "CreateShader", ParamNames: 1, Params: 1, Return: "UInt32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2238   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2239
2240 Name: "DeleteProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2241   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2242
2243 Name: "DeleteShader", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2244   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2245
2246 Name: "DetachShader", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2247   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2248   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2249
2250 Name: "DisableVertexAttribArray", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2251   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2252
2253 Name: "EnableVertexAttribArray", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2254   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2255
2256 Name: "GetActiveAttrib", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2257   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2258   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2259   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2260   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2261   Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2262   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2263   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0
2264
2265 Name: "GetActiveUniform", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2266   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2267   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2268   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2269   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2270   Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2271   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2272   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0
2273
2274 Name: "GetAttachedShaders", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2275   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2276   Name: "maxCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2277   Name: "count", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2278   Name: "obj", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
2279
2280 Name: "GetAttribLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2281   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2282   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
2283
2284 Name: "GetProgramiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2285   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2286   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2287   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2288
2289 Name: "GetProgramInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2290   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2291   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2292   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2293   Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
2294
2295 Name: "GetShaderiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2296   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2297   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2298   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2299
2300 Name: "GetShaderInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2301   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2302   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2303   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2304   Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
2305
2306 Name: "GetShaderSource", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2307   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2308   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2309   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2310   Name: "source", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
2311
2312 Name: "GetUniformLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2313   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2314   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
2315
2316 Name: "GetUniformfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2317   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2318   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2319   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
2320
2321 Name: "GetUniformiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2322   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2323   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2324   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
2325
2326 Name: "GetVertexAttribdv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2327   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2328   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2329   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2330
2331 Name: "GetVertexAttribfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2332   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2333   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2334   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2335
2336 Name: "GetVertexAttribiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2337   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2338   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2339   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2340
2341 Name: "GetVertexAttribPointerv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2342   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2343   Name: "pname", Type: "VertexAttribPointerPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2344   Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2345
2346 Name: "IsProgram", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2347   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2348
2349 Name: "IsShader", ParamNames: 1, Params: 1, Return: "Boolean", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2350   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2351
2352 Name: "LinkProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2353   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2354
2355 Name: "ShaderSource", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2356   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2357   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2358   Name: "string", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2359   Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2360
2361 Name: "UseProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2362   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2363
2364 Name: "Uniform1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2365   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2366   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2367
2368 Name: "Uniform2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2369   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2370   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2371   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2372
2373 Name: "Uniform3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2374   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2375   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2376   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2377   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2378
2379 Name: "Uniform4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2380   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2381   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2382   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2383   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2384   Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2385
2386 Name: "Uniform1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2387   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2388   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2389
2390 Name: "Uniform2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2391   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2392   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2393   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2394
2395 Name: "Uniform3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2396   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2397   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2398   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2399   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2400
2401 Name: "Uniform4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2402   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2403   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2404   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2405   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2406   Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2407
2408 Name: "Uniform1fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2409   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2410   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2411   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2412
2413 Name: "Uniform2fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2414   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2415   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2416   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
2417
2418 Name: "Uniform3fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2419   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2420   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2421   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
2422
2423 Name: "Uniform4fv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2424   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2425   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2426   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
2427
2428 Name: "Uniform1iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2429   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2430   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2431   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2432
2433 Name: "Uniform2iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2434   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2435   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2436   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
2437
2438 Name: "Uniform3iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2439   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2440   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2441   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
2442
2443 Name: "Uniform4iv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2444   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2445   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2446   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
2447
2448 Name: "UniformMatrix2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2449   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2450   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2451   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2452   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
2453
2454 Name: "UniformMatrix3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2455   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2456   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2457   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2458   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
2459
2460 Name: "UniformMatrix4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2461   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2462   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2463   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2464   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
2465
2466 Name: "ValidateProgram", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2467   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2468
2469 Name: "VertexAttrib1d", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2470   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2471   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2472
2473 Name: "VertexAttrib1dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2474   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2475   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
2476
2477 Name: "VertexAttrib1f", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2478   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2479   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2480
2481 Name: "VertexAttrib1fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2482   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2483   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
2484
2485 Name: "VertexAttrib1s", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2486   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2487   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2488
2489 Name: "VertexAttrib1sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2490   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2491   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
2492
2493 Name: "VertexAttrib2d", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2494   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2495   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2496   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2497
2498 Name: "VertexAttrib2dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2499   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2500   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2501
2502 Name: "VertexAttrib2f", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2503   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2504   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2505   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2506
2507 Name: "VertexAttrib2fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2508   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2509   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2510
2511 Name: "VertexAttrib2s", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2512   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2513   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2514   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2515
2516 Name: "VertexAttrib2sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2517   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2518   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2519
2520 Name: "VertexAttrib3d", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2521   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2522   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2523   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2524   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2525
2526 Name: "VertexAttrib3dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2527   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2528   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2529
2530 Name: "VertexAttrib3f", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2531   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2532   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2533   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2534   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2535
2536 Name: "VertexAttrib3fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2537   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2538   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2539
2540 Name: "VertexAttrib3s", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2541   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2542   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2543   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2544   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2545
2546 Name: "VertexAttrib3sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2547   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2548   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2549
2550 Name: "VertexAttrib4Nbv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2551   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2552   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2553
2554 Name: "VertexAttrib4Niv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2555   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2556   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2557
2558 Name: "VertexAttrib4Nsv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2559   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2560   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2561
2562 Name: "VertexAttrib4Nub", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2563   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2564   Name: "x", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2565   Name: "y", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2566   Name: "z", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2567   Name: "w", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2568
2569 Name: "VertexAttrib4Nubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2570   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2571   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2572
2573 Name: "VertexAttrib4Nuiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2574   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2575   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2576
2577 Name: "VertexAttrib4Nusv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2578   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2579   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2580
2581 Name: "VertexAttrib4bv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2582   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2583   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2584
2585 Name: "VertexAttrib4d", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2586   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2587   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2588   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2589   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2590   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2591
2592 Name: "VertexAttrib4dv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2593   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2594   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2595
2596 Name: "VertexAttrib4f", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2597   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2598   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2599   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2600   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2601   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2602
2603 Name: "VertexAttrib4fv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2604   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2605   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2606
2607 Name: "VertexAttrib4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2608   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2609   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2610
2611 Name: "VertexAttrib4s", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2612   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2613   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2614   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2615   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2616   Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2617
2618 Name: "VertexAttrib4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2619   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2620   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2621
2622 Name: "VertexAttrib4ubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2623   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2624   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2625
2626 Name: "VertexAttrib4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2627   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2628   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2629
2630 Name: "VertexAttrib4usv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2631   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2632   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2633
2634 Name: "VertexAttribPointer", ParamNames: 6, Params: 6, Return: "void", Category: "VERSION_2_0", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2635   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2636   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2637   Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2638   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2639   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2640   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
2641
2642 Name: "UniformMatrix2x3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2643   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2644   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2645   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2646   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
2647
2648 Name: "UniformMatrix3x2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2649   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2650   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2651   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2652   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
2653
2654 Name: "UniformMatrix2x4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2655   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2656   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2657   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2658   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
2659
2660 Name: "UniformMatrix4x2fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2661   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2662   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2663   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2664   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
2665
2666 Name: "UniformMatrix3x4fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2667   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2668   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2669   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2670   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
2671
2672 Name: "UniformMatrix4x3fv", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_2_1", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2673   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2674   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2675   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2676   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
2677
2678 Name: "ColorMaski", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2679   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2680   Name: "r", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2681   Name: "g", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2682   Name: "b", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2683   Name: "a", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2684
2685 Name: "GetBooleani_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2686   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2687   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2688   Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
2689
2690 Name: "GetIntegeri_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2691   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2692   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2693   Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
2694
2695 Name: "Enablei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2696   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2697   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2698
2699 Name: "Disablei", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2700   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2701   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2702
2703 Name: "IsEnabledi", ParamNames: 2, Params: 2, Return: "Boolean", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2704   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2705   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2706
2707 Name: "BeginTransformFeedback", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2708   Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2709
2710 Name: "EndTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2711 Name: "BindBufferRange", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2712   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2713   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2714   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2715   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2716   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2717
2718 Name: "BindBufferBase", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2719   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2720   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2721   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2722
2723 Name: "TransformFeedbackVaryings", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2724   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2725   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2726   Name: "varyings", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2727   Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2728
2729 Name: "GetTransformFeedbackVarying", ParamNames: 7, Params: 7, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2730   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2731   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2732   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2733   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2734   Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2735   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
2736   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0
2737
2738 Name: "ClampColor", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2739   Name: "target", Type: "ClampColorTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2740   Name: "clamp", Type: "ClampColorModeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2741
2742 Name: "BeginConditionalRender", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2743   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2744   Name: "mode", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2745
2746 Name: "EndConditionalRender", ParamNames: 0, Params: 0, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2747 Name: "VertexAttribIPointer", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2748   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2749   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2750   Name: "type", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2751   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2752   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
2753
2754 Name: "GetVertexAttribIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2755   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2756   Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2757   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2758
2759 Name: "GetVertexAttribIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2760   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2761   Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2762   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2763
2764 Name: "VertexAttribI1i", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2765   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2766   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2767
2768 Name: "VertexAttribI2i", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2769   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2770   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2771   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2772
2773 Name: "VertexAttribI3i", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2774   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2775   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2776   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2777   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2778
2779 Name: "VertexAttribI4i", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2780   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2781   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2782   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2783   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2784   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2785
2786 Name: "VertexAttribI1ui", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2787   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2788   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2789
2790 Name: "VertexAttribI2ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2791   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2792   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2793   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2794
2795 Name: "VertexAttribI3ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2796   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2797   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2798   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2799   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2800
2801 Name: "VertexAttribI4ui", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2802   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2803   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2804   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2805   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2806   Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2807
2808 Name: "VertexAttribI1iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2809   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2810   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
2811
2812 Name: "VertexAttribI2iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2813   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2814   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2815
2816 Name: "VertexAttribI3iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2817   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2818   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2819
2820 Name: "VertexAttribI4iv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2821   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2822   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2823
2824 Name: "VertexAttribI1uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2825   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2826   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
2827
2828 Name: "VertexAttribI2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2829   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2830   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
2831
2832 Name: "VertexAttribI3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2833   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2834   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
2835
2836 Name: "VertexAttribI4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2837   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2838   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2839
2840 Name: "VertexAttribI4bv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2841   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2842   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2843
2844 Name: "VertexAttribI4sv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2845   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2846   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2847
2848 Name: "VertexAttribI4ubv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2849   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2850   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2851
2852 Name: "VertexAttribI4usv", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "3.1", Lib: "gl" notlistable: 0
2853   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2854   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
2855
2856 Name: "GetUniformuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2857   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2858   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2859   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0
2860
2861 Name: "BindFragDataLocation", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2862   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2863   Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2864   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
2865
2866 Name: "GetFragDataLocation", ParamNames: 2, Params: 2, Return: "Int32", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2867   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2868   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
2869
2870 Name: "Uniform1ui", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2871   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2872   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2873
2874 Name: "Uniform2ui", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2875   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2876   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2877   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2878
2879 Name: "Uniform3ui", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2880   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2881   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2882   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2883   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2884
2885 Name: "Uniform4ui", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2886   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2887   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2888   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2889   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2890   Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2891
2892 Name: "Uniform1uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2893   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2894   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2895   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
2896
2897 Name: "Uniform2uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2898   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2899   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2900   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
2901
2902 Name: "Uniform3uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2903   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2904   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2905   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
2906
2907 Name: "Uniform4uiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2908   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2909   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2910   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
2911
2912 Name: "TexParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2913   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2914   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2915   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2916
2917 Name: "TexParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2918   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2919   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2920   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2921
2922 Name: "GetTexParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2923   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2924   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2925   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2926
2927 Name: "GetTexParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2928   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2929   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2930   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2931
2932 Name: "ClearBufferiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2933   Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2934   Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2935   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0
2936
2937 Name: "ClearBufferuiv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2938   Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2939   Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2940   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0
2941
2942 Name: "ClearBufferfv", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2943   Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2944   Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2945   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buffer)]", Retained: 0
2946
2947 Name: "ClearBufferfi", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2948   Name: "buffer", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2949   Name: "drawbuffer", Type: "DrawBufferName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2950   Name: "depth", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2951   Name: "stencil", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2952
2953 Name: "GetStringi", ParamNames: 2, Params: 2, Return: "String", Category: "VERSION_3_0", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2954   Name: "name", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2955   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2956
2957 Name: "DrawArraysInstanced", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2958   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2959   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2960   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2961   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2962
2963 Name: "DrawElementsInstanced", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2964   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2965   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2966   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2967   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
2968   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2969
2970 Name: "TexBuffer", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2971   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2972   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2973   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2974
2975 Name: "PrimitiveRestartIndex", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_3_1", Version: "3.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2976   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2977
2978 Name: "GetInteger64i_v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_2", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2979   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2980   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2981   Name: "data", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
2982
2983 Name: "GetBufferParameteri64v", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_3_2", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
2984   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2985   Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2986   Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
2987
2988 Name: "FramebufferTexture", ParamNames: 4, Params: 4, Return: "void", Category: "VERSION_3_2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2989   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2990   Name: "attachment", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2991   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2992   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2993
2994 Name: "VertexAttribDivisor", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_3_3", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2995   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2996   Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
2997
2998 Name: "MinSampleShading", ParamNames: 1, Params: 1, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
2999   Name: "value", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3000
3001 Name: "BlendEquationi", ParamNames: 2, Params: 2, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3002   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3003   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3004
3005 Name: "BlendEquationSeparatei", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3006   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3007   Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3008   Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3009
3010 Name: "BlendFunci", ParamNames: 3, Params: 3, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3011   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3012   Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3013   Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3014
3015 Name: "BlendFuncSeparatei", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_4_0", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3016   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3017   Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3018   Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3019   Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3020   Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3021
3022 Name: "ActiveTextureARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3023   Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3024
3025 Name: "ClientActiveTextureARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3026   Name: "texture", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3027
3028 Name: "MultiTexCoord1dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3029   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3030   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3031
3032 Name: "MultiTexCoord1dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3033   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3034   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3035
3036 Name: "MultiTexCoord1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3037   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3038   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3039
3040 Name: "MultiTexCoord1fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3041   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3042   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3043
3044 Name: "MultiTexCoord1iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3045   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3046   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3047
3048 Name: "MultiTexCoord1ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3049   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3050   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3051
3052 Name: "MultiTexCoord1sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3053   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3054   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3055
3056 Name: "MultiTexCoord1svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3057   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3058   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3059
3060 Name: "MultiTexCoord2dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3061   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3062   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3063   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3064
3065 Name: "MultiTexCoord2dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3066   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3067   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3068
3069 Name: "MultiTexCoord2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3070   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3071   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3072   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3073
3074 Name: "MultiTexCoord2fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3075   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3076   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3077
3078 Name: "MultiTexCoord2iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3079   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3080   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3081   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3082
3083 Name: "MultiTexCoord2ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3084   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3085   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3086
3087 Name: "MultiTexCoord2sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3088   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3089   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3090   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3091
3092 Name: "MultiTexCoord2svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3093   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3094   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3095
3096 Name: "MultiTexCoord3dARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3097   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3098   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3099   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3100   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3101
3102 Name: "MultiTexCoord3dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3103   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3104   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3105
3106 Name: "MultiTexCoord3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3107   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3108   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3109   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3110   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3111
3112 Name: "MultiTexCoord3fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3113   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3114   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3115
3116 Name: "MultiTexCoord3iARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3117   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3118   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3119   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3120   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3121
3122 Name: "MultiTexCoord3ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3123   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3124   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3125
3126 Name: "MultiTexCoord3sARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3127   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3128   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3129   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3130   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3131
3132 Name: "MultiTexCoord3svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3133   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3134   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3135
3136 Name: "MultiTexCoord4dARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3137   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3138   Name: "s", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3139   Name: "t", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3140   Name: "r", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3141   Name: "q", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3142
3143 Name: "MultiTexCoord4dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3144   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3145   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3146
3147 Name: "MultiTexCoord4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3148   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3149   Name: "s", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3150   Name: "t", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3151   Name: "r", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3152   Name: "q", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3153
3154 Name: "MultiTexCoord4fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3155   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3156   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3157
3158 Name: "MultiTexCoord4iARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3159   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3160   Name: "s", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3161   Name: "t", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3162   Name: "r", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3163   Name: "q", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3164
3165 Name: "MultiTexCoord4ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3166   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3167   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3168
3169 Name: "MultiTexCoord4sARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3170   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3171   Name: "s", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3172   Name: "t", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3173   Name: "r", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3174   Name: "q", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3175
3176 Name: "MultiTexCoord4svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multitexture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3177   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3178   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3179
3180 Name: "LoadTransposeMatrixfARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3181   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
3182
3183 Name: "LoadTransposeMatrixdARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3184   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
3185
3186 Name: "MultTransposeMatrixfARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3187   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
3188
3189 Name: "MultTransposeMatrixdARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_transpose_matrix", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3190   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
3191
3192 Name: "SampleCoverageARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3193   Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3194   Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3195
3196 Name: "CompressedTexImage3DARB", ParamNames: 9, Params: 9, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3197   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3198   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3199   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3200   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3201   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3202   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3203   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3204   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3205   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3206
3207 Name: "CompressedTexImage2DARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3208   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3209   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3210   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3211   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3212   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3213   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3214   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3215   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3216
3217 Name: "CompressedTexImage1DARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3218   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3219   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3220   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3221   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3222   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3223   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3224   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3225
3226 Name: "CompressedTexSubImage3DARB", ParamNames: 11, Params: 11, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3227   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3228   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3229   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3230   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3231   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3232   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3233   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3234   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3235   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3236   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3237   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3238
3239 Name: "CompressedTexSubImage2DARB", ParamNames: 9, Params: 9, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3240   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3241   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3242   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3243   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3244   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3245   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3246   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3247   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3248   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3249
3250 Name: "CompressedTexSubImage1DARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3251   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3252   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3253   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3254   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3255   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3256   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3257   Name: "data", Type: "CompressedTextureARB", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
3258
3259 Name: "GetCompressedTexImageARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_compression", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3260   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3261   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3262   Name: "img", Type: "CompressedTextureARB", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level)]", Retained: 0
3263
3264 Name: "PointParameterfARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3265   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3266   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3267
3268 Name: "PointParameterfvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3269   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3270   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3271
3272 Name: "WeightbvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3273   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3274   Name: "weights", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3275
3276 Name: "WeightsvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3277   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3278   Name: "weights", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3279
3280 Name: "WeightivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3281   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3282   Name: "weights", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3283
3284 Name: "WeightfvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3285   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3286   Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3287
3288 Name: "WeightdvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3289   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3290   Name: "weights", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3291
3292 Name: "WeightubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3293   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3294   Name: "weights", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3295
3296 Name: "WeightusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3297   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3298   Name: "weights", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3299
3300 Name: "WeightuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3301   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3302   Name: "weights", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3303
3304 Name: "WeightPointerARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3305   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3306   Name: "type", Type: "WeightPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3307   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3308   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
3309
3310 Name: "VertexBlendARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_blend", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3311   Name: "count", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3312
3313 Name: "CurrentPaletteMatrixARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3314   Name: "index", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3315
3316 Name: "MatrixIndexubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3317   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3318   Name: "indices", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3319
3320 Name: "MatrixIndexusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3321   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3322   Name: "indices", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3323
3324 Name: "MatrixIndexuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3325   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3326   Name: "indices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3327
3328 Name: "MatrixIndexPointerARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_matrix_palette", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3329   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3330   Name: "type", Type: "MatrixIndexPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3331   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3332   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
3333
3334 Name: "WindowPos2dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3335   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3336   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3337
3338 Name: "WindowPos2dvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3339   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3340
3341 Name: "WindowPos2fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3342   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3343   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3344
3345 Name: "WindowPos2fvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3346   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3347
3348 Name: "WindowPos2iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3349   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3350   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3351
3352 Name: "WindowPos2ivARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3353   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3354
3355 Name: "WindowPos2sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3356   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3357   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3358
3359 Name: "WindowPos2svARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3360   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3361
3362 Name: "WindowPos3dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3363   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3364   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3365   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3366
3367 Name: "WindowPos3dvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3368   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3369
3370 Name: "WindowPos3fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3371   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3372   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3373   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3374
3375 Name: "WindowPos3fvARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3376   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3377
3378 Name: "WindowPos3iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3379   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3380   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3381   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3382
3383 Name: "WindowPos3ivARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3384   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3385
3386 Name: "WindowPos3sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3387   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3388   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3389   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3390
3391 Name: "WindowPos3svARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3392   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3393
3394 Name: "VertexAttrib1dARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3395   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3396   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3397
3398 Name: "VertexAttrib1dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3399   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3400   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3401
3402 Name: "VertexAttrib1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3403   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3404   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3405
3406 Name: "VertexAttrib1fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3407   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3408   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3409
3410 Name: "VertexAttrib1sARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3411   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3412   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3413
3414 Name: "VertexAttrib1svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3415   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3416   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
3417
3418 Name: "VertexAttrib2dARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3419   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3420   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3421   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3422
3423 Name: "VertexAttrib2dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3424   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3425   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3426
3427 Name: "VertexAttrib2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3428   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3429   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3430   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3431
3432 Name: "VertexAttrib2fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3433   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3434   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3435
3436 Name: "VertexAttrib2sARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3437   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3438   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3439   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3440
3441 Name: "VertexAttrib2svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3442   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3443   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
3444
3445 Name: "VertexAttrib3dARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3446   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3447   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3448   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3449   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3450
3451 Name: "VertexAttrib3dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3452   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3453   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3454
3455 Name: "VertexAttrib3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3456   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3457   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3458   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3459   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3460
3461 Name: "VertexAttrib3fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3462   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3463   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3464
3465 Name: "VertexAttrib3sARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3466   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3467   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3468   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3469   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3470
3471 Name: "VertexAttrib3svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3472   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3473   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
3474
3475 Name: "VertexAttrib4NbvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3476   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3477   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3478
3479 Name: "VertexAttrib4NivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3480   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3481   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3482
3483 Name: "VertexAttrib4NsvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3484   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3485   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3486
3487 Name: "VertexAttrib4NubARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3488   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3489   Name: "x", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3490   Name: "y", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3491   Name: "z", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3492   Name: "w", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3493
3494 Name: "VertexAttrib4NubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3495   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3496   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3497
3498 Name: "VertexAttrib4NuivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3499   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3500   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3501
3502 Name: "VertexAttrib4NusvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3503   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3504   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3505
3506 Name: "VertexAttrib4bvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3507   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3508   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3509
3510 Name: "VertexAttrib4dARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3511   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3512   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3513   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3514   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3515   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3516
3517 Name: "VertexAttrib4dvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3518   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3519   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3520
3521 Name: "VertexAttrib4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3522   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3523   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3524   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3525   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3526   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3527
3528 Name: "VertexAttrib4fvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3529   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3530   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3531
3532 Name: "VertexAttrib4ivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3533   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3534   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3535
3536 Name: "VertexAttrib4sARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3537   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3538   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3539   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3540   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3541   Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3542
3543 Name: "VertexAttrib4svARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3544   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3545   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3546
3547 Name: "VertexAttrib4ubvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3548   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3549   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3550
3551 Name: "VertexAttrib4uivARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3552   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3553   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3554
3555 Name: "VertexAttrib4usvARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3556   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3557   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3558
3559 Name: "VertexAttribPointerARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3560   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3561   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3562   Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3563   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3564   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3565   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
3566
3567 Name: "EnableVertexAttribArrayARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3568   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3569
3570 Name: "DisableVertexAttribArrayARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3571   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3572
3573 Name: "ProgramStringARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3574   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3575   Name: "format", Type: "ProgramFormatARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3576   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3577   Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0
3578
3579 Name: "BindProgramARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3580   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3581   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3582
3583 Name: "DeleteProgramsARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3584   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3585   Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
3586
3587 Name: "GenProgramsARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3588   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3589   Name: "programs", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
3590
3591 Name: "ProgramEnvParameter4dARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3592   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3593   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3594   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3595   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3596   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3597   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3598
3599 Name: "ProgramEnvParameter4dvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3600   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3601   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3602   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3603
3604 Name: "ProgramEnvParameter4fARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3605   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3606   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3607   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3608   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3609   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3610   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3611
3612 Name: "ProgramEnvParameter4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3613   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3614   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3615   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3616
3617 Name: "ProgramLocalParameter4dARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3618   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3619   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3620   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3621   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3622   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3623   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3624
3625 Name: "ProgramLocalParameter4dvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3626   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3627   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3628   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3629
3630 Name: "ProgramLocalParameter4fARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3631   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3632   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3633   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3634   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3635   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3636   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3637
3638 Name: "ProgramLocalParameter4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3639   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3640   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3641   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
3642
3643 Name: "GetProgramEnvParameterdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3644   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3645   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3646   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
3647
3648 Name: "GetProgramEnvParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3649   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3650   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3651   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
3652
3653 Name: "GetProgramLocalParameterdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3654   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3655   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3656   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
3657
3658 Name: "GetProgramLocalParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3659   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3660   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3661   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
3662
3663 Name: "GetProgramivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3664   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3665   Name: "pname", Type: "ProgramPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3666   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3667
3668 Name: "GetProgramStringARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3669   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3670   Name: "pname", Type: "ProgramStringPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3671   Name: "string", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0
3672
3673 Name: "GetVertexAttribdvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3674   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3675   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3676   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3677
3678 Name: "GetVertexAttribfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3679   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3680   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3681   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3682
3683 Name: "GetVertexAttribivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3684   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3685   Name: "pname", Type: "VertexAttribPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3686   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3687
3688 Name: "GetVertexAttribPointervARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3689   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3690   Name: "pname", Type: "VertexAttribPointerPropertyARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3691   Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3692
3693 Name: "IsProgramARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_program", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3694   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3695
3696 Name: "BindBufferARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3697   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3698   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3699
3700 Name: "DeleteBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3701   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3702   Name: "buffers", Type: "ConstUInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
3703
3704 Name: "GenBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3705   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3706   Name: "buffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
3707
3708 Name: "IsBufferARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3709   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3710
3711 Name: "BufferDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3712   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3713   Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3714   Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3715   Name: "usage", Type: "BufferUsageARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3716
3717 Name: "BufferSubDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3718   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3719   Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3720   Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3721   Name: "data", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
3722
3723 Name: "GetBufferSubDataARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3724   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3725   Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3726   Name: "size", Type: "BufferSizeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3727   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0
3728
3729 Name: "MapBufferARB", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3730   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3731   Name: "access", Type: "BufferAccessARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3732
3733 Name: "UnmapBufferARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3734   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3735
3736 Name: "GetBufferParameterivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3737   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3738   Name: "pname", Type: "BufferPNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3739   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3740
3741 Name: "GetBufferPointervARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3742   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3743   Name: "pname", Type: "BufferPointerNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3744   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3745
3746 Name: "GenQueriesARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3747   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3748   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
3749
3750 Name: "DeleteQueriesARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3751   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3752   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
3753
3754 Name: "IsQueryARB", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3755   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3756
3757 Name: "BeginQueryARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3758   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3759   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3760
3761 Name: "EndQueryARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3762   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3763
3764 Name: "GetQueryivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3765   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3766   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3767   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3768
3769 Name: "GetQueryObjectivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3770   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3771   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3772   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3773
3774 Name: "GetQueryObjectuivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_occlusion_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3775   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3776   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3777   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3778
3779 Name: "DeleteObjectARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3780   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3781
3782 Name: "GetHandleARB", ParamNames: 1, Params: 1, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3783   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3784
3785 Name: "DetachObjectARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3786   Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3787   Name: "attachedObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3788
3789 Name: "CreateShaderObjectARB", ParamNames: 1, Params: 1, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3790   Name: "shaderType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3791
3792 Name: "ShaderSourceARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3793   Name: "shaderObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3794   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3795   Name: "string", Type: "charPointerARB", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
3796   Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
3797
3798 Name: "CompileShaderARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3799   Name: "shaderObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3800
3801 Name: "CreateProgramObjectARB", ParamNames: 0, Params: 0, Return: "handleARB", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3802 Name: "AttachObjectARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3803   Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3804   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3805
3806 Name: "LinkProgramARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3807   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3808
3809 Name: "UseProgramObjectARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3810   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3811
3812 Name: "ValidateProgramARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3813   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3814
3815 Name: "Uniform1fARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3816   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3817   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3818
3819 Name: "Uniform2fARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3820   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3821   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3822   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3823
3824 Name: "Uniform3fARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3825   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3826   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3827   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3828   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3829
3830 Name: "Uniform4fARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3831   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3832   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3833   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3834   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3835   Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3836
3837 Name: "Uniform1iARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3838   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3839   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3840
3841 Name: "Uniform2iARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3842   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3843   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3844   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3845
3846 Name: "Uniform3iARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3847   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3848   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3849   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3850   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3851
3852 Name: "Uniform4iARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3853   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3854   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3855   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3856   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3857   Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3858
3859 Name: "Uniform1fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3860   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3861   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3862   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
3863
3864 Name: "Uniform2fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3865   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3866   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3867   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
3868
3869 Name: "Uniform3fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3870   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3871   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3872   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
3873
3874 Name: "Uniform4fvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3875   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3876   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3877   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
3878
3879 Name: "Uniform1ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3880   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3881   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3882   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
3883
3884 Name: "Uniform2ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3885   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3886   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3887   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
3888
3889 Name: "Uniform3ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3890   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3891   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3892   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
3893
3894 Name: "Uniform4ivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3895   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3896   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3897   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
3898
3899 Name: "UniformMatrix2fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3900   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3901   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3902   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3903   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
3904
3905 Name: "UniformMatrix3fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3906   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3907   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3908   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3909   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
3910
3911 Name: "UniformMatrix4fvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3912   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3913   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3914   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3915   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
3916
3917 Name: "GetObjectParameterfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3918   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3919   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3920   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3921
3922 Name: "GetObjectParameterivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3923   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3924   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3925   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
3926
3927 Name: "GetInfoLogARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3928   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3929   Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3930   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3931   Name: "infoLog", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
3932
3933 Name: "GetAttachedObjectsARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3934   Name: "containerObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3935   Name: "maxCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3936   Name: "count", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3937   Name: "obj", Type: "handleARB", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
3938
3939 Name: "GetUniformLocationARB", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3940   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3941   Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
3942
3943 Name: "GetActiveUniformARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3944   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3945   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3946   Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3947   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3948   Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3949   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3950   Name: "name", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0
3951
3952 Name: "GetUniformfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3953   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3954   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3955   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
3956
3957 Name: "GetUniformivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3958   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3959   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3960   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
3961
3962 Name: "GetShaderSourceARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3963   Name: "obj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3964   Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3965   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3966   Name: "source", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
3967
3968 Name: "BindAttribLocationARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3969   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3970   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3971   Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
3972
3973 Name: "GetActiveAttribARB", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3974   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3975   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3976   Name: "maxLength", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3977   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3978   Name: "size", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3979   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
3980   Name: "name", Type: "charARB", Direction: "out", Semantic: "array", ArraySize: "[]", Retained: 0
3981
3982 Name: "GetAttribLocationARB", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3983   Name: "programObj", Type: "handleARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3984   Name: "name", Type: "charARB", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
3985
3986 Name: "DrawBuffersARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_buffers", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3987   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3988   Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
3989
3990 Name: "ClampColorARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_color_buffer_float", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
3991   Name: "target", Type: "ClampColorTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3992   Name: "clamp", Type: "ClampColorModeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3993
3994 Name: "DrawArraysInstancedARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
3995   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3996   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3997   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3998   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
3999
4000 Name: "DrawElementsInstancedARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4001   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4002   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4003   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4004   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
4005   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4006
4007 Name: "IsRenderbuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4008   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4009
4010 Name: "BindRenderbuffer", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4011   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4012   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4013
4014 Name: "DeleteRenderbuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4015   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4016   Name: "renderbuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
4017
4018 Name: "GenRenderbuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4019   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4020   Name: "renderbuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
4021
4022 Name: "RenderbufferStorage", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4023   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4024   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4025   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4026   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4027
4028 Name: "GetRenderbufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4029   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4030   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4031   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4032
4033 Name: "IsFramebuffer", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4034   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4035
4036 Name: "BindFramebuffer", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4037   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4038   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4039
4040 Name: "DeleteFramebuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4041   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4042   Name: "framebuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
4043
4044 Name: "GenFramebuffers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4045   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4046   Name: "framebuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
4047
4048 Name: "CheckFramebufferStatus", ParamNames: 1, Params: 1, Return: "GLenum", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4049   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4050
4051 Name: "FramebufferTexture1D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4052   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4053   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4054   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4055   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4056   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4057
4058 Name: "FramebufferTexture2D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4059   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4060   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4061   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4062   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4063   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4064
4065 Name: "FramebufferTexture3D", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4066   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4067   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4068   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4069   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4070   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4071   Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4072
4073 Name: "FramebufferRenderbuffer", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4074   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4075   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4076   Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4077   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4078
4079 Name: "GetFramebufferAttachmentParameteriv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4080   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4081   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4082   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4083   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4084
4085 Name: "GenerateMipmap", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4086   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4087
4088 Name: "BlitFramebuffer", ParamNames: 10, Params: 10, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4089   Name: "srcX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4090   Name: "srcY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4091   Name: "srcX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4092   Name: "srcY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4093   Name: "dstX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4094   Name: "dstY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4095   Name: "dstX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4096   Name: "dstY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4097   Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4098   Name: "filter", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4099
4100 Name: "RenderbufferStorageMultisample", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4101   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4102   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4103   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4104   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4105   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4106
4107 Name: "FramebufferTextureLayer", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_framebuffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4108   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4109   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4110   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4111   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4112   Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4113
4114 Name: "ProgramParameteriARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4115   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4116   Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4117   Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4118
4119 Name: "FramebufferTextureARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4120   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4121   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4122   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4123   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4124
4125 Name: "FramebufferTextureLayerARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4126   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4127   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4128   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4129   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4130   Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4131
4132 Name: "FramebufferTextureFaceARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_geometry_shader4", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4133   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4134   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4135   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4136   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4137   Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4138
4139 Name: "VertexAttribDivisorARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_instanced_arrays", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4140   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4141   Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4142
4143 Name: "MapBufferRange", ParamNames: 4, Params: 4, Return: "VoidPointer", Category: "ARB_map_buffer_range", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4144   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4145   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4146   Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4147   Name: "access", Type: "BufferAccessMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4148
4149 Name: "FlushMappedBufferRange", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_map_buffer_range", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4150   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4151   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4152   Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4153
4154 Name: "TexBufferARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_buffer_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4155   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4156   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4157   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4158
4159 Name: "BindVertexArray", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4160   Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4161
4162 Name: "DeleteVertexArrays", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4163   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4164   Name: "arrays", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
4165
4166 Name: "GenVertexArrays", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4167   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4168   Name: "arrays", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
4169
4170 Name: "IsVertexArray", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_vertex_array_object", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4171   Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4172
4173 Name: "GetUniformIndices", ParamNames: 4, Params: 4, Return: "GLuint", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4174   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4175   Name: "uniformCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4176   Name: "uniformNames", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0
4177   Name: "uniformIndices", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0
4178
4179 Name: "GetActiveUniformsiv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4180   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4181   Name: "uniformCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4182   Name: "uniformIndices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[uniformCount]", Retained: 0
4183   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4184   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4185
4186 Name: "GetActiveUniformName", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4187   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4188   Name: "uniformIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4189   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4190   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4191   Name: "uniformName", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
4192
4193 Name: "GetUniformBlockIndex", ParamNames: 2, Params: 2, Return: "UInt32", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4194   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4195   Name: "uniformBlockName", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
4196
4197 Name: "GetActiveUniformBlockiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4198   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4199   Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4200   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4201   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4202
4203 Name: "GetActiveUniformBlockName", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4204   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4205   Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4206   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4207   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4208   Name: "uniformBlockName", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
4209
4210 Name: "UniformBlockBinding", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_uniform_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4211   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4212   Name: "uniformBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4213   Name: "uniformBlockBinding", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4214
4215 Name: "CopyBufferSubData", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_copy_buffer", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4216   Name: "readTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4217   Name: "writeTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4218   Name: "readOffset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4219   Name: "writeOffset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4220   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4221
4222 Name: "DrawElementsBaseVertex", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4223   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4224   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4225   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4226   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
4227   Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4228
4229 Name: "DrawRangeElementsBaseVertex", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4230   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4231   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4232   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4233   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4234   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4235   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
4236   Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4237
4238 Name: "DrawElementsInstancedBaseVertex", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4239   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4240   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4241   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4242   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
4243   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4244   Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4245
4246 Name: "MultiDrawElementsBaseVertex", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_draw_elements_base_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4247   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4248   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
4249   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4250   Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
4251   Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4252   Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[drawcount]", Retained: 0
4253
4254 Name: "ProvokingVertex", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_provoking_vertex", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4255   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4256
4257 Name: "FenceSync", ParamNames: 2, Params: 2, Return: "sync", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4258   Name: "condition", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4259   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4260
4261 Name: "IsSync", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4262   Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4263
4264 Name: "DeleteSync", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4265   Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4266
4267 Name: "ClientWaitSync", ParamNames: 3, Params: 3, Return: "GLenum", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4268   Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4269   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4270   Name: "timeout", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4271
4272 Name: "WaitSync", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4273   Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4274   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4275   Name: "timeout", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4276
4277 Name: "GetInteger64v", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4278   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4279   Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4280
4281 Name: "GetSynciv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_sync", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4282   Name: "sync", Type: "sync", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4283   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4284   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4285   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4286   Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
4287
4288 Name: "TexImage2DMultisample", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4289   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4290   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4291   Name: "internalformat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4292   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4293   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4294   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4295
4296 Name: "TexImage3DMultisample", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4297   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4298   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4299   Name: "internalformat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4300   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4301   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4302   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4303   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4304
4305 Name: "GetMultisamplefv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4306   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4307   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4308   Name: "val", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4309
4310 Name: "SampleMaski", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_texture_multisample", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4311   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4312   Name: "mask", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4313
4314 Name: "BlendEquationiARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4315   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4316   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4317
4318 Name: "BlendEquationSeparateiARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4319   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4320   Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4321   Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4322
4323 Name: "BlendFunciARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4324   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4325   Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4326   Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4327
4328 Name: "BlendFuncSeparateiARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_draw_buffers_blend", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4329   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4330   Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4331   Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4332   Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4333   Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4334
4335 Name: "MinSampleShadingARB", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_sample_shading", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4336   Name: "value", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4337
4338 Name: "NamedStringARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4339   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4340   Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4341   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0
4342   Name: "stringlen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4343   Name: "string", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[stringlen]", Retained: 0
4344
4345 Name: "DeleteNamedStringARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4346   Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4347   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0
4348
4349 Name: "CompileShaderIncludeARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4350   Name: "shader", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4351   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4352   Name: "path", Type: "CharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4353   Name: "length", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4354
4355 Name: "IsNamedStringARB", ParamNames: 2, Params: 2, Return: "Boolean", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4356   Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4357   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0
4358
4359 Name: "GetNamedStringARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4360   Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4361   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0
4362   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4363   Name: "stringlen", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4364   Name: "string", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
4365
4366 Name: "GetNamedStringivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shading_language_include", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4367   Name: "namelen", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4368   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[namelen]", Retained: 0
4369   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4370   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4371
4372 Name: "BindFragDataLocationIndexed", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_blend_func_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4373   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4374   Name: "colorNumber", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4375   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4376   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4377
4378 Name: "GetFragDataIndex", ParamNames: 2, Params: 2, Return: "Int32", Category: "ARB_blend_func_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4379   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4380   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4381
4382 Name: "GenSamplers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4383   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4384   Name: "samplers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
4385
4386 Name: "DeleteSamplers", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4387   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4388   Name: "samplers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4389
4390 Name: "IsSampler", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4391   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4392
4393 Name: "BindSampler", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4394   Name: "unit", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4395   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4396
4397 Name: "SamplerParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4398   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4399   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4400   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4401
4402 Name: "SamplerParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4403   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4404   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4405   Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4406
4407 Name: "SamplerParameterf", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4408   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4409   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4410   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4411
4412 Name: "SamplerParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4413   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4414   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4415   Name: "param", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4416
4417 Name: "SamplerParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4418   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4419   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4420   Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4421
4422 Name: "SamplerParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4423   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4424   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4425   Name: "param", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4426
4427 Name: "GetSamplerParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4428   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4429   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4430   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4431
4432 Name: "GetSamplerParameterIiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4433   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4434   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4435   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4436
4437 Name: "GetSamplerParameterfv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4438   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4439   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4440   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4441
4442 Name: "GetSamplerParameterIuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_sampler_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4443   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4444   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4445   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4446
4447 Name: "QueryCounter", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4448   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4449   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4450
4451 Name: "GetQueryObjecti64v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4452   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4453   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4454   Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4455
4456 Name: "GetQueryObjectui64v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_timer_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4457   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4458   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4459   Name: "params", Type: "UInt64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4460
4461 Name: "VertexP2ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4462   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4463   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4464
4465 Name: "VertexP2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4466   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4467   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4468
4469 Name: "VertexP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4470   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4471   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4472
4473 Name: "VertexP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4474   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4475   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4476
4477 Name: "VertexP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4478   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4479   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4480
4481 Name: "VertexP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4482   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4483   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4484
4485 Name: "TexCoordP1ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4486   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4487   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4488
4489 Name: "TexCoordP1uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4490   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4491   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4492
4493 Name: "TexCoordP2ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4494   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4495   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4496
4497 Name: "TexCoordP2uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4498   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4499   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4500
4501 Name: "TexCoordP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4502   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4503   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4504
4505 Name: "TexCoordP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4506   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4507   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4508
4509 Name: "TexCoordP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4510   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4511   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4512
4513 Name: "TexCoordP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4514   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4515   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4516
4517 Name: "MultiTexCoordP1ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4518   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4519   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4520   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4521
4522 Name: "MultiTexCoordP1uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4523   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4524   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4525   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4526
4527 Name: "MultiTexCoordP2ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4528   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4529   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4530   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4531
4532 Name: "MultiTexCoordP2uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4533   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4534   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4535   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4536
4537 Name: "MultiTexCoordP3ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4538   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4539   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4540   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4541
4542 Name: "MultiTexCoordP3uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4543   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4544   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4545   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4546
4547 Name: "MultiTexCoordP4ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4548   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4549   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4550   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4551
4552 Name: "MultiTexCoordP4uiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4553   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4554   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4555   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4556
4557 Name: "NormalP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4558   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4559   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4560
4561 Name: "NormalP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4562   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4563   Name: "coords", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4564
4565 Name: "ColorP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4566   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4567   Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4568
4569 Name: "ColorP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4570   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4571   Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4572
4573 Name: "ColorP4ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4574   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4575   Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4576
4577 Name: "ColorP4uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4578   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4579   Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4580
4581 Name: "SecondaryColorP3ui", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4582   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4583   Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4584
4585 Name: "SecondaryColorP3uiv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4586   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4587   Name: "color", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4588
4589 Name: "VertexAttribP1ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4590   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4591   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4592   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4593   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4594
4595 Name: "VertexAttribP1uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4596   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4597   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4598   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4599   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4600
4601 Name: "VertexAttribP2ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4602   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4603   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4604   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4605   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4606
4607 Name: "VertexAttribP2uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4608   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4609   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4610   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4611   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4612
4613 Name: "VertexAttribP3ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4614   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4615   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4616   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4617   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4618
4619 Name: "VertexAttribP3uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4620   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4621   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4622   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4623   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4624
4625 Name: "VertexAttribP4ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4626   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4627   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4628   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4629   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4630
4631 Name: "VertexAttribP4uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_type_2_10_10_10_rev", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4632   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4633   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4634   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4635   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
4636
4637 Name: "DrawArraysIndirect", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_draw_indirect", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4638   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4639   Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4640
4641 Name: "DrawElementsIndirect", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_draw_indirect", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4642   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4643   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4644   Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4645
4646 Name: "Uniform1d", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4647   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4648   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4649
4650 Name: "Uniform2d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4651   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4652   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4653   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4654
4655 Name: "Uniform3d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4656   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4657   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4658   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4659   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4660
4661 Name: "Uniform4d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4662   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4663   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4664   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4665   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4666   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4667
4668 Name: "Uniform1dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4669   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4670   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4671   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4672
4673 Name: "Uniform2dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4674   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4675   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4676   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
4677
4678 Name: "Uniform3dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4679   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4680   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4681   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
4682
4683 Name: "Uniform4dv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4684   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4685   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4686   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
4687
4688 Name: "UniformMatrix2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4689   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4690   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4691   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4692   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
4693
4694 Name: "UniformMatrix3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4695   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4696   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4697   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4698   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
4699
4700 Name: "UniformMatrix4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4701   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4702   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4703   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4704   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
4705
4706 Name: "UniformMatrix2x3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4707   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4708   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4709   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4710   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
4711
4712 Name: "UniformMatrix2x4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4713   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4714   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4715   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4716   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
4717
4718 Name: "UniformMatrix3x2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4719   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4720   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4721   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4722   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
4723
4724 Name: "UniformMatrix3x4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4725   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4726   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4727   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4728   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
4729
4730 Name: "UniformMatrix4x2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4731   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4732   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4733   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4734   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
4735
4736 Name: "UniformMatrix4x3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4737   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4738   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4739   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4740   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
4741
4742 Name: "GetUniformdv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_gpu_shader_fp64", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4743   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4744   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4745   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
4746
4747 Name: "GetSubroutineUniformLocation", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4748   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4749   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4750   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4751
4752 Name: "GetSubroutineIndex", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4753   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4754   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4755   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
4756
4757 Name: "GetActiveSubroutineUniformiv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4758   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4759   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4760   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4761   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4762   Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4763
4764 Name: "GetActiveSubroutineUniformName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4765   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4766   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4767   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4768   Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4769   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4770   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0
4771
4772 Name: "GetActiveSubroutineName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4773   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4774   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4775   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4776   Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4777   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4778   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0
4779
4780 Name: "UniformSubroutinesuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4781   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4782   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4783   Name: "indices", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4784
4785 Name: "GetUniformSubroutineuiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4786   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4787   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4788   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4789
4790 Name: "GetProgramStageiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_subroutine", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4791   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4792   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4793   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4794   Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
4795
4796 Name: "PatchParameteri", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_tessellation_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4797   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4798   Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4799
4800 Name: "PatchParameterfv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_tessellation_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4801   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4802   Name: "values", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4803
4804 Name: "BindTransformFeedback", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4805   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4806   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4807
4808 Name: "DeleteTransformFeedbacks", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4809   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4810   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
4811
4812 Name: "GenTransformFeedbacks", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4813   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4814   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
4815
4816 Name: "IsTransformFeedback", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4817   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4818
4819 Name: "PauseTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4820 Name: "ResumeTransformFeedback", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4821 Name: "DrawTransformFeedback", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback2", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4822   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4823   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4824
4825 Name: "DrawTransformFeedbackStream", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4826   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4827   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4828   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4829
4830 Name: "BeginQueryIndexed", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4831   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4832   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4833   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4834
4835 Name: "EndQueryIndexed", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4836   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4837   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4838
4839 Name: "GetQueryIndexediv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_transform_feedback3", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4840   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4841   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4842   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4843   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4844
4845 Name: "ReleaseShaderCompiler", ParamNames: 0, Params: 0, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4846 Name: "ShaderBinary", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4847   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4848   Name: "shaders", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4849   Name: "binaryformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4850   Name: "binary", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
4851   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4852
4853 Name: "GetShaderPrecisionFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4854   Name: "shadertype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4855   Name: "precisiontype", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4856   Name: "range", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0
4857   Name: "precision", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0
4858
4859 Name: "DepthRangef", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4860   Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4861   Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4862
4863 Name: "ClearDepthf", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_ES2_compatibility", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4864   Name: "d", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4865
4866 Name: "GetProgramBinary", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_get_program_binary", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4867   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4868   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4869   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
4870   Name: "binaryFormat", Type: "GLenum", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
4871   Name: "binary", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
4872
4873 Name: "ProgramBinary", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_get_program_binary", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4874   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4875   Name: "binaryFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4876   Name: "binary", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
4877   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4878
4879 Name: "ProgramParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_get_program_binary", Version: "3.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4880   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4881   Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4882   Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4883
4884 Name: "UseProgramStages", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4885   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4886   Name: "stages", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4887   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4888
4889 Name: "ActiveShaderProgram", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4890   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4891   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4892
4893 Name: "CreateShaderProgramv", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4894   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4895   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4896   Name: "strings", Type: "ConstCharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4897
4898 Name: "BindProgramPipeline", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4899   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4900
4901 Name: "DeleteProgramPipelines", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4902   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4903   Name: "pipelines", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
4904
4905 Name: "GenProgramPipelines", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4906   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4907   Name: "pipelines", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
4908
4909 Name: "IsProgramPipeline", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4910   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4911
4912 Name: "GetProgramPipelineiv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
4913   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4914   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4915   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
4916
4917 Name: "ProgramUniform1i", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4918   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4919   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4920   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4921
4922 Name: "ProgramUniform1iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4923   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4924   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4925   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4926   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4927
4928 Name: "ProgramUniform1f", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4929   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4930   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4931   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4932
4933 Name: "ProgramUniform1fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4934   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4935   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4936   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4937   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4938
4939 Name: "ProgramUniform1d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4940   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4941   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4942   Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4943
4944 Name: "ProgramUniform1dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4945   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4946   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4947   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4948   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4949
4950 Name: "ProgramUniform1ui", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4951   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4952   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4953   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4954
4955 Name: "ProgramUniform1uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4956   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4957   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4958   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4959   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
4960
4961 Name: "ProgramUniform2i", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4962   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4963   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4964   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4965   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4966
4967 Name: "ProgramUniform2iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4968   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4969   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4970   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4971   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
4972
4973 Name: "ProgramUniform2f", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4974   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4975   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4976   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4977   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4978
4979 Name: "ProgramUniform2fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4980   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4981   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4982   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4983   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
4984
4985 Name: "ProgramUniform2d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4986   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4987   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4988   Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4989   Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4990
4991 Name: "ProgramUniform2dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4992   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4993   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4994   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4995   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
4996
4997 Name: "ProgramUniform2ui", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
4998   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
4999   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5000   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5001   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5002
5003 Name: "ProgramUniform2uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5004   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5005   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5006   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5007   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
5008
5009 Name: "ProgramUniform3i", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5010   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5011   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5012   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5013   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5014   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5015
5016 Name: "ProgramUniform3iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5017   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5018   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5019   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5020   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
5021
5022 Name: "ProgramUniform3f", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5023   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5024   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5025   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5026   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5027   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5028
5029 Name: "ProgramUniform3fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5030   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5031   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5032   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5033   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
5034
5035 Name: "ProgramUniform3d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5036   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5037   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5038   Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5039   Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5040   Name: "v2", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5041
5042 Name: "ProgramUniform3dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5043   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5044   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5045   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5046   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
5047
5048 Name: "ProgramUniform3ui", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5049   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5050   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5051   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5052   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5053   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5054
5055 Name: "ProgramUniform3uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5056   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5057   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5058   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5059   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
5060
5061 Name: "ProgramUniform4i", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5062   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5063   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5064   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5065   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5066   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5067   Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5068
5069 Name: "ProgramUniform4iv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5070   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5071   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5072   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5073   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5074
5075 Name: "ProgramUniform4f", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5076   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5077   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5078   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5079   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5080   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5081   Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5082
5083 Name: "ProgramUniform4fv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5084   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5085   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5086   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5087   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5088
5089 Name: "ProgramUniform4d", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5090   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5091   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5092   Name: "v0", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5093   Name: "v1", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5094   Name: "v2", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5095   Name: "v3", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5096
5097 Name: "ProgramUniform4dv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5098   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5099   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5100   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5101   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5102
5103 Name: "ProgramUniform4ui", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5104   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5105   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5106   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5107   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5108   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5109   Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5110
5111 Name: "ProgramUniform4uiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5112   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5113   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5114   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5115   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5116
5117 Name: "ProgramUniformMatrix2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5118   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5119   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5120   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5121   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5122   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5123
5124 Name: "ProgramUniformMatrix3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5125   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5126   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5127   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5128   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5129   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
5130
5131 Name: "ProgramUniformMatrix4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5132   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5133   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5134   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5135   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5136   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
5137
5138 Name: "ProgramUniformMatrix2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5139   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5140   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5141   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5142   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5143   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
5144
5145 Name: "ProgramUniformMatrix3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5146   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5147   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5148   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5149   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5150   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
5151
5152 Name: "ProgramUniformMatrix4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5153   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5154   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5155   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5156   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5157   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
5158
5159 Name: "ProgramUniformMatrix2x3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5160   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5161   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5162   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5163   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5164   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
5165
5166 Name: "ProgramUniformMatrix3x2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5167   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5168   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5169   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5170   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5171   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
5172
5173 Name: "ProgramUniformMatrix2x4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5174   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5175   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5176   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5177   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5178   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
5179
5180 Name: "ProgramUniformMatrix4x2fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5181   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5182   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5183   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5184   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5185   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
5186
5187 Name: "ProgramUniformMatrix3x4fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5188   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5189   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5190   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5191   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5192   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
5193
5194 Name: "ProgramUniformMatrix4x3fv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5195   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5196   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5197   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5198   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5199   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
5200
5201 Name: "ProgramUniformMatrix2x3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5202   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5203   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5204   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5205   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5206   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
5207
5208 Name: "ProgramUniformMatrix3x2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5209   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5210   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5211   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5212   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5213   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
5214
5215 Name: "ProgramUniformMatrix2x4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5216   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5217   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5218   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5219   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5220   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
5221
5222 Name: "ProgramUniformMatrix4x2dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5223   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5224   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5225   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5226   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5227   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
5228
5229 Name: "ProgramUniformMatrix3x4dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5230   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5231   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5232   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5233   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5234   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
5235
5236 Name: "ProgramUniformMatrix4x3dv", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5237   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5238   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5239   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5240   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5241   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
5242
5243 Name: "ValidateProgramPipeline", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5244   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5245
5246 Name: "GetProgramPipelineInfoLog", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_separate_shader_objects", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5247   Name: "pipeline", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5248   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5249   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
5250   Name: "infoLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0
5251
5252 Name: "VertexAttribL1d", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5253   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5254   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5255
5256 Name: "VertexAttribL2d", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5257   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5258   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5259   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5260
5261 Name: "VertexAttribL3d", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5262   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5263   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5264   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5265   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5266
5267 Name: "VertexAttribL4d", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5268   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5269   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5270   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5271   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5272   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5273
5274 Name: "VertexAttribL1dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5275   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5276   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
5277
5278 Name: "VertexAttribL2dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5279   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5280   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
5281
5282 Name: "VertexAttribL3dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5283   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5284   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
5285
5286 Name: "VertexAttribL4dv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5287   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5288   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
5289
5290 Name: "VertexAttribLPointer", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5291   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5292   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5293   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5294   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5295   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
5296
5297 Name: "GetVertexAttribLdv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5298   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5299   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5300   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
5301
5302 Name: "ViewportArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5303   Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5304   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5305   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0
5306
5307 Name: "ViewportIndexedf", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5308   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5309   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5310   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5311   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5312   Name: "h", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5313
5314 Name: "ViewportIndexedfv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5315   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5316   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
5317
5318 Name: "ScissorArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5319   Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5320   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5321   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0
5322
5323 Name: "ScissorIndexed", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5324   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5325   Name: "left", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5326   Name: "bottom", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5327   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5328   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5329
5330 Name: "ScissorIndexedv", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5331   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5332   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
5333
5334 Name: "DepthRangeArrayv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5335   Name: "first", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5336   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5337   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0
5338
5339 Name: "DepthRangeIndexed", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5340   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5341   Name: "n", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5342   Name: "f", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5343
5344 Name: "GetFloati_v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5345   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5346   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5347   Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
5348
5349 Name: "GetDoublei_v", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_viewport_array", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5350   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5351   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5352   Name: "data", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
5353
5354 Name: "CreateSyncFromCLeventARB", ParamNames: 3, Params: 3, Return: "sync", Category: "ARB_cl_event", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5355   Name: "context", Type: "cl_context", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5356   Name: "event", Type: "cl_event", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5357   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5358
5359 Name: "DebugMessageControlARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5360   Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5361   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5362   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5363   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5364   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
5365   Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5366
5367 Name: "DebugMessageInsertARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5368   Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5369   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5370   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5371   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5372   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5373   Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
5374
5375 Name: "DebugMessageCallbackARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5376   Name: "callback", Type: "GLDEBUGPROCARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5377   Name: "userParam", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
5378
5379 Name: "GetDebugMessageLogARB", ParamNames: 8, Params: 8, Return: "UInt32", Category: "ARB_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5380   Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5381   Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5382   Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5383   Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5384   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5385   Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5386   Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5387   Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(lengths)]", Retained: 0
5388
5389 Name: "GetGraphicsResetStatusARB", ParamNames: 0, Params: 0, Return: "GLenum", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5390 Name: "GetnMapdvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5391   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5392   Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5393   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5394   Name: "v", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5395
5396 Name: "GetnMapfvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5397   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5398   Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5399   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5400   Name: "v", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5401
5402 Name: "GetnMapivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5403   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5404   Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5405   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5406   Name: "v", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5407
5408 Name: "GetnPixelMapfvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5409   Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5410   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5411   Name: "values", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5412
5413 Name: "GetnPixelMapuivARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5414   Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5415   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5416   Name: "values", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5417
5418 Name: "GetnPixelMapusvARB", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5419   Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5420   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5421   Name: "values", Type: "UInt16", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5422
5423 Name: "GetnPolygonStippleARB", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5424   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5425   Name: "pattern", Type: "UInt8", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5426
5427 Name: "GetnColorTableARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5428   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5429   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5430   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5431   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5432   Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5433
5434 Name: "GetnConvolutionFilterARB", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5435   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5436   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5437   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5438   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5439   Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5440
5441 Name: "GetnSeparableFilterARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5442   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5443   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5444   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5445   Name: "rowBufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5446   Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[rowBufSize]", Retained: 0
5447   Name: "columnBufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5448   Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[columnBufSize]", Retained: 0
5449   Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[0]", Retained: 0
5450
5451 Name: "GetnHistogramARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5452   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5453   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5454   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5455   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5456   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5457   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5458
5459 Name: "GetnMinmaxARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "compatibility", Deprecated: "", Lib: "gl" notlistable: 1
5460   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5461   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5462   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5463   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5464   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5465   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5466
5467 Name: "GetnTexImageARB", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5468   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5469   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5470   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5471   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5472   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5473   Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5474
5475 Name: "ReadnPixelsARB", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5476   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5477   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5478   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5479   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5480   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5481   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5482   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5483   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5484
5485 Name: "GetnCompressedTexImageARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5486   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5487   Name: "lod", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5488   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5489   Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5490
5491 Name: "GetnUniformfvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5492   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5493   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5494   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5495   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5496
5497 Name: "GetnUniformivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5498   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5499   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5500   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5501   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5502
5503 Name: "GetnUniformuivARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5504   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5505   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5506   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5507   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5508
5509 Name: "GetnUniformdvARB", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_robustness", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5510   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5511   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5512   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5513   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5514
5515 Name: "DrawArraysInstancedBaseInstance", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5516   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5517   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5518   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5519   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5520   Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5521
5522 Name: "DrawElementsInstancedBaseInstance", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5523   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5524   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5525   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5526   Name: "indices", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
5527   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5528   Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5529
5530 Name: "DrawElementsInstancedBaseVertexBaseInstance", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_base_instance", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5531   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5532   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5533   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5534   Name: "indices", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
5535   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5536   Name: "basevertex", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5537   Name: "baseinstance", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5538
5539 Name: "DrawTransformFeedbackInstanced", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_transform_feedback_instanced", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5540   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5541   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5542   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5543
5544 Name: "DrawTransformFeedbackStreamInstanced", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_transform_feedback_instanced", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5545   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5546   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5547   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5548   Name: "instancecount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5549
5550 Name: "GetInternalformativ", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_internalformat_query", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5551   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5552   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5553   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5554   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5555   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5556
5557 Name: "GetActiveAtomicCounterBufferiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_shader_atomic_counters", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5558   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5559   Name: "bufferIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5560   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5561   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
5562
5563 Name: "BindImageTexture", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_shader_image_load_store", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5564   Name: "unit", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5565   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5566   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5567   Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5568   Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5569   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5570   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5571
5572 Name: "MemoryBarrier", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_shader_image_load_store", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5573   Name: "barriers", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5574
5575 Name: "TexStorage1D", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5576   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5577   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5578   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5579   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5580
5581 Name: "TexStorage2D", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5582   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5583   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5584   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5585   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5586   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5587
5588 Name: "TexStorage3D", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5589   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5590   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5591   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5592   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5593   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5594   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5595
5596 Name: "TextureStorage1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5597   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5598   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5599   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5600   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5601   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5602
5603 Name: "TextureStorage2DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5604   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5605   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5606   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5607   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5608   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5609   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5610
5611 Name: "TextureStorage3DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage", Version: "4.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5612   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5613   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5614   Name: "levels", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5615   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5616   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5617   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5618   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5619
5620 Name: "DebugMessageControl", ParamNames: 6, Params: 6, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5621   Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5622   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5623   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5624   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5625   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
5626   Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5627
5628 Name: "DebugMessageInsert", ParamNames: 6, Params: 6, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5629   Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5630   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5631   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5632   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5633   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5634   Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(buf,length)]", Retained: 0
5635
5636 Name: "DebugMessageCallback", ParamNames: 2, Params: 2, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5637   Name: "callback", Type: "GLDEBUGPROC", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5638   Name: "userParam", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
5639
5640 Name: "GetDebugMessageLog", ParamNames: 8, Params: 8, Return: "UInt32", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5641   Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5642   Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5643   Name: "sources", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5644   Name: "types", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5645   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5646   Name: "severities", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5647   Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
5648   Name: "messageLog", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0
5649
5650 Name: "PushDebugGroup", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5651   Name: "source", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5652   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5653   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5654   Name: "message", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(message,length)]", Retained: 0
5655
5656 Name: "PopDebugGroup", ParamNames: 0, Params: 0, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5657 Name: "ObjectLabel", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5658   Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5659   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5660   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5661   Name: "label", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(label,length)]", Retained: 0
5662
5663 Name: "GetObjectLabel", ParamNames: 5, Params: 5, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5664   Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5665   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5666   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5667   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
5668   Name: "label", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5669
5670 Name: "ObjectPtrLabel", ParamNames: 3, Params: 3, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5671   Name: "ptr", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
5672   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5673   Name: "label", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(label,length)]", Retained: 0
5674
5675 Name: "GetObjectPtrLabel", ParamNames: 4, Params: 4, Return: "void", Category: "KHR_debug", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5676   Name: "ptr", Type: "void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
5677   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5678   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
5679   Name: "label", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5680
5681 Name: "ClearBufferData", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5682   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5683   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5684   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5685   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5686   Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0
5687
5688 Name: "ClearBufferSubData", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5689   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5690   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5691   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5692   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5693   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5694   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5695   Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0
5696
5697 Name: "ClearNamedBufferDataEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5698   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5699   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5700   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5701   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5702   Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0
5703
5704 Name: "ClearNamedBufferSubDataEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_clear_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5705   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5706   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5707   Name: "offset", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5708   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5709   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5710   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5711   Name: "data", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type)]", Retained: 0
5712
5713 Name: "DispatchCompute", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_compute_shader", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5714   Name: "num_groups_x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5715   Name: "num_groups_y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5716   Name: "num_groups_z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5717
5718 Name: "DispatchComputeIndirect", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_compute_shader", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5719   Name: "indirect", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5720
5721 Name: "CopyImageSubData", ParamNames: 15, Params: 15, Return: "void", Category: "ARB_copy_image", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5722   Name: "srcName", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5723   Name: "srcTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5724   Name: "srcLevel", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5725   Name: "srcX", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5726   Name: "srcY", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5727   Name: "srcZ", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5728   Name: "dstName", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5729   Name: "dstTarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5730   Name: "dstLevel", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5731   Name: "dstX", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5732   Name: "dstY", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5733   Name: "dstZ", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5734   Name: "srcWidth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5735   Name: "srcHeight", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5736   Name: "srcDepth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5737
5738 Name: "TextureView", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_view", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5739   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5740   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5741   Name: "origtexture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5742   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5743   Name: "minlevel", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5744   Name: "numlevels", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5745   Name: "minlayer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5746   Name: "numlayers", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5747
5748 Name: "BindVertexBuffer", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5749   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5750   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5751   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5752   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5753
5754 Name: "VertexAttribFormat", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5755   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5756   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5757   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5758   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5759   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5760
5761 Name: "VertexAttribIFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5762   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5763   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5764   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5765   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5766
5767 Name: "VertexAttribLFormat", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5768   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5769   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5770   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5771   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5772
5773 Name: "VertexAttribBinding", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5774   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5775   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5776
5777 Name: "VertexBindingDivisor", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5778   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5779   Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5780
5781 Name: "VertexArrayBindVertexBufferEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5782   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5783   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5784   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5785   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5786   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5787
5788 Name: "VertexArrayVertexAttribFormatEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5789   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5790   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5791   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5792   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5793   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5794   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5795
5796 Name: "VertexArrayVertexAttribIFormatEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5797   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5798   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5799   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5800   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5801   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5802
5803 Name: "VertexArrayVertexAttribLFormatEXT", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5804   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5805   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5806   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5807   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5808   Name: "relativeoffset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5809
5810 Name: "VertexArrayVertexAttribBindingEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5811   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5812   Name: "attribindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5813   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5814
5815 Name: "VertexArrayVertexBindingDivisorEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_vertex_attrib_binding", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5816   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5817   Name: "bindingindex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5818   Name: "divisor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5819
5820 Name: "FramebufferParameteri", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5821   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5822   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5823   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5824
5825 Name: "GetFramebufferParameteriv", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5826   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5827   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5828   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
5829
5830 Name: "NamedFramebufferParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5831   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5832   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5833   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5834
5835 Name: "GetNamedFramebufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_framebuffer_no_attachments", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5836   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5837   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5838   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
5839
5840 Name: "GetInternalformati64v", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_internalformat_query2", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5841   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5842   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5843   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5844   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5845   Name: "params", Type: "Int64", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5846
5847 Name: "InvalidateTexSubImage", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5848   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5849   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5850   Name: "xoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5851   Name: "yoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5852   Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5853   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5854   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5855   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5856
5857 Name: "InvalidateTexImage", ParamNames: 2, Params: 2, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5858   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5859   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5860
5861 Name: "InvalidateBufferSubData", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5862   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5863   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5864   Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5865
5866 Name: "InvalidateBufferData", ParamNames: 1, Params: 1, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5867   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5868
5869 Name: "InvalidateFramebuffer", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5870   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5871   Name: "numAttachments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5872   Name: "attachments", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[numAttachments]", Retained: 0
5873
5874 Name: "InvalidateSubFramebuffer", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_invalidate_subdata", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5875   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5876   Name: "numAttachments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5877   Name: "attachments", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[numAttachments]", Retained: 0
5878   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5879   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5880   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5881   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5882
5883 Name: "MultiDrawArraysIndirect", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_multi_draw_indirect", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5884   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5885   Name: "indirect", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(drawcount,stride)]", Retained: 0
5886   Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5887   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5888
5889 Name: "MultiDrawElementsIndirect", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_multi_draw_indirect", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5890   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5891   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5892   Name: "indirect", Type: "void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(drawcount,stride)]", Retained: 0
5893   Name: "drawcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5894   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5895
5896 Name: "GetProgramInterfaceiv", ParamNames: 4, Params: 4, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5897   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5898   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5899   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5900   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
5901
5902 Name: "GetProgramResourceIndex", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5903   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5904   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5905   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
5906
5907 Name: "GetProgramResourceName", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5908   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5909   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5910   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5911   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5912   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
5913   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5914
5915 Name: "GetProgramResourceiv", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5916   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5917   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5918   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5919   Name: "propCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5920   Name: "props", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[propCount]", Retained: 0
5921   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5922   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
5923   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
5924
5925 Name: "GetProgramResourceLocation", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5926   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5927   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5928   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
5929
5930 Name: "GetProgramResourceLocationIndex", ParamNames: 3, Params: 3, Return: "Int32", Category: "ARB_program_interface_query", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
5931   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5932   Name: "programInterface", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5933   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
5934
5935 Name: "ShaderStorageBlockBinding", ParamNames: 3, Params: 3, Return: "void", Category: "ARB_shader_storage_buffer_object", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5936   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5937   Name: "storageBlockIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5938   Name: "storageBlockBinding", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5939
5940 Name: "TexBufferRange", ParamNames: 5, Params: 5, Return: "void", Category: "ARB_texture_buffer_range", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5941   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5942   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5943   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5944   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5945   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5946
5947 Name: "TextureBufferRangeEXT", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_buffer_range", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5948   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5949   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5950   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5951   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5952   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5953   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5954
5955 Name: "TexStorage2DMultisample", ParamNames: 6, Params: 6, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5956   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5957   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5958   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5959   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5960   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5961   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5962
5963 Name: "TexStorage3DMultisample", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5964   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5965   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5966   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5967   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5968   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5969   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5970   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5971
5972 Name: "TextureStorage2DMultisampleEXT", ParamNames: 7, Params: 7, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5973   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5974   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5975   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5976   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5977   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5978   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5979   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5980
5981 Name: "TextureStorage3DMultisampleEXT", ParamNames: 8, Params: 8, Return: "void", Category: "ARB_texture_storage_multisample", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5982   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5983   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5984   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5985   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5986   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5987   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5988   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5989   Name: "fixedsamplelocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5990
5991 Name: "BlendColorEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_blend_color", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5992   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5993   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5994   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5995   Name: "alpha", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5996
5997 Name: "PolygonOffsetEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_polygon_offset", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
5998   Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
5999   Name: "bias", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6000
6001 Name: "TexImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_texture3D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6002   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6003   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6004   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6005   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6006   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6007   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6008   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6009   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6010   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6011   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
6012
6013 Name: "TexSubImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_texture3D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6014   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6015   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6016   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6017   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6018   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6019   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6020   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6021   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6022   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6023   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6024   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
6025
6026 Name: "GetTexFilterFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_texture_filter4", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6027   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6028   Name: "filter", Type: "TextureFilterSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6029   Name: "weights", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,filter)]", Retained: 0
6030
6031 Name: "TexFilterFuncSGIS", ParamNames: 4, Params: 4, Return: "void", Category: "SGIS_texture_filter4", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6032   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6033   Name: "filter", Type: "TextureFilterSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6034   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6035   Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
6036
6037 Name: "TexSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_subtexture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6038   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6039   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6040   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6041   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6042   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6043   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6044   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
6045
6046 Name: "TexSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_subtexture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6047   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6048   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6049   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6050   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6051   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6052   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6053   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6054   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6055   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
6056
6057 Name: "CopyTexImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6058   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6059   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6060   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6061   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6062   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6063   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6064   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6065
6066 Name: "CopyTexImage2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6067   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6068   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6069   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6070   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6071   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6072   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6073   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6074   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6075
6076 Name: "CopyTexSubImage1DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6077   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6078   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6079   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6080   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6081   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6082   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6083
6084 Name: "CopyTexSubImage2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6085   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6086   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6087   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6088   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6089   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6090   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6091   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6092   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6093
6094 Name: "CopyTexSubImage3DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_copy_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6095   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6096   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6097   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6098   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6099   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6100   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6101   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6102   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6103   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6104
6105 Name: "GetHistogramEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6106   Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6107   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6108   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6109   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6110   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6111
6112 Name: "GetHistogramParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6113   Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6114   Name: "pname", Type: "GetHistogramParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6115   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6116
6117 Name: "GetHistogramParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6118   Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6119   Name: "pname", Type: "GetHistogramParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6120   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6121
6122 Name: "GetMinmaxEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6123   Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6124   Name: "reset", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6125   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6126   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6127   Name: "values", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6128
6129 Name: "GetMinmaxParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6130   Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6131   Name: "pname", Type: "GetMinmaxParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6132   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6133
6134 Name: "GetMinmaxParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6135   Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6136   Name: "pname", Type: "GetMinmaxParameterPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6137   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6138
6139 Name: "HistogramEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6140   Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6141   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6142   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6143   Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6144
6145 Name: "MinmaxEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6146   Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6147   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6148   Name: "sink", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6149
6150 Name: "ResetHistogramEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6151   Name: "target", Type: "HistogramTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6152
6153 Name: "ResetMinmaxEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_histogram", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6154   Name: "target", Type: "MinmaxTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6155
6156 Name: "ConvolutionFilter1DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6157   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6158   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6159   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6160   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6161   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6162   Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
6163
6164 Name: "ConvolutionFilter2DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6165   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6166   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6167   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6168   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6169   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6170   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6171   Name: "image", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
6172
6173 Name: "ConvolutionParameterfEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6174   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6175   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6176   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6177
6178 Name: "ConvolutionParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6179   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6180   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6181   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6182
6183 Name: "ConvolutionParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6184   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6185   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6186   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6187
6188 Name: "ConvolutionParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6189   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6190   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6191   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6192
6193 Name: "CopyConvolutionFilter1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6194   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6195   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6196   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6197   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6198   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6199
6200 Name: "CopyConvolutionFilter2DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6201   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6202   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6203   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6204   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6205   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6206   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6207
6208 Name: "GetConvolutionFilterEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6209   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6210   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6211   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6212   Name: "image", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6213
6214 Name: "GetConvolutionParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6215   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6216   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6217   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6218
6219 Name: "GetConvolutionParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6220   Name: "target", Type: "ConvolutionTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6221   Name: "pname", Type: "ConvolutionParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6222   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6223
6224 Name: "GetSeparableFilterEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6225   Name: "target", Type: "SeparableTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6226   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6227   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6228   Name: "row", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6229   Name: "column", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6230   Name: "span", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6231
6232 Name: "SeparableFilter2DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_convolution", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6233   Name: "target", Type: "SeparableTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6234   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6235   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6236   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6237   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6238   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6239   Name: "row", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,width)]", Retained: 0
6240   Name: "column", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type,height)]", Retained: 0
6241
6242 Name: "ColorTableSGI", ParamNames: 6, Params: 6, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6243   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6244   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6245   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6246   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6247   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6248   Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
6249
6250 Name: "ColorTableParameterfvSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6251   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6252   Name: "pname", Type: "ColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6253   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6254
6255 Name: "ColorTableParameterivSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6256   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6257   Name: "pname", Type: "ColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6258   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6259
6260 Name: "CopyColorTableSGI", ParamNames: 5, Params: 5, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6261   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6262   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6263   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6264   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6265   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6266
6267 Name: "GetColorTableSGI", ParamNames: 4, Params: 4, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6268   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6269   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6270   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6271   Name: "table", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6272
6273 Name: "GetColorTableParameterfvSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6274   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6275   Name: "pname", Type: "GetColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6276   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6277
6278 Name: "GetColorTableParameterivSGI", ParamNames: 3, Params: 3, Return: "void", Category: "SGI_color_table", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6279   Name: "target", Type: "ColorTableTargetSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6280   Name: "pname", Type: "GetColorTableParameterPNameSGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6281   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6282
6283 Name: "PixelTexGenSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6284   Name: "mode", Type: "PixelTexGenModeSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6285
6286 Name: "PixelTexGenParameteriSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6287   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6288   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6289
6290 Name: "PixelTexGenParameterivSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6291   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6292   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6293
6294 Name: "PixelTexGenParameterfSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6295   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6296   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6297
6298 Name: "PixelTexGenParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6299   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6300   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6301
6302 Name: "GetPixelTexGenParameterivSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6303   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6304   Name: "params", Type: "CheckedInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6305
6306 Name: "GetPixelTexGenParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_pixel_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6307   Name: "pname", Type: "PixelTexGenParameterNameSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6308   Name: "params", Type: "CheckedFloat32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6309
6310 Name: "TexImage4DSGIS", ParamNames: 11, Params: 11, Return: "void", Category: "SGIS_texture4D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6311   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6312   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6313   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6314   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6315   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6316   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6317   Name: "size4d", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6318   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6319   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6320   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6321   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth,size4d)]", Retained: 0
6322
6323 Name: "TexSubImage4DSGIS", ParamNames: 13, Params: 13, Return: "void", Category: "SGIS_texture4D", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6324   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6325   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6326   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6327   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6328   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6329   Name: "woffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6330   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6331   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6332   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6333   Name: "size4d", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6334   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6335   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6336   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth,size4d)]", Retained: 0
6337
6338 Name: "AreTexturesResidentEXT", ParamNames: 3, Params: 3, Return: "Boolean", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6339   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6340   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
6341   Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
6342
6343 Name: "BindTextureEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6344   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6345   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6346
6347 Name: "DeleteTexturesEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6348   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6349   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
6350
6351 Name: "GenTexturesEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6352   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6353   Name: "textures", Type: "Texture", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
6354
6355 Name: "IsTextureEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6356   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6357
6358 Name: "PrioritizeTexturesEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_object", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6359   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6360   Name: "textures", Type: "Texture", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
6361   Name: "priorities", Type: "ClampedFloat32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
6362
6363 Name: "DetailTexFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_detail_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6364   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6365   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6366   Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0
6367
6368 Name: "GetDetailTexFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_detail_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6369   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6370   Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
6371
6372 Name: "SharpenTexFuncSGIS", ParamNames: 3, Params: 3, Return: "void", Category: "SGIS_sharpen_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6373   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6374   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6375   Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0
6376
6377 Name: "GetSharpenTexFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_sharpen_texture", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6378   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6379   Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
6380
6381 Name: "SampleMaskSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_multisample", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6382   Name: "value", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6383   Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6384
6385 Name: "SamplePatternSGIS", ParamNames: 1, Params: 1, Return: "void", Category: "SGIS_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6386   Name: "pattern", Type: "SamplePatternSGIS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6387
6388 Name: "ArrayElementEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6389   Name: "i", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6390
6391 Name: "ColorPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6392   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6393   Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6394   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6395   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6396   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1
6397
6398 Name: "DrawArraysEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6399   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6400   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6401   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6402
6403 Name: "EdgeFlagPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6404   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6405   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6406   Name: "pointer", Type: "Boolean", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride,count)]", Retained: 1
6407
6408 Name: "GetPointervEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6409   Name: "pname", Type: "GetPointervPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6410   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
6411
6412 Name: "IndexPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6413   Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6414   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6415   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6416   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride,count)]", Retained: 1
6417
6418 Name: "NormalPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6419   Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6420   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6421   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6422   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride,count)]", Retained: 1
6423
6424 Name: "TexCoordPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6425   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6426   Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6427   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6428   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6429   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1
6430
6431 Name: "VertexPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_array", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6432   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6433   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6434   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6435   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6436   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride,count)]", Retained: 1
6437
6438 Name: "BlendEquationEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_blend_minmax", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6439   Name: "mode", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6440
6441 Name: "SpriteParameterfSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6442   Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6443   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6444
6445 Name: "SpriteParameterfvSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6446   Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6447   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6448
6449 Name: "SpriteParameteriSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6450   Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6451   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6452
6453 Name: "SpriteParameterivSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_sprite", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6454   Name: "pname", Type: "SpriteParameterNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6455   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6456
6457 Name: "PointParameterfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6458   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6459   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6460
6461 Name: "PointParameterfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6462   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6463   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6464
6465 Name: "PointParameterfSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6466   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6467   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6468
6469 Name: "PointParameterfvSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_point_parameters", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6470   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6471   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6472
6473 Name: "GetInstrumentsSGIX", ParamNames: 0, Params: 0, Return: "Int32", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6474 Name: "InstrumentsBufferSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6475   Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6476   Name: "buffer", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 1
6477
6478 Name: "PollInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6479   Name: "marker_p", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
6480
6481 Name: "ReadInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6482   Name: "marker", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6483
6484 Name: "StartInstrumentsSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6485 Name: "StopInstrumentsSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_instruments", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6486   Name: "marker", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6487
6488 Name: "FrameZoomSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_framezoom", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6489   Name: "factor", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6490
6491 Name: "TagSampleBufferSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_tag_sample_buffer", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6492 Name: "DeformationMap3dSGIX", ParamNames: 14, Params: 14, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6493   Name: "target", Type: "FfdTargetSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6494   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6495   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6496   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6497   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6498   Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6499   Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6500   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6501   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6502   Name: "w1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6503   Name: "w2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6504   Name: "wstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6505   Name: "worder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6506   Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder,wstride,worder)]", Retained: 0
6507
6508 Name: "DeformationMap3fSGIX", ParamNames: 14, Params: 14, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6509   Name: "target", Type: "FfdTargetSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6510   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6511   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6512   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6513   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6514   Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6515   Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6516   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6517   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6518   Name: "w1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6519   Name: "w2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6520   Name: "wstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6521   Name: "worder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6522   Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,ustride,uorder,vstride,vorder,wstride,worder)]", Retained: 0
6523
6524 Name: "DeformSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6525   Name: "mask", Type: "FfdMaskSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6526
6527 Name: "LoadIdentityDeformationMapSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_polynomial_ffd", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6528   Name: "mask", Type: "FfdMaskSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6529
6530 Name: "ReferencePlaneSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_reference_plane", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6531   Name: "equation", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
6532
6533 Name: "FlushRasterSGIX", ParamNames: 0, Params: 0, Return: "void", Category: "SGIX_flush_raster", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6534 Name: "FogFuncSGIS", ParamNames: 2, Params: 2, Return: "void", Category: "SGIS_fog_function", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6535   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6536   Name: "points", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[n*2]", Retained: 0
6537
6538 Name: "GetFogFuncSGIS", ParamNames: 1, Params: 1, Return: "void", Category: "SGIS_fog_function", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6539   Name: "points", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
6540
6541 Name: "ImageTransformParameteriHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6542   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6543   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6544   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6545
6546 Name: "ImageTransformParameterfHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6547   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6548   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6549   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6550
6551 Name: "ImageTransformParameterivHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6552   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6553   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6554   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6555
6556 Name: "ImageTransformParameterfvHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6557   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6558   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6559   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6560
6561 Name: "GetImageTransformParameterivHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6562   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6563   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6564   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6565
6566 Name: "GetImageTransformParameterfvHP", ParamNames: 3, Params: 3, Return: "void", Category: "HP_image_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6567   Name: "target", Type: "ImageTransformTargetHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6568   Name: "pname", Type: "ImageTransformPNameHP", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6569   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6570
6571 Name: "ColorSubTableEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_color_subtable", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6572   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6573   Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6574   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6575   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6576   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6577   Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,count)]", Retained: 0
6578
6579 Name: "CopyColorSubTableEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_color_subtable", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6580   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6581   Name: "start", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6582   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6583   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6584   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6585
6586 Name: "HintPGI", ParamNames: 2, Params: 2, Return: "void", Category: "PGI_misc_hints", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6587   Name: "target", Type: "HintTargetPGI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6588   Name: "mode", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6589
6590 Name: "ColorTableEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6591   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6592   Name: "internalFormat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6593   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6594   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6595   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6596   Name: "table", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
6597
6598 Name: "GetColorTableEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6599   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6600   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6601   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6602   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,format,type)]", Retained: 0
6603
6604 Name: "GetColorTableParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6605   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6606   Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6607   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6608
6609 Name: "GetColorTableParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_paletted_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6610   Name: "target", Type: "ColorTableTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6611   Name: "pname", Type: "GetColorTableParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6612   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6613
6614 Name: "GetListParameterfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6615   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6616   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6617   Name: "params", Type: "CheckedFloat32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6618
6619 Name: "GetListParameterivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6620   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6621   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6622   Name: "params", Type: "CheckedInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6623
6624 Name: "ListParameterfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6625   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6626   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6627   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6628
6629 Name: "ListParameterfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6630   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6631   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6632   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6633
6634 Name: "ListParameteriSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6635   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6636   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6637   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6638
6639 Name: "ListParameterivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_list_priority", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6640   Name: "list", Type: "List", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6641   Name: "pname", Type: "ListParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6642   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6643
6644 Name: "IndexMaterialEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_index_material", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6645   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6646   Name: "mode", Type: "IndexMaterialParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6647
6648 Name: "IndexFuncEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_index_func", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6649   Name: "func", Type: "IndexFunctionEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6650   Name: "ref", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6651
6652 Name: "LockArraysEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_compiled_vertex_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6653   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6654   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6655
6656 Name: "UnlockArraysEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_compiled_vertex_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6657 Name: "CullParameterdvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_cull_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6658   Name: "pname", Type: "CullParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6659   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
6660
6661 Name: "CullParameterfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_cull_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6662   Name: "pname", Type: "CullParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6663   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
6664
6665 Name: "FragmentColorMaterialSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6666   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6667   Name: "mode", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6668
6669 Name: "FragmentLightfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6670   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6671   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6672   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6673
6674 Name: "FragmentLightfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6675   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6676   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6677   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6678
6679 Name: "FragmentLightiSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6680   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6681   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6682   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6683
6684 Name: "FragmentLightivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6685   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6686   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6687   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6688
6689 Name: "FragmentLightModelfSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6690   Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6691   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6692
6693 Name: "FragmentLightModelfvSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6694   Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6695   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6696
6697 Name: "FragmentLightModeliSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6698   Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6699   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6700
6701 Name: "FragmentLightModelivSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6702   Name: "pname", Type: "FragmentLightModelParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6703   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6704
6705 Name: "FragmentMaterialfSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6706   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6707   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6708   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6709
6710 Name: "FragmentMaterialfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6711   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6712   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6713   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6714
6715 Name: "FragmentMaterialiSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6716   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6717   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6718   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6719
6720 Name: "FragmentMaterialivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6721   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6722   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6723   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6724
6725 Name: "GetFragmentLightfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6726   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6727   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6728   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6729
6730 Name: "GetFragmentLightivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6731   Name: "light", Type: "FragmentLightNameSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6732   Name: "pname", Type: "FragmentLightParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6733   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6734
6735 Name: "GetFragmentMaterialfvSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6736   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6737   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6738   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6739
6740 Name: "GetFragmentMaterialivSGIX", ParamNames: 3, Params: 3, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6741   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6742   Name: "pname", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6743   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6744
6745 Name: "LightEnviSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_fragment_lighting", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6746   Name: "pname", Type: "LightEnvParameterSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6747   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6748
6749 Name: "DrawRangeElementsEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_draw_range_elements", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6750   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6751   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6752   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6753   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6754   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6755   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
6756
6757 Name: "ApplyTextureEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6758   Name: "mode", Type: "LightTextureModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6759
6760 Name: "TextureLightEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6761   Name: "pname", Type: "LightTexturePNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6762
6763 Name: "TextureMaterialEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_light_texture", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6764   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6765   Name: "mode", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6766
6767 Name: "AsyncMarkerSGIX", ParamNames: 1, Params: 1, Return: "void", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6768   Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6769
6770 Name: "FinishAsyncSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6771   Name: "markerp", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
6772
6773 Name: "PollAsyncSGIX", ParamNames: 1, Params: 1, Return: "Int32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6774   Name: "markerp", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
6775
6776 Name: "GenAsyncMarkersSGIX", ParamNames: 1, Params: 1, Return: "UInt32", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6777   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6778
6779 Name: "DeleteAsyncMarkersSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6780   Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6781   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6782
6783 Name: "IsAsyncMarkerSGIX", ParamNames: 1, Params: 1, Return: "Boolean", Category: "SGIX_async", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6784   Name: "marker", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6785
6786 Name: "VertexPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6787   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6788   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6789   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1
6790
6791 Name: "NormalPointervINTEL", ParamNames: 2, Params: 2, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6792   Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6793   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1
6794
6795 Name: "ColorPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6796   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6797   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6798   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1
6799
6800 Name: "TexCoordPointervINTEL", ParamNames: 3, Params: 3, Return: "void", Category: "INTEL_parallel_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6801   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6802   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6803   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 1
6804
6805 Name: "PixelTransformParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6806   Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6807   Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6808   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6809
6810 Name: "PixelTransformParameterfEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6811   Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6812   Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6813   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6814
6815 Name: "PixelTransformParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6816   Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6817   Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6818   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
6819
6820 Name: "PixelTransformParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6821   Name: "target", Type: "PixelTransformTargetEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6822   Name: "pname", Type: "PixelTransformPNameEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6823   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
6824
6825 Name: "GetPixelTransformParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6826   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6827   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6828   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6829
6830 Name: "GetPixelTransformParameterfvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_pixel_transform", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6831   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6832   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6833   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
6834
6835 Name: "SecondaryColor3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6836   Name: "red", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6837   Name: "green", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6838   Name: "blue", Type: "ColorB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6839
6840 Name: "SecondaryColor3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6841   Name: "v", Type: "ColorB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6842
6843 Name: "SecondaryColor3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6844   Name: "red", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6845   Name: "green", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6846   Name: "blue", Type: "ColorD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6847
6848 Name: "SecondaryColor3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6849   Name: "v", Type: "ColorD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6850
6851 Name: "SecondaryColor3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6852   Name: "red", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6853   Name: "green", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6854   Name: "blue", Type: "ColorF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6855
6856 Name: "SecondaryColor3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6857   Name: "v", Type: "ColorF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6858
6859 Name: "SecondaryColor3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6860   Name: "red", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6861   Name: "green", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6862   Name: "blue", Type: "ColorI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6863
6864 Name: "SecondaryColor3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6865   Name: "v", Type: "ColorI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6866
6867 Name: "SecondaryColor3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6868   Name: "red", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6869   Name: "green", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6870   Name: "blue", Type: "ColorS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6871
6872 Name: "SecondaryColor3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6873   Name: "v", Type: "ColorS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6874
6875 Name: "SecondaryColor3ubEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6876   Name: "red", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6877   Name: "green", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6878   Name: "blue", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6879
6880 Name: "SecondaryColor3ubvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6881   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6882
6883 Name: "SecondaryColor3uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6884   Name: "red", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6885   Name: "green", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6886   Name: "blue", Type: "ColorUI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6887
6888 Name: "SecondaryColor3uivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6889   Name: "v", Type: "ColorUI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6890
6891 Name: "SecondaryColor3usEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6892   Name: "red", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6893   Name: "green", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6894   Name: "blue", Type: "ColorUS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6895
6896 Name: "SecondaryColor3usvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6897   Name: "v", Type: "ColorUS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6898
6899 Name: "SecondaryColorPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_secondary_color", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6900   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6901   Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6902   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6903   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
6904
6905 Name: "TextureNormalEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_texture_perturb_normal", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6906   Name: "mode", Type: "TextureNormalModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6907
6908 Name: "MultiDrawArraysEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_multi_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6909   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6910   Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
6911   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
6912   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6913
6914 Name: "MultiDrawElementsEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_multi_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6915   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6916   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
6917   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6918   Name: "indices", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
6919   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6920
6921 Name: "FogCoordfEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6922   Name: "coord", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6923
6924 Name: "FogCoordfvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6925   Name: "coord", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
6926
6927 Name: "FogCoorddEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6928   Name: "coord", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6929
6930 Name: "FogCoorddvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6931   Name: "coord", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
6932
6933 Name: "FogCoordPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_fog_coord", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
6934   Name: "type", Type: "FogPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6935   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6936   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
6937
6938 Name: "Tangent3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6939   Name: "tx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6940   Name: "ty", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6941   Name: "tz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6942
6943 Name: "Tangent3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6944   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6945
6946 Name: "Tangent3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6947   Name: "tx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6948   Name: "ty", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6949   Name: "tz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6950
6951 Name: "Tangent3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6952   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6953
6954 Name: "Tangent3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6955   Name: "tx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6956   Name: "ty", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6957   Name: "tz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6958
6959 Name: "Tangent3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6960   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6961
6962 Name: "Tangent3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6963   Name: "tx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6964   Name: "ty", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6965   Name: "tz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6966
6967 Name: "Tangent3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6968   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6969
6970 Name: "Tangent3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6971   Name: "tx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6972   Name: "ty", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6973   Name: "tz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6974
6975 Name: "Tangent3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6976   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6977
6978 Name: "Binormal3bEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6979   Name: "bx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6980   Name: "by", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6981   Name: "bz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6982
6983 Name: "Binormal3bvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6984   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6985
6986 Name: "Binormal3dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6987   Name: "bx", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6988   Name: "by", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6989   Name: "bz", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6990
6991 Name: "Binormal3dvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6992   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
6993
6994 Name: "Binormal3fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
6995   Name: "bx", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6996   Name: "by", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6997   Name: "bz", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
6998
6999 Name: "Binormal3fvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7000   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7001
7002 Name: "Binormal3iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7003   Name: "bx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7004   Name: "by", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7005   Name: "bz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7006
7007 Name: "Binormal3ivEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7008   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7009
7010 Name: "Binormal3sEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7011   Name: "bx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7012   Name: "by", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7013   Name: "bz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7014
7015 Name: "Binormal3svEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7016   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7017
7018 Name: "TangentPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7019   Name: "type", Type: "TangentPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7020   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7021   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7022
7023 Name: "BinormalPointerEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_coordinate_frame", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7024   Name: "type", Type: "BinormalPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7025   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7026   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7027
7028 Name: "FinishTextureSUNX", ParamNames: 0, Params: 0, Return: "void", Category: "SUNX_constant_data", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7029 Name: "GlobalAlphaFactorbSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7030   Name: "factor", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7031
7032 Name: "GlobalAlphaFactorsSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7033   Name: "factor", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7034
7035 Name: "GlobalAlphaFactoriSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7036   Name: "factor", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7037
7038 Name: "GlobalAlphaFactorfSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7039   Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7040
7041 Name: "GlobalAlphaFactordSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7042   Name: "factor", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7043
7044 Name: "GlobalAlphaFactorubSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7045   Name: "factor", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7046
7047 Name: "GlobalAlphaFactorusSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7048   Name: "factor", Type: "UInt16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7049
7050 Name: "GlobalAlphaFactoruiSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_global_alpha", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7051   Name: "factor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7052
7053 Name: "ReplacementCodeuiSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7054   Name: "code", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7055
7056 Name: "ReplacementCodeusSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7057   Name: "code", Type: "UInt16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7058
7059 Name: "ReplacementCodeubSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7060   Name: "code", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7061
7062 Name: "ReplacementCodeuivSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7063   Name: "code", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
7064
7065 Name: "ReplacementCodeusvSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7066   Name: "code", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
7067
7068 Name: "ReplacementCodeubvSUN", ParamNames: 1, Params: 1, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7069   Name: "code", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
7070
7071 Name: "ReplacementCodePointerSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_triangle_list", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7072   Name: "type", Type: "ReplacementCodeTypeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7073   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7074   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7075
7076 Name: "Color4ubVertex2fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7077   Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7078   Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7079   Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7080   Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7081   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7082   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7083
7084 Name: "Color4ubVertex2fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7085   Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7086   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7087
7088 Name: "Color4ubVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7089   Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7090   Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7091   Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7092   Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7093   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7094   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7095   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7096
7097 Name: "Color4ubVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7098   Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7099   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7100
7101 Name: "Color3fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7102   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7103   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7104   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7105   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7106   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7107   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7108
7109 Name: "Color3fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7110   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7111   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7112
7113 Name: "Normal3fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7114   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7115   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7116   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7117   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7118   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7119   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7120
7121 Name: "Normal3fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7122   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7123   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7124
7125 Name: "Color4fNormal3fVertex3fSUN", ParamNames: 10, Params: 10, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7126   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7127   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7128   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7129   Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7130   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7131   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7132   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7133   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7134   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7135   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7136
7137 Name: "Color4fNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7138   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7139   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7140   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7141
7142 Name: "TexCoord2fVertex3fSUN", ParamNames: 5, Params: 5, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7143   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7144   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7145   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7146   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7147   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7148
7149 Name: "TexCoord2fVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7150   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7151   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7152
7153 Name: "TexCoord4fVertex4fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7154   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7155   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7156   Name: "p", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7157   Name: "q", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7158   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7159   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7160   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7161   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7162
7163 Name: "TexCoord4fVertex4fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7164   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7165   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7166
7167 Name: "TexCoord2fColor4ubVertex3fSUN", ParamNames: 9, Params: 9, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7168   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7169   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7170   Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7171   Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7172   Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7173   Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7174   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7175   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7176   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7177
7178 Name: "TexCoord2fColor4ubVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7179   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7180   Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7181   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7182
7183 Name: "TexCoord2fColor3fVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7184   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7185   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7186   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7187   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7188   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7189   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7190   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7191   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7192
7193 Name: "TexCoord2fColor3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7194   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7195   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7196   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7197
7198 Name: "TexCoord2fNormal3fVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7199   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7200   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7201   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7202   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7203   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7204   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7205   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7206   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7207
7208 Name: "TexCoord2fNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7209   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7210   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7211   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7212
7213 Name: "TexCoord2fColor4fNormal3fVertex3fSUN", ParamNames: 12, Params: 12, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7214   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7215   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7216   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7217   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7218   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7219   Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7220   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7221   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7222   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7223   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7224   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7225   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7226
7227 Name: "TexCoord2fColor4fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7228   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7229   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7230   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7231   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7232
7233 Name: "TexCoord4fColor4fNormal3fVertex4fSUN", ParamNames: 15, Params: 15, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7234   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7235   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7236   Name: "p", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7237   Name: "q", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7238   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7239   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7240   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7241   Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7242   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7243   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7244   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7245   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7246   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7247   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7248   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7249
7250 Name: "TexCoord4fColor4fNormal3fVertex4fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7251   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7252   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7253   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7254   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7255
7256 Name: "ReplacementCodeuiVertex3fSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7257   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7258   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7259   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7260   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7261
7262 Name: "ReplacementCodeuiVertex3fvSUN", ParamNames: 2, Params: 2, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7263   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7264   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7265
7266 Name: "ReplacementCodeuiColor4ubVertex3fSUN", ParamNames: 8, Params: 8, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7267   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7268   Name: "r", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7269   Name: "g", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7270   Name: "b", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7271   Name: "a", Type: "UInt8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7272   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7273   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7274   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7275
7276 Name: "ReplacementCodeuiColor4ubVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7277   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7278   Name: "c", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7279   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7280
7281 Name: "ReplacementCodeuiColor3fVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7282   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7283   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7284   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7285   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7286   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7287   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7288   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7289
7290 Name: "ReplacementCodeuiColor3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7291   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7292   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7293   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7294
7295 Name: "ReplacementCodeuiNormal3fVertex3fSUN", ParamNames: 7, Params: 7, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7296   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7297   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7298   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7299   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7300   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7301   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7302   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7303
7304 Name: "ReplacementCodeuiNormal3fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7305   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7306   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7307   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7308
7309 Name: "ReplacementCodeuiColor4fNormal3fVertex3fSUN", ParamNames: 11, Params: 11, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7310   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7311   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7312   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7313   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7314   Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7315   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7316   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7317   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7318   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7319   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7320   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7321
7322 Name: "ReplacementCodeuiColor4fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7323   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7324   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7325   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7326   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7327
7328 Name: "ReplacementCodeuiTexCoord2fVertex3fSUN", ParamNames: 6, Params: 6, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7329   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7330   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7331   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7332   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7333   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7334   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7335
7336 Name: "ReplacementCodeuiTexCoord2fVertex3fvSUN", ParamNames: 3, Params: 3, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7337   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7338   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7339   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7340
7341 Name: "ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN", ParamNames: 9, Params: 9, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7342   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7343   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7344   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7345   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7346   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7347   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7348   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7349   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7350   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7351
7352 Name: "ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7353   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7354   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7355   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7356   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7357
7358 Name: "ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN", ParamNames: 13, Params: 13, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7359   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7360   Name: "s", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7361   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7362   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7363   Name: "g", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7364   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7365   Name: "a", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7366   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7367   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7368   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7369   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7370   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7371   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7372
7373 Name: "ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN", ParamNames: 5, Params: 5, Return: "void", Category: "SUN_vertex", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7374   Name: "rc", Type: "ReplacementCodeSUN", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7375   Name: "tc", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7376   Name: "c", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7377   Name: "n", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7378   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7379
7380 Name: "BlendFuncSeparateEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_blend_func_separate", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7381   Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7382   Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7383   Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7384   Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7385
7386 Name: "BlendFuncSeparateINGR", ParamNames: 4, Params: 4, Return: "void", Category: "INGR_blend_func_separate", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7387   Name: "sfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7388   Name: "dfactorRGB", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7389   Name: "sfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7390   Name: "dfactorAlpha", Type: "BlendFuncSeparateParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7391
7392 Name: "VertexWeightfEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7393   Name: "weight", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7394
7395 Name: "VertexWeightfvEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7396   Name: "weight", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7397
7398 Name: "VertexWeightPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_weighting", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7399   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7400   Name: "type", Type: "VertexWeightPointerTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7401   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7402   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7403
7404 Name: "FlushVertexArrayRangeNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_vertex_array_range", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7405 Name: "VertexArrayRangeNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_array_range", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7406   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7407   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 1
7408
7409 Name: "CombinerParameterfvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7410   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7411   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7412
7413 Name: "CombinerParameterfNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7414   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7415   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7416
7417 Name: "CombinerParameterivNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7418   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7419   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7420
7421 Name: "CombinerParameteriNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7422   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7423   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7424
7425 Name: "CombinerInputNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7426   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7427   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7428   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7429   Name: "input", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7430   Name: "mapping", Type: "CombinerMappingNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7431   Name: "componentUsage", Type: "CombinerComponentUsageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7432
7433 Name: "CombinerOutputNV", ParamNames: 10, Params: 10, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7434   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7435   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7436   Name: "abOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7437   Name: "cdOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7438   Name: "sumOutput", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7439   Name: "scale", Type: "CombinerScaleNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7440   Name: "bias", Type: "CombinerBiasNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7441   Name: "abDotProduct", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7442   Name: "cdDotProduct", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7443   Name: "muxSum", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7444
7445 Name: "FinalCombinerInputNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7446   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7447   Name: "input", Type: "CombinerRegisterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7448   Name: "mapping", Type: "CombinerMappingNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7449   Name: "componentUsage", Type: "CombinerComponentUsageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7450
7451 Name: "GetCombinerInputParameterfvNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7452   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7453   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7454   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7455   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7456   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7457
7458 Name: "GetCombinerInputParameterivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7459   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7460   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7461   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7462   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7463   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7464
7465 Name: "GetCombinerOutputParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7466   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7467   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7468   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7469   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7470
7471 Name: "GetCombinerOutputParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7472   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7473   Name: "portion", Type: "CombinerPortionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7474   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7475   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7476
7477 Name: "GetFinalCombinerInputParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7478   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7479   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7480   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7481
7482 Name: "GetFinalCombinerInputParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7483   Name: "variable", Type: "CombinerVariableNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7484   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7485   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7486
7487 Name: "ResizeBuffersMESA", ParamNames: 0, Params: 0, Return: "void", Category: "MESA_resize_buffers", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7488 Name: "WindowPos2dMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7489   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7490   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7491
7492 Name: "WindowPos2dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7493   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7494
7495 Name: "WindowPos2fMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7496   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7497   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7498
7499 Name: "WindowPos2fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7500   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7501
7502 Name: "WindowPos2iMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7503   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7504   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7505
7506 Name: "WindowPos2ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7507   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7508
7509 Name: "WindowPos2sMESA", ParamNames: 2, Params: 2, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7510   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7511   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7512
7513 Name: "WindowPos2svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7514   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7515
7516 Name: "WindowPos3dMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7517   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7518   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7519   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7520
7521 Name: "WindowPos3dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7522   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7523
7524 Name: "WindowPos3fMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7525   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7526   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7527   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7528
7529 Name: "WindowPos3fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7530   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7531
7532 Name: "WindowPos3iMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7533   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7534   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7535   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7536
7537 Name: "WindowPos3ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7538   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7539
7540 Name: "WindowPos3sMESA", ParamNames: 3, Params: 3, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7541   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7542   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7543   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7544
7545 Name: "WindowPos3svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7546   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7547
7548 Name: "WindowPos4dMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7549   Name: "x", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7550   Name: "y", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7551   Name: "z", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7552   Name: "w", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7553
7554 Name: "WindowPos4dvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7555   Name: "v", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7556
7557 Name: "WindowPos4fMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7558   Name: "x", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7559   Name: "y", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7560   Name: "z", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7561   Name: "w", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7562
7563 Name: "WindowPos4fvMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7564   Name: "v", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7565
7566 Name: "WindowPos4iMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7567   Name: "x", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7568   Name: "y", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7569   Name: "z", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7570   Name: "w", Type: "CoordI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7571
7572 Name: "WindowPos4ivMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7573   Name: "v", Type: "CoordI", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7574
7575 Name: "WindowPos4sMESA", ParamNames: 4, Params: 4, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7576   Name: "x", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7577   Name: "y", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7578   Name: "z", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7579   Name: "w", Type: "CoordS", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7580
7581 Name: "WindowPos4svMESA", ParamNames: 1, Params: 1, Return: "void", Category: "MESA_window_pos", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7582   Name: "v", Type: "CoordS", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7583
7584 Name: "MultiModeDrawArraysIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_multimode_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7585   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7586   Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7587   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7588   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7589   Name: "modestride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7590
7591 Name: "MultiModeDrawElementsIBM", ParamNames: 6, Params: 6, Return: "void", Category: "IBM_multimode_draw_arrays", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7592   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7593   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7594   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7595   Name: "indices", Type: "ConstVoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(primcount)]", Retained: 0
7596   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7597   Name: "modestride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7598
7599 Name: "ColorPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7600   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7601   Name: "type", Type: "ColorPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7602   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7603   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
7604   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7605
7606 Name: "SecondaryColorPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7607   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7608   Name: "type", Type: "SecondaryColorPointerTypeIBM", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7609   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7610   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
7611   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7612
7613 Name: "EdgeFlagPointerListIBM", ParamNames: 3, Params: 3, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7614   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7615   Name: "pointer", Type: "BooleanPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(stride)]", Retained: 1
7616   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7617
7618 Name: "FogCoordPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7619   Name: "type", Type: "FogPointerTypeIBM", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7620   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7621   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7622   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7623
7624 Name: "IndexPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7625   Name: "type", Type: "IndexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7626   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7627   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7628   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7629
7630 Name: "NormalPointerListIBM", ParamNames: 4, Params: 4, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7631   Name: "type", Type: "NormalPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7632   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7633   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type,stride)]", Retained: 1
7634   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7635
7636 Name: "TexCoordPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7637   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7638   Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7639   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7640   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
7641   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7642
7643 Name: "VertexPointerListIBM", ParamNames: 5, Params: 5, Return: "void", Category: "IBM_vertex_array_lists", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7644   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7645   Name: "type", Type: "VertexPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7646   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7647   Name: "pointer", Type: "VoidPointer", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
7648   Name: "ptrstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7649
7650 Name: "TbufferMask3DFX", ParamNames: 1, Params: 1, Return: "void", Category: "3DFX_tbuffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7651   Name: "mask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7652
7653 Name: "SampleMaskEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7654   Name: "value", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7655   Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7656
7657 Name: "SamplePatternEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_multisample", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7658   Name: "pattern", Type: "SamplePatternEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7659
7660 Name: "TextureColorMaskSGIS", ParamNames: 4, Params: 4, Return: "void", Category: "SGIS_texture_color_mask", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7661   Name: "red", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7662   Name: "green", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7663   Name: "blue", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7664   Name: "alpha", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7665
7666 Name: "IglooInterfaceSGIX", ParamNames: 2, Params: 2, Return: "void", Category: "SGIX_igloo_interface", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7667   Name: "pname", Type: "IglooFunctionSelectSGIX", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7668   Name: "params", Type: "IglooParameterSGIX", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7669
7670 Name: "DeleteFencesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7671   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7672   Name: "fences", Type: "FenceNV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
7673
7674 Name: "GenFencesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7675   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7676   Name: "fences", Type: "FenceNV", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
7677
7678 Name: "IsFenceNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7679   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7680
7681 Name: "TestFenceNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7682   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7683
7684 Name: "GetFenceivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7685   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7686   Name: "pname", Type: "FenceParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7687   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7688
7689 Name: "FinishFenceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7690   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7691
7692 Name: "SetFenceNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7693   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7694   Name: "condition", Type: "FenceConditionNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7695
7696 Name: "FlushStaticDataIBM", ParamNames: 1, Params: 1, Return: "void", Category: "IBM_static_data", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7697   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7698
7699 Name: "MapControlPointsNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7700   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7701   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7702   Name: "type", Type: "MapTypeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7703   Name: "ustride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7704   Name: "vstride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7705   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7706   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7707   Name: "packed", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7708   Name: "points", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,uorder,vorder)]", Retained: 0
7709
7710 Name: "MapParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7711   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7712   Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7713   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0
7714
7715 Name: "MapParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7716   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7717   Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7718   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0
7719
7720 Name: "GetMapControlPointsNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7721   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7722   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7723   Name: "type", Type: "MapTypeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7724   Name: "ustride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7725   Name: "vstride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7726   Name: "packed", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7727   Name: "points", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
7728
7729 Name: "GetMapParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7730   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7731   Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7732   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0
7733
7734 Name: "GetMapParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7735   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7736   Name: "pname", Type: "MapParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7737   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,pname)]", Retained: 0
7738
7739 Name: "GetMapAttribParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7740   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7741   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7742   Name: "pname", Type: "MapAttribParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7743   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7744
7745 Name: "GetMapAttribParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7746   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7747   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7748   Name: "pname", Type: "MapAttribParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7749   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7750
7751 Name: "EvalMapsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_evaluators", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7752   Name: "target", Type: "EvalTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7753   Name: "mode", Type: "EvalMapsModeNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7754
7755 Name: "CombinerStageParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners2", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7756   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7757   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7758   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7759
7760 Name: "GetCombinerStageParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_register_combiners2", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7761   Name: "stage", Type: "CombinerStageNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7762   Name: "pname", Type: "CombinerParameterNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7763   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7764
7765 Name: "AreProgramsResidentNV", ParamNames: 3, Params: 3, Return: "Boolean", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7766   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7767   Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
7768   Name: "residences", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
7769
7770 Name: "BindProgramNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7771   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7772   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7773
7774 Name: "DeleteProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7775   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7776   Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
7777
7778 Name: "ExecuteProgramNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7779   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7780   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7781   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7782
7783 Name: "GenProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7784   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7785   Name: "programs", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
7786
7787 Name: "GetProgramParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7788   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7789   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7790   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7791   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
7792
7793 Name: "GetProgramParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7794   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7795   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7796   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7797   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
7798
7799 Name: "GetProgramivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7800   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7801   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7802   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
7803
7804 Name: "GetProgramStringNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7805   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7806   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7807   Name: "program", Type: "ProgramCharacterNV", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id,pname)]", Retained: 0
7808
7809 Name: "GetTrackMatrixivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7810   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7811   Name: "address", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7812   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7813   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
7814
7815 Name: "GetVertexAttribdvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7816   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7817   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7818   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7819
7820 Name: "GetVertexAttribfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7821   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7822   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7823   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7824
7825 Name: "GetVertexAttribivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7826   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7827   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7828   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
7829
7830 Name: "GetVertexAttribPointervNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7831   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7832   Name: "pname", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7833   Name: "pointer", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
7834
7835 Name: "IsProgramNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7836   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7837
7838 Name: "LoadProgramNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7839   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7840   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7841   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7842   Name: "program", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0
7843
7844 Name: "ProgramParameter4dNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7845   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7846   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7847   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7848   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7849   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7850   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7851
7852 Name: "ProgramParameter4dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7853   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7854   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7855   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7856
7857 Name: "ProgramParameter4fNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7858   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7859   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7860   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7861   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7862   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7863   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7864
7865 Name: "ProgramParameter4fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7866   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7867   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7868   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7869
7870 Name: "ProgramParameters4dvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7871   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7872   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7873   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7874   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
7875
7876 Name: "ProgramParameters4fvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7877   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7878   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7879   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7880   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
7881
7882 Name: "RequestResidentProgramsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7883   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7884   Name: "programs", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
7885
7886 Name: "TrackMatrixNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7887   Name: "target", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7888   Name: "address", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7889   Name: "matrix", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7890   Name: "transform", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7891
7892 Name: "VertexAttribPointerNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
7893   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7894   Name: "fsize", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7895   Name: "type", Type: "VertexAttribEnumNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7896   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7897   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fsize,type,stride)]", Retained: 1
7898
7899 Name: "VertexAttrib1dNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7900   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7901   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7902
7903 Name: "VertexAttrib1dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7904   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7905   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7906
7907 Name: "VertexAttrib1fNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7908   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7909   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7910
7911 Name: "VertexAttrib1fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7912   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7913   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7914
7915 Name: "VertexAttrib1sNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7916   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7917   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7918
7919 Name: "VertexAttrib1svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7920   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7921   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
7922
7923 Name: "VertexAttrib2dNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7924   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7925   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7926   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7927
7928 Name: "VertexAttrib2dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7929   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7930   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7931
7932 Name: "VertexAttrib2fNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7933   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7934   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7935   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7936
7937 Name: "VertexAttrib2fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7938   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7939   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7940
7941 Name: "VertexAttrib2sNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7942   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7943   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7944   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7945
7946 Name: "VertexAttrib2svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7947   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7948   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
7949
7950 Name: "VertexAttrib3dNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7951   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7952   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7953   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7954   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7955
7956 Name: "VertexAttrib3dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7957   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7958   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7959
7960 Name: "VertexAttrib3fNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7961   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7962   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7963   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7964   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7965
7966 Name: "VertexAttrib3fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7967   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7968   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7969
7970 Name: "VertexAttrib3sNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7971   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7972   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7973   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7974   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7975
7976 Name: "VertexAttrib3svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7977   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7978   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
7979
7980 Name: "VertexAttrib4dNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7981   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7982   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7983   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7984   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7985   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7986
7987 Name: "VertexAttrib4dvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7988   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7989   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
7990
7991 Name: "VertexAttrib4fNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7992   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7993   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7994   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7995   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7996   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
7997
7998 Name: "VertexAttrib4fvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
7999   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8000   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8001
8002 Name: "VertexAttrib4sNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8003   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8004   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8005   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8006   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8007   Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8008
8009 Name: "VertexAttrib4svNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8010   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8011   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8012
8013 Name: "VertexAttrib4ubNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8014   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8015   Name: "x", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8016   Name: "y", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8017   Name: "z", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8018   Name: "w", Type: "ColorUB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8019
8020 Name: "VertexAttrib4ubvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8021   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8022   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8023
8024 Name: "VertexAttribs1dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8025   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8026   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8027   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
8028
8029 Name: "VertexAttribs1fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8030   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8031   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8032   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
8033
8034 Name: "VertexAttribs1svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8035   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8036   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8037   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
8038
8039 Name: "VertexAttribs2dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8040   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8041   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8042   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
8043
8044 Name: "VertexAttribs2fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8045   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8046   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8047   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
8048
8049 Name: "VertexAttribs2svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8050   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8051   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8052   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
8053
8054 Name: "VertexAttribs3dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8055   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8056   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8057   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
8058
8059 Name: "VertexAttribs3fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8060   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8061   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8062   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
8063
8064 Name: "VertexAttribs3svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8065   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8066   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8067   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
8068
8069 Name: "VertexAttribs4dvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8070   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8071   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8072   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
8073
8074 Name: "VertexAttribs4fvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8075   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8076   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8077   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
8078
8079 Name: "VertexAttribs4svNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8080   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8081   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8082   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
8083
8084 Name: "VertexAttribs4ubvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8085   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8086   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8087   Name: "v", Type: "ColorUB", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
8088
8089 Name: "TexBumpParameterivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8090   Name: "pname", Type: "TexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8091   Name: "param", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8092
8093 Name: "TexBumpParameterfvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8094   Name: "pname", Type: "TexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8095   Name: "param", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8096
8097 Name: "GetTexBumpParameterivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8098   Name: "pname", Type: "GetTexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8099   Name: "param", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8100
8101 Name: "GetTexBumpParameterfvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_envmap_bumpmap", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8102   Name: "pname", Type: "GetTexBumpParameterATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8103   Name: "param", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8104
8105 Name: "GenFragmentShadersATI", ParamNames: 1, Params: 1, Return: "UInt32", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8106   Name: "range", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8107
8108 Name: "BindFragmentShaderATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8109   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8110
8111 Name: "DeleteFragmentShaderATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8112   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8113
8114 Name: "BeginFragmentShaderATI", ParamNames: 0, Params: 0, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8115 Name: "EndFragmentShaderATI", ParamNames: 0, Params: 0, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8116 Name: "PassTexCoordATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8117   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8118   Name: "coord", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8119   Name: "swizzle", Type: "SwizzleOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8120
8121 Name: "SampleMapATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8122   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8123   Name: "interp", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8124   Name: "swizzle", Type: "SwizzleOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8125
8126 Name: "ColorFragmentOp1ATI", ParamNames: 7, Params: 7, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8127   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8128   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8129   Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8130   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8131   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8132   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8133   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8134
8135 Name: "ColorFragmentOp2ATI", ParamNames: 10, Params: 10, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8136   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8137   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8138   Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8139   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8140   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8141   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8142   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8143   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8144   Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8145   Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8146
8147 Name: "ColorFragmentOp3ATI", ParamNames: 13, Params: 13, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8148   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8149   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8150   Name: "dstMask", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8151   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8152   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8153   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8154   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8155   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8156   Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8157   Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8158   Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8159   Name: "arg3Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8160   Name: "arg3Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8161
8162 Name: "AlphaFragmentOp1ATI", ParamNames: 6, Params: 6, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8163   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8164   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8165   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8166   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8167   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8168   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8169
8170 Name: "AlphaFragmentOp2ATI", ParamNames: 9, Params: 9, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8171   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8172   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8173   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8174   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8175   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8176   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8177   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8178   Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8179   Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8180
8181 Name: "AlphaFragmentOp3ATI", ParamNames: 12, Params: 12, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8182   Name: "op", Type: "FragmentOpATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8183   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8184   Name: "dstMod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8185   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8186   Name: "arg1Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8187   Name: "arg1Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8188   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8189   Name: "arg2Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8190   Name: "arg2Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8191   Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8192   Name: "arg3Rep", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8193   Name: "arg3Mod", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8194
8195 Name: "SetFragmentShaderConstantATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_fragment_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8196   Name: "dst", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8197   Name: "value", Type: "ConstFloat32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8198
8199 Name: "PNTrianglesiATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_pn_triangles", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8200   Name: "pname", Type: "PNTrianglesPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8201   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8202
8203 Name: "PNTrianglesfATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_pn_triangles", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8204   Name: "pname", Type: "PNTrianglesPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8205   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8206
8207 Name: "NewObjectBufferATI", ParamNames: 3, Params: 3, Return: "UInt32", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8208   Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8209   Name: "pointer", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
8210   Name: "usage", Type: "ArrayObjectUsageATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8211
8212 Name: "IsObjectBufferATI", ParamNames: 1, Params: 1, Return: "Boolean", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8213   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8214
8215 Name: "UpdateObjectBufferATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8216   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8217   Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8218   Name: "size", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8219   Name: "pointer", Type: "ConstVoid", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
8220   Name: "preserve", Type: "PreserveModeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8221
8222 Name: "GetObjectBufferfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8223   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8224   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8225   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8226
8227 Name: "GetObjectBufferivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8228   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8229   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8230   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8231
8232 Name: "FreeObjectBufferATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8233   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8234
8235 Name: "ArrayObjectATI", ParamNames: 6, Params: 6, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8236   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8237   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8238   Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8239   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8240   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8241   Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8242
8243 Name: "GetArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8244   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8245   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8246   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8247
8248 Name: "GetArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8249   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8250   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8251   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8252
8253 Name: "VariantArrayObjectATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8254   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8255   Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8256   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8257   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8258   Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8259
8260 Name: "GetVariantArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8261   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8262   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8263   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8264
8265 Name: "GetVariantArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8266   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8267   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8268   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
8269
8270 Name: "BeginVertexShaderEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8271 Name: "EndVertexShaderEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8272 Name: "BindVertexShaderEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8273   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8274
8275 Name: "GenVertexShadersEXT", ParamNames: 1, Params: 1, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8276   Name: "range", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8277
8278 Name: "DeleteVertexShaderEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8279   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8280
8281 Name: "ShaderOp1EXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8282   Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8283   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8284   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8285
8286 Name: "ShaderOp2EXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8287   Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8288   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8289   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8290   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8291
8292 Name: "ShaderOp3EXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8293   Name: "op", Type: "VertexShaderOpEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8294   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8295   Name: "arg1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8296   Name: "arg2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8297   Name: "arg3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8298
8299 Name: "SwizzleEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8300   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8301   Name: "in", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8302   Name: "outX", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8303   Name: "outY", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8304   Name: "outZ", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8305   Name: "outW", Type: "VertexShaderCoordOutEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8306
8307 Name: "WriteMaskEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8308   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8309   Name: "in", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8310   Name: "outX", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8311   Name: "outY", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8312   Name: "outZ", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8313   Name: "outW", Type: "VertexShaderWriteMaskEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8314
8315 Name: "InsertComponentEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8316   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8317   Name: "src", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8318   Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8319
8320 Name: "ExtractComponentEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8321   Name: "res", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8322   Name: "src", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8323   Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8324
8325 Name: "GenSymbolsEXT", ParamNames: 4, Params: 4, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8326   Name: "datatype", Type: "DataTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8327   Name: "storagetype", Type: "VertexShaderStorageTypeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8328   Name: "range", Type: "ParameterRangeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8329   Name: "components", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8330
8331 Name: "SetInvariantEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8332   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8333   Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8334   Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type)]", Retained: 0
8335
8336 Name: "SetLocalConstantEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8337   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8338   Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8339   Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type)]", Retained: 0
8340
8341 Name: "VariantbvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8342   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8343   Name: "addr", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8344
8345 Name: "VariantsvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8346   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8347   Name: "addr", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8348
8349 Name: "VariantivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8350   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8351   Name: "addr", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8352
8353 Name: "VariantfvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8354   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8355   Name: "addr", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8356
8357 Name: "VariantdvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8358   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8359   Name: "addr", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8360
8361 Name: "VariantubvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8362   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8363   Name: "addr", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8364
8365 Name: "VariantusvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8366   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8367   Name: "addr", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8368
8369 Name: "VariantuivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8370   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8371   Name: "addr", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8372
8373 Name: "VariantPointerEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8374   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8375   Name: "type", Type: "ScalarType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8376   Name: "stride", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8377   Name: "addr", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(id,type,stride)]", Retained: 0
8378
8379 Name: "EnableVariantClientStateEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8380   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8381
8382 Name: "DisableVariantClientStateEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8383   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8384
8385 Name: "BindLightParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8386   Name: "light", Type: "LightName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8387   Name: "value", Type: "LightParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8388
8389 Name: "BindMaterialParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8390   Name: "face", Type: "MaterialFace", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8391   Name: "value", Type: "MaterialParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8392
8393 Name: "BindTexGenParameterEXT", ParamNames: 3, Params: 3, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8394   Name: "unit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8395   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8396   Name: "value", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8397
8398 Name: "BindTextureUnitParameterEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8399   Name: "unit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8400   Name: "value", Type: "VertexShaderTextureUnitParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8401
8402 Name: "BindParameterEXT", ParamNames: 1, Params: 1, Return: "UInt32", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8403   Name: "value", Type: "VertexShaderParameterEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8404
8405 Name: "IsVariantEnabledEXT", ParamNames: 2, Params: 2, Return: "Boolean", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8406   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8407   Name: "cap", Type: "VariantCapEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8408
8409 Name: "GetVariantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8410   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8411   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8412   Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8413
8414 Name: "GetVariantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8415   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8416   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8417   Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8418
8419 Name: "GetVariantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8420   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8421   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8422   Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8423
8424 Name: "GetVariantPointervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8425   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8426   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8427   Name: "data", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8428
8429 Name: "GetInvariantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8430   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8431   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8432   Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8433
8434 Name: "GetInvariantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8435   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8436   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8437   Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8438
8439 Name: "GetInvariantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8440   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8441   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8442   Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8443
8444 Name: "GetLocalConstantBooleanvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8445   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8446   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8447   Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8448
8449 Name: "GetLocalConstantIntegervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8450   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8451   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8452   Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8453
8454 Name: "GetLocalConstantFloatvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_shader", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8455   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8456   Name: "value", Type: "GetVariantValueEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8457   Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(id)]", Retained: 0
8458
8459 Name: "VertexStream1sATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8460   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8461   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8462
8463 Name: "VertexStream1svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8464   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8465   Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8466
8467 Name: "VertexStream1iATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8468   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8469   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8470
8471 Name: "VertexStream1ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8472   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8473   Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8474
8475 Name: "VertexStream1fATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8476   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8477   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8478
8479 Name: "VertexStream1fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8480   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8481   Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8482
8483 Name: "VertexStream1dATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8484   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8485   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8486
8487 Name: "VertexStream1dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8488   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8489   Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8490
8491 Name: "VertexStream2sATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8492   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8493   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8494   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8495
8496 Name: "VertexStream2svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8497   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8498   Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8499
8500 Name: "VertexStream2iATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8501   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8502   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8503   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8504
8505 Name: "VertexStream2ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8506   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8507   Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8508
8509 Name: "VertexStream2fATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8510   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8511   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8512   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8513
8514 Name: "VertexStream2fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8515   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8516   Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8517
8518 Name: "VertexStream2dATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8519   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8520   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8521   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8522
8523 Name: "VertexStream2dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8524   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8525   Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8526
8527 Name: "VertexStream3sATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8528   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8529   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8530   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8531   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8532
8533 Name: "VertexStream3svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8534   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8535   Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8536
8537 Name: "VertexStream3iATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8538   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8539   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8540   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8541   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8542
8543 Name: "VertexStream3ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8544   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8545   Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8546
8547 Name: "VertexStream3fATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8548   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8549   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8550   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8551   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8552
8553 Name: "VertexStream3fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8554   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8555   Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8556
8557 Name: "VertexStream3dATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8558   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8559   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8560   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8561   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8562
8563 Name: "VertexStream3dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8564   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8565   Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8566
8567 Name: "VertexStream4sATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8568   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8569   Name: "x", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8570   Name: "y", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8571   Name: "z", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8572   Name: "w", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8573
8574 Name: "VertexStream4svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8575   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8576   Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8577
8578 Name: "VertexStream4iATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8579   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8580   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8581   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8582   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8583   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8584
8585 Name: "VertexStream4ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8586   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8587   Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8588
8589 Name: "VertexStream4fATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8590   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8591   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8592   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8593   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8594   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8595
8596 Name: "VertexStream4fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8597   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8598   Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8599
8600 Name: "VertexStream4dATI", ParamNames: 5, Params: 5, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8601   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8602   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8603   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8604   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8605   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8606
8607 Name: "VertexStream4dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8608   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8609   Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8610
8611 Name: "NormalStream3bATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8612   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8613   Name: "nx", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8614   Name: "ny", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8615   Name: "nz", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8616
8617 Name: "NormalStream3bvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8618   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8619   Name: "coords", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8620
8621 Name: "NormalStream3sATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8622   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8623   Name: "nx", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8624   Name: "ny", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8625   Name: "nz", Type: "Int16", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8626
8627 Name: "NormalStream3svATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8628   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8629   Name: "coords", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8630
8631 Name: "NormalStream3iATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8632   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8633   Name: "nx", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8634   Name: "ny", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8635   Name: "nz", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8636
8637 Name: "NormalStream3ivATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8638   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8639   Name: "coords", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8640
8641 Name: "NormalStream3fATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8642   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8643   Name: "nx", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8644   Name: "ny", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8645   Name: "nz", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8646
8647 Name: "NormalStream3fvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8648   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8649   Name: "coords", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8650
8651 Name: "NormalStream3dATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8652   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8653   Name: "nx", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8654   Name: "ny", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8655   Name: "nz", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8656
8657 Name: "NormalStream3dvATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8658   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8659   Name: "coords", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8660
8661 Name: "ClientActiveVertexStreamATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8662   Name: "stream", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8663
8664 Name: "VertexBlendEnviATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8665   Name: "pname", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8666   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8667
8668 Name: "VertexBlendEnvfATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_vertex_streams", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8669   Name: "pname", Type: "VertexStreamATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8670   Name: "param", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8671
8672 Name: "ElementPointerATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8673   Name: "type", Type: "ElementPointerTypeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8674   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type)]", Retained: 1
8675
8676 Name: "DrawElementArrayATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8677   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8678   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8679
8680 Name: "DrawRangeElementArrayATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8681   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8682   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8683   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8684   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8685
8686 Name: "DrawMeshArraysSUN", ParamNames: 4, Params: 4, Return: "void", Category: "SUN_mesh_array", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8687   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8688   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8689   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8690   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8691
8692 Name: "GenOcclusionQueriesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8693   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8694   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
8695
8696 Name: "DeleteOcclusionQueriesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8697   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8698   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
8699
8700 Name: "IsOcclusionQueryNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8701   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8702
8703 Name: "BeginOcclusionQueryNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8704   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8705
8706 Name: "EndOcclusionQueryNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8707 Name: "GetOcclusionQueryivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8708   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8709   Name: "pname", Type: "OcclusionQueryParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8710   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8711
8712 Name: "GetOcclusionQueryuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_occlusion_query", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8713   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8714   Name: "pname", Type: "OcclusionQueryParameterNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8715   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8716
8717 Name: "PointParameteriNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_point_sprite", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8718   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8719   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8720
8721 Name: "PointParameterivNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_point_sprite", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8722   Name: "pname", Type: "PointParameterNameARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8723   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
8724
8725 Name: "ActiveStencilFaceEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_stencil_two_side", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8726   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8727
8728 Name: "ElementPointerAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8729   Name: "type", Type: "ElementPointerTypeATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8730   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(type)]", Retained: 0
8731
8732 Name: "DrawElementArrayAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8733   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8734   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8735   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8736
8737 Name: "DrawRangeElementArrayAPPLE", ParamNames: 5, Params: 5, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8738   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8739   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8740   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8741   Name: "first", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8742   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8743
8744 Name: "MultiDrawElementArrayAPPLE", ParamNames: 4, Params: 4, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8745   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8746   Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
8747   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
8748   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8749
8750 Name: "MultiDrawRangeElementArrayAPPLE", ParamNames: 6, Params: 6, Return: "void", Category: "APPLE_element_array", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8751   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8752   Name: "start", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8753   Name: "end", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8754   Name: "first", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
8755   Name: "count", Type: "SizeI", Direction: "in", Semantic: "array", ArraySize: "[primcount]", Retained: 0
8756   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8757
8758 Name: "GenFencesAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8759   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8760   Name: "fences", Type: "FenceNV", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
8761
8762 Name: "DeleteFencesAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8763   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8764   Name: "fences", Type: "FenceNV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
8765
8766 Name: "SetFenceAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8767   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8768
8769 Name: "IsFenceAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8770   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8771
8772 Name: "TestFenceAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8773   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8774
8775 Name: "FinishFenceAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8776   Name: "fence", Type: "FenceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8777
8778 Name: "TestObjectAPPLE", ParamNames: 2, Params: 2, Return: "Boolean", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8779   Name: "object", Type: "ObjectTypeAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8780   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8781
8782 Name: "FinishObjectAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_fence", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8783   Name: "object", Type: "ObjectTypeAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8784   Name: "name", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8785
8786 Name: "BindVertexArrayAPPLE", ParamNames: 1, Params: 1, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8787   Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8788
8789 Name: "DeleteVertexArraysAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8790   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8791   Name: "arrays", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
8792
8793 Name: "GenVertexArraysAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8794   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8795   Name: "arrays", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
8796
8797 Name: "IsVertexArrayAPPLE", ParamNames: 1, Params: 1, Return: "Boolean", Category: "APPLE_vertex_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8798   Name: "array", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8799
8800 Name: "VertexArrayRangeAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8801   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8802   Name: "pointer", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
8803
8804 Name: "FlushVertexArrayRangeAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8805   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8806   Name: "pointer", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
8807
8808 Name: "VertexArrayParameteriAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_array_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8809   Name: "pname", Type: "VertexArrayPNameAPPLE", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8810   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8811
8812 Name: "DrawBuffersATI", ParamNames: 2, Params: 2, Return: "void", Category: "ATI_draw_buffers", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8813   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8814   Name: "bufs", Type: "DrawBufferModeATI", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
8815
8816 Name: "ProgramNamedParameter4fNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8817   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8818   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8819   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8820   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8821   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8822   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8823   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8824
8825 Name: "ProgramNamedParameter4fvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8826   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8827   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8828   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8829   Name: "v", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8830
8831 Name: "ProgramNamedParameter4dNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8832   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8833   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8834   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8835   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8836   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8837   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8838   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8839
8840 Name: "ProgramNamedParameter4dvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8841   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8842   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8843   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8844   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8845
8846 Name: "GetProgramNamedParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8847   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8848   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8849   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8850   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
8851
8852 Name: "GetProgramNamedParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_fragment_program", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
8853   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8854   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8855   Name: "name", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8856   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
8857
8858 Name: "Vertex2hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8859   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8860   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8861
8862 Name: "Vertex2hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8863   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8864
8865 Name: "Vertex3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8866   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8867   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8868   Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8869
8870 Name: "Vertex3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8871   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8872
8873 Name: "Vertex4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8874   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8875   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8876   Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8877   Name: "w", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8878
8879 Name: "Vertex4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8880   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8881
8882 Name: "Normal3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8883   Name: "nx", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8884   Name: "ny", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8885   Name: "nz", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8886
8887 Name: "Normal3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8888   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8889
8890 Name: "Color3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8891   Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8892   Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8893   Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8894
8895 Name: "Color3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8896   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8897
8898 Name: "Color4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8899   Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8900   Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8901   Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8902   Name: "alpha", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8903
8904 Name: "Color4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8905   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8906
8907 Name: "TexCoord1hNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8908   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8909
8910 Name: "TexCoord1hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8911   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8912
8913 Name: "TexCoord2hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8914   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8915   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8916
8917 Name: "TexCoord2hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8918   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8919
8920 Name: "TexCoord3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8921   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8922   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8923   Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8924
8925 Name: "TexCoord3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8926   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8927
8928 Name: "TexCoord4hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8929   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8930   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8931   Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8932   Name: "q", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8933
8934 Name: "TexCoord4hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8935   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8936
8937 Name: "MultiTexCoord1hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8938   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8939   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8940
8941 Name: "MultiTexCoord1hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8942   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8943   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8944
8945 Name: "MultiTexCoord2hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8946   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8947   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8948   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8949
8950 Name: "MultiTexCoord2hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8951   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8952   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
8953
8954 Name: "MultiTexCoord3hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8955   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8956   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8957   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8958   Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8959
8960 Name: "MultiTexCoord3hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8961   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8962   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8963
8964 Name: "MultiTexCoord4hNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8965   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8966   Name: "s", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8967   Name: "t", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8968   Name: "r", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8969   Name: "q", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8970
8971 Name: "MultiTexCoord4hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8972   Name: "target", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8973   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
8974
8975 Name: "FogCoordhNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8976   Name: "fog", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8977
8978 Name: "FogCoordhvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8979   Name: "fog", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8980
8981 Name: "SecondaryColor3hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8982   Name: "red", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8983   Name: "green", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8984   Name: "blue", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8985
8986 Name: "SecondaryColor3hvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8987   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
8988
8989 Name: "VertexWeighthNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8990   Name: "weight", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8991
8992 Name: "VertexWeighthvNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8993   Name: "weight", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
8994
8995 Name: "VertexAttrib1hNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
8996   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8997   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
8998
8999 Name: "VertexAttrib1hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9000   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9001   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9002
9003 Name: "VertexAttrib2hNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9004   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9005   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9006   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9007
9008 Name: "VertexAttrib2hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9009   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9010   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9011
9012 Name: "VertexAttrib3hNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9013   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9014   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9015   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9016   Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9017
9018 Name: "VertexAttrib3hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9019   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9020   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9021
9022 Name: "VertexAttrib4hNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9023   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9024   Name: "x", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9025   Name: "y", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9026   Name: "z", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9027   Name: "w", Type: "Half16NV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9028
9029 Name: "VertexAttrib4hvNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9030   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9031   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9032
9033 Name: "VertexAttribs1hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9034   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9035   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9036   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9037
9038 Name: "VertexAttribs2hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9039   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9040   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9041   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9042
9043 Name: "VertexAttribs3hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9044   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9045   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9046   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9047
9048 Name: "VertexAttribs4hvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_half_float", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9049   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9050   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9051   Name: "v", Type: "Half16NV", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9052
9053 Name: "PixelDataRangeNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_pixel_data_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9054   Name: "target", Type: "PixelDataRangeTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9055   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9056   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
9057
9058 Name: "FlushPixelDataRangeNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_pixel_data_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9059   Name: "target", Type: "PixelDataRangeTargetNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9060
9061 Name: "PrimitiveRestartNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_primitive_restart", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9062 Name: "PrimitiveRestartIndexNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_primitive_restart", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9063   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9064
9065 Name: "MapObjectBufferATI", ParamNames: 1, Params: 1, Return: "VoidPointer", Category: "ATI_map_object_buffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9066   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9067
9068 Name: "UnmapObjectBufferATI", ParamNames: 1, Params: 1, Return: "void", Category: "ATI_map_object_buffer", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9069   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9070
9071 Name: "StencilOpSeparateATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_separate_stencil", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9072   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9073   Name: "sfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9074   Name: "dpfail", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9075   Name: "dppass", Type: "StencilOp", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9076
9077 Name: "StencilFuncSeparateATI", ParamNames: 4, Params: 4, Return: "void", Category: "ATI_separate_stencil", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9078   Name: "frontfunc", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9079   Name: "backfunc", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9080   Name: "ref", Type: "ClampedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9081   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9082
9083 Name: "VertexAttribArrayObjectATI", ParamNames: 7, Params: 7, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9084   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9085   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9086   Name: "type", Type: "VertexAttribPointerTypeARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9087   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9088   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9089   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9090   Name: "offset", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9091
9092 Name: "GetVertexAttribArrayObjectfvATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9093   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9094   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9095   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9096
9097 Name: "GetVertexAttribArrayObjectivATI", ParamNames: 3, Params: 3, Return: "void", Category: "ATI_vertex_attrib_array_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9098   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9099   Name: "pname", Type: "ArrayObjectPNameATI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9100   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9101
9102 Name: "MultiTexCoord1bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9103   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9104   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9105
9106 Name: "MultiTexCoord1bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9107   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9108   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9109
9110 Name: "MultiTexCoord2bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9111   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9112   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9113   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9114
9115 Name: "MultiTexCoord2bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9116   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9117   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9118
9119 Name: "MultiTexCoord3bOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9120   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9121   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9122   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9123   Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9124
9125 Name: "MultiTexCoord3bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9126   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9127   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9128
9129 Name: "MultiTexCoord4bOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9130   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9131   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9132   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9133   Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9134   Name: "q", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9135
9136 Name: "MultiTexCoord4bvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9137   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9138   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9139
9140 Name: "TexCoord1bOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9141   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9142
9143 Name: "TexCoord1bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9144   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9145
9146 Name: "TexCoord2bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9147   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9148   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9149
9150 Name: "TexCoord2bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9151   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9152
9153 Name: "TexCoord3bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9154   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9155   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9156   Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9157
9158 Name: "TexCoord3bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9159   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9160
9161 Name: "TexCoord4bOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9162   Name: "s", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9163   Name: "t", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9164   Name: "r", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9165   Name: "q", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9166
9167 Name: "TexCoord4bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9168   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9169
9170 Name: "Vertex2bOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9171   Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9172
9173 Name: "Vertex2bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9174   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9175
9176 Name: "Vertex3bOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9177   Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9178   Name: "y", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9179
9180 Name: "Vertex3bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9181   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9182
9183 Name: "Vertex4bOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9184   Name: "x", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9185   Name: "y", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9186   Name: "z", Type: "Int8", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9187
9188 Name: "Vertex4bvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_byte_coordinates", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9189   Name: "coords", Type: "ConstByte", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9190
9191 Name: "AccumxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9192   Name: "op", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9193   Name: "value", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9194
9195 Name: "AlphaFuncxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9196   Name: "func", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9197   Name: "ref", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9198
9199 Name: "BitmapxOES", ParamNames: 7, Params: 7, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9200   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9201   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9202   Name: "xorig", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9203   Name: "yorig", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9204   Name: "xmove", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9205   Name: "ymove", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9206   Name: "bitmap", Type: "ConstUByte", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE()]", Retained: 0
9207
9208 Name: "BlendColorxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9209   Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9210   Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9211   Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9212   Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9213
9214 Name: "ClearAccumxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9215   Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9216   Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9217   Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9218   Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9219
9220 Name: "ClearColorxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9221   Name: "red", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9222   Name: "green", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9223   Name: "blue", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9224   Name: "alpha", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9225
9226 Name: "ClearDepthxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9227   Name: "depth", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9228
9229 Name: "ClipPlanexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9230   Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9231   Name: "equation", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9232
9233 Name: "Color3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9234   Name: "red", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9235   Name: "green", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9236   Name: "blue", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9237
9238 Name: "Color4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9239   Name: "red", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9240   Name: "green", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9241   Name: "blue", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9242   Name: "alpha", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9243
9244 Name: "Color3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9245   Name: "components", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9246
9247 Name: "Color4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9248   Name: "components", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9249
9250 Name: "ConvolutionParameterxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9251   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9252   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9253   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9254
9255 Name: "ConvolutionParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9256   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9257   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9258   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9259
9260 Name: "DepthRangexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9261   Name: "n", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9262   Name: "f", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9263
9264 Name: "EvalCoord1xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9265   Name: "u", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9266
9267 Name: "EvalCoord2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9268   Name: "u", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9269   Name: "v", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9270
9271 Name: "EvalCoord1xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9272   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9273
9274 Name: "EvalCoord2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9275   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9276
9277 Name: "FeedbackBufferxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9278   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9279   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9280   Name: "buffer", Type: "Fixed", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9281
9282 Name: "FogxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9283   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9284   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9285
9286 Name: "FogxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9287   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9288   Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9289
9290 Name: "FrustumxOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9291   Name: "l", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9292   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9293   Name: "b", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9294   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9295   Name: "n", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9296   Name: "f", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9297
9298 Name: "GetClipPlanexOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9299   Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9300   Name: "equation", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9301
9302 Name: "GetConvolutionParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9303   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9304   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9305   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9306
9307 Name: "GetFixedvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9308   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9309   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9310
9311 Name: "GetHistogramParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9312   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9313   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9314   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9315
9316 Name: "GetLightxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9317   Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9318   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9319   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9320
9321 Name: "GetMapxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9322   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9323   Name: "query", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9324   Name: "v", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(query)]", Retained: 0
9325
9326 Name: "GetMaterialxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9327   Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9328   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9329   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9330
9331 Name: "GetPixelMapxv", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9332   Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9333   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9334   Name: "values", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[size]", Retained: 0
9335
9336 Name: "GetTexEnvxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9337   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9338   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9339   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9340
9341 Name: "GetTexGenxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9342   Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9343   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9344   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9345
9346 Name: "GetTexLevelParameterxvOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9347   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9348   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9349   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9350   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9351
9352 Name: "GetTexParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9353   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9354   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9355   Name: "params", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9356
9357 Name: "IndexxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9358   Name: "component", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9359
9360 Name: "IndexxvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9361   Name: "component", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9362
9363 Name: "LightModelxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9364   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9365   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9366
9367 Name: "LightModelxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9368   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9369   Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9370
9371 Name: "LightxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9372   Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9373   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9374   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9375
9376 Name: "LightxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9377   Name: "light", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9378   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9379   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9380
9381 Name: "LineWidthxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9382   Name: "width", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9383
9384 Name: "LoadMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9385   Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
9386
9387 Name: "LoadTransposeMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9388   Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
9389
9390 Name: "Map1xOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9391   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9392   Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9393   Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9394   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9395   Name: "order", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9396   Name: "points", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9397
9398 Name: "Map2xOES", ParamNames: 10, Params: 10, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9399   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9400   Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9401   Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9402   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9403   Name: "uorder", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9404   Name: "v1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9405   Name: "v2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9406   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9407   Name: "vorder", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9408   Name: "points", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9409
9410 Name: "MapGrid1xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9411   Name: "n", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9412   Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9413   Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9414
9415 Name: "MapGrid2xOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9416   Name: "n", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9417   Name: "u1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9418   Name: "u2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9419   Name: "v1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9420   Name: "v2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9421
9422 Name: "MaterialxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9423   Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9424   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9425   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9426
9427 Name: "MaterialxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9428   Name: "face", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9429   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9430   Name: "param", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9431
9432 Name: "MultMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9433   Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
9434
9435 Name: "MultTransposeMatrixxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9436   Name: "m", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
9437
9438 Name: "MultiTexCoord1xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9439   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9440   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9441
9442 Name: "MultiTexCoord2xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9443   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9444   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9445   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9446
9447 Name: "MultiTexCoord3xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9448   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9449   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9450   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9451   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9452
9453 Name: "MultiTexCoord4xOES", ParamNames: 5, Params: 5, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9454   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9455   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9456   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9457   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9458   Name: "q", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9459
9460 Name: "MultiTexCoord1xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9461   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9462   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9463
9464 Name: "MultiTexCoord2xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9465   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9466   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9467
9468 Name: "MultiTexCoord3xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9469   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9470   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9471
9472 Name: "MultiTexCoord4xvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9473   Name: "texture", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9474   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9475
9476 Name: "Normal3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9477   Name: "nx", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9478   Name: "ny", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9479   Name: "nz", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9480
9481 Name: "Normal3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9482   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9483
9484 Name: "OrthoxOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9485   Name: "l", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9486   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9487   Name: "b", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9488   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9489   Name: "n", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9490   Name: "f", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9491
9492 Name: "PassThroughxOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9493   Name: "token", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9494
9495 Name: "PixelMapx", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9496   Name: "map", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9497   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9498   Name: "values", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
9499
9500 Name: "PixelStorex", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9501   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9502   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9503
9504 Name: "PixelTransferxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9505   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9506   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9507
9508 Name: "PixelZoomxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9509   Name: "xfactor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9510   Name: "yfactor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9511
9512 Name: "PointParameterxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9513   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9514   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9515
9516 Name: "PointSizexOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9517   Name: "size", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9518
9519 Name: "PolygonOffsetxOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9520   Name: "factor", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9521   Name: "units", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9522
9523 Name: "PrioritizeTexturesxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9524   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9525   Name: "textures", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9526   Name: "priorities", Type: "ClampedFixed", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9527
9528 Name: "RasterPos2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9529   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9530   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9531
9532 Name: "RasterPos3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9533   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9534   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9535   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9536
9537 Name: "RasterPos4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9538   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9539   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9540   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9541   Name: "w", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9542
9543 Name: "RasterPos2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9544   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9545
9546 Name: "RasterPos3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9547   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9548
9549 Name: "RasterPos4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9550   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9551
9552 Name: "RectxOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9553   Name: "x1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9554   Name: "y1", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9555   Name: "x2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9556   Name: "y2", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9557
9558 Name: "RectxvOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9559   Name: "v1", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9560   Name: "v2", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9561
9562 Name: "RotatexOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9563   Name: "angle", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9564   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9565   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9566   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9567
9568 Name: "SampleCoverageOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9569   Name: "value", Type: "ClampedFixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9570   Name: "invert", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9571
9572 Name: "ScalexOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9573   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9574   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9575   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9576
9577 Name: "TexCoord1xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9578   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9579
9580 Name: "TexCoord2xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9581   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9582   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9583
9584 Name: "TexCoord3xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9585   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9586   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9587   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9588
9589 Name: "TexCoord4xOES", ParamNames: 4, Params: 4, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9590   Name: "s", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9591   Name: "t", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9592   Name: "r", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9593   Name: "q", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9594
9595 Name: "TexCoord1xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9596   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
9597
9598 Name: "TexCoord2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9599   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9600
9601 Name: "TexCoord3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9602   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9603
9604 Name: "TexCoord4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9605   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9606
9607 Name: "TexEnvxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9608   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9609   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9610   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9611
9612 Name: "TexEnvxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9613   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9614   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9615   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9616
9617 Name: "TexGenxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9618   Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9619   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9620   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9621
9622 Name: "TexGenxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9623   Name: "coord", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9624   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9625   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9626
9627 Name: "TexParameterxOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9628   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9629   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9630   Name: "param", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9631
9632 Name: "TexParameterxvOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9633   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9634   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9635   Name: "params", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9636
9637 Name: "TranslatexOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9638   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9639   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9640   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9641
9642 Name: "Vertex2xOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9643   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9644
9645 Name: "Vertex3xOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9646   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9647   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9648
9649 Name: "Vertex4xOES", ParamNames: 3, Params: 3, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9650   Name: "x", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9651   Name: "y", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9652   Name: "z", Type: "Fixed", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9653
9654 Name: "Vertex2xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9655   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
9656
9657 Name: "Vertex3xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9658   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
9659
9660 Name: "Vertex4xvOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_fixed_point", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9661   Name: "coords", Type: "ConstFixed", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9662
9663 Name: "DepthRangefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9664   Name: "n", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9665   Name: "f", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9666
9667 Name: "FrustumfOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9668   Name: "l", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9669   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9670   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9671   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9672   Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9673   Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9674
9675 Name: "OrthofOES", ParamNames: 6, Params: 6, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9676   Name: "l", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9677   Name: "r", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9678   Name: "b", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9679   Name: "t", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9680   Name: "n", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9681   Name: "f", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9682
9683 Name: "ClipPlanefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9684   Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9685   Name: "equation", Type: "ConstFloat32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9686
9687 Name: "ClearDepthfOES", ParamNames: 1, Params: 1, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9688   Name: "depth", Type: "ClampedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9689
9690 Name: "GetClipPlanefOES", ParamNames: 2, Params: 2, Return: "void", Category: "OES_single_precision", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9691   Name: "plane", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9692   Name: "equation", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9693
9694 Name: "QueryMatrixxOES", ParamNames: 2, Params: 2, Return: "GLbitfield", Category: "OES_query_matrix", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9695   Name: "mantissa", Type: "Fixed", Direction: "out", Semantic: "array", ArraySize: "[16]", Retained: 0
9696   Name: "exponent", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[16]", Retained: 0
9697
9698 Name: "DepthBoundsEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_depth_bounds_test", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9699   Name: "zmin", Type: "ClampedFloat64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9700   Name: "zmax", Type: "ClampedFloat64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9701
9702 Name: "BlendEquationSeparateEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_blend_equation_separate", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9703   Name: "modeRGB", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9704   Name: "modeAlpha", Type: "BlendEquationModeEXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9705
9706 Name: "IsRenderbufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9707   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9708
9709 Name: "BindRenderbufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9710   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9711   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9712
9713 Name: "DeleteRenderbuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9714   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9715   Name: "renderbuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9716
9717 Name: "GenRenderbuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9718   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9719   Name: "renderbuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
9720
9721 Name: "RenderbufferStorageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9722   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9723   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9724   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9725   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9726
9727 Name: "GetRenderbufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9728   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9729   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9730   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9731
9732 Name: "IsFramebufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9733   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9734
9735 Name: "BindFramebufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9736   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9737   Name: "framebuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9738
9739 Name: "DeleteFramebuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9740   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9741   Name: "framebuffers", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
9742
9743 Name: "GenFramebuffersEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9744   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9745   Name: "framebuffers", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
9746
9747 Name: "CheckFramebufferStatusEXT", ParamNames: 1, Params: 1, Return: "GLenum", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9748   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9749
9750 Name: "FramebufferTexture1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9751   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9752   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9753   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9754   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9755   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9756
9757 Name: "FramebufferTexture2DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9758   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9759   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9760   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9761   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9762   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9763
9764 Name: "FramebufferTexture3DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9765   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9766   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9767   Name: "textarget", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9768   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9769   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9770   Name: "zoffset", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9771
9772 Name: "FramebufferRenderbufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9773   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9774   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9775   Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9776   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9777
9778 Name: "GetFramebufferAttachmentParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9779   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9780   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9781   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9782   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9783
9784 Name: "GenerateMipmapEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_framebuffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9785   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9786
9787 Name: "StringMarkerGREMEDY", ParamNames: 2, Params: 2, Return: "void", Category: "GREMEDY_string_marker", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9788   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9789   Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(len,string)]", Retained: 0
9790
9791 Name: "StencilClearTagEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_stencil_clear_tag", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9792   Name: "stencilTagBits", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9793   Name: "stencilClearTag", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9794
9795 Name: "BlitFramebufferEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_framebuffer_blit", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9796   Name: "srcX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9797   Name: "srcY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9798   Name: "srcX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9799   Name: "srcY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9800   Name: "dstX0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9801   Name: "dstY0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9802   Name: "dstX1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9803   Name: "dstY1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9804   Name: "mask", Type: "ClearBufferMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9805   Name: "filter", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9806
9807 Name: "RenderbufferStorageMultisampleEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_framebuffer_multisample", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9808   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9809   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9810   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9811   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9812   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9813
9814 Name: "GetQueryObjecti64vEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_timer_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9815   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9816   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9817   Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9818
9819 Name: "GetQueryObjectui64vEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_timer_query", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9820   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9821   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9822   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
9823
9824 Name: "ProgramEnvParameters4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_program_parameters", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9825   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9826   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9827   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9828   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9829
9830 Name: "ProgramLocalParameters4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_program_parameters", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9831   Name: "target", Type: "ProgramTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9832   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9833   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9834   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9835
9836 Name: "BufferParameteriAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_flush_buffer_range", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9837   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9838   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9839   Name: "param", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9840
9841 Name: "FlushMappedBufferRangeAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_flush_buffer_range", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9842   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9843   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9844   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9845
9846 Name: "ProgramLocalParameterI4iNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9847   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9848   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9849   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9850   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9851   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9852   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9853
9854 Name: "ProgramLocalParameterI4ivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9855   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9856   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9857   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9858
9859 Name: "ProgramLocalParametersI4ivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9860   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9861   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9862   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9863   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9864
9865 Name: "ProgramLocalParameterI4uiNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9866   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9867   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9868   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9869   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9870   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9871   Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9872
9873 Name: "ProgramLocalParameterI4uivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9874   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9875   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9876   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9877
9878 Name: "ProgramLocalParametersI4uivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9879   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9880   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9881   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9882   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9883
9884 Name: "ProgramEnvParameterI4iNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9885   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9886   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9887   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9888   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9889   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9890   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9891
9892 Name: "ProgramEnvParameterI4ivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9893   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9894   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9895   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9896
9897 Name: "ProgramEnvParametersI4ivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9898   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9899   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9900   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9901   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9902
9903 Name: "ProgramEnvParameterI4uiNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9904   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9905   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9906   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9907   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9908   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9909   Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9910
9911 Name: "ProgramEnvParameterI4uivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9912   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9913   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9914   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
9915
9916 Name: "ProgramEnvParametersI4uivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9917   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9918   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9919   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9920   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
9921
9922 Name: "GetProgramLocalParameterIivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9923   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9924   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9925   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9926
9927 Name: "GetProgramLocalParameterIuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9928   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9929   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9930   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9931
9932 Name: "GetProgramEnvParameterIivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9933   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9934   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9935   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9936
9937 Name: "GetProgramEnvParameterIuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program4", Version: "1.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9938   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9939   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9940   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
9941
9942 Name: "ProgramVertexLimitNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9943   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9944   Name: "limit", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9945
9946 Name: "FramebufferTextureEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9947   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9948   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9949   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9950   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9951
9952 Name: "FramebufferTextureLayerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9953   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9954   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9955   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9956   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9957   Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9958
9959 Name: "FramebufferTextureFaceEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_geometry_program4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
9960   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9961   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9962   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9963   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9964   Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9965
9966 Name: "ProgramParameteriEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_geometry_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9967   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9968   Name: "pname", Type: "ProgramParameterPName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9969   Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9970
9971 Name: "VertexAttribI1iEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9972   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9973   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9974
9975 Name: "VertexAttribI2iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9976   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9977   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9978   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9979
9980 Name: "VertexAttribI3iEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9981   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9982   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9983   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9984   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9985
9986 Name: "VertexAttribI4iEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9987   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9988   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9989   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9990   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9991   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9992
9993 Name: "VertexAttribI1uiEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9994   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9995   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9996
9997 Name: "VertexAttribI2uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
9998   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
9999   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10000   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10001
10002 Name: "VertexAttribI3uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10003   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10004   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10005   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10006   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10007
10008 Name: "VertexAttribI4uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10009   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10010   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10011   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10012   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10013   Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10014
10015 Name: "VertexAttribI1ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10016   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10017   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
10018
10019 Name: "VertexAttribI2ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10020   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10021   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
10022
10023 Name: "VertexAttribI3ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10024   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10025   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
10026
10027 Name: "VertexAttribI4ivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10028   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10029   Name: "v", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10030
10031 Name: "VertexAttribI1uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10032   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10033   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
10034
10035 Name: "VertexAttribI2uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10036   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10037   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
10038
10039 Name: "VertexAttribI3uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10040   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10041   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
10042
10043 Name: "VertexAttribI4uivEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10044   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10045   Name: "v", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10046
10047 Name: "VertexAttribI4bvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10048   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10049   Name: "v", Type: "Int8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10050
10051 Name: "VertexAttribI4svEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10052   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10053   Name: "v", Type: "Int16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10054
10055 Name: "VertexAttribI4ubvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10056   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10057   Name: "v", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10058
10059 Name: "VertexAttribI4usvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10060   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10061   Name: "v", Type: "UInt16", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
10062
10063 Name: "VertexAttribIPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10064   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10065   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10066   Name: "type", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10067   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10068   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
10069
10070 Name: "GetVertexAttribIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10071   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10072   Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10073   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10074
10075 Name: "GetVertexAttribIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_program4", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10076   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10077   Name: "pname", Type: "VertexAttribEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10078   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10079
10080 Name: "GetUniformuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10081   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10082   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10083   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0
10084
10085 Name: "BindFragDataLocationEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10086   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10087   Name: "color", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10088   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
10089
10090 Name: "GetFragDataLocationEXT", ParamNames: 2, Params: 2, Return: "Int32", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10091   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10092   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
10093
10094 Name: "Uniform1uiEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10095   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10096   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10097
10098 Name: "Uniform2uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10099   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10100   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10101   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10102
10103 Name: "Uniform3uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10104   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10105   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10106   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10107   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10108
10109 Name: "Uniform4uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10110   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10111   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10112   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10113   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10114   Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10115
10116 Name: "Uniform1uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10117   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10118   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10119   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10120
10121 Name: "Uniform2uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10122   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10123   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10124   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
10125
10126 Name: "Uniform3uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10127   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10128   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10129   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
10130
10131 Name: "Uniform4uivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_gpu_shader4", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10132   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10133   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10134   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
10135
10136 Name: "DrawArraysInstancedEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10137   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10138   Name: "start", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10139   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10140   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10141
10142 Name: "DrawElementsInstancedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_draw_instanced", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10143   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10144   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10145   Name: "type", Type: "DrawElementsType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10146   Name: "indices", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count,type)]", Retained: 0
10147   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10148
10149 Name: "TexBufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_buffer_object", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10150   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10151   Name: "internalformat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10152   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10153
10154 Name: "DepthRangedNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10155   Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10156   Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10157
10158 Name: "ClearDepthdNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10159   Name: "depth", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10160
10161 Name: "DepthBoundsdNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_depth_buffer_float", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10162   Name: "zmin", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10163   Name: "zmax", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10164
10165 Name: "RenderbufferStorageMultisampleCoverageNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_framebuffer_multisample_coverage", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10166   Name: "target", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10167   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10168   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10169   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10170   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10171   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10172
10173 Name: "ProgramBufferParametersfvNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10174   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10175   Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10176   Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10177   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10178   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10179
10180 Name: "ProgramBufferParametersIivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10181   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10182   Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10183   Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10184   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10185   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10186
10187 Name: "ProgramBufferParametersIuivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_parameter_buffer_object", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10188   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10189   Name: "bindingIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10190   Name: "wordIndex", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10191   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10192   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10193
10194 Name: "ColorMaskIndexedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10195   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10196   Name: "r", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10197   Name: "g", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10198   Name: "b", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10199   Name: "a", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10200
10201 Name: "GetBooleanIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10202   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10203   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10204   Name: "data", Type: "Boolean", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
10205
10206 Name: "GetIntegerIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10207   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10208   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10209   Name: "data", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
10210
10211 Name: "EnableIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10212   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10213   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10214
10215 Name: "DisableIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10216   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10217   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10218
10219 Name: "IsEnabledIndexedEXT", ParamNames: 2, Params: 2, Return: "Boolean", Category: "EXT_draw_buffers2", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10220   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10221   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10222
10223 Name: "BeginTransformFeedbackNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10224   Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10225
10226 Name: "EndTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10227 Name: "TransformFeedbackAttribsNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10228   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10229   Name: "attribs", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(count)]", Retained: 0
10230   Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10231
10232 Name: "BindBufferRangeNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10233   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10234   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10235   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10236   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10237   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10238
10239 Name: "BindBufferOffsetNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10240   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10241   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10242   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10243   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10244
10245 Name: "BindBufferBaseNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10246   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10247   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10248   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10249
10250 Name: "TransformFeedbackVaryingsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10251   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10252   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10253   Name: "locations", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10254   Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10255
10256 Name: "ActiveVaryingNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10257   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10258   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
10259
10260 Name: "GetVaryingLocationNV", ParamNames: 2, Params: 2, Return: "Int32", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10261   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10262   Name: "name", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(name)]", Retained: 0
10263
10264 Name: "GetActiveVaryingNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10265   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10266   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10267   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10268   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10269   Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10270   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10271   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,index,bufSize)]", Retained: 0
10272
10273 Name: "GetTransformFeedbackVaryingNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_transform_feedback", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10274   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10275   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10276   Name: "location", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10277
10278 Name: "TransformFeedbackStreamAttribsNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_transform_feedback", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10279   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10280   Name: "attribs", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10281   Name: "nbuffers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10282   Name: "bufstreams", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[nbuffers]", Retained: 0
10283   Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10284
10285 Name: "UniformBufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10286   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10287   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10288   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10289
10290 Name: "GetUniformBufferSizeEXT", ParamNames: 2, Params: 2, Return: "Int32", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10291   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10292   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10293
10294 Name: "GetUniformOffsetEXT", ParamNames: 2, Params: 2, Return: "BufferOffset", Category: "EXT_bindable_uniform", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10295   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10296   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10297
10298 Name: "TexParameterIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10299   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10300   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10301   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10302
10303 Name: "TexParameterIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10304   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10305   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10306   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10307
10308 Name: "GetTexParameterIivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10309   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10310   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10311   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10312
10313 Name: "GetTexParameterIuivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10314   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10315   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10316   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10317
10318 Name: "ClearColorIiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10319   Name: "red", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10320   Name: "green", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10321   Name: "blue", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10322   Name: "alpha", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10323
10324 Name: "ClearColorIuiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_texture_integer", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10325   Name: "red", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10326   Name: "green", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10327   Name: "blue", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10328   Name: "alpha", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10329
10330 Name: "FrameTerminatorGREMEDY", ParamNames: 0, Params: 0, Return: "void", Category: "GREMEDY_frame_terminator", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10331 Name: "BeginConditionalRenderNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_conditional_render", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10332   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10333   Name: "mode", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10334
10335 Name: "EndConditionalRenderNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_conditional_render", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10336 Name: "PresentFrameKeyedNV", ParamNames: 11, Params: 11, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10337   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10338   Name: "minPresentTime", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10339   Name: "beginPresentTimeId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10340   Name: "presentDurationId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10341   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10342   Name: "target0", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10343   Name: "fill0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10344   Name: "key0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10345   Name: "target1", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10346   Name: "fill1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10347   Name: "key1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10348
10349 Name: "PresentFrameDualFillNV", ParamNames: 13, Params: 13, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10350   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10351   Name: "minPresentTime", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10352   Name: "beginPresentTimeId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10353   Name: "presentDurationId", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10354   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10355   Name: "target0", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10356   Name: "fill0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10357   Name: "target1", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10358   Name: "fill1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10359   Name: "target2", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10360   Name: "fill2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10361   Name: "target3", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10362   Name: "fill3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10363
10364 Name: "GetVideoivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10365   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10366   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10367   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10368
10369 Name: "GetVideouivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10370   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10371   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10372   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10373
10374 Name: "GetVideoi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10375   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10376   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10377   Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10378
10379 Name: "GetVideoui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_present_video", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10380   Name: "video_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10381   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10382   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10383
10384 Name: "BeginTransformFeedbackEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10385   Name: "primitiveMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10386
10387 Name: "EndTransformFeedbackEXT", ParamNames: 0, Params: 0, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10388 Name: "BindBufferRangeEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10389   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10390   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10391   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10392   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10393   Name: "size", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10394
10395 Name: "BindBufferOffsetEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10396   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10397   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10398   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10399   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10400
10401 Name: "BindBufferBaseEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10402   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10403   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10404   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10405
10406 Name: "TransformFeedbackVaryingsEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10407   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10408   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10409   Name: "varyings", Type: "CharPointer", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
10410   Name: "bufferMode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10411
10412 Name: "GetTransformFeedbackVaryingEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_transform_feedback", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10413   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10414   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10415   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10416   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10417   Name: "size", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10418   Name: "type", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
10419   Name: "name", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(length)]", Retained: 0
10420
10421 Name: "ClientAttribDefaultEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10422   Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10423
10424 Name: "PushClientAttribDefaultEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10425   Name: "mask", Type: "ClientAttribMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10426
10427 Name: "MatrixLoadfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10428   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10429   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10430
10431 Name: "MatrixLoaddEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10432   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10433   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10434
10435 Name: "MatrixMultfEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10436   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10437   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10438
10439 Name: "MatrixMultdEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10440   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10441   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10442
10443 Name: "MatrixLoadIdentityEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10444   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10445
10446 Name: "MatrixRotatefEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10447   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10448   Name: "angle", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10449   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10450   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10451   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10452
10453 Name: "MatrixRotatedEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10454   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10455   Name: "angle", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10456   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10457   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10458   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10459
10460 Name: "MatrixScalefEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10461   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10462   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10463   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10464   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10465
10466 Name: "MatrixScaledEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10467   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10468   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10469   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10470   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10471
10472 Name: "MatrixTranslatefEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10473   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10474   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10475   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10476   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10477
10478 Name: "MatrixTranslatedEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10479   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10480   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10481   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10482   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10483
10484 Name: "MatrixFrustumEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10485   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10486   Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10487   Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10488   Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10489   Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10490   Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10491   Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10492
10493 Name: "MatrixOrthoEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10494   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10495   Name: "left", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10496   Name: "right", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10497   Name: "bottom", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10498   Name: "top", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10499   Name: "zNear", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10500   Name: "zFar", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10501
10502 Name: "MatrixPopEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10503   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10504
10505 Name: "MatrixPushEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10506   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10507
10508 Name: "MatrixLoadTransposefEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10509   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10510   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10511
10512 Name: "MatrixLoadTransposedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10513   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10514   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10515
10516 Name: "MatrixMultTransposefEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10517   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10518   Name: "m", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10519
10520 Name: "MatrixMultTransposedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10521   Name: "mode", Type: "MatrixMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10522   Name: "m", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[16]", Retained: 0
10523
10524 Name: "TextureParameterfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10525   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10526   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10527   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10528   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10529
10530 Name: "TextureParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10531   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10532   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10533   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10534   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10535
10536 Name: "TextureParameteriEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10537   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10538   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10539   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10540   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10541
10542 Name: "TextureParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10543   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10544   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10545   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10546   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10547
10548 Name: "TextureImage1DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10549   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10550   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10551   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10552   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10553   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10554   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10555   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10556   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10557   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
10558
10559 Name: "TextureImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10560   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10561   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10562   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10563   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10564   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10565   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10566   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10567   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10568   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10569   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
10570
10571 Name: "TextureSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10572   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10573   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10574   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10575   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10576   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10577   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10578   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10579   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
10580
10581 Name: "TextureSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10582   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10583   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10584   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10585   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10586   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10587   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10588   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10589   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10590   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10591   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
10592
10593 Name: "CopyTextureImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10594   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10595   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10596   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10597   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10598   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10599   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10600   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10601   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10602
10603 Name: "CopyTextureImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10604   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10605   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10606   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10607   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10608   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10609   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10610   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10611   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10612   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10613
10614 Name: "CopyTextureSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10615   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10616   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10617   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10618   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10619   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10620   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10621   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10622
10623 Name: "CopyTextureSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10624   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10625   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10626   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10627   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10628   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10629   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10630   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10631   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10632   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10633
10634 Name: "GetTextureImageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10635   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10636   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10637   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10638   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10639   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10640   Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0
10641
10642 Name: "GetTextureParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10643   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10644   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10645   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10646   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10647
10648 Name: "GetTextureParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10649   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10650   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10651   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10652   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10653
10654 Name: "GetTextureLevelParameterfvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10655   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10656   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10657   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10658   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10659   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10660
10661 Name: "GetTextureLevelParameterivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10662   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10663   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10664   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10665   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10666   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10667
10668 Name: "TextureImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10669   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10670   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10671   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10672   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10673   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10674   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10675   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10676   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10677   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10678   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10679   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
10680
10681 Name: "TextureSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10682   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10683   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10684   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10685   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10686   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10687   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10688   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10689   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10690   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10691   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10692   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10693   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
10694
10695 Name: "CopyTextureSubImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10696   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10697   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10698   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10699   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10700   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10701   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10702   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10703   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10704   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10705   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10706
10707 Name: "MultiTexParameterfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10708   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10709   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10710   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10711   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10712
10713 Name: "MultiTexParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10714   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10715   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10716   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10717   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10718
10719 Name: "MultiTexParameteriEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10720   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10721   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10722   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10723   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10724
10725 Name: "MultiTexParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10726   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10727   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10728   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10729   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10730
10731 Name: "MultiTexImage1DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10732   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10733   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10734   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10735   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10736   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10737   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10738   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10739   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10740   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
10741
10742 Name: "MultiTexImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10743   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10744   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10745   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10746   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10747   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10748   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10749   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10750   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10751   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10752   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
10753
10754 Name: "MultiTexSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10755   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10756   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10757   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10758   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10759   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10760   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10761   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10762   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width)]", Retained: 0
10763
10764 Name: "MultiTexSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10765   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10766   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10767   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10768   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10769   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10770   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10771   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10772   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10773   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10774   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height)]", Retained: 0
10775
10776 Name: "CopyMultiTexImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10777   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10778   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10779   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10780   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10781   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10782   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10783   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10784   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10785
10786 Name: "CopyMultiTexImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10787   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10788   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10789   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10790   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10791   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10792   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10793   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10794   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10795   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10796
10797 Name: "CopyMultiTexSubImage1DEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10798   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10799   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10800   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10801   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10802   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10803   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10804   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10805
10806 Name: "CopyMultiTexSubImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10807   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10808   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10809   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10810   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10811   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10812   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10813   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10814   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10815   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10816
10817 Name: "GetMultiTexImageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10818   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10819   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10820   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10821   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10822   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10823   Name: "pixels", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,level,format,type)]", Retained: 0
10824
10825 Name: "GetMultiTexParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10826   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10827   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10828   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10829   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10830
10831 Name: "GetMultiTexParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10832   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10833   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10834   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10835   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10836
10837 Name: "GetMultiTexLevelParameterfvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10838   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10839   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10840   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10841   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10842   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10843
10844 Name: "GetMultiTexLevelParameterivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10845   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10846   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10847   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10848   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10849   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10850
10851 Name: "MultiTexImage3DEXT", ParamNames: 11, Params: 11, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10852   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10853   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10854   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10855   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10856   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10857   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10858   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10859   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10860   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10861   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10862   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
10863
10864 Name: "MultiTexSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10865   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10866   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10867   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10868   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10869   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10870   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10871   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10872   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10873   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10874   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10875   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10876   Name: "pixels", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,width,height,depth)]", Retained: 0
10877
10878 Name: "CopyMultiTexSubImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10879   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10880   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10881   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10882   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10883   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10884   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10885   Name: "x", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10886   Name: "y", Type: "WinCoord", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10887   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10888   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10889
10890 Name: "BindMultiTextureEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10891   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10892   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10893   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10894
10895 Name: "EnableClientStateIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10896   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10897   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10898
10899 Name: "DisableClientStateIndexedEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10900   Name: "array", Type: "EnableCap", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10901   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10902
10903 Name: "MultiTexCoordPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10904   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10905   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10906   Name: "type", Type: "TexCoordPointerType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10907   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10908   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,type,stride)]", Retained: 1
10909
10910 Name: "MultiTexEnvfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10911   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10912   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10913   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10914   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10915
10916 Name: "MultiTexEnvfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10917   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10918   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10919   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10920   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10921
10922 Name: "MultiTexEnviEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10923   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10924   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10925   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10926   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10927
10928 Name: "MultiTexEnvivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10929   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10930   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10931   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10932   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10933
10934 Name: "MultiTexGendEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10935   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10936   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10937   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10938   Name: "param", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10939
10940 Name: "MultiTexGendvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10941   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10942   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10943   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10944   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10945
10946 Name: "MultiTexGenfEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10947   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10948   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10949   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10950   Name: "param", Type: "CheckedFloat32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10951
10952 Name: "MultiTexGenfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10953   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10954   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10955   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10956   Name: "params", Type: "CheckedFloat32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10957
10958 Name: "MultiTexGeniEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10959   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10960   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10961   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10962   Name: "param", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10963
10964 Name: "MultiTexGenivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
10965   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10966   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10967   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10968   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10969
10970 Name: "GetMultiTexEnvfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10971   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10972   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10973   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10974   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10975
10976 Name: "GetMultiTexEnvivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10977   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10978   Name: "target", Type: "TextureEnvTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10979   Name: "pname", Type: "TextureEnvParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10980   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10981
10982 Name: "GetMultiTexGendvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10983   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10984   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10985   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10986   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10987
10988 Name: "GetMultiTexGenfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10989   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10990   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10991   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10992   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10993
10994 Name: "GetMultiTexGenivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
10995   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10996   Name: "coord", Type: "TextureCoordName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10997   Name: "pname", Type: "TextureGenParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
10998   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
10999
11000 Name: "GetFloatIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11001   Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11002   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11003   Name: "data", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
11004
11005 Name: "GetDoubleIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11006   Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11007   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11008   Name: "data", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
11009
11010 Name: "GetPointerIndexedvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11011   Name: "target", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11012   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11013   Name: "data", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
11014
11015 Name: "CompressedTextureImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11016   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11017   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11018   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11019   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11020   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11021   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11022   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11023   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11024   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11025   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11026
11027 Name: "CompressedTextureImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11028   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11029   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11030   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11031   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11032   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11033   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11034   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11035   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11036   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11037
11038 Name: "CompressedTextureImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11039   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11040   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11041   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11042   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11043   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11044   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11045   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11046   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11047
11048 Name: "CompressedTextureSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11049   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11050   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11051   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11052   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11053   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11054   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11055   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11056   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11057   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11058   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11059   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11060   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11061
11062 Name: "CompressedTextureSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11063   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11064   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11065   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11066   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11067   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11068   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11069   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11070   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11071   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11072   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11073
11074 Name: "CompressedTextureSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11075   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11076   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11077   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11078   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11079   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11080   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11081   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11082   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11083
11084 Name: "GetCompressedTextureImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11085   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11086   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11087   Name: "lod", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11088   Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,lod)]", Retained: 0
11089
11090 Name: "CompressedMultiTexImage3DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11091   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11092   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11093   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11094   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11095   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11096   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11097   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11098   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11099   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11100   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11101
11102 Name: "CompressedMultiTexImage2DEXT", ParamNames: 9, Params: 9, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11103   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11104   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11105   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11106   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11107   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11108   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11109   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11110   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11111   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11112
11113 Name: "CompressedMultiTexImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11114   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11115   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11116   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11117   Name: "internalformat", Type: "TextureInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11118   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11119   Name: "border", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11120   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11121   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11122
11123 Name: "CompressedMultiTexSubImage3DEXT", ParamNames: 12, Params: 12, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11124   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11125   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11126   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11127   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11128   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11129   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11130   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11131   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11132   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11133   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11134   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11135   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11136
11137 Name: "CompressedMultiTexSubImage2DEXT", ParamNames: 10, Params: 10, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11138   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11139   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11140   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11141   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11142   Name: "yoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11143   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11144   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11145   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11146   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11147   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11148
11149 Name: "CompressedMultiTexSubImage1DEXT", ParamNames: 8, Params: 8, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11150   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11151   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11152   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11153   Name: "xoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11154   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11155   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11156   Name: "imageSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11157   Name: "bits", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[imageSize]", Retained: 0
11158
11159 Name: "GetCompressedMultiTexImageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11160   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11161   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11162   Name: "lod", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11163   Name: "img", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target,lod)]", Retained: 0
11164
11165 Name: "NamedProgramStringEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11166   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11167   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11168   Name: "format", Type: "ProgramFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11169   Name: "len", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11170   Name: "string", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[len]", Retained: 0
11171
11172 Name: "NamedProgramLocalParameter4dEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11173   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11174   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11175   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11176   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11177   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11178   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11179   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11180
11181 Name: "NamedProgramLocalParameter4dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11182   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11183   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11184   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11185   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
11186
11187 Name: "NamedProgramLocalParameter4fEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11188   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11189   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11190   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11191   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11192   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11193   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11194   Name: "w", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11195
11196 Name: "NamedProgramLocalParameter4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11197   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11198   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11199   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11200   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
11201
11202 Name: "GetNamedProgramLocalParameterdvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11203   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11204   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11205   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11206   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
11207
11208 Name: "GetNamedProgramLocalParameterfvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11209   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11210   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11211   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11212   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
11213
11214 Name: "GetNamedProgramivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11215   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11216   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11217   Name: "pname", Type: "ProgramProperty", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11218   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11219
11220 Name: "GetNamedProgramStringEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11221   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11222   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11223   Name: "pname", Type: "ProgramStringProperty", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11224   Name: "string", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,pname)]", Retained: 0
11225
11226 Name: "NamedProgramLocalParameters4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11227   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11228   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11229   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11230   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11231   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11232
11233 Name: "NamedProgramLocalParameterI4iEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11234   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11235   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11236   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11237   Name: "x", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11238   Name: "y", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11239   Name: "z", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11240   Name: "w", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11241
11242 Name: "NamedProgramLocalParameterI4ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11243   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11244   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11245   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11246   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
11247
11248 Name: "NamedProgramLocalParametersI4ivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11249   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11250   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11251   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11252   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11253   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11254
11255 Name: "NamedProgramLocalParameterI4uiEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11256   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11257   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11258   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11259   Name: "x", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11260   Name: "y", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11261   Name: "z", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11262   Name: "w", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11263
11264 Name: "NamedProgramLocalParameterI4uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11265   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11266   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11267   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11268   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
11269
11270 Name: "NamedProgramLocalParametersI4uivEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11271   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11272   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11273   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11274   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11275   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11276
11277 Name: "GetNamedProgramLocalParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11278   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11279   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11280   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11281   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
11282
11283 Name: "GetNamedProgramLocalParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11284   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11285   Name: "target", Type: "ProgramTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11286   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11287   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
11288
11289 Name: "TextureParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11290   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11291   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11292   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11293   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11294
11295 Name: "TextureParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11296   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11297   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11298   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11299   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11300
11301 Name: "GetTextureParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11302   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11303   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11304   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11305   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11306
11307 Name: "GetTextureParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11308   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11309   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11310   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11311   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11312
11313 Name: "MultiTexParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11314   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11315   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11316   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11317   Name: "params", Type: "CheckedInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11318
11319 Name: "MultiTexParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11320   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11321   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11322   Name: "pname", Type: "TextureParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11323   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11324
11325 Name: "GetMultiTexParameterIivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11326   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11327   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11328   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11329   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11330
11331 Name: "GetMultiTexParameterIuivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11332   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11333   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11334   Name: "pname", Type: "GetTextureParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11335   Name: "params", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11336
11337 Name: "ProgramUniform1fEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11338   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11339   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11340   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11341
11342 Name: "ProgramUniform2fEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11343   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11344   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11345   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11346   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11347
11348 Name: "ProgramUniform3fEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11349   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11350   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11351   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11352   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11353   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11354
11355 Name: "ProgramUniform4fEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11356   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11357   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11358   Name: "v0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11359   Name: "v1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11360   Name: "v2", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11361   Name: "v3", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11362
11363 Name: "ProgramUniform1iEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11364   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11365   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11366   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11367
11368 Name: "ProgramUniform2iEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11369   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11370   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11371   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11372   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11373
11374 Name: "ProgramUniform3iEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11375   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11376   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11377   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11378   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11379   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11380
11381 Name: "ProgramUniform4iEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11382   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11383   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11384   Name: "v0", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11385   Name: "v1", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11386   Name: "v2", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11387   Name: "v3", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11388
11389 Name: "ProgramUniform1fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11390   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11391   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11392   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11393   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
11394
11395 Name: "ProgramUniform2fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11396   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11397   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11398   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11399   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
11400
11401 Name: "ProgramUniform3fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11402   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11403   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11404   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11405   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
11406
11407 Name: "ProgramUniform4fvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11408   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11409   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11410   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11411   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11412
11413 Name: "ProgramUniform1ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11414   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11415   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11416   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11417   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
11418
11419 Name: "ProgramUniform2ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11420   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11421   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11422   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11423   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
11424
11425 Name: "ProgramUniform3ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11426   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11427   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11428   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11429   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
11430
11431 Name: "ProgramUniform4ivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11432   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11433   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11434   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11435   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11436
11437 Name: "ProgramUniformMatrix2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11438   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11439   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11440   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11441   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11442   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11443
11444 Name: "ProgramUniformMatrix3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11445   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11446   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11447   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11448   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11449   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
11450
11451 Name: "ProgramUniformMatrix4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11452   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11453   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11454   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11455   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11456   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
11457
11458 Name: "ProgramUniformMatrix2x3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11459   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11460   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11461   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11462   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11463   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
11464
11465 Name: "ProgramUniformMatrix3x2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11466   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11467   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11468   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11469   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11470   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
11471
11472 Name: "ProgramUniformMatrix2x4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11473   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11474   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11475   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11476   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11477   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
11478
11479 Name: "ProgramUniformMatrix4x2fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11480   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11481   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11482   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11483   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11484   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
11485
11486 Name: "ProgramUniformMatrix3x4fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11487   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11488   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11489   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11490   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11491   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
11492
11493 Name: "ProgramUniformMatrix4x3fvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11494   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11495   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11496   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11497   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11498   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
11499
11500 Name: "ProgramUniform1uiEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11501   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11502   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11503   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11504
11505 Name: "ProgramUniform2uiEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11506   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11507   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11508   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11509   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11510
11511 Name: "ProgramUniform3uiEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11512   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11513   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11514   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11515   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11516   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11517
11518 Name: "ProgramUniform4uiEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11519   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11520   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11521   Name: "v0", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11522   Name: "v1", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11523   Name: "v2", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11524   Name: "v3", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11525
11526 Name: "ProgramUniform1uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11527   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11528   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11529   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11530   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
11531
11532 Name: "ProgramUniform2uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11533   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11534   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11535   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11536   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
11537
11538 Name: "ProgramUniform3uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11539   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11540   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11541   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11542   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
11543
11544 Name: "ProgramUniform4uivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11545   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11546   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11547   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11548   Name: "value", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11549
11550 Name: "NamedBufferDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11551   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11552   Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11553   Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0
11554   Name: "usage", Type: "VertexBufferObjectUsage", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11555
11556 Name: "NamedBufferSubDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11557   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11558   Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11559   Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11560   Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0
11561
11562 Name: "MapNamedBufferEXT", ParamNames: 2, Params: 2, Return: "VoidPointer", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11563   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11564   Name: "access", Type: "VertexBufferObjectAccess", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11565
11566 Name: "UnmapNamedBufferEXT", ParamNames: 1, Params: 1, Return: "Boolean", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11567   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11568
11569 Name: "MapNamedBufferRangeEXT", ParamNames: 4, Params: 4, Return: "VoidPointer", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11570   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11571   Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11572   Name: "length", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11573   Name: "access", Type: "BufferAccessMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11574
11575 Name: "FlushMappedNamedBufferRangeEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11576   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11577   Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11578   Name: "length", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11579
11580 Name: "NamedCopyBufferSubDataEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11581   Name: "readBuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11582   Name: "writeBuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11583   Name: "readOffset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11584   Name: "writeOffset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11585   Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11586
11587 Name: "GetNamedBufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11588   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11589   Name: "pname", Type: "VertexBufferObjectParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11590   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11591
11592 Name: "GetNamedBufferPointervEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11593   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11594   Name: "pname", Type: "VertexBufferObjectParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11595   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11596
11597 Name: "GetNamedBufferSubDataEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11598   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11599   Name: "offset", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11600   Name: "size", Type: "Sizeiptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11601   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(size)]", Retained: 0
11602
11603 Name: "TextureBufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11604   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11605   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11606   Name: "internalformat", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11607   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11608
11609 Name: "MultiTexBufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11610   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11611   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11612   Name: "internalformat", Type: "TypeEnum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11613   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11614
11615 Name: "NamedRenderbufferStorageEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11616   Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11617   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11618   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11619   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11620
11621 Name: "GetNamedRenderbufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11622   Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11623   Name: "pname", Type: "RenderbufferParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11624   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11625
11626 Name: "CheckNamedFramebufferStatusEXT", ParamNames: 2, Params: 2, Return: "FramebufferStatus", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11627   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11628   Name: "target", Type: "FramebufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11629
11630 Name: "NamedFramebufferTexture1DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11631   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11632   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11633   Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11634   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11635   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11636
11637 Name: "NamedFramebufferTexture2DEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11638   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11639   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11640   Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11641   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11642   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11643
11644 Name: "NamedFramebufferTexture3DEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11645   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11646   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11647   Name: "textarget", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11648   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11649   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11650   Name: "zoffset", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11651
11652 Name: "NamedFramebufferRenderbufferEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11653   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11654   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11655   Name: "renderbuffertarget", Type: "RenderbufferTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11656   Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11657
11658 Name: "GetNamedFramebufferAttachmentParameterivEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11659   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11660   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11661   Name: "pname", Type: "FramebufferAttachmentParameterName", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11662   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11663
11664 Name: "GenerateTextureMipmapEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11665   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11666   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11667
11668 Name: "GenerateMultiTexMipmapEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11669   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11670   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11671
11672 Name: "FramebufferDrawBufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11673   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11674   Name: "mode", Type: "DrawBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11675
11676 Name: "FramebufferDrawBuffersEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11677   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11678   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11679   Name: "bufs", Type: "DrawBufferMode", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
11680
11681 Name: "FramebufferReadBufferEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11682   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11683   Name: "mode", Type: "ReadBufferMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11684
11685 Name: "GetFramebufferParameterivEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11686   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11687   Name: "pname", Type: "GetFramebufferParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11688   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11689
11690 Name: "NamedRenderbufferStorageMultisampleEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11691   Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11692   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11693   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11694   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11695   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11696
11697 Name: "NamedRenderbufferStorageMultisampleCoverageEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11698   Name: "renderbuffer", Type: "Renderbuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11699   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11700   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11701   Name: "internalformat", Type: "PixelInternalFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11702   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11703   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11704
11705 Name: "NamedFramebufferTextureEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11706   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11707   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11708   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11709   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11710
11711 Name: "NamedFramebufferTextureLayerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11712   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11713   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11714   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11715   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11716   Name: "layer", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11717
11718 Name: "NamedFramebufferTextureFaceEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11719   Name: "framebuffer", Type: "Framebuffer", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11720   Name: "attachment", Type: "FramebufferAttachment", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11721   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11722   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11723   Name: "face", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11724
11725 Name: "TextureRenderbufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11726   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11727   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11728   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11729
11730 Name: "MultiTexRenderbufferEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11731   Name: "texunit", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11732   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11733   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11734
11735 Name: "ProgramUniform1dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11736   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11737   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11738   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11739
11740 Name: "ProgramUniform2dEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11741   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11742   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11743   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11744   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11745
11746 Name: "ProgramUniform3dEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11747   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11748   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11749   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11750   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11751   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11752
11753 Name: "ProgramUniform4dEXT", ParamNames: 6, Params: 6, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11754   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11755   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11756   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11757   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11758   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11759   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11760
11761 Name: "ProgramUniform1dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11762   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11763   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11764   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11765   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
11766
11767 Name: "ProgramUniform2dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11768   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11769   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11770   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11771   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
11772
11773 Name: "ProgramUniform3dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11774   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11775   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11776   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11777   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
11778
11779 Name: "ProgramUniform4dvEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11780   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11781   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11782   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11783   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11784
11785 Name: "ProgramUniformMatrix2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11786   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11787   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11788   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11789   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11790   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
11791
11792 Name: "ProgramUniformMatrix3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11793   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11794   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11795   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11796   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11797   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*9]", Retained: 0
11798
11799 Name: "ProgramUniformMatrix4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11800   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11801   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11802   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11803   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11804   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*16]", Retained: 0
11805
11806 Name: "ProgramUniformMatrix2x3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11807   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11808   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11809   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11810   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11811   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
11812
11813 Name: "ProgramUniformMatrix2x4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11814   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11815   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11816   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11817   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11818   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
11819
11820 Name: "ProgramUniformMatrix3x2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11821   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11822   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11823   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11824   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11825   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*6]", Retained: 0
11826
11827 Name: "ProgramUniformMatrix3x4dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11828   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11829   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11830   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11831   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11832   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
11833
11834 Name: "ProgramUniformMatrix4x2dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11835   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11836   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11837   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11838   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11839   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*8]", Retained: 0
11840
11841 Name: "ProgramUniformMatrix4x3dvEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_direct_state_access", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11842   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11843   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11844   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11845   Name: "transpose", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11846   Name: "value", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[count*12]", Retained: 0
11847
11848 Name: "GetMultisamplefvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11849   Name: "pname", Type: "GetMultisamplePNameNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11850   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11851   Name: "val", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[2]", Retained: 0
11852
11853 Name: "SampleMaskIndexedNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11854   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11855   Name: "mask", Type: "SampleMaskNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11856
11857 Name: "TexRenderbufferNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_explicit_multisample", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11858   Name: "target", Type: "TextureTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11859   Name: "renderbuffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11860
11861 Name: "BindTransformFeedbackNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11862   Name: "target", Type: "BufferTargetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11863   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11864
11865 Name: "DeleteTransformFeedbacksNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11866   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11867   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[n]", Retained: 0
11868
11869 Name: "GenTransformFeedbacksNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11870   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11871   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
11872
11873 Name: "IsTransformFeedbackNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11874   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11875
11876 Name: "PauseTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11877 Name: "ResumeTransformFeedbackNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11878 Name: "DrawTransformFeedbackNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_transform_feedback2", Version: "", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11879   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11880   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11881
11882 Name: "GetPerfMonitorGroupsAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11883   Name: "numGroups", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11884   Name: "groupsSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11885   Name: "groups", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[groupsSize]", Retained: 0
11886
11887 Name: "GetPerfMonitorCountersAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11888   Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11889   Name: "numCounters", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11890   Name: "maxActiveCounters", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11891   Name: "counterSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11892   Name: "counters", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[counterSize]", Retained: 0
11893
11894 Name: "GetPerfMonitorGroupStringAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11895   Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11896   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11897   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11898   Name: "groupString", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
11899
11900 Name: "GetPerfMonitorCounterStringAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11901   Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11902   Name: "counter", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11903   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11904   Name: "length", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11905   Name: "counterString", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufSize]", Retained: 0
11906
11907 Name: "GetPerfMonitorCounterInfoAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11908   Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11909   Name: "counter", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11910   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11911   Name: "data", Type: "Void", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
11912
11913 Name: "GenPerfMonitorsAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11914   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11915   Name: "monitors", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
11916
11917 Name: "DeletePerfMonitorsAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11918   Name: "n", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11919   Name: "monitors", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[n]", Retained: 0
11920
11921 Name: "SelectPerfMonitorCountersAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11922   Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11923   Name: "enable", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11924   Name: "group", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11925   Name: "numCounters", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11926   Name: "counterList", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[numCounters]", Retained: 0
11927
11928 Name: "BeginPerfMonitorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11929   Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11930
11931 Name: "EndPerfMonitorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11932   Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11933
11934 Name: "GetPerfMonitorCounterDataAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_performance_monitor", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11935   Name: "monitor", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11936   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11937   Name: "dataSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11938   Name: "data", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[dataSize]", Retained: 0
11939   Name: "bytesWritten", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11940
11941 Name: "TessellationFactorAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_vertex_shader_tessellator", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11942   Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11943
11944 Name: "TessellationModeAMD", ParamNames: 1, Params: 1, Return: "void", Category: "AMD_vertex_shader_tessellator", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11945   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11946
11947 Name: "ProvokingVertexEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_provoking_vertex", Version: "2.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11948   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11949
11950 Name: "BlendFuncIndexedAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11951   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11952   Name: "src", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11953   Name: "dst", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11954
11955 Name: "BlendFuncSeparateIndexedAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11956   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11957   Name: "srcRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11958   Name: "dstRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11959   Name: "srcAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11960   Name: "dstAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11961
11962 Name: "BlendEquationIndexedAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11963   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11964   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11965
11966 Name: "BlendEquationSeparateIndexedAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_draw_buffers_blend", Version: "2.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11967   Name: "buf", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11968   Name: "modeRGB", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11969   Name: "modeAlpha", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11970
11971 Name: "TextureRangeAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_texture_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11972   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11973   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11974   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
11975
11976 Name: "GetTexParameterPointervAPPLE", ParamNames: 3, Params: 3, Return: "void", Category: "APPLE_texture_range", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
11977   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11978   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11979   Name: "params", Type: "VoidPointer", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
11980
11981 Name: "EnableVertexAttribAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11982   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11983   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11984
11985 Name: "DisableVertexAttribAPPLE", ParamNames: 2, Params: 2, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11986   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11987   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11988
11989 Name: "IsVertexAttribEnabledAPPLE", ParamNames: 2, Params: 2, Return: "Boolean", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11990   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11991   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11992
11993 Name: "MapVertexAttrib1dAPPLE", ParamNames: 7, Params: 7, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
11994   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11995   Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11996   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11997   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11998   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
11999   Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12000   Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,stride,order)]", Retained: 0
12001
12002 Name: "MapVertexAttrib1fAPPLE", ParamNames: 7, Params: 7, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12003   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12004   Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12005   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12006   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12007   Name: "stride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12008   Name: "order", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12009   Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,stride,order)]", Retained: 0
12010
12011 Name: "MapVertexAttrib2dAPPLE", ParamNames: 11, Params: 11, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12012   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12013   Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12014   Name: "u1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12015   Name: "u2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12016   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12017   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12018   Name: "v1", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12019   Name: "v2", Type: "CoordD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12020   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12021   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12022   Name: "points", Type: "CoordD", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,ustride,uorder,vstride,vorder)]", Retained: 0
12023
12024 Name: "MapVertexAttrib2fAPPLE", ParamNames: 11, Params: 11, Return: "void", Category: "APPLE_vertex_program_evaluators", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12025   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12026   Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12027   Name: "u1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12028   Name: "u2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12029   Name: "ustride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12030   Name: "uorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12031   Name: "v1", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12032   Name: "v2", Type: "CoordF", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12033   Name: "vstride", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12034   Name: "vorder", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12035   Name: "points", Type: "CoordF", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(size,ustride,uorder,vstride,vorder)]", Retained: 0
12036
12037 Name: "ObjectPurgeableAPPLE", ParamNames: 3, Params: 3, Return: "GLenum", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12038   Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12039   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12040   Name: "option", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12041
12042 Name: "ObjectUnpurgeableAPPLE", ParamNames: 3, Params: 3, Return: "GLenum", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12043   Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12044   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12045   Name: "option", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12046
12047 Name: "GetObjectParameterivAPPLE", ParamNames: 4, Params: 4, Return: "void", Category: "APPLE_object_purgeable", Version: "1.5", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12048   Name: "objectType", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12049   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12050   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12051   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12052
12053 Name: "BeginVideoCaptureNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12054   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12055
12056 Name: "BindVideoCaptureStreamBufferNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12057   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12058   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12059   Name: "frame_region", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12060   Name: "offset", Type: "BufferOffsetARB", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12061
12062 Name: "BindVideoCaptureStreamTextureNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12063   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12064   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12065   Name: "frame_region", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12066   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12067   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12068
12069 Name: "EndVideoCaptureNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12070   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12071
12072 Name: "GetVideoCaptureivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12073   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12074   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12075   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12076
12077 Name: "GetVideoCaptureStreamivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12078   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12079   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12080   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12081   Name: "params", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12082
12083 Name: "GetVideoCaptureStreamfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12084   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12085   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12086   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12087   Name: "params", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12088
12089 Name: "GetVideoCaptureStreamdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12090   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12091   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12092   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12093   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12094
12095 Name: "VideoCaptureNV", ParamNames: 3, Params: 3, Return: "GLenum", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12096   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12097   Name: "sequence_num", Type: "UInt32", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12098   Name: "capture_time", Type: "UInt64EXT", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12099
12100 Name: "VideoCaptureStreamParameterivNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12101   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12102   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12103   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12104   Name: "params", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12105
12106 Name: "VideoCaptureStreamParameterfvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12107   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12108   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12109   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12110   Name: "params", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12111
12112 Name: "VideoCaptureStreamParameterdvNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_video_capture", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12113   Name: "video_capture_slot", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12114   Name: "stream", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12115   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12116   Name: "params", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12117
12118 Name: "ClearTexImage", ParamNames: 5, Params: 5, Return: "void", Category: "VERSION_4_4", Version: "4.4", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12119   Name: "texture", Type: "Texture", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12120   Name: "level", Type: "CheckedInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12121   Name: "format", Type: "PixelFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12122   Name: "type", Type: "PixelType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12123   Name: "data", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(format,type,level,texture)]", Retained: 0
12124
12125 Name: "UseShaderProgramEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12126   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12127   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12128
12129 Name: "ActiveProgramEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12130   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12131
12132 Name: "CreateShaderProgramEXT", ParamNames: 2, Params: 2, Return: "UInt32", Category: "EXT_separate_shader_objects", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12133   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12134   Name: "string", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
12135
12136 Name: "MakeBufferResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12137   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12138   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12139
12140 Name: "MakeBufferNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12141   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12142
12143 Name: "IsBufferResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12144   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12145
12146 Name: "MakeNamedBufferResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12147   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12148   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12149
12150 Name: "MakeNamedBufferNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12151   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12152
12153 Name: "IsNamedBufferResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12154   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12155
12156 Name: "GetBufferParameterui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12157   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12158   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12159   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12160
12161 Name: "GetNamedBufferParameterui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12162   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12163   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12164   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12165
12166 Name: "GetIntegerui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12167   Name: "value", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12168   Name: "result", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(value)]", Retained: 0
12169
12170 Name: "Uniformui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12171   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12172   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12173
12174 Name: "Uniformui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12175   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12176   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12177   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12178
12179 Name: "GetUniformui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12180   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12181   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12182   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(program,location)]", Retained: 0
12183
12184 Name: "ProgramUniformui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12185   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12186   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12187   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12188
12189 Name: "ProgramUniformui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_shader_buffer_load", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12190   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12191   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12192   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12193   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12194
12195 Name: "BufferAddressRangeNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12196   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12197   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12198   Name: "address", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12199   Name: "length", Type: "BufferSize", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12200
12201 Name: "VertexFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12202   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12203   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12204   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12205
12206 Name: "NormalFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12207   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12208   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12209
12210 Name: "ColorFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12211   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12212   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12213   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12214
12215 Name: "IndexFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12216   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12217   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12218
12219 Name: "TexCoordFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12220   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12221   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12222   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12223
12224 Name: "EdgeFlagFormatNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12225   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12226
12227 Name: "SecondaryColorFormatNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12228   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12229   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12230   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12231
12232 Name: "FogCoordFormatNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12233   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12234   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12235
12236 Name: "VertexAttribFormatNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12237   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12238   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12239   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12240   Name: "normalized", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12241   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12242
12243 Name: "VertexAttribIFormatNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12244   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12245   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12246   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12247   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12248
12249 Name: "GetIntegerui64i_vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_buffer_unified_memory", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12250   Name: "value", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12251   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12252   Name: "result", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(value)]", Retained: 0
12253
12254 Name: "TextureBarrierNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_texture_barrier", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12255 Name: "BindImageTextureEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_shader_image_load_store", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12256   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12257   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12258   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12259   Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12260   Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12261   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12262   Name: "format", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12263
12264 Name: "MemoryBarrierEXT", ParamNames: 1, Params: 1, Return: "void", Category: "EXT_shader_image_load_store", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12265   Name: "barriers", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12266
12267 Name: "VertexAttribL1dEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12268   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12269   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12270
12271 Name: "VertexAttribL2dEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12272   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12273   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12274   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12275
12276 Name: "VertexAttribL3dEXT", ParamNames: 4, Params: 4, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12277   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12278   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12279   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12280   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12281
12282 Name: "VertexAttribL4dEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12283   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12284   Name: "x", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12285   Name: "y", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12286   Name: "z", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12287   Name: "w", Type: "Float64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12288
12289 Name: "VertexAttribL1dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12290   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12291   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
12292
12293 Name: "VertexAttribL2dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12294   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12295   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
12296
12297 Name: "VertexAttribL3dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12298   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12299   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
12300
12301 Name: "VertexAttribL4dvEXT", ParamNames: 2, Params: 2, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12302   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12303   Name: "v", Type: "Float64", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
12304
12305 Name: "VertexAttribLPointerEXT", ParamNames: 5, Params: 5, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12306   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12307   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12308   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12309   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12310   Name: "pointer", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
12311
12312 Name: "GetVertexAttribLdvEXT", ParamNames: 3, Params: 3, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12313   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12314   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12315   Name: "params", Type: "Float64", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12316
12317 Name: "VertexArrayVertexAttribLOffsetEXT", ParamNames: 7, Params: 7, Return: "void", Category: "EXT_vertex_attrib_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12318   Name: "vaobj", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12319   Name: "buffer", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12320   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12321   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12322   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12323   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12324   Name: "offset", Type: "BufferOffset", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12325
12326 Name: "ProgramSubroutineParametersuivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12327   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12328   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12329   Name: "params", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12330
12331 Name: "GetProgramSubroutineParameteruivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_program5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12332   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12333   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12334   Name: "param", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(target)]", Retained: 0
12335
12336 Name: "Uniform1i64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12337   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12338   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12339
12340 Name: "Uniform2i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12341   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12342   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12343   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12344
12345 Name: "Uniform3i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12346   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12347   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12348   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12349   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12350
12351 Name: "Uniform4i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12352   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12353   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12354   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12355   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12356   Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12357
12358 Name: "Uniform1i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12359   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12360   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12361   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12362
12363 Name: "Uniform2i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12364   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12365   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12366   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
12367
12368 Name: "Uniform3i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12369   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12370   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12371   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
12372
12373 Name: "Uniform4i64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12374   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12375   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12376   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
12377
12378 Name: "Uniform1ui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12379   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12380   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12381
12382 Name: "Uniform2ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12383   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12384   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12385   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12386
12387 Name: "Uniform3ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12388   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12389   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12390   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12391   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12392
12393 Name: "Uniform4ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12394   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12395   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12396   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12397   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12398   Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12399
12400 Name: "Uniform1ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12401   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12402   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12403   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12404
12405 Name: "Uniform2ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12406   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12407   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12408   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
12409
12410 Name: "Uniform3ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12411   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12412   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12413   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
12414
12415 Name: "Uniform4ui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12416   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12417   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12418   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
12419
12420 Name: "GetUniformi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12421   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12422   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12423   Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(location)]", Retained: 0
12424
12425 Name: "ProgramUniform1i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12426   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12427   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12428   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12429
12430 Name: "ProgramUniform2i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12431   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12432   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12433   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12434   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12435
12436 Name: "ProgramUniform3i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12437   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12438   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12439   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12440   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12441   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12442
12443 Name: "ProgramUniform4i64NV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12444   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12445   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12446   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12447   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12448   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12449   Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12450
12451 Name: "ProgramUniform1i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12452   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12453   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12454   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12455   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12456
12457 Name: "ProgramUniform2i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12458   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12459   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12460   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12461   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
12462
12463 Name: "ProgramUniform3i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12464   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12465   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12466   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12467   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
12468
12469 Name: "ProgramUniform4i64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12470   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12471   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12472   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12473   Name: "value", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
12474
12475 Name: "ProgramUniform1ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12476   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12477   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12478   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12479
12480 Name: "ProgramUniform2ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12481   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12482   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12483   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12484   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12485
12486 Name: "ProgramUniform3ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12487   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12488   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12489   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12490   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12491   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12492
12493 Name: "ProgramUniform4ui64NV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12494   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12495   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12496   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12497   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12498   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12499   Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12500
12501 Name: "ProgramUniform1ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12502   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12503   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12504   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12505   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12506
12507 Name: "ProgramUniform2ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12508   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12509   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12510   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12511   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*2]", Retained: 0
12512
12513 Name: "ProgramUniform3ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12514   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12515   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12516   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12517   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*3]", Retained: 0
12518
12519 Name: "ProgramUniform4ui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_gpu_shader5", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12520   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12521   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12522   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12523   Name: "value", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[count*4]", Retained: 0
12524
12525 Name: "VertexAttribL1i64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12526   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12527   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12528
12529 Name: "VertexAttribL2i64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12530   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12531   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12532   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12533
12534 Name: "VertexAttribL3i64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12535   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12536   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12537   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12538   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12539
12540 Name: "VertexAttribL4i64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12541   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12542   Name: "x", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12543   Name: "y", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12544   Name: "z", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12545   Name: "w", Type: "Int64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12546
12547 Name: "VertexAttribL1i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12548   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12549   Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
12550
12551 Name: "VertexAttribL2i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12552   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12553   Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
12554
12555 Name: "VertexAttribL3i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12556   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12557   Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
12558
12559 Name: "VertexAttribL4i64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12560   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12561   Name: "v", Type: "Int64EXT", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
12562
12563 Name: "VertexAttribL1ui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12564   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12565   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12566
12567 Name: "VertexAttribL2ui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12568   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12569   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12570   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12571
12572 Name: "VertexAttribL3ui64NV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12573   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12574   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12575   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12576   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12577
12578 Name: "VertexAttribL4ui64NV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12579   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12580   Name: "x", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12581   Name: "y", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12582   Name: "z", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12583   Name: "w", Type: "UInt64EXT", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12584
12585 Name: "VertexAttribL1ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12586   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12587   Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
12588
12589 Name: "VertexAttribL2ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12590   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12591   Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
12592
12593 Name: "VertexAttribL3ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12594   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12595   Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[3]", Retained: 0
12596
12597 Name: "VertexAttribL4ui64vNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12598   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12599   Name: "v", Type: "UInt64EXT", Direction: "in", Semantic: "array", ArraySize: "[4]", Retained: 0
12600
12601 Name: "GetVertexAttribLi64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12602   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12603   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12604   Name: "params", Type: "Int64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12605
12606 Name: "GetVertexAttribLui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12607   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12608   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12609   Name: "params", Type: "UInt64EXT", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12610
12611 Name: "VertexAttribLFormatNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_vertex_attrib_integer_64bit", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12612   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12613   Name: "size", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12614   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12615   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12616
12617 Name: "GenNamesAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12618   Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12619   Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12620   Name: "names", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[num]", Retained: 0
12621
12622 Name: "DeleteNamesAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12623   Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12624   Name: "num", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12625   Name: "names", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[num]", Retained: 0
12626
12627 Name: "IsNameAMD", ParamNames: 2, Params: 2, Return: "Boolean", Category: "AMD_name_gen_delete", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12628   Name: "identifier", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12629   Name: "name", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12630
12631 Name: "DebugMessageEnableAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12632   Name: "category", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12633   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12634   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12635   Name: "ids", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
12636   Name: "enabled", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12637
12638 Name: "DebugMessageInsertAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12639   Name: "category", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12640   Name: "severity", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12641   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12642   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12643   Name: "buf", Type: "Char", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
12644
12645 Name: "DebugMessageCallbackAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12646   Name: "callback", Type: "GLDEBUGPROCAMD", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12647   Name: "userParam", Type: "Void", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12648
12649 Name: "GetDebugMessageLogAMD", ParamNames: 7, Params: 7, Return: "UInt32", Category: "AMD_debug_output", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12650   Name: "count", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12651   Name: "bufsize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12652   Name: "categories", Type: "GLenum", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
12653   Name: "severities", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
12654   Name: "ids", Type: "UInt32", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
12655   Name: "lengths", Type: "SizeI", Direction: "out", Semantic: "array", ArraySize: "[count]", Retained: 0
12656   Name: "message", Type: "Char", Direction: "out", Semantic: "array", ArraySize: "[bufsize]", Retained: 0
12657
12658 Name: "VDPAUInitNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12659   Name: "vdpDevice", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
12660   Name: "getProcAddress", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
12661
12662 Name: "VDPAUFiniNV", ParamNames: 0, Params: 0, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12663 Name: "VDPAURegisterVideoSurfaceNV", ParamNames: 4, Params: 4, Return: "vdpauSurfaceNV", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12664   Name: "vdpSurface", Type: "Void", Direction: "in", Semantic: "reference", ArraySize: "", Retained: 0
12665   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12666   Name: "numTextureNames", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12667   Name: "textureNames", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[numTextureNames]", Retained: 0
12668
12669 Name: "VDPAURegisterOutputSurfaceNV", ParamNames: 4, Params: 4, Return: "vdpauSurfaceNV", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12670   Name: "vdpSurface", Type: "Void", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12671   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12672   Name: "numTextureNames", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12673   Name: "textureNames", Type: "UInt32", Direction: "in", Semantic: "array", ArraySize: "[numTextureNames]", Retained: 0
12674
12675 Name: "VDPAUIsSurfaceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12676   Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12677
12678 Name: "VDPAUUnregisterSurfaceNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12679   Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12680
12681 Name: "VDPAUGetSurfaceivNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12682   Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12683   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12684   Name: "bufSize", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12685   Name: "length", Type: "SizeI", Direction: "out", Semantic: "reference", ArraySize: "", Retained: 0
12686   Name: "values", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[length]", Retained: 0
12687
12688 Name: "VDPAUSurfaceAccessNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12689   Name: "surface", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12690   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12691
12692 Name: "VDPAUMapSurfacesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12693   Name: "numSurfaces", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12694   Name: "surfaces", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "array", ArraySize: "[numSurfaces]", Retained: 0
12695
12696 Name: "VDPAUUnmapSurfacesNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_vdpau_interop", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12697   Name: "numSurface", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12698   Name: "surfaces", Type: "vdpauSurfaceNV", Direction: "in", Semantic: "array", ArraySize: "[numSurface]", Retained: 0
12699
12700 Name: "TexImage2DMultisampleCoverageNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12701   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12702   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12703   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12704   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12705   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12706   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12707   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12708
12709 Name: "TexImage3DMultisampleCoverageNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12710   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12711   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12712   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12713   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12714   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12715   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12716   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12717   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12718
12719 Name: "TextureImage2DMultisampleNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12720   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12721   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12722   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12723   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12724   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12725   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12726   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12727
12728 Name: "TextureImage3DMultisampleNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12729   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12730   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12731   Name: "samples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12732   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12733   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12734   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12735   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12736   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12737
12738 Name: "TextureImage2DMultisampleCoverageNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12739   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12740   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12741   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12742   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12743   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12744   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12745   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12746   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12747
12748 Name: "TextureImage3DMultisampleCoverageNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_texture_multisample", Version: "4.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12749   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12750   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12751   Name: "coverageSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12752   Name: "colorSamples", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12753   Name: "internalFormat", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12754   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12755   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12756   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12757   Name: "fixedSampleLocations", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12758
12759 Name: "SetMultisamplefvAMD", ParamNames: 3, Params: 3, Return: "void", Category: "AMD_sample_positions", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12760   Name: "pname", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12761   Name: "index", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12762   Name: "val", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[2]", Retained: 0
12763
12764 Name: "ImportSyncEXT", ParamNames: 3, Params: 3, Return: "sync", Category: "EXT_x11_sync_object", Version: "3.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12765   Name: "external_sync_type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12766   Name: "external_sync", Type: "Intptr", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12767   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12768
12769 Name: "MultiDrawArraysIndirectAMD", ParamNames: 4, Params: 4, Return: "void", Category: "AMD_multi_draw_indirect", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12770   Name: "mode", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12771   Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
12772   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12773   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12774
12775 Name: "MultiDrawElementsIndirectAMD", ParamNames: 5, Params: 5, Return: "void", Category: "AMD_multi_draw_indirect", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12776   Name: "mode", Type: "BeginMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12777   Name: "type", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12778   Name: "indirect", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[]", Retained: 0
12779   Name: "primcount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12780   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12781
12782 Name: "GenPathsNV", ParamNames: 1, Params: 1, Return: "Path", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12783   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12784
12785 Name: "DeletePathsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12786   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12787   Name: "range", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12788
12789 Name: "IsPathNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12790   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12791
12792 Name: "PathCommandsNV", ParamNames: 6, Params: 6, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12793   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12794   Name: "numCommands", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12795   Name: "commands", Type: "PathCommand", Direction: "in", Semantic: "array", ArraySize: "[numCommands]", Retained: 0
12796   Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12797   Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12798   Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0
12799
12800 Name: "PathCoordsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12801   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12802   Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12803   Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12804   Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0
12805
12806 Name: "PathSubCommandsNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12807   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12808   Name: "commandStart", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12809   Name: "commandsToDelete", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12810   Name: "numCommands", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12811   Name: "commands", Type: "PathCommand", Direction: "in", Semantic: "array", ArraySize: "[numCommands]", Retained: 0
12812   Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12813   Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12814   Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0
12815
12816 Name: "PathSubCoordsNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12817   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12818   Name: "coordStart", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12819   Name: "numCoords", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12820   Name: "coordType", Type: "PathCoordType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12821   Name: "coords", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numCoords,coordType)]", Retained: 0
12822
12823 Name: "PathStringNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12824   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12825   Name: "format", Type: "PathStringFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12826   Name: "length", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12827   Name: "pathString", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[length]", Retained: 0
12828
12829 Name: "PathGlyphsNV", ParamNames: 10, Params: 10, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12830   Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12831   Name: "fontTarget", Type: "PathFontTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12832   Name: "fontName", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fontTarget,fontName)]", Retained: 0
12833   Name: "fontStyle", Type: "PathFontStyle", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12834   Name: "numGlyphs", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12835   Name: "type", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12836   Name: "charcodes", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numGlyphs,type,charcodes)]", Retained: 0
12837   Name: "handleMissingGlyphs", Type: "PathHandleMissingGlyphs", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12838   Name: "pathParameterTemplate", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12839   Name: "emScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12840
12841 Name: "PathGlyphRangeNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12842   Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12843   Name: "fontTarget", Type: "PathFontTarget", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12844   Name: "fontName", Type: "Void", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(fontTarget,fontName)]", Retained: 0
12845   Name: "fontStyle", Type: "PathFontStyle", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12846   Name: "firstGlyph", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12847   Name: "numGlyphs", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12848   Name: "handleMissingGlyphs", Type: "PathHandleMissingGlyphs", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12849   Name: "pathParameterTemplate", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12850   Name: "emScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12851
12852 Name: "WeightPathsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12853   Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12854   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12855   Name: "paths", Type: "Path", Direction: "in", Semantic: "array", ArraySize: "[numPaths]", Retained: 0
12856   Name: "weights", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[numPaths]", Retained: 0
12857
12858 Name: "CopyPathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12859   Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12860   Name: "srcPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12861
12862 Name: "InterpolatePathsNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12863   Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12864   Name: "pathA", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12865   Name: "pathB", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12866   Name: "weight", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12867
12868 Name: "TransformPathNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12869   Name: "resultPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12870   Name: "srcPath", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12871   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12872   Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(transformType)]", Retained: 0
12873
12874 Name: "PathParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12875   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12876   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12877   Name: "value", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12878
12879 Name: "PathParameteriNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12880   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12881   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12882   Name: "value", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12883
12884 Name: "PathParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12885   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12886   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12887   Name: "value", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
12888
12889 Name: "PathParameterfNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12890   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12891   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12892   Name: "value", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12893
12894 Name: "PathDashArrayNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12895   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12896   Name: "dashCount", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12897   Name: "dashArray", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[dashCount]", Retained: 0
12898
12899 Name: "PathStencilFuncNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12900   Name: "func", Type: "StencilFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12901   Name: "ref", Type: "ClampedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12902   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12903
12904 Name: "PathStencilDepthOffsetNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12905   Name: "factor", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12906   Name: "units", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12907
12908 Name: "StencilFillPathNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12909   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12910   Name: "fillMode", Type: "PathFillMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12911   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12912
12913 Name: "StencilStrokePathNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12914   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12915   Name: "reference", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12916   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12917
12918 Name: "StencilFillPathInstancedNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12919   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12920   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12921   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
12922   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12923   Name: "fillMode", Type: "PathFillMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12924   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12925   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12926   Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0
12927
12928 Name: "StencilStrokePathInstancedNV", ParamNames: 8, Params: 8, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12929   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12930   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12931   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
12932   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12933   Name: "reference", Type: "StencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12934   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12935   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12936   Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0
12937
12938 Name: "PathCoverDepthFuncNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12939   Name: "func", Type: "DepthFunction", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12940
12941 Name: "PathColorGenNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12942   Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12943   Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12944   Name: "colorFormat", Type: "PathColorFormat", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12945   Name: "coeffs", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(genMode,colorFormat)]", Retained: 0
12946
12947 Name: "PathTexGenNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12948   Name: "texCoordSet", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12949   Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12950   Name: "components", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12951   Name: "coeffs", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(genMode,components)]", Retained: 0
12952
12953 Name: "PathFogGenNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12954   Name: "genMode", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12955
12956 Name: "CoverFillPathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12957   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12958   Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12959
12960 Name: "CoverStrokePathNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12961   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12962   Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12963
12964 Name: "CoverFillPathInstancedNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12965   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12966   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12967   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
12968   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12969   Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12970   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12971   Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0
12972
12973 Name: "CoverStrokePathInstancedNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
12974   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12975   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12976   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
12977   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12978   Name: "coverMode", Type: "PathCoverMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12979   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12980   Name: "transformValues", Type: "Float32", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,transformType)]", Retained: 0
12981
12982 Name: "GetPathParameterivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12983   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12984   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12985   Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
12986
12987 Name: "GetPathParameterfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12988   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12989   Name: "pname", Type: "PathParameter", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12990   Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[4]", Retained: 0
12991
12992 Name: "GetPathCommandsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12993   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12994   Name: "commands", Type: "PathCommand", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0
12995
12996 Name: "GetPathCoordsNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
12997   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
12998   Name: "coords", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0
12999
13000 Name: "GetPathDashArrayNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13001   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13002   Name: "dashArray", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(path)]", Retained: 0
13003
13004 Name: "GetPathMetricsNV", ParamNames: 7, Params: 7, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13005   Name: "metricQueryMask", Type: "PathMetricMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13006   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13007   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13008   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
13009   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13010   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13011   Name: "metrics", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(metricQueryMask,numPaths,stride)]", Retained: 0
13012
13013 Name: "GetPathMetricRangeNV", ParamNames: 5, Params: 5, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13014   Name: "metricQueryMask", Type: "PathMetricMask", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13015   Name: "firstPathName", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13016   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13017   Name: "stride", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13018   Name: "metrics", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(metricQueryMask,numPaths,stride)]", Retained: 0
13019
13020 Name: "GetPathSpacingNV", ParamNames: 9, Params: 9, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13021   Name: "pathListMode", Type: "PathListMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13022   Name: "numPaths", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13023   Name: "pathNameType", Type: "PathElementType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13024   Name: "paths", Type: "PathElement", Direction: "in", Semantic: "array", ArraySize: "[COMPSIZE(numPaths,pathNameType,paths)]", Retained: 0
13025   Name: "pathBase", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13026   Name: "advanceScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13027   Name: "kerningScale", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13028   Name: "transformType", Type: "PathTransformType", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13029   Name: "returnedSpacing", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pathListMode,numPaths)]", Retained: 0
13030
13031 Name: "GetPathColorGenivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13032   Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13033   Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13034   Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
13035
13036 Name: "GetPathColorGenfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13037   Name: "color", Type: "PathColor", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13038   Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13039   Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
13040
13041 Name: "GetPathTexGenivNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13042   Name: "texCoordSet", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13043   Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13044   Name: "value", Type: "Int32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
13045
13046 Name: "GetPathTexGenfvNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13047   Name: "texCoordSet", Type: "TextureUnit", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13048   Name: "pname", Type: "PathGenMode", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13049   Name: "value", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[COMPSIZE(pname)]", Retained: 0
13050
13051 Name: "IsPointInFillPathNV", ParamNames: 4, Params: 4, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13052   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13053   Name: "mask", Type: "MaskedStencilValue", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13054   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13055   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13056
13057 Name: "IsPointInStrokePathNV", ParamNames: 3, Params: 3, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13058   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13059   Name: "x", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13060   Name: "y", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13061
13062 Name: "GetPathLengthNV", ParamNames: 3, Params: 3, Return: "Float32", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13063   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13064   Name: "startSegment", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13065   Name: "numSegments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13066
13067 Name: "PointAlongPathNV", ParamNames: 8, Params: 8, Return: "Boolean", Category: "NV_path_rendering", Version: "1.1", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13068   Name: "path", Type: "Path", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13069   Name: "startSegment", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13070   Name: "numSegments", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13071   Name: "distance", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13072   Name: "x", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
13073   Name: "y", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
13074   Name: "tangentX", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
13075   Name: "tangentY", Type: "Float32", Direction: "out", Semantic: "array", ArraySize: "[1]", Retained: 0
13076
13077 Name: "StencilOpValueAMD", ParamNames: 2, Params: 2, Return: "void", Category: "AMD_stencil_operation_extended", Version: "1.2", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13078   Name: "face", Type: "StencilFaceDirection", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13079   Name: "value", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13080
13081 Name: "GetTextureHandleNV", ParamNames: 1, Params: 1, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13082   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13083
13084 Name: "GetTextureSamplerHandleNV", ParamNames: 2, Params: 2, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13085   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13086   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13087
13088 Name: "MakeTextureHandleResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13089   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13090
13091 Name: "MakeTextureHandleNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13092   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13093
13094 Name: "GetImageHandleNV", ParamNames: 5, Params: 5, Return: "UInt64", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 1
13095   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13096   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13097   Name: "layered", Type: "Boolean", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13098   Name: "layer", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13099   Name: "format", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13100
13101 Name: "MakeImageHandleResidentNV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13102   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13103   Name: "access", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13104
13105 Name: "MakeImageHandleNonResidentNV", ParamNames: 1, Params: 1, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13106   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13107
13108 Name: "UniformHandleui64NV", ParamNames: 2, Params: 2, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13109   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13110   Name: "value", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13111
13112 Name: "UniformHandleui64vNV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13113   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13114   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13115   Name: "value", Type: "UInt64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
13116
13117 Name: "ProgramUniformHandleui64NV", ParamNames: 3, Params: 3, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13118   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13119   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13120   Name: "value", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13121
13122 Name: "ProgramUniformHandleui64vNV", ParamNames: 4, Params: 4, Return: "void", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13123   Name: "program", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13124   Name: "location", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13125   Name: "count", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13126   Name: "values", Type: "UInt64", Direction: "in", Semantic: "array", ArraySize: "[count]", Retained: 0
13127
13128 Name: "IsTextureHandleResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13129   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13130
13131 Name: "IsImageHandleResidentNV", ParamNames: 1, Params: 1, Return: "Boolean", Category: "NV_bindless_texture", Version: "4.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13132   Name: "handle", Type: "UInt64", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13133
13134 Name: "BeginConditionalRenderNVX", ParamNames: 1, Params: 1, Return: "void", Category: "NVX_conditional_render", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13135   Name: "id", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13136
13137 Name: "EndConditionalRenderNVX", ParamNames: 0, Params: 0, Return: "void", Category: "NVX_conditional_render", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13138 Name: "TexStorageSparseAMD", ParamNames: 7, Params: 7, Return: "void", Category: "AMD_sparse_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13139   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13140   Name: "internalFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13141   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13142   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13143   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13144   Name: "layers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13145   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13146
13147 Name: "TextureStorageSparseAMD", ParamNames: 8, Params: 8, Return: "void", Category: "AMD_sparse_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13148   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13149   Name: "target", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13150   Name: "internalFormat", Type: "GLenum", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13151   Name: "width", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13152   Name: "height", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13153   Name: "depth", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13154   Name: "layers", Type: "SizeI", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13155   Name: "flags", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13156
13157 Name: "SyncTextureINTEL", ParamNames: 1, Params: 1, Return: "void", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13158   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13159
13160 Name: "UnmapTexture2DINTEL", ParamNames: 2, Params: 2, Return: "void", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13161   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13162   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13163
13164 Name: "MapTexture2DINTEL", ParamNames: 5, Params: 5, Return: "VoidPointer", Category: "INTEL_map_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13165   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13166   Name: "level", Type: "Int32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13167   Name: "access", Type: "GLbitfield", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13168   Name: "stride", Type: "Int32", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
13169   Name: "layout", Type: "GLenum", Direction: "in", Semantic: "array", ArraySize: "[1]", Retained: 0
13170
13171 Name: "DrawTextureNV", ParamNames: 11, Params: 11, Return: "void", Category: "NV_draw_texture", Version: "4.3", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13172   Name: "texture", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13173   Name: "sampler", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13174   Name: "x0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13175   Name: "y0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13176   Name: "x1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13177   Name: "y1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13178   Name: "z", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13179   Name: "s0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13180   Name: "t0", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13181   Name: "s1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13182   Name: "t1", Type: "Float32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13183
13184 Name: "InternalTraceCommandRAD", ParamNames: 3, Params: 3, Return: "void", Category: "RAD_debugger", Version: "1.0", Profile: "", Deprecated: "", Lib: "gl" notlistable: 0
13185   Name: "cmd", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13186   Name: "size", Type: "UInt32", Direction: "in", Semantic: "value", ArraySize: "", Retained: 0
13187   Name: "data", Type: "UInt8", Direction: "in", Semantic: "array", ArraySize: "[size]", Retained: 0
13188
13189 Categories:
13190 "3DFX_tbuffer"
13191 "AMD_debug_output"
13192 "AMD_draw_buffers_blend"
13193 "AMD_multi_draw_indirect"
13194 "AMD_name_gen_delete"
13195 "AMD_performance_monitor"
13196 "AMD_sample_positions"
13197 "AMD_sparse_texture"
13198 "AMD_stencil_operation_extended"
13199 "AMD_vertex_shader_tessellator"
13200 "APPLE_element_array"
13201 "APPLE_fence"
13202 "APPLE_flush_buffer_range"
13203 "APPLE_object_purgeable"
13204 "APPLE_texture_range"
13205 "APPLE_vertex_array_object"
13206 "APPLE_vertex_array_range"
13207 "APPLE_vertex_program_evaluators"
13208 "ARB_ES2_compatibility"
13209 "ARB_base_instance"
13210 "ARB_blend_func_extended"
13211 "ARB_cl_event"
13212 "ARB_clear_buffer_object"
13213 "ARB_color_buffer_float"
13214 "ARB_compute_shader"
13215 "ARB_copy_buffer"
13216 "ARB_copy_image"
13217 "ARB_debug_output"
13218 "ARB_draw_buffers"
13219 "ARB_draw_buffers_blend"
13220 "ARB_draw_elements_base_vertex"
13221 "ARB_draw_indirect"
13222 "ARB_draw_instanced"
13223 "ARB_framebuffer_no_attachments"
13224 "ARB_framebuffer_object"
13225 "ARB_geometry_shader4"
13226 "ARB_get_program_binary"
13227 "ARB_gpu_shader_fp64"
13228 "ARB_instanced_arrays"
13229 "ARB_internalformat_query"
13230 "ARB_internalformat_query2"
13231 "ARB_invalidate_subdata"
13232 "ARB_map_buffer_range"
13233 "ARB_matrix_palette"
13234 "ARB_multi_draw_indirect"
13235 "ARB_multisample"
13236 "ARB_multitexture"
13237 "ARB_occlusion_query"
13238 "ARB_point_parameters"
13239 "ARB_program_interface_query"
13240 "ARB_provoking_vertex"
13241 "ARB_robustness"
13242 "ARB_sample_shading"
13243 "ARB_sampler_objects"
13244 "ARB_separate_shader_objects"
13245 "ARB_shader_atomic_counters"
13246 "ARB_shader_image_load_store"
13247 "ARB_shader_objects"
13248 "ARB_shader_storage_buffer_object"
13249 "ARB_shader_subroutine"
13250 "ARB_shading_language_include"
13251 "ARB_sync"
13252 "ARB_tessellation_shader"
13253 "ARB_texture_buffer_object"
13254 "ARB_texture_buffer_range"
13255 "ARB_texture_compression"
13256 "ARB_texture_multisample"
13257 "ARB_texture_storage"
13258 "ARB_texture_storage_multisample"
13259 "ARB_texture_view"
13260 "ARB_timer_query"
13261 "ARB_transform_feedback2"
13262 "ARB_transform_feedback3"
13263 "ARB_transform_feedback_instanced"
13264 "ARB_transpose_matrix"
13265 "ARB_uniform_buffer_object"
13266 "ARB_vertex_array_object"
13267 "ARB_vertex_attrib_64bit"
13268 "ARB_vertex_attrib_binding"
13269 "ARB_vertex_blend"
13270 "ARB_vertex_buffer_object"
13271 "ARB_vertex_program"
13272 "ARB_vertex_shader"
13273 "ARB_vertex_type_2_10_10_10_rev"
13274 "ARB_viewport_array"
13275 "ARB_window_pos"
13276 "ATI_draw_buffers"
13277 "ATI_element_array"
13278 "ATI_envmap_bumpmap"
13279 "ATI_fragment_shader"
13280 "ATI_map_object_buffer"
13281 "ATI_pn_triangles"
13282 "ATI_separate_stencil"
13283 "ATI_vertex_array_object"
13284 "ATI_vertex_attrib_array_object"
13285 "ATI_vertex_streams"
13286 "EXT_bindable_uniform"
13287 "EXT_blend_color"
13288 "EXT_blend_equation_separate"
13289 "EXT_blend_func_separate"
13290 "EXT_blend_minmax"
13291 "EXT_color_subtable"
13292 "EXT_compiled_vertex_array"
13293 "EXT_convolution"
13294 "EXT_coordinate_frame"
13295 "EXT_copy_texture"
13296 "EXT_cull_vertex"
13297 "EXT_depth_bounds_test"
13298 "EXT_direct_state_access"
13299 "EXT_draw_buffers2"
13300 "EXT_draw_instanced"
13301 "EXT_draw_range_elements"
13302 "EXT_fog_coord"
13303 "EXT_framebuffer_blit"
13304 "EXT_framebuffer_multisample"
13305 "EXT_framebuffer_object"
13306 "EXT_geometry_shader4"
13307 "EXT_gpu_program_parameters"
13308 "EXT_gpu_shader4"
13309 "EXT_histogram"
13310 "EXT_index_func"
13311 "EXT_index_material"
13312 "EXT_light_texture"
13313 "EXT_multi_draw_arrays"
13314 "EXT_multisample"
13315 "EXT_paletted_texture"
13316 "EXT_pixel_transform"
13317 "EXT_point_parameters"
13318 "EXT_polygon_offset"
13319 "EXT_provoking_vertex"
13320 "EXT_secondary_color"
13321 "EXT_separate_shader_objects"
13322 "EXT_shader_image_load_store"
13323 "EXT_stencil_clear_tag"
13324 "EXT_stencil_two_side"
13325 "EXT_subtexture"
13326 "EXT_texture3D"
13327 "EXT_texture_buffer_object"
13328 "EXT_texture_integer"
13329 "EXT_texture_object"
13330 "EXT_texture_perturb_normal"
13331 "EXT_timer_query"
13332 "EXT_transform_feedback"
13333 "EXT_vertex_array"
13334 "EXT_vertex_attrib_64bit"
13335 "EXT_vertex_shader"
13336 "EXT_vertex_weighting"
13337 "EXT_x11_sync_object"
13338 "GREMEDY_frame_terminator"
13339 "GREMEDY_string_marker"
13340 "HP_image_transform"
13341 "IBM_multimode_draw_arrays"
13342 "IBM_static_data"
13343 "IBM_vertex_array_lists"
13344 "INGR_blend_func_separate"
13345 "INTEL_map_texture"
13346 "INTEL_parallel_arrays"
13347 "KHR_debug"
13348 "MESA_resize_buffers"
13349 "MESA_window_pos"
13350 "NVX_conditional_render"
13351 "NV_bindless_texture"
13352 "NV_conditional_render"
13353 "NV_depth_buffer_float"
13354 "NV_draw_texture"
13355 "NV_evaluators"
13356 "NV_explicit_multisample"
13357 "NV_fence"
13358 "NV_fragment_program"
13359 "NV_framebuffer_multisample_coverage"
13360 "NV_geometry_program4"
13361 "NV_gpu_program4"
13362 "NV_gpu_program5"
13363 "NV_gpu_shader5"
13364 "NV_half_float"
13365 "NV_occlusion_query"
13366 "NV_parameter_buffer_object"
13367 "NV_path_rendering"
13368 "NV_pixel_data_range"
13369 "NV_point_sprite"
13370 "NV_present_video"
13371 "NV_primitive_restart"
13372 "NV_register_combiners"
13373 "NV_register_combiners2"
13374 "NV_shader_buffer_load"
13375 "NV_texture_barrier"
13376 "NV_texture_multisample"
13377 "NV_transform_feedback"
13378 "NV_transform_feedback2"
13379 "NV_vdpau_interop"
13380 "NV_vertex_array_range"
13381 "NV_vertex_attrib_integer_64bit"
13382 "NV_vertex_buffer_unified_memory"
13383 "NV_vertex_program"
13384 "NV_vertex_program4"
13385 "NV_video_capture"
13386 "OES_byte_coordinates"
13387 "OES_fixed_point"
13388 "OES_query_matrix"
13389 "OES_single_precision"
13390 "PGI_misc_hints"
13391 "RAD_debugger"
13392 "SGIS_detail_texture"
13393 "SGIS_fog_function"
13394 "SGIS_multisample"
13395 "SGIS_pixel_texture"
13396 "SGIS_point_parameters"
13397 "SGIS_sharpen_texture"
13398 "SGIS_texture4D"
13399 "SGIS_texture_color_mask"
13400 "SGIS_texture_filter4"
13401 "SGIX_async"
13402 "SGIX_flush_raster"
13403 "SGIX_fragment_lighting"
13404 "SGIX_framezoom"
13405 "SGIX_igloo_interface"
13406 "SGIX_instruments"
13407 "SGIX_list_priority"
13408 "SGIX_pixel_texture"
13409 "SGIX_polynomial_ffd"
13410 "SGIX_reference_plane"
13411 "SGIX_sprite"
13412 "SGIX_tag_sample_buffer"
13413 "SGI_color_table"
13414 "SUNX_constant_data"
13415 "SUN_global_alpha"
13416 "SUN_mesh_array"
13417 "SUN_triangle_list"
13418 "SUN_vertex"
13419 "VERSION_1_0"
13420 "VERSION_1_1"
13421 "VERSION_1_2"
13422 "VERSION_1_3"
13423 "VERSION_1_4"
13424 "VERSION_1_5"
13425 "VERSION_2_0"
13426 "VERSION_2_1"
13427 "VERSION_3_0"
13428 "VERSION_3_1"
13429 "VERSION_3_2"
13430 "VERSION_3_3"
13431 "VERSION_4_0"
13432 "VERSION_4_4"