Line 0
Link Here
|
|
|
1 |
--- c_src/esdl_glext.c.orig Fri Mar 14 18:29:43 2003 |
2 |
+++ c_src/esdl_glext.c Fri May 9 08:13:18 2003 |
3 |
@@ -1987,7 +1987,7 @@ |
4 |
|
5 |
} |
6 |
|
7 |
-typedef void (APIENTRY * PFNGLBLENDFUNCSEPARATEPROC)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); |
8 |
+//typedef void (APIENTRY * PFNGLBLENDFUNCSEPARATEPROC)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); |
9 |
PFNGLBLENDFUNCSEPARATEPROC esdl_glBlendFuncSeparate = NULL; |
10 |
void egl_blendFuncSeparate(sdl_data *, int, char *); |
11 |
sdl_fun esdl_load_glBlendFuncSeparate() |
12 |
@@ -2014,7 +2014,7 @@ |
13 |
|
14 |
} |
15 |
|
16 |
-typedef void (APIENTRY * PFNGLFOGCOORDFPROC)(GLfloat coord); |
17 |
+//typedef void (APIENTRY * PFNGLFOGCOORDFPROC)(GLfloat coord); |
18 |
PFNGLFOGCOORDFPROC esdl_glFogCoordf = NULL; |
19 |
void egl_fogCoordf(sdl_data *, int, char *); |
20 |
sdl_fun esdl_load_glFogCoordf() |
21 |
@@ -2035,7 +2035,7 @@ |
22 |
|
23 |
} |
24 |
|
25 |
-typedef void (APIENTRY * PFNGLFOGCOORDFVPROC)( const GLfloat * coord); |
26 |
+//typedef void (APIENTRY * PFNGLFOGCOORDFVPROC)( const GLfloat * coord); |
27 |
PFNGLFOGCOORDFVPROC esdl_glFogCoordfv = NULL; |
28 |
void egl_fogCoordfv(sdl_data *, int, char *); |
29 |
sdl_fun esdl_load_glFogCoordfv() |
30 |
@@ -2056,7 +2056,7 @@ |
31 |
|
32 |
} |
33 |
|
34 |
-typedef void (APIENTRY * PFNGLFOGCOORDDPROC)(GLdouble coord); |
35 |
+//typedef void (APIENTRY * PFNGLFOGCOORDDPROC)(GLdouble coord); |
36 |
PFNGLFOGCOORDDPROC esdl_glFogCoordd = NULL; |
37 |
void egl_fogCoordd(sdl_data *, int, char *); |
38 |
sdl_fun esdl_load_glFogCoordd() |
39 |
@@ -2077,7 +2077,7 @@ |
40 |
|
41 |
} |
42 |
|
43 |
-typedef void (APIENTRY * PFNGLFOGCOORDDVPROC)( const GLdouble * coord); |
44 |
+//typedef void (APIENTRY * PFNGLFOGCOORDDVPROC)( const GLdouble * coord); |
45 |
PFNGLFOGCOORDDVPROC esdl_glFogCoorddv = NULL; |
46 |
void egl_fogCoorddv(sdl_data *, int, char *); |
47 |
sdl_fun esdl_load_glFogCoorddv() |
48 |
@@ -2098,7 +2098,7 @@ |
49 |
|
50 |
} |
51 |
|
52 |
-typedef void (APIENTRY * PFNGLFOGCOORDPOINTERPROC)(GLenum type, GLsizei stride, const GLvoid * pointer); |
53 |
+//typedef void (APIENTRY * PFNGLFOGCOORDPOINTERPROC)(GLenum type, GLsizei stride, const GLvoid * pointer); |
54 |
PFNGLFOGCOORDPOINTERPROC esdl_glFogCoordPointer = NULL; |
55 |
void egl_fogCoordPointer(sdl_data *, int, char *); |
56 |
sdl_fun esdl_load_glFogCoordPointer() |
57 |
@@ -2130,7 +2130,7 @@ |
58 |
|
59 |
} |
60 |
|
61 |
-typedef void (APIENTRY * PFNGLMULTIDRAWARRAYSPROC)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); |
62 |
+//typedef void (APIENTRY * PFNGLMULTIDRAWARRAYSPROC)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); |
63 |
PFNGLMULTIDRAWARRAYSPROC esdl_glMultiDrawArrays = NULL; |
64 |
void egl_multiDrawArrays(sdl_data *, int, char *); |
65 |
sdl_fun esdl_load_glMultiDrawArrays() |
66 |
@@ -2159,7 +2159,7 @@ |
67 |
|
68 |
} |
69 |
|
70 |
-typedef void (APIENTRY * PFNGLPOINTPARAMETERFPROC)(GLenum pname, GLfloat param); |
71 |
+//typedef void (APIENTRY * PFNGLPOINTPARAMETERFPROC)(GLenum pname, GLfloat param); |
72 |
PFNGLPOINTPARAMETERFPROC esdl_glPointParameterf = NULL; |
73 |
void egl_pointParameterf(sdl_data *, int, char *); |
74 |
sdl_fun esdl_load_glPointParameterf() |
75 |
@@ -2182,7 +2182,7 @@ |
76 |
|
77 |
} |
78 |
|
79 |
-typedef void (APIENTRY * PFNGLPOINTPARAMETERFVPROC)(GLenum pname, const GLfloat * params); |
80 |
+//typedef void (APIENTRY * PFNGLPOINTPARAMETERFVPROC)(GLenum pname, const GLfloat * params); |
81 |
PFNGLPOINTPARAMETERFVPROC esdl_glPointParameterfv = NULL; |
82 |
void egl_pointParameterfv(sdl_data *, int, char *); |
83 |
sdl_fun esdl_load_glPointParameterfv() |
84 |
@@ -2205,7 +2205,7 @@ |
85 |
|
86 |
} |
87 |
|
88 |
-typedef void (APIENTRY * PFNGLPOINTPARAMETERIPROC)(GLenum pname, GLint param); |
89 |
+//typedef void (APIENTRY * PFNGLPOINTPARAMETERIPROC)(GLenum pname, GLint param); |
90 |
PFNGLPOINTPARAMETERIPROC esdl_glPointParameteri = NULL; |
91 |
void egl_pointParameteri(sdl_data *, int, char *); |
92 |
sdl_fun esdl_load_glPointParameteri() |
93 |
@@ -2228,7 +2228,7 @@ |
94 |
|
95 |
} |
96 |
|
97 |
-typedef void (APIENTRY * PFNGLPOINTPARAMETERIVPROC)(GLenum pname, const GLint * params); |
98 |
+//typedef void (APIENTRY * PFNGLPOINTPARAMETERIVPROC)(GLenum pname, const GLint * params); |
99 |
PFNGLPOINTPARAMETERIVPROC esdl_glPointParameteriv = NULL; |
100 |
void egl_pointParameteriv(sdl_data *, int, char *); |
101 |
sdl_fun esdl_load_glPointParameteriv() |
102 |
@@ -2251,7 +2251,7 @@ |
103 |
|
104 |
} |
105 |
|
106 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3BVPROC)( const GLbyte * v); |
107 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3BVPROC)( const GLbyte * v); |
108 |
PFNGLSECONDARYCOLOR3BVPROC esdl_glSecondaryColor3bv = NULL; |
109 |
void egl_secondaryColor3bv(sdl_data *, int, char *); |
110 |
sdl_fun esdl_load_glSecondaryColor3bv() |
111 |
@@ -2272,7 +2272,7 @@ |
112 |
|
113 |
} |
114 |
|
115 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3DVPROC)( const GLdouble * v); |
116 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3DVPROC)( const GLdouble * v); |
117 |
PFNGLSECONDARYCOLOR3DVPROC esdl_glSecondaryColor3dv = NULL; |
118 |
void egl_secondaryColor3dv(sdl_data *, int, char *); |
119 |
sdl_fun esdl_load_glSecondaryColor3dv() |
120 |
@@ -2293,7 +2293,7 @@ |
121 |
|
122 |
} |
123 |
|
124 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3FVPROC)( const GLfloat * v); |
125 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3FVPROC)( const GLfloat * v); |
126 |
PFNGLSECONDARYCOLOR3FVPROC esdl_glSecondaryColor3fv = NULL; |
127 |
void egl_secondaryColor3fv(sdl_data *, int, char *); |
128 |
sdl_fun esdl_load_glSecondaryColor3fv() |
129 |
@@ -2314,7 +2314,7 @@ |
130 |
|
131 |
} |
132 |
|
133 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3IVPROC)( const GLint * v); |
134 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3IVPROC)( const GLint * v); |
135 |
PFNGLSECONDARYCOLOR3IVPROC esdl_glSecondaryColor3iv = NULL; |
136 |
void egl_secondaryColor3iv(sdl_data *, int, char *); |
137 |
sdl_fun esdl_load_glSecondaryColor3iv() |
138 |
@@ -2335,7 +2335,7 @@ |
139 |
|
140 |
} |
141 |
|
142 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3SVPROC)( const GLshort * v); |
143 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3SVPROC)( const GLshort * v); |
144 |
PFNGLSECONDARYCOLOR3SVPROC esdl_glSecondaryColor3sv = NULL; |
145 |
void egl_secondaryColor3sv(sdl_data *, int, char *); |
146 |
sdl_fun esdl_load_glSecondaryColor3sv() |
147 |
@@ -2356,7 +2356,7 @@ |
148 |
|
149 |
} |
150 |
|
151 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3UBVPROC)( const GLubyte * v); |
152 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3UBVPROC)( const GLubyte * v); |
153 |
PFNGLSECONDARYCOLOR3UBVPROC esdl_glSecondaryColor3ubv = NULL; |
154 |
void egl_secondaryColor3ubv(sdl_data *, int, char *); |
155 |
sdl_fun esdl_load_glSecondaryColor3ubv() |
156 |
@@ -2377,7 +2377,7 @@ |
157 |
|
158 |
} |
159 |
|
160 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3UIVPROC)( const GLuint * v); |
161 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3UIVPROC)( const GLuint * v); |
162 |
PFNGLSECONDARYCOLOR3UIVPROC esdl_glSecondaryColor3uiv = NULL; |
163 |
void egl_secondaryColor3uiv(sdl_data *, int, char *); |
164 |
sdl_fun esdl_load_glSecondaryColor3uiv() |
165 |
@@ -2398,7 +2398,7 @@ |
166 |
|
167 |
} |
168 |
|
169 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLOR3USVPROC)( const GLushort * v); |
170 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLOR3USVPROC)( const GLushort * v); |
171 |
PFNGLSECONDARYCOLOR3USVPROC esdl_glSecondaryColor3usv = NULL; |
172 |
void egl_secondaryColor3usv(sdl_data *, int, char *); |
173 |
sdl_fun esdl_load_glSecondaryColor3usv() |
174 |
@@ -2419,7 +2419,7 @@ |
175 |
|
176 |
} |
177 |
|
178 |
-typedef void (APIENTRY * PFNGLSECONDARYCOLORPOINTERPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
179 |
+//typedef void (APIENTRY * PFNGLSECONDARYCOLORPOINTERPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
180 |
PFNGLSECONDARYCOLORPOINTERPROC esdl_glSecondaryColorPointer = NULL; |
181 |
void egl_secondaryColorPointer(sdl_data *, int, char *); |
182 |
sdl_fun esdl_load_glSecondaryColorPointer() |
183 |
@@ -2453,7 +2453,7 @@ |
184 |
|
185 |
} |
186 |
|
187 |
-typedef void (APIENTRY * PFNGLWINDOWPOS2DVPROC)( const GLdouble * v); |
188 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS2DVPROC)( const GLdouble * v); |
189 |
PFNGLWINDOWPOS2DVPROC esdl_glWindowPos2dv = NULL; |
190 |
void egl_windowPos2dv(sdl_data *, int, char *); |
191 |
sdl_fun esdl_load_glWindowPos2dv() |
192 |
@@ -2474,7 +2474,7 @@ |
193 |
|
194 |
} |
195 |
|
196 |
-typedef void (APIENTRY * PFNGLWINDOWPOS2FVPROC)( const GLfloat * v); |
197 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS2FVPROC)( const GLfloat * v); |
198 |
PFNGLWINDOWPOS2FVPROC esdl_glWindowPos2fv = NULL; |
199 |
void egl_windowPos2fv(sdl_data *, int, char *); |
200 |
sdl_fun esdl_load_glWindowPos2fv() |
201 |
@@ -2495,7 +2495,7 @@ |
202 |
|
203 |
} |
204 |
|
205 |
-typedef void (APIENTRY * PFNGLWINDOWPOS2IVPROC)( const GLint * v); |
206 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS2IVPROC)( const GLint * v); |
207 |
PFNGLWINDOWPOS2IVPROC esdl_glWindowPos2iv = NULL; |
208 |
void egl_windowPos2iv(sdl_data *, int, char *); |
209 |
sdl_fun esdl_load_glWindowPos2iv() |
210 |
@@ -2516,7 +2516,7 @@ |
211 |
|
212 |
} |
213 |
|
214 |
-typedef void (APIENTRY * PFNGLWINDOWPOS2SVPROC)( const GLshort * v); |
215 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS2SVPROC)( const GLshort * v); |
216 |
PFNGLWINDOWPOS2SVPROC esdl_glWindowPos2sv = NULL; |
217 |
void egl_windowPos2sv(sdl_data *, int, char *); |
218 |
sdl_fun esdl_load_glWindowPos2sv() |
219 |
@@ -2537,7 +2537,7 @@ |
220 |
|
221 |
} |
222 |
|
223 |
-typedef void (APIENTRY * PFNGLWINDOWPOS3DVPROC)( const GLdouble * v); |
224 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS3DVPROC)( const GLdouble * v); |
225 |
PFNGLWINDOWPOS3DVPROC esdl_glWindowPos3dv = NULL; |
226 |
void egl_windowPos3dv(sdl_data *, int, char *); |
227 |
sdl_fun esdl_load_glWindowPos3dv() |
228 |
@@ -2558,7 +2558,7 @@ |
229 |
|
230 |
} |
231 |
|
232 |
-typedef void (APIENTRY * PFNGLWINDOWPOS3FVPROC)( const GLfloat * v); |
233 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS3FVPROC)( const GLfloat * v); |
234 |
PFNGLWINDOWPOS3FVPROC esdl_glWindowPos3fv = NULL; |
235 |
void egl_windowPos3fv(sdl_data *, int, char *); |
236 |
sdl_fun esdl_load_glWindowPos3fv() |
237 |
@@ -2579,7 +2579,7 @@ |
238 |
|
239 |
} |
240 |
|
241 |
-typedef void (APIENTRY * PFNGLWINDOWPOS3IVPROC)( const GLint * v); |
242 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS3IVPROC)( const GLint * v); |
243 |
PFNGLWINDOWPOS3IVPROC esdl_glWindowPos3iv = NULL; |
244 |
void egl_windowPos3iv(sdl_data *, int, char *); |
245 |
sdl_fun esdl_load_glWindowPos3iv() |
246 |
@@ -2600,7 +2600,7 @@ |
247 |
|
248 |
} |
249 |
|
250 |
-typedef void (APIENTRY * PFNGLWINDOWPOS3SVPROC)( const GLshort * v); |
251 |
+//typedef void (APIENTRY * PFNGLWINDOWPOS3SVPROC)( const GLshort * v); |
252 |
PFNGLWINDOWPOS3SVPROC esdl_glWindowPos3sv = NULL; |
253 |
void egl_windowPos3sv(sdl_data *, int, char *); |
254 |
sdl_fun esdl_load_glWindowPos3sv() |
255 |
@@ -2621,7 +2621,7 @@ |
256 |
|
257 |
} |
258 |
|
259 |
-typedef void (APIENTRY * PFNGLWEIGHTBVARBPROC)(GLint size, const GLbyte * weights); |
260 |
+//typedef void (APIENTRY * PFNGLWEIGHTBVARBPROC)(GLint size, const GLbyte * weights); |
261 |
PFNGLWEIGHTBVARBPROC esdl_glWeightbvARB = NULL; |
262 |
void egl_weightbvARB(sdl_data *, int, char *); |
263 |
sdl_fun esdl_load_glWeightbvARB() |
264 |
@@ -2645,7 +2645,7 @@ |
265 |
|
266 |
} |
267 |
|
268 |
-typedef void (APIENTRY * PFNGLWEIGHTSVARBPROC)(GLint size, const GLshort * weights); |
269 |
+//typedef void (APIENTRY * PFNGLWEIGHTSVARBPROC)(GLint size, const GLshort * weights); |
270 |
PFNGLWEIGHTSVARBPROC esdl_glWeightsvARB = NULL; |
271 |
void egl_weightsvARB(sdl_data *, int, char *); |
272 |
sdl_fun esdl_load_glWeightsvARB() |
273 |
@@ -2669,7 +2669,7 @@ |
274 |
|
275 |
} |
276 |
|
277 |
-typedef void (APIENTRY * PFNGLWEIGHTIVARBPROC)(GLint size, const GLint * weights); |
278 |
+//typedef void (APIENTRY * PFNGLWEIGHTIVARBPROC)(GLint size, const GLint * weights); |
279 |
PFNGLWEIGHTIVARBPROC esdl_glWeightivARB = NULL; |
280 |
void egl_weightivARB(sdl_data *, int, char *); |
281 |
sdl_fun esdl_load_glWeightivARB() |
282 |
@@ -2693,7 +2693,7 @@ |
283 |
|
284 |
} |
285 |
|
286 |
-typedef void (APIENTRY * PFNGLWEIGHTFVARBPROC)(GLint size, const GLfloat * weights); |
287 |
+//typedef void (APIENTRY * PFNGLWEIGHTFVARBPROC)(GLint size, const GLfloat * weights); |
288 |
PFNGLWEIGHTFVARBPROC esdl_glWeightfvARB = NULL; |
289 |
void egl_weightfvARB(sdl_data *, int, char *); |
290 |
sdl_fun esdl_load_glWeightfvARB() |
291 |
@@ -2717,7 +2717,7 @@ |
292 |
|
293 |
} |
294 |
|
295 |
-typedef void (APIENTRY * PFNGLWEIGHTDVARBPROC)(GLint size, const GLdouble * weights); |
296 |
+//typedef void (APIENTRY * PFNGLWEIGHTDVARBPROC)(GLint size, const GLdouble * weights); |
297 |
PFNGLWEIGHTDVARBPROC esdl_glWeightdvARB = NULL; |
298 |
void egl_weightdvARB(sdl_data *, int, char *); |
299 |
sdl_fun esdl_load_glWeightdvARB() |
300 |
@@ -2744,7 +2744,7 @@ |
301 |
|
302 |
} |
303 |
|
304 |
-typedef void (APIENTRY * PFNGLWEIGHTUBVARBPROC)(GLint size, const GLubyte * weights); |
305 |
+//typedef void (APIENTRY * PFNGLWEIGHTUBVARBPROC)(GLint size, const GLubyte * weights); |
306 |
PFNGLWEIGHTUBVARBPROC esdl_glWeightubvARB = NULL; |
307 |
void egl_weightubvARB(sdl_data *, int, char *); |
308 |
sdl_fun esdl_load_glWeightubvARB() |
309 |
@@ -2768,7 +2768,7 @@ |
310 |
|
311 |
} |
312 |
|
313 |
-typedef void (APIENTRY * PFNGLWEIGHTUSVARBPROC)(GLint size, const GLushort * weights); |
314 |
+//typedef void (APIENTRY * PFNGLWEIGHTUSVARBPROC)(GLint size, const GLushort * weights); |
315 |
PFNGLWEIGHTUSVARBPROC esdl_glWeightusvARB = NULL; |
316 |
void egl_weightusvARB(sdl_data *, int, char *); |
317 |
sdl_fun esdl_load_glWeightusvARB() |
318 |
@@ -2792,7 +2792,7 @@ |
319 |
|
320 |
} |
321 |
|
322 |
-typedef void (APIENTRY * PFNGLWEIGHTUIVARBPROC)(GLint size, const GLuint * weights); |
323 |
+//typedef void (APIENTRY * PFNGLWEIGHTUIVARBPROC)(GLint size, const GLuint * weights); |
324 |
PFNGLWEIGHTUIVARBPROC esdl_glWeightuivARB = NULL; |
325 |
void egl_weightuivARB(sdl_data *, int, char *); |
326 |
sdl_fun esdl_load_glWeightuivARB() |
327 |
@@ -2816,7 +2816,7 @@ |
328 |
|
329 |
} |
330 |
|
331 |
-typedef void (APIENTRY * PFNGLWEIGHTPOINTERARBPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
332 |
+//typedef void (APIENTRY * PFNGLWEIGHTPOINTERARBPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
333 |
PFNGLWEIGHTPOINTERARBPROC esdl_glWeightPointerARB = NULL; |
334 |
void egl_weightPointerARB(sdl_data *, int, char *); |
335 |
sdl_fun esdl_load_glWeightPointerARB() |
336 |
@@ -2850,7 +2850,7 @@ |
337 |
|
338 |
} |
339 |
|
340 |
-typedef void (APIENTRY * PFNGLVERTEXBLENDARBPROC)(GLint count); |
341 |
+//typedef void (APIENTRY * PFNGLVERTEXBLENDARBPROC)(GLint count); |
342 |
PFNGLVERTEXBLENDARBPROC esdl_glVertexBlendARB = NULL; |
343 |
void egl_vertexBlendARB(sdl_data *, int, char *); |
344 |
sdl_fun esdl_load_glVertexBlendARB() |
345 |
@@ -2871,7 +2871,7 @@ |
346 |
|
347 |
} |
348 |
|
349 |
-typedef void (APIENTRY * PFNGLCURRENTPALETTEMATRIXARBPROC)(GLint index); |
350 |
+//typedef void (APIENTRY * PFNGLCURRENTPALETTEMATRIXARBPROC)(GLint index); |
351 |
PFNGLCURRENTPALETTEMATRIXARBPROC esdl_glCurrentPaletteMatrixARB = NULL; |
352 |
void egl_currentPaletteMatrixARB(sdl_data *, int, char *); |
353 |
sdl_fun esdl_load_glCurrentPaletteMatrixARB() |
354 |
@@ -2892,7 +2892,7 @@ |
355 |
|
356 |
} |
357 |
|
358 |
-typedef void (APIENTRY * PFNGLMATRIXINDEXUBVARBPROC)(GLint size, const GLubyte * indices); |
359 |
+//typedef void (APIENTRY * PFNGLMATRIXINDEXUBVARBPROC)(GLint size, const GLubyte * indices); |
360 |
PFNGLMATRIXINDEXUBVARBPROC esdl_glMatrixIndexubvARB = NULL; |
361 |
void egl_matrixIndexubvARB(sdl_data *, int, char *); |
362 |
sdl_fun esdl_load_glMatrixIndexubvARB() |
363 |
@@ -2916,7 +2916,7 @@ |
364 |
|
365 |
} |
366 |
|
367 |
-typedef void (APIENTRY * PFNGLMATRIXINDEXUSVARBPROC)(GLint size, const GLushort * indices); |
368 |
+//typedef void (APIENTRY * PFNGLMATRIXINDEXUSVARBPROC)(GLint size, const GLushort * indices); |
369 |
PFNGLMATRIXINDEXUSVARBPROC esdl_glMatrixIndexusvARB = NULL; |
370 |
void egl_matrixIndexusvARB(sdl_data *, int, char *); |
371 |
sdl_fun esdl_load_glMatrixIndexusvARB() |
372 |
@@ -2940,7 +2940,7 @@ |
373 |
|
374 |
} |
375 |
|
376 |
-typedef void (APIENTRY * PFNGLMATRIXINDEXUIVARBPROC)(GLint size, const GLuint * indices); |
377 |
+//typedef void (APIENTRY * PFNGLMATRIXINDEXUIVARBPROC)(GLint size, const GLuint * indices); |
378 |
PFNGLMATRIXINDEXUIVARBPROC esdl_glMatrixIndexuivARB = NULL; |
379 |
void egl_matrixIndexuivARB(sdl_data *, int, char *); |
380 |
sdl_fun esdl_load_glMatrixIndexuivARB() |
381 |
@@ -2964,7 +2964,7 @@ |
382 |
|
383 |
} |
384 |
|
385 |
-typedef void (APIENTRY * PFNGLMATRIXINDEXPOINTERARBPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
386 |
+//typedef void (APIENTRY * PFNGLMATRIXINDEXPOINTERARBPROC)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); |
387 |
PFNGLMATRIXINDEXPOINTERARBPROC esdl_glMatrixIndexPointerARB = NULL; |
388 |
void egl_matrixIndexPointerARB(sdl_data *, int, char *); |
389 |
sdl_fun esdl_load_glMatrixIndexPointerARB() |
390 |
@@ -2998,7 +2998,7 @@ |
391 |
|
392 |
} |
393 |
|
394 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB1DVARBPROC)(GLuint index, const GLdouble * v); |
395 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB1DVARBPROC)(GLuint index, const GLdouble * v); |
396 |
PFNGLVERTEXATTRIB1DVARBPROC esdl_glVertexAttrib1dvARB = NULL; |
397 |
void egl_vertexAttrib1dvARB(sdl_data *, int, char *); |
398 |
sdl_fun esdl_load_glVertexAttrib1dvARB() |
399 |
@@ -3021,7 +3021,7 @@ |
400 |
|
401 |
} |
402 |
|
403 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB1FVARBPROC)(GLuint index, const GLfloat * v); |
404 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB1FVARBPROC)(GLuint index, const GLfloat * v); |
405 |
PFNGLVERTEXATTRIB1FVARBPROC esdl_glVertexAttrib1fvARB = NULL; |
406 |
void egl_vertexAttrib1fvARB(sdl_data *, int, char *); |
407 |
sdl_fun esdl_load_glVertexAttrib1fvARB() |
408 |
@@ -3044,7 +3044,7 @@ |
409 |
|
410 |
} |
411 |
|
412 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB1SVARBPROC)(GLuint index, const GLshort * v); |
413 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB1SVARBPROC)(GLuint index, const GLshort * v); |
414 |
PFNGLVERTEXATTRIB1SVARBPROC esdl_glVertexAttrib1svARB = NULL; |
415 |
void egl_vertexAttrib1svARB(sdl_data *, int, char *); |
416 |
sdl_fun esdl_load_glVertexAttrib1svARB() |
417 |
@@ -3067,7 +3067,7 @@ |
418 |
|
419 |
} |
420 |
|
421 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB2DVARBPROC)(GLuint index, const GLdouble * v); |
422 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB2DVARBPROC)(GLuint index, const GLdouble * v); |
423 |
PFNGLVERTEXATTRIB2DVARBPROC esdl_glVertexAttrib2dvARB = NULL; |
424 |
void egl_vertexAttrib2dvARB(sdl_data *, int, char *); |
425 |
sdl_fun esdl_load_glVertexAttrib2dvARB() |
426 |
@@ -3090,7 +3090,7 @@ |
427 |
|
428 |
} |
429 |
|
430 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB2FVARBPROC)(GLuint index, const GLfloat * v); |
431 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB2FVARBPROC)(GLuint index, const GLfloat * v); |
432 |
PFNGLVERTEXATTRIB2FVARBPROC esdl_glVertexAttrib2fvARB = NULL; |
433 |
void egl_vertexAttrib2fvARB(sdl_data *, int, char *); |
434 |
sdl_fun esdl_load_glVertexAttrib2fvARB() |
435 |
@@ -3113,7 +3113,7 @@ |
436 |
|
437 |
} |
438 |
|
439 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB2SVARBPROC)(GLuint index, const GLshort * v); |
440 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB2SVARBPROC)(GLuint index, const GLshort * v); |
441 |
PFNGLVERTEXATTRIB2SVARBPROC esdl_glVertexAttrib2svARB = NULL; |
442 |
void egl_vertexAttrib2svARB(sdl_data *, int, char *); |
443 |
sdl_fun esdl_load_glVertexAttrib2svARB() |
444 |
@@ -3136,7 +3136,7 @@ |
445 |
|
446 |
} |
447 |
|
448 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB3DVARBPROC)(GLuint index, const GLdouble * v); |
449 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB3DVARBPROC)(GLuint index, const GLdouble * v); |
450 |
PFNGLVERTEXATTRIB3DVARBPROC esdl_glVertexAttrib3dvARB = NULL; |
451 |
void egl_vertexAttrib3dvARB(sdl_data *, int, char *); |
452 |
sdl_fun esdl_load_glVertexAttrib3dvARB() |
453 |
@@ -3159,7 +3159,7 @@ |
454 |
|
455 |
} |
456 |
|
457 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB3FVARBPROC)(GLuint index, const GLfloat * v); |
458 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB3FVARBPROC)(GLuint index, const GLfloat * v); |
459 |
PFNGLVERTEXATTRIB3FVARBPROC esdl_glVertexAttrib3fvARB = NULL; |
460 |
void egl_vertexAttrib3fvARB(sdl_data *, int, char *); |
461 |
sdl_fun esdl_load_glVertexAttrib3fvARB() |
462 |
@@ -3182,7 +3182,7 @@ |
463 |
|
464 |
} |
465 |
|
466 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB3SVARBPROC)(GLuint index, const GLshort * v); |
467 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB3SVARBPROC)(GLuint index, const GLshort * v); |
468 |
PFNGLVERTEXATTRIB3SVARBPROC esdl_glVertexAttrib3svARB = NULL; |
469 |
void egl_vertexAttrib3svARB(sdl_data *, int, char *); |
470 |
sdl_fun esdl_load_glVertexAttrib3svARB() |
471 |
@@ -3205,7 +3205,7 @@ |
472 |
|
473 |
} |
474 |
|
475 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NBVARBPROC)(GLuint index, const GLbyte * v); |
476 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NBVARBPROC)(GLuint index, const GLbyte * v); |
477 |
PFNGLVERTEXATTRIB4NBVARBPROC esdl_glVertexAttrib4NbvARB = NULL; |
478 |
void egl_vertexAttrib4NbvARB(sdl_data *, int, char *); |
479 |
sdl_fun esdl_load_glVertexAttrib4NbvARB() |
480 |
@@ -3228,7 +3228,7 @@ |
481 |
|
482 |
} |
483 |
|
484 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NIVARBPROC)(GLuint index, const GLint * v); |
485 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NIVARBPROC)(GLuint index, const GLint * v); |
486 |
PFNGLVERTEXATTRIB4NIVARBPROC esdl_glVertexAttrib4NivARB = NULL; |
487 |
void egl_vertexAttrib4NivARB(sdl_data *, int, char *); |
488 |
sdl_fun esdl_load_glVertexAttrib4NivARB() |
489 |
@@ -3251,7 +3251,7 @@ |
490 |
|
491 |
} |
492 |
|
493 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NSVARBPROC)(GLuint index, const GLshort * v); |
494 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NSVARBPROC)(GLuint index, const GLshort * v); |
495 |
PFNGLVERTEXATTRIB4NSVARBPROC esdl_glVertexAttrib4NsvARB = NULL; |
496 |
void egl_vertexAttrib4NsvARB(sdl_data *, int, char *); |
497 |
sdl_fun esdl_load_glVertexAttrib4NsvARB() |
498 |
@@ -3274,7 +3274,7 @@ |
499 |
|
500 |
} |
501 |
|
502 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUBARBPROC)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); |
503 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUBARBPROC)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); |
504 |
PFNGLVERTEXATTRIB4NUBARBPROC esdl_glVertexAttrib4NubARB = NULL; |
505 |
void egl_vertexAttrib4NubARB(sdl_data *, int, char *); |
506 |
sdl_fun esdl_load_glVertexAttrib4NubARB() |
507 |
@@ -3303,7 +3303,7 @@ |
508 |
|
509 |
} |
510 |
|
511 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUBVARBPROC)(GLuint index, const GLubyte * v); |
512 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUBVARBPROC)(GLuint index, const GLubyte * v); |
513 |
PFNGLVERTEXATTRIB4NUBVARBPROC esdl_glVertexAttrib4NubvARB = NULL; |
514 |
void egl_vertexAttrib4NubvARB(sdl_data *, int, char *); |
515 |
sdl_fun esdl_load_glVertexAttrib4NubvARB() |
516 |
@@ -3326,7 +3326,7 @@ |
517 |
|
518 |
} |
519 |
|
520 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUIVARBPROC)(GLuint index, const GLuint * v); |
521 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUIVARBPROC)(GLuint index, const GLuint * v); |
522 |
PFNGLVERTEXATTRIB4NUIVARBPROC esdl_glVertexAttrib4NuivARB = NULL; |
523 |
void egl_vertexAttrib4NuivARB(sdl_data *, int, char *); |
524 |
sdl_fun esdl_load_glVertexAttrib4NuivARB() |
525 |
@@ -3349,7 +3349,7 @@ |
526 |
|
527 |
} |
528 |
|
529 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUSVARBPROC)(GLuint index, const GLushort * v); |
530 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4NUSVARBPROC)(GLuint index, const GLushort * v); |
531 |
PFNGLVERTEXATTRIB4NUSVARBPROC esdl_glVertexAttrib4NusvARB = NULL; |
532 |
void egl_vertexAttrib4NusvARB(sdl_data *, int, char *); |
533 |
sdl_fun esdl_load_glVertexAttrib4NusvARB() |
534 |
@@ -3372,7 +3372,7 @@ |
535 |
|
536 |
} |
537 |
|
538 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4BVARBPROC)(GLuint index, const GLbyte * v); |
539 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4BVARBPROC)(GLuint index, const GLbyte * v); |
540 |
PFNGLVERTEXATTRIB4BVARBPROC esdl_glVertexAttrib4bvARB = NULL; |
541 |
void egl_vertexAttrib4bvARB(sdl_data *, int, char *); |
542 |
sdl_fun esdl_load_glVertexAttrib4bvARB() |
543 |
@@ -3395,7 +3395,7 @@ |
544 |
|
545 |
} |
546 |
|
547 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4DVARBPROC)(GLuint index, const GLdouble * v); |
548 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4DVARBPROC)(GLuint index, const GLdouble * v); |
549 |
PFNGLVERTEXATTRIB4DVARBPROC esdl_glVertexAttrib4dvARB = NULL; |
550 |
void egl_vertexAttrib4dvARB(sdl_data *, int, char *); |
551 |
sdl_fun esdl_load_glVertexAttrib4dvARB() |
552 |
@@ -3418,7 +3418,7 @@ |
553 |
|
554 |
} |
555 |
|
556 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4FVARBPROC)(GLuint index, const GLfloat * v); |
557 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4FVARBPROC)(GLuint index, const GLfloat * v); |
558 |
PFNGLVERTEXATTRIB4FVARBPROC esdl_glVertexAttrib4fvARB = NULL; |
559 |
void egl_vertexAttrib4fvARB(sdl_data *, int, char *); |
560 |
sdl_fun esdl_load_glVertexAttrib4fvARB() |
561 |
@@ -3441,7 +3441,7 @@ |
562 |
|
563 |
} |
564 |
|
565 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4IVARBPROC)(GLuint index, const GLint * v); |
566 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4IVARBPROC)(GLuint index, const GLint * v); |
567 |
PFNGLVERTEXATTRIB4IVARBPROC esdl_glVertexAttrib4ivARB = NULL; |
568 |
void egl_vertexAttrib4ivARB(sdl_data *, int, char *); |
569 |
sdl_fun esdl_load_glVertexAttrib4ivARB() |
570 |
@@ -3464,7 +3464,7 @@ |
571 |
|
572 |
} |
573 |
|
574 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4SVARBPROC)(GLuint index, const GLshort * v); |
575 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4SVARBPROC)(GLuint index, const GLshort * v); |
576 |
PFNGLVERTEXATTRIB4SVARBPROC esdl_glVertexAttrib4svARB = NULL; |
577 |
void egl_vertexAttrib4svARB(sdl_data *, int, char *); |
578 |
sdl_fun esdl_load_glVertexAttrib4svARB() |
579 |
@@ -3487,7 +3487,7 @@ |
580 |
|
581 |
} |
582 |
|
583 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4UBVARBPROC)(GLuint index, const GLubyte * v); |
584 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4UBVARBPROC)(GLuint index, const GLubyte * v); |
585 |
PFNGLVERTEXATTRIB4UBVARBPROC esdl_glVertexAttrib4ubvARB = NULL; |
586 |
void egl_vertexAttrib4ubvARB(sdl_data *, int, char *); |
587 |
sdl_fun esdl_load_glVertexAttrib4ubvARB() |
588 |
@@ -3510,7 +3510,7 @@ |
589 |
|
590 |
} |
591 |
|
592 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4UIVARBPROC)(GLuint index, const GLuint * v); |
593 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4UIVARBPROC)(GLuint index, const GLuint * v); |
594 |
PFNGLVERTEXATTRIB4UIVARBPROC esdl_glVertexAttrib4uivARB = NULL; |
595 |
void egl_vertexAttrib4uivARB(sdl_data *, int, char *); |
596 |
sdl_fun esdl_load_glVertexAttrib4uivARB() |
597 |
@@ -3533,7 +3533,7 @@ |
598 |
|
599 |
} |
600 |
|
601 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIB4USVARBPROC)(GLuint index, const GLushort * v); |
602 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIB4USVARBPROC)(GLuint index, const GLushort * v); |
603 |
PFNGLVERTEXATTRIB4USVARBPROC esdl_glVertexAttrib4usvARB = NULL; |
604 |
void egl_vertexAttrib4usvARB(sdl_data *, int, char *); |
605 |
sdl_fun esdl_load_glVertexAttrib4usvARB() |
606 |
@@ -3556,7 +3556,7 @@ |
607 |
|
608 |
} |
609 |
|
610 |
-typedef void (APIENTRY * PFNGLVERTEXATTRIBPOINTERARBPROC)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer); |
611 |
+//typedef void (APIENTRY * PFNGLVERTEXATTRIBPOINTERARBPROC)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer); |
612 |
PFNGLVERTEXATTRIBPOINTERARBPROC esdl_glVertexAttribPointerARB = NULL; |
613 |
void egl_vertexAttribPointerARB(sdl_data *, int, char *); |
614 |
sdl_fun esdl_load_glVertexAttribPointerARB() |
615 |
@@ -3596,7 +3596,7 @@ |
616 |
|
617 |
} |
618 |
|
619 |
-typedef void (APIENTRY * PFNGLENABLEVERTEXATTRIBARRAYARBPROC)(GLuint index); |
620 |
+//typedef void (APIENTRY * PFNGLENABLEVERTEXATTRIBARRAYARBPROC)(GLuint index); |
621 |
PFNGLENABLEVERTEXATTRIBARRAYARBPROC esdl_glEnableVertexAttribArrayARB = NULL; |
622 |
void egl_enableVertexAttribArrayARB(sdl_data *, int, char *); |
623 |
sdl_fun esdl_load_glEnableVertexAttribArrayARB() |
624 |
@@ -3617,7 +3617,7 @@ |
625 |
|
626 |
} |
627 |
|
628 |
-typedef void (APIENTRY * PFNGLDISABLEVERTEXATTRIBARRAYARBPROC)(GLuint index); |
629 |
+//typedef void (APIENTRY * PFNGLDISABLEVERTEXATTRIBARRAYARBPROC)(GLuint index); |
630 |
PFNGLDISABLEVERTEXATTRIBARRAYARBPROC esdl_glDisableVertexAttribArrayARB = NULL; |
631 |
void egl_disableVertexAttribArrayARB(sdl_data *, int, char *); |
632 |
sdl_fun esdl_load_glDisableVertexAttribArrayARB() |
633 |
@@ -3638,7 +3638,7 @@ |
634 |
|
635 |
} |
636 |
|
637 |
-typedef void (APIENTRY * PFNGLPROGRAMSTRINGARBPROC)(GLenum target, GLenum format, GLsizei len, const GLvoid * string); |
638 |
+//typedef void (APIENTRY * PFNGLPROGRAMSTRINGARBPROC)(GLenum target, GLenum format, GLsizei len, const GLvoid * string); |
639 |
PFNGLPROGRAMSTRINGARBPROC esdl_glProgramStringARB = NULL; |
640 |
void egl_programStringARB(sdl_data *, int, char *); |
641 |
sdl_fun esdl_load_glProgramStringARB() |
642 |
@@ -3672,7 +3672,7 @@ |
643 |
|
644 |
} |
645 |
|
646 |
-typedef void (APIENTRY * PFNGLBINDPROGRAMARBPROC)(GLenum target, GLuint program); |
647 |
+//typedef void (APIENTRY * PFNGLBINDPROGRAMARBPROC)(GLenum target, GLuint program); |
648 |
PFNGLBINDPROGRAMARBPROC esdl_glBindProgramARB = NULL; |
649 |
void egl_bindProgramARB(sdl_data *, int, char *); |
650 |
sdl_fun esdl_load_glBindProgramARB() |
651 |
@@ -3695,7 +3695,7 @@ |
652 |
|
653 |
} |
654 |
|
655 |
-typedef void (APIENTRY * PFNGLDELETEPROGRAMSARBPROC)(GLsizei n, const GLuint * programs); |
656 |
+//typedef void (APIENTRY * PFNGLDELETEPROGRAMSARBPROC)(GLsizei n, const GLuint * programs); |
657 |
PFNGLDELETEPROGRAMSARBPROC esdl_glDeleteProgramsARB = NULL; |
658 |
void egl_deleteProgramsARB(sdl_data *, int, char *); |
659 |
sdl_fun esdl_load_glDeleteProgramsARB() |
660 |
@@ -3719,7 +3719,7 @@ |
661 |
|
662 |
} |
663 |
|
664 |
-typedef void (APIENTRY * PFNGLGENPROGRAMSARBPROC)(GLsizei n, GLuint * programs); |
665 |
+//typedef void (APIENTRY * PFNGLGENPROGRAMSARBPROC)(GLsizei n, GLuint * programs); |
666 |
PFNGLGENPROGRAMSARBPROC esdl_glGenProgramsARB = NULL; |
667 |
void egl_genProgramsARB(sdl_data *, int, char *); |
668 |
sdl_fun esdl_load_glGenProgramsARB() |
669 |
@@ -3751,7 +3751,7 @@ |
670 |
|
671 |
} |
672 |
|
673 |
-typedef void (APIENTRY * PFNGLPROGRAMENVPARAMETER4DVARBPROC)(GLenum target, GLuint index, const GLdouble * params); |
674 |
+//typedef void (APIENTRY * PFNGLPROGRAMENVPARAMETER4DVARBPROC)(GLenum target, GLuint index, const GLdouble * params); |
675 |
PFNGLPROGRAMENVPARAMETER4DVARBPROC esdl_glProgramEnvParameter4dvARB = NULL; |
676 |
void egl_programEnvParameter4dvARB(sdl_data *, int, char *); |
677 |
sdl_fun esdl_load_glProgramEnvParameter4dvARB() |
678 |
@@ -3776,7 +3776,7 @@ |
679 |
|
680 |
} |
681 |
|
682 |
-typedef void (APIENTRY * PFNGLPROGRAMENVPARAMETER4FVARBPROC)(GLenum target, GLuint index, const GLfloat * params); |
683 |
+//typedef void (APIENTRY * PFNGLPROGRAMENVPARAMETER4FVARBPROC)(GLenum target, GLuint index, const GLfloat * params); |
684 |
PFNGLPROGRAMENVPARAMETER4FVARBPROC esdl_glProgramEnvParameter4fvARB = NULL; |
685 |
void egl_programEnvParameter4fvARB(sdl_data *, int, char *); |
686 |
sdl_fun esdl_load_glProgramEnvParameter4fvARB() |
687 |
@@ -3801,7 +3801,7 @@ |
688 |
|
689 |
} |
690 |
|
691 |
-typedef void (APIENTRY * PFNGLPROGRAMLOCALPARAMETER4DVARBPROC)(GLenum target, GLuint index, const GLdouble * params); |
692 |
+//typedef void (APIENTRY * PFNGLPROGRAMLOCALPARAMETER4DVARBPROC)(GLenum target, GLuint index, const GLdouble * params); |
693 |
PFNGLPROGRAMLOCALPARAMETER4DVARBPROC esdl_glProgramLocalParameter4dvARB = NULL; |
694 |
void egl_programLocalParameter4dvARB(sdl_data *, int, char *); |
695 |
sdl_fun esdl_load_glProgramLocalParameter4dvARB() |
696 |
@@ -3826,7 +3826,7 @@ |
697 |
|
698 |
} |
699 |
|
700 |
-typedef void (APIENTRY * PFNGLPROGRAMLOCALPARAMETER4FVARBPROC)(GLenum target, GLuint index, const GLfloat * params); |
701 |
+//typedef void (APIENTRY * PFNGLPROGRAMLOCALPARAMETER4FVARBPROC)(GLenum target, GLuint index, const GLfloat * params); |
702 |
PFNGLPROGRAMLOCALPARAMETER4FVARBPROC esdl_glProgramLocalParameter4fvARB = NULL; |
703 |
void egl_programLocalParameter4fvARB(sdl_data *, int, char *); |
704 |
sdl_fun esdl_load_glProgramLocalParameter4fvARB() |
705 |
@@ -3851,7 +3851,7 @@ |
706 |
|
707 |
} |
708 |
|
709 |
-typedef void (APIENTRY * PFNGLGETPROGRAMENVPARAMETERDVARBPROC)(GLenum target, GLuint index, GLdouble * params); |
710 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMENVPARAMETERDVARBPROC)(GLenum target, GLuint index, GLdouble * params); |
711 |
PFNGLGETPROGRAMENVPARAMETERDVARBPROC esdl_glGetProgramEnvParameterdvARB = NULL; |
712 |
void egl_getProgramEnvParameterdvARB(sdl_data *, int, char *); |
713 |
sdl_fun esdl_load_glGetProgramEnvParameterdvARB() |
714 |
@@ -3882,7 +3882,7 @@ |
715 |
|
716 |
} |
717 |
|
718 |
-typedef void (APIENTRY * PFNGLGETPROGRAMENVPARAMETERFVARBPROC)(GLenum target, GLuint index, GLfloat * params); |
719 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMENVPARAMETERFVARBPROC)(GLenum target, GLuint index, GLfloat * params); |
720 |
PFNGLGETPROGRAMENVPARAMETERFVARBPROC esdl_glGetProgramEnvParameterfvARB = NULL; |
721 |
void egl_getProgramEnvParameterfvARB(sdl_data *, int, char *); |
722 |
sdl_fun esdl_load_glGetProgramEnvParameterfvARB() |
723 |
@@ -3913,7 +3913,7 @@ |
724 |
|
725 |
} |
726 |
|
727 |
-typedef void (APIENTRY * PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC)(GLenum target, GLuint index, GLdouble * params); |
728 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC)(GLenum target, GLuint index, GLdouble * params); |
729 |
PFNGLGETPROGRAMLOCALPARAMETERDVARBPROC esdl_glGetProgramLocalParameterdvARB = NULL; |
730 |
void egl_getProgramLocalParameterdvARB(sdl_data *, int, char *); |
731 |
sdl_fun esdl_load_glGetProgramLocalParameterdvARB() |
732 |
@@ -3944,7 +3944,7 @@ |
733 |
|
734 |
} |
735 |
|
736 |
-typedef void (APIENTRY * PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC)(GLenum target, GLuint index, GLfloat * params); |
737 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC)(GLenum target, GLuint index, GLfloat * params); |
738 |
PFNGLGETPROGRAMLOCALPARAMETERFVARBPROC esdl_glGetProgramLocalParameterfvARB = NULL; |
739 |
void egl_getProgramLocalParameterfvARB(sdl_data *, int, char *); |
740 |
sdl_fun esdl_load_glGetProgramLocalParameterfvARB() |
741 |
@@ -3975,7 +3975,7 @@ |
742 |
|
743 |
} |
744 |
|
745 |
-typedef void (APIENTRY * PFNGLGETPROGRAMIVARBPROC)(GLenum target, GLenum pname, GLint * params); |
746 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMIVARBPROC)(GLenum target, GLenum pname, GLint * params); |
747 |
PFNGLGETPROGRAMIVARBPROC esdl_glGetProgramivARB = NULL; |
748 |
void egl_getProgramivARB(sdl_data *, int, char *); |
749 |
sdl_fun esdl_load_glGetProgramivARB() |
750 |
@@ -4005,7 +4005,7 @@ |
751 |
|
752 |
} |
753 |
|
754 |
-typedef void (APIENTRY * PFNGLGETPROGRAMSTRINGARBPROC)(GLenum target, GLenum pname, GLvoid * string); |
755 |
+//typedef void (APIENTRY * PFNGLGETPROGRAMSTRINGARBPROC)(GLenum target, GLenum pname, GLvoid * string); |
756 |
PFNGLGETPROGRAMSTRINGARBPROC esdl_glGetProgramStringARB = NULL; |
757 |
void egl_getProgramStringARB(sdl_data *, int, char *); |
758 |
sdl_fun esdl_load_glGetProgramStringARB() |
759 |
@@ -4030,7 +4030,7 @@ |
760 |
|
761 |
} |
762 |
|
763 |
-typedef void (APIENTRY * PFNGLGETVERTEXATTRIBDVARBPROC)(GLuint index, GLenum pname, GLdouble * params); |
764 |
+//typedef void (APIENTRY * PFNGLGETVERTEXATTRIBDVARBPROC)(GLuint index, GLenum pname, GLdouble * params); |
765 |
PFNGLGETVERTEXATTRIBDVARBPROC esdl_glGetVertexAttribdvARB = NULL; |
766 |
void egl_getVertexAttribdvARB(sdl_data *, int, char *); |
767 |
sdl_fun esdl_load_glGetVertexAttribdvARB() |
768 |
@@ -4061,7 +4061,7 @@ |
769 |
|
770 |
} |
771 |
|
772 |
-typedef void (APIENTRY * PFNGLGETVERTEXATTRIBFVARBPROC)(GLuint index, GLenum pname, GLfloat * params); |
773 |
+//typedef void (APIENTRY * PFNGLGETVERTEXATTRIBFVARBPROC)(GLuint index, GLenum pname, GLfloat * params); |
774 |
PFNGLGETVERTEXATTRIBFVARBPROC esdl_glGetVertexAttribfvARB = NULL; |
775 |
void egl_getVertexAttribfvARB(sdl_data *, int, char *); |
776 |
sdl_fun esdl_load_glGetVertexAttribfvARB() |
777 |
@@ -4092,7 +4092,7 @@ |
778 |
|
779 |
} |
780 |
|
781 |
-typedef void (APIENTRY * PFNGLGETVERTEXATTRIBIVARBPROC)(GLuint index, GLenum pname, GLint * params); |
782 |
+//typedef void (APIENTRY * PFNGLGETVERTEXATTRIBIVARBPROC)(GLuint index, GLenum pname, GLint * params); |
783 |
PFNGLGETVERTEXATTRIBIVARBPROC esdl_glGetVertexAttribivARB = NULL; |
784 |
void egl_getVertexAttribivARB(sdl_data *, int, char *); |
785 |
sdl_fun esdl_load_glGetVertexAttribivARB() |
786 |
@@ -4123,7 +4123,7 @@ |
787 |
|
788 |
} |
789 |
|
790 |
-typedef void (APIENTRY * PFNGLGETVERTEXATTRIBPOINTERVARBPROC)(GLuint index, GLenum pname, GLvoid* *pointer); |
791 |
+//typedef void (APIENTRY * PFNGLGETVERTEXATTRIBPOINTERVARBPROC)(GLuint index, GLenum pname, GLvoid* *pointer); |
792 |
PFNGLGETVERTEXATTRIBPOINTERVARBPROC esdl_glGetVertexAttribPointervARB = NULL; |
793 |
void egl_getVertexAttribPointervARB(sdl_data *, int, char *); |
794 |
sdl_fun esdl_load_glGetVertexAttribPointervARB() |
795 |
@@ -4154,7 +4154,7 @@ |
796 |
|
797 |
} |
798 |
|
799 |
-typedef GLboolean (APIENTRY * PFNGLISPROGRAMARBPROC)(GLuint program); |
800 |
+//typedef GLboolean (APIENTRY * PFNGLISPROGRAMARBPROC)(GLuint program); |
801 |
PFNGLISPROGRAMARBPROC esdl_glIsProgramARB = NULL; |
802 |
void egl_isProgramARB(sdl_data *, int, char *); |
803 |
sdl_fun esdl_load_glIsProgramARB() |