opengl32: Introduce wrappers for glGetIntegerv and glGetStringi. (v3).
[wine.git] / dlls / opengl32 / opengl_ext.c
blob67ebc591167bcf2a89e4dac39a4a1b9cbdd98d00
2 /* Auto-generated file... Do not edit ! */
4 #include "config.h"
5 #include <stdarg.h>
6 #include "opengl_ext.h"
7 #include "winternl.h"
8 #include "wingdi.h"
9 #include "wine/wgl.h"
10 #define WGL_WGLEXT_PROTOTYPES
11 #include "wine/wglext.h"
12 #include "wine/wgl_driver.h"
13 #include "wine/debug.h"
15 WINE_DEFAULT_DEBUG_CHANNEL(opengl);
17 const int extension_registry_size = 2516;
19 static void WINAPI glAccumxOES( GLenum op, GLfixed value ) {
20 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
21 TRACE("(%d, %d)\n", op, value );
22 funcs->ext.p_glAccumxOES( op, value );
25 static void WINAPI glActiveProgramEXT( GLuint program ) {
26 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
27 TRACE("(%d)\n", program );
28 funcs->ext.p_glActiveProgramEXT( program );
31 static void WINAPI glActiveShaderProgram( GLuint pipeline, GLuint program ) {
32 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
33 TRACE("(%d, %d)\n", pipeline, program );
34 funcs->ext.p_glActiveShaderProgram( pipeline, program );
37 static void WINAPI glActiveStencilFaceEXT( GLenum face ) {
38 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
39 TRACE("(%d)\n", face );
40 funcs->ext.p_glActiveStencilFaceEXT( face );
43 static void WINAPI glActiveTexture( GLenum texture ) {
44 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
45 TRACE("(%d)\n", texture );
46 funcs->ext.p_glActiveTexture( texture );
49 static void WINAPI glActiveTextureARB( GLenum texture ) {
50 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
51 TRACE("(%d)\n", texture );
52 funcs->ext.p_glActiveTextureARB( texture );
55 static void WINAPI glActiveVaryingNV( GLuint program, const GLchar* name ) {
56 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
57 TRACE("(%d, %p)\n", program, name );
58 funcs->ext.p_glActiveVaryingNV( program, name );
61 static void WINAPI glAlphaFragmentOp1ATI( GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod ) {
62 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
63 TRACE("(%d, %d, %d, %d, %d, %d)\n", op, dst, dstMod, arg1, arg1Rep, arg1Mod );
64 funcs->ext.p_glAlphaFragmentOp1ATI( op, dst, dstMod, arg1, arg1Rep, arg1Mod );
67 static void WINAPI glAlphaFragmentOp2ATI( GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod ) {
68 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
69 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod );
70 funcs->ext.p_glAlphaFragmentOp2ATI( op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod );
73 static void WINAPI glAlphaFragmentOp3ATI( GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod ) {
74 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
75 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod );
76 funcs->ext.p_glAlphaFragmentOp3ATI( op, dst, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod );
79 static void WINAPI glAlphaFuncxOES( GLenum func, GLfixed ref ) {
80 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
81 TRACE("(%d, %d)\n", func, ref );
82 funcs->ext.p_glAlphaFuncxOES( func, ref );
85 static void WINAPI glApplyTextureEXT( GLenum mode ) {
86 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
87 TRACE("(%d)\n", mode );
88 funcs->ext.p_glApplyTextureEXT( mode );
91 static GLboolean WINAPI glAreProgramsResidentNV( GLsizei n, const GLuint* programs, GLboolean* residences ) {
92 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
93 TRACE("(%d, %p, %p)\n", n, programs, residences );
94 return funcs->ext.p_glAreProgramsResidentNV( n, programs, residences );
97 static GLboolean WINAPI glAreTexturesResidentEXT( GLsizei n, const GLuint* textures, GLboolean* residences ) {
98 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
99 TRACE("(%d, %p, %p)\n", n, textures, residences );
100 return funcs->ext.p_glAreTexturesResidentEXT( n, textures, residences );
103 static void WINAPI glArrayElementEXT( GLint i ) {
104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
105 TRACE("(%d)\n", i );
106 funcs->ext.p_glArrayElementEXT( i );
109 static void WINAPI glArrayObjectATI( GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset ) {
110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
111 TRACE("(%d, %d, %d, %d, %d, %d)\n", array, size, type, stride, buffer, offset );
112 funcs->ext.p_glArrayObjectATI( array, size, type, stride, buffer, offset );
115 static void WINAPI glAsyncMarkerSGIX( GLuint marker ) {
116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
117 TRACE("(%d)\n", marker );
118 funcs->ext.p_glAsyncMarkerSGIX( marker );
121 static void WINAPI glAttachObjectARB( GLhandleARB containerObj, GLhandleARB obj ) {
122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
123 TRACE("(%d, %d)\n", containerObj, obj );
124 funcs->ext.p_glAttachObjectARB( containerObj, obj );
127 static void WINAPI glAttachShader( GLuint program, GLuint shader ) {
128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
129 TRACE("(%d, %d)\n", program, shader );
130 funcs->ext.p_glAttachShader( program, shader );
133 static void WINAPI glBeginConditionalRender( GLuint id, GLenum mode ) {
134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
135 TRACE("(%d, %d)\n", id, mode );
136 funcs->ext.p_glBeginConditionalRender( id, mode );
139 static void WINAPI glBeginConditionalRenderNV( GLuint id, GLenum mode ) {
140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
141 TRACE("(%d, %d)\n", id, mode );
142 funcs->ext.p_glBeginConditionalRenderNV( id, mode );
145 static void WINAPI glBeginConditionalRenderNVX( GLuint id ) {
146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
147 TRACE("(%d)\n", id );
148 funcs->ext.p_glBeginConditionalRenderNVX( id );
151 static void WINAPI glBeginFragmentShaderATI( void ) {
152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
153 TRACE("()\n");
154 funcs->ext.p_glBeginFragmentShaderATI( );
157 static void WINAPI glBeginOcclusionQueryNV( GLuint id ) {
158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
159 TRACE("(%d)\n", id );
160 funcs->ext.p_glBeginOcclusionQueryNV( id );
163 static void WINAPI glBeginPerfMonitorAMD( GLuint monitor ) {
164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
165 TRACE("(%d)\n", monitor );
166 funcs->ext.p_glBeginPerfMonitorAMD( monitor );
169 static void WINAPI glBeginPerfQueryINTEL( GLuint queryHandle ) {
170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
171 TRACE("(%d)\n", queryHandle );
172 funcs->ext.p_glBeginPerfQueryINTEL( queryHandle );
175 static void WINAPI glBeginQuery( GLenum target, GLuint id ) {
176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
177 TRACE("(%d, %d)\n", target, id );
178 funcs->ext.p_glBeginQuery( target, id );
181 static void WINAPI glBeginQueryARB( GLenum target, GLuint id ) {
182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
183 TRACE("(%d, %d)\n", target, id );
184 funcs->ext.p_glBeginQueryARB( target, id );
187 static void WINAPI glBeginQueryIndexed( GLenum target, GLuint index, GLuint id ) {
188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
189 TRACE("(%d, %d, %d)\n", target, index, id );
190 funcs->ext.p_glBeginQueryIndexed( target, index, id );
193 static void WINAPI glBeginTransformFeedback( GLenum primitiveMode ) {
194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
195 TRACE("(%d)\n", primitiveMode );
196 funcs->ext.p_glBeginTransformFeedback( primitiveMode );
199 static void WINAPI glBeginTransformFeedbackEXT( GLenum primitiveMode ) {
200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
201 TRACE("(%d)\n", primitiveMode );
202 funcs->ext.p_glBeginTransformFeedbackEXT( primitiveMode );
205 static void WINAPI glBeginTransformFeedbackNV( GLenum primitiveMode ) {
206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
207 TRACE("(%d)\n", primitiveMode );
208 funcs->ext.p_glBeginTransformFeedbackNV( primitiveMode );
211 static void WINAPI glBeginVertexShaderEXT( void ) {
212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
213 TRACE("()\n");
214 funcs->ext.p_glBeginVertexShaderEXT( );
217 static void WINAPI glBeginVideoCaptureNV( GLuint video_capture_slot ) {
218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
219 TRACE("(%d)\n", video_capture_slot );
220 funcs->ext.p_glBeginVideoCaptureNV( video_capture_slot );
223 static void WINAPI glBindAttribLocation( GLuint program, GLuint index, const GLchar* name ) {
224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
225 TRACE("(%d, %d, %p)\n", program, index, name );
226 funcs->ext.p_glBindAttribLocation( program, index, name );
229 static void WINAPI glBindAttribLocationARB( GLhandleARB programObj, GLuint index, const GLcharARB* name ) {
230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
231 TRACE("(%d, %d, %p)\n", programObj, index, name );
232 funcs->ext.p_glBindAttribLocationARB( programObj, index, name );
235 static void WINAPI glBindBuffer( GLenum target, GLuint buffer ) {
236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
237 TRACE("(%d, %d)\n", target, buffer );
238 funcs->ext.p_glBindBuffer( target, buffer );
241 static void WINAPI glBindBufferARB( GLenum target, GLuint buffer ) {
242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
243 TRACE("(%d, %d)\n", target, buffer );
244 funcs->ext.p_glBindBufferARB( target, buffer );
247 static void WINAPI glBindBufferBase( GLenum target, GLuint index, GLuint buffer ) {
248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
249 TRACE("(%d, %d, %d)\n", target, index, buffer );
250 funcs->ext.p_glBindBufferBase( target, index, buffer );
253 static void WINAPI glBindBufferBaseEXT( GLenum target, GLuint index, GLuint buffer ) {
254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
255 TRACE("(%d, %d, %d)\n", target, index, buffer );
256 funcs->ext.p_glBindBufferBaseEXT( target, index, buffer );
259 static void WINAPI glBindBufferBaseNV( GLenum target, GLuint index, GLuint buffer ) {
260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
261 TRACE("(%d, %d, %d)\n", target, index, buffer );
262 funcs->ext.p_glBindBufferBaseNV( target, index, buffer );
265 static void WINAPI glBindBufferOffsetEXT( GLenum target, GLuint index, GLuint buffer, GLintptr offset ) {
266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
267 TRACE("(%d, %d, %d, %ld)\n", target, index, buffer, offset );
268 funcs->ext.p_glBindBufferOffsetEXT( target, index, buffer, offset );
271 static void WINAPI glBindBufferOffsetNV( GLenum target, GLuint index, GLuint buffer, GLintptr offset ) {
272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
273 TRACE("(%d, %d, %d, %ld)\n", target, index, buffer, offset );
274 funcs->ext.p_glBindBufferOffsetNV( target, index, buffer, offset );
277 static void WINAPI glBindBufferRange( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size ) {
278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
279 TRACE("(%d, %d, %d, %ld, %ld)\n", target, index, buffer, offset, size );
280 funcs->ext.p_glBindBufferRange( target, index, buffer, offset, size );
283 static void WINAPI glBindBufferRangeEXT( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size ) {
284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
285 TRACE("(%d, %d, %d, %ld, %ld)\n", target, index, buffer, offset, size );
286 funcs->ext.p_glBindBufferRangeEXT( target, index, buffer, offset, size );
289 static void WINAPI glBindBufferRangeNV( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size ) {
290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
291 TRACE("(%d, %d, %d, %ld, %ld)\n", target, index, buffer, offset, size );
292 funcs->ext.p_glBindBufferRangeNV( target, index, buffer, offset, size );
295 static void WINAPI glBindBuffersBase( GLenum target, GLuint first, GLsizei count, const GLuint* buffers ) {
296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
297 TRACE("(%d, %d, %d, %p)\n", target, first, count, buffers );
298 funcs->ext.p_glBindBuffersBase( target, first, count, buffers );
301 static void WINAPI glBindBuffersRange( GLenum target, GLuint first, GLsizei count, const GLuint* buffers, const GLintptr* offsets, const GLsizeiptr* sizes ) {
302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
303 TRACE("(%d, %d, %d, %p, %p, %p)\n", target, first, count, buffers, offsets, sizes );
304 funcs->ext.p_glBindBuffersRange( target, first, count, buffers, offsets, sizes );
307 static void WINAPI glBindFragDataLocation( GLuint program, GLuint color, const GLchar* name ) {
308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
309 TRACE("(%d, %d, %p)\n", program, color, name );
310 funcs->ext.p_glBindFragDataLocation( program, color, name );
313 static void WINAPI glBindFragDataLocationEXT( GLuint program, GLuint color, const GLchar* name ) {
314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
315 TRACE("(%d, %d, %p)\n", program, color, name );
316 funcs->ext.p_glBindFragDataLocationEXT( program, color, name );
319 static void WINAPI glBindFragDataLocationIndexed( GLuint program, GLuint colorNumber, GLuint index, const GLchar* name ) {
320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
321 TRACE("(%d, %d, %d, %p)\n", program, colorNumber, index, name );
322 funcs->ext.p_glBindFragDataLocationIndexed( program, colorNumber, index, name );
325 static void WINAPI glBindFragmentShaderATI( GLuint id ) {
326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
327 TRACE("(%d)\n", id );
328 funcs->ext.p_glBindFragmentShaderATI( id );
331 static void WINAPI glBindFramebuffer( GLenum target, GLuint framebuffer ) {
332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
333 TRACE("(%d, %d)\n", target, framebuffer );
334 funcs->ext.p_glBindFramebuffer( target, framebuffer );
337 static void WINAPI glBindFramebufferEXT( GLenum target, GLuint framebuffer ) {
338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
339 TRACE("(%d, %d)\n", target, framebuffer );
340 funcs->ext.p_glBindFramebufferEXT( target, framebuffer );
343 static void WINAPI glBindImageTexture( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format ) {
344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
345 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", unit, texture, level, layered, layer, access, format );
346 funcs->ext.p_glBindImageTexture( unit, texture, level, layered, layer, access, format );
349 static void WINAPI glBindImageTextureEXT( GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format ) {
350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
351 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", index, texture, level, layered, layer, access, format );
352 funcs->ext.p_glBindImageTextureEXT( index, texture, level, layered, layer, access, format );
355 static void WINAPI glBindImageTextures( GLuint first, GLsizei count, const GLuint* textures ) {
356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
357 TRACE("(%d, %d, %p)\n", first, count, textures );
358 funcs->ext.p_glBindImageTextures( first, count, textures );
361 static GLuint WINAPI glBindLightParameterEXT( GLenum light, GLenum value ) {
362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
363 TRACE("(%d, %d)\n", light, value );
364 return funcs->ext.p_glBindLightParameterEXT( light, value );
367 static GLuint WINAPI glBindMaterialParameterEXT( GLenum face, GLenum value ) {
368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
369 TRACE("(%d, %d)\n", face, value );
370 return funcs->ext.p_glBindMaterialParameterEXT( face, value );
373 static void WINAPI glBindMultiTextureEXT( GLenum texunit, GLenum target, GLuint texture ) {
374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
375 TRACE("(%d, %d, %d)\n", texunit, target, texture );
376 funcs->ext.p_glBindMultiTextureEXT( texunit, target, texture );
379 static GLuint WINAPI glBindParameterEXT( GLenum value ) {
380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
381 TRACE("(%d)\n", value );
382 return funcs->ext.p_glBindParameterEXT( value );
385 static void WINAPI glBindProgramARB( GLenum target, GLuint program ) {
386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
387 TRACE("(%d, %d)\n", target, program );
388 funcs->ext.p_glBindProgramARB( target, program );
391 static void WINAPI glBindProgramNV( GLenum target, GLuint id ) {
392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
393 TRACE("(%d, %d)\n", target, id );
394 funcs->ext.p_glBindProgramNV( target, id );
397 static void WINAPI glBindProgramPipeline( GLuint pipeline ) {
398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
399 TRACE("(%d)\n", pipeline );
400 funcs->ext.p_glBindProgramPipeline( pipeline );
403 static void WINAPI glBindRenderbuffer( GLenum target, GLuint renderbuffer ) {
404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
405 TRACE("(%d, %d)\n", target, renderbuffer );
406 funcs->ext.p_glBindRenderbuffer( target, renderbuffer );
409 static void WINAPI glBindRenderbufferEXT( GLenum target, GLuint renderbuffer ) {
410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
411 TRACE("(%d, %d)\n", target, renderbuffer );
412 funcs->ext.p_glBindRenderbufferEXT( target, renderbuffer );
415 static void WINAPI glBindSampler( GLuint unit, GLuint sampler ) {
416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
417 TRACE("(%d, %d)\n", unit, sampler );
418 funcs->ext.p_glBindSampler( unit, sampler );
421 static void WINAPI glBindSamplers( GLuint first, GLsizei count, const GLuint* samplers ) {
422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
423 TRACE("(%d, %d, %p)\n", first, count, samplers );
424 funcs->ext.p_glBindSamplers( first, count, samplers );
427 static GLuint WINAPI glBindTexGenParameterEXT( GLenum unit, GLenum coord, GLenum value ) {
428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
429 TRACE("(%d, %d, %d)\n", unit, coord, value );
430 return funcs->ext.p_glBindTexGenParameterEXT( unit, coord, value );
433 static void WINAPI glBindTextureEXT( GLenum target, GLuint texture ) {
434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
435 TRACE("(%d, %d)\n", target, texture );
436 funcs->ext.p_glBindTextureEXT( target, texture );
439 static void WINAPI glBindTextureUnit( GLuint unit, GLuint texture ) {
440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
441 TRACE("(%d, %d)\n", unit, texture );
442 funcs->ext.p_glBindTextureUnit( unit, texture );
445 static GLuint WINAPI glBindTextureUnitParameterEXT( GLenum unit, GLenum value ) {
446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
447 TRACE("(%d, %d)\n", unit, value );
448 return funcs->ext.p_glBindTextureUnitParameterEXT( unit, value );
451 static void WINAPI glBindTextures( GLuint first, GLsizei count, const GLuint* textures ) {
452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
453 TRACE("(%d, %d, %p)\n", first, count, textures );
454 funcs->ext.p_glBindTextures( first, count, textures );
457 static void WINAPI glBindTransformFeedback( GLenum target, GLuint id ) {
458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
459 TRACE("(%d, %d)\n", target, id );
460 funcs->ext.p_glBindTransformFeedback( target, id );
463 static void WINAPI glBindTransformFeedbackNV( GLenum target, GLuint id ) {
464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
465 TRACE("(%d, %d)\n", target, id );
466 funcs->ext.p_glBindTransformFeedbackNV( target, id );
469 static void WINAPI glBindVertexArray( GLuint array ) {
470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
471 TRACE("(%d)\n", array );
472 funcs->ext.p_glBindVertexArray( array );
475 static void WINAPI glBindVertexArrayAPPLE( GLuint array ) {
476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
477 TRACE("(%d)\n", array );
478 funcs->ext.p_glBindVertexArrayAPPLE( array );
481 static void WINAPI glBindVertexBuffer( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) {
482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
483 TRACE("(%d, %d, %ld, %d)\n", bindingindex, buffer, offset, stride );
484 funcs->ext.p_glBindVertexBuffer( bindingindex, buffer, offset, stride );
487 static void WINAPI glBindVertexBuffers( GLuint first, GLsizei count, const GLuint* buffers, const GLintptr* offsets, const GLsizei* strides ) {
488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
489 TRACE("(%d, %d, %p, %p, %p)\n", first, count, buffers, offsets, strides );
490 funcs->ext.p_glBindVertexBuffers( first, count, buffers, offsets, strides );
493 static void WINAPI glBindVertexShaderEXT( GLuint id ) {
494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
495 TRACE("(%d)\n", id );
496 funcs->ext.p_glBindVertexShaderEXT( id );
499 static void WINAPI glBindVideoCaptureStreamBufferNV( GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset ) {
500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
501 TRACE("(%d, %d, %d, %ld)\n", video_capture_slot, stream, frame_region, offset );
502 funcs->ext.p_glBindVideoCaptureStreamBufferNV( video_capture_slot, stream, frame_region, offset );
505 static void WINAPI glBindVideoCaptureStreamTextureNV( GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture ) {
506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
507 TRACE("(%d, %d, %d, %d, %d)\n", video_capture_slot, stream, frame_region, target, texture );
508 funcs->ext.p_glBindVideoCaptureStreamTextureNV( video_capture_slot, stream, frame_region, target, texture );
511 static void WINAPI glBinormal3bEXT( GLbyte bx, GLbyte by, GLbyte bz ) {
512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
513 TRACE("(%d, %d, %d)\n", bx, by, bz );
514 funcs->ext.p_glBinormal3bEXT( bx, by, bz );
517 static void WINAPI glBinormal3bvEXT( const GLbyte* v ) {
518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
519 TRACE("(%p)\n", v );
520 funcs->ext.p_glBinormal3bvEXT( v );
523 static void WINAPI glBinormal3dEXT( GLdouble bx, GLdouble by, GLdouble bz ) {
524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
525 TRACE("(%f, %f, %f)\n", bx, by, bz );
526 funcs->ext.p_glBinormal3dEXT( bx, by, bz );
529 static void WINAPI glBinormal3dvEXT( const GLdouble* v ) {
530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
531 TRACE("(%p)\n", v );
532 funcs->ext.p_glBinormal3dvEXT( v );
535 static void WINAPI glBinormal3fEXT( GLfloat bx, GLfloat by, GLfloat bz ) {
536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
537 TRACE("(%f, %f, %f)\n", bx, by, bz );
538 funcs->ext.p_glBinormal3fEXT( bx, by, bz );
541 static void WINAPI glBinormal3fvEXT( const GLfloat* v ) {
542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
543 TRACE("(%p)\n", v );
544 funcs->ext.p_glBinormal3fvEXT( v );
547 static void WINAPI glBinormal3iEXT( GLint bx, GLint by, GLint bz ) {
548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
549 TRACE("(%d, %d, %d)\n", bx, by, bz );
550 funcs->ext.p_glBinormal3iEXT( bx, by, bz );
553 static void WINAPI glBinormal3ivEXT( const GLint* v ) {
554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
555 TRACE("(%p)\n", v );
556 funcs->ext.p_glBinormal3ivEXT( v );
559 static void WINAPI glBinormal3sEXT( GLshort bx, GLshort by, GLshort bz ) {
560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
561 TRACE("(%d, %d, %d)\n", bx, by, bz );
562 funcs->ext.p_glBinormal3sEXT( bx, by, bz );
565 static void WINAPI glBinormal3svEXT( const GLshort* v ) {
566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
567 TRACE("(%p)\n", v );
568 funcs->ext.p_glBinormal3svEXT( v );
571 static void WINAPI glBinormalPointerEXT( GLenum type, GLsizei stride, const void* pointer ) {
572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
573 TRACE("(%d, %d, %p)\n", type, stride, pointer );
574 funcs->ext.p_glBinormalPointerEXT( type, stride, pointer );
577 static void WINAPI glBitmapxOES( GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte* bitmap ) {
578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
579 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", width, height, xorig, yorig, xmove, ymove, bitmap );
580 funcs->ext.p_glBitmapxOES( width, height, xorig, yorig, xmove, ymove, bitmap );
583 static void WINAPI glBlendBarrierKHR( void ) {
584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
585 TRACE("()\n");
586 funcs->ext.p_glBlendBarrierKHR( );
589 static void WINAPI glBlendBarrierNV( void ) {
590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
591 TRACE("()\n");
592 funcs->ext.p_glBlendBarrierNV( );
595 static void WINAPI glBlendColor( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) {
596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
597 TRACE("(%f, %f, %f, %f)\n", red, green, blue, alpha );
598 funcs->ext.p_glBlendColor( red, green, blue, alpha );
601 static void WINAPI glBlendColorEXT( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) {
602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
603 TRACE("(%f, %f, %f, %f)\n", red, green, blue, alpha );
604 funcs->ext.p_glBlendColorEXT( red, green, blue, alpha );
607 static void WINAPI glBlendColorxOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) {
608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
609 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
610 funcs->ext.p_glBlendColorxOES( red, green, blue, alpha );
613 static void WINAPI glBlendEquation( GLenum mode ) {
614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
615 TRACE("(%d)\n", mode );
616 funcs->ext.p_glBlendEquation( mode );
619 static void WINAPI glBlendEquationEXT( GLenum mode ) {
620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
621 TRACE("(%d)\n", mode );
622 funcs->ext.p_glBlendEquationEXT( mode );
625 static void WINAPI glBlendEquationIndexedAMD( GLuint buf, GLenum mode ) {
626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
627 TRACE("(%d, %d)\n", buf, mode );
628 funcs->ext.p_glBlendEquationIndexedAMD( buf, mode );
631 static void WINAPI glBlendEquationSeparate( GLenum modeRGB, GLenum modeAlpha ) {
632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
633 TRACE("(%d, %d)\n", modeRGB, modeAlpha );
634 funcs->ext.p_glBlendEquationSeparate( modeRGB, modeAlpha );
637 static void WINAPI glBlendEquationSeparateEXT( GLenum modeRGB, GLenum modeAlpha ) {
638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
639 TRACE("(%d, %d)\n", modeRGB, modeAlpha );
640 funcs->ext.p_glBlendEquationSeparateEXT( modeRGB, modeAlpha );
643 static void WINAPI glBlendEquationSeparateIndexedAMD( GLuint buf, GLenum modeRGB, GLenum modeAlpha ) {
644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
645 TRACE("(%d, %d, %d)\n", buf, modeRGB, modeAlpha );
646 funcs->ext.p_glBlendEquationSeparateIndexedAMD( buf, modeRGB, modeAlpha );
649 static void WINAPI glBlendEquationSeparatei( GLuint buf, GLenum modeRGB, GLenum modeAlpha ) {
650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
651 TRACE("(%d, %d, %d)\n", buf, modeRGB, modeAlpha );
652 funcs->ext.p_glBlendEquationSeparatei( buf, modeRGB, modeAlpha );
655 static void WINAPI glBlendEquationSeparateiARB( GLuint buf, GLenum modeRGB, GLenum modeAlpha ) {
656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
657 TRACE("(%d, %d, %d)\n", buf, modeRGB, modeAlpha );
658 funcs->ext.p_glBlendEquationSeparateiARB( buf, modeRGB, modeAlpha );
661 static void WINAPI glBlendEquationi( GLuint buf, GLenum mode ) {
662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
663 TRACE("(%d, %d)\n", buf, mode );
664 funcs->ext.p_glBlendEquationi( buf, mode );
667 static void WINAPI glBlendEquationiARB( GLuint buf, GLenum mode ) {
668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
669 TRACE("(%d, %d)\n", buf, mode );
670 funcs->ext.p_glBlendEquationiARB( buf, mode );
673 static void WINAPI glBlendFuncIndexedAMD( GLuint buf, GLenum src, GLenum dst ) {
674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
675 TRACE("(%d, %d, %d)\n", buf, src, dst );
676 funcs->ext.p_glBlendFuncIndexedAMD( buf, src, dst );
679 static void WINAPI glBlendFuncSeparate( GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha ) {
680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
681 TRACE("(%d, %d, %d, %d)\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
682 funcs->ext.p_glBlendFuncSeparate( sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
685 static void WINAPI glBlendFuncSeparateEXT( GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha ) {
686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
687 TRACE("(%d, %d, %d, %d)\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
688 funcs->ext.p_glBlendFuncSeparateEXT( sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
691 static void WINAPI glBlendFuncSeparateINGR( GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha ) {
692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
693 TRACE("(%d, %d, %d, %d)\n", sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
694 funcs->ext.p_glBlendFuncSeparateINGR( sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha );
697 static void WINAPI glBlendFuncSeparateIndexedAMD( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) {
698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
699 TRACE("(%d, %d, %d, %d, %d)\n", buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
700 funcs->ext.p_glBlendFuncSeparateIndexedAMD( buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
703 static void WINAPI glBlendFuncSeparatei( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) {
704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
705 TRACE("(%d, %d, %d, %d, %d)\n", buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
706 funcs->ext.p_glBlendFuncSeparatei( buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
709 static void WINAPI glBlendFuncSeparateiARB( GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha ) {
710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
711 TRACE("(%d, %d, %d, %d, %d)\n", buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
712 funcs->ext.p_glBlendFuncSeparateiARB( buf, srcRGB, dstRGB, srcAlpha, dstAlpha );
715 static void WINAPI glBlendFunci( GLuint buf, GLenum src, GLenum dst ) {
716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
717 TRACE("(%d, %d, %d)\n", buf, src, dst );
718 funcs->ext.p_glBlendFunci( buf, src, dst );
721 static void WINAPI glBlendFunciARB( GLuint buf, GLenum src, GLenum dst ) {
722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
723 TRACE("(%d, %d, %d)\n", buf, src, dst );
724 funcs->ext.p_glBlendFunciARB( buf, src, dst );
727 static void WINAPI glBlendParameteriNV( GLenum pname, GLint value ) {
728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
729 TRACE("(%d, %d)\n", pname, value );
730 funcs->ext.p_glBlendParameteriNV( pname, value );
733 static void WINAPI glBlitFramebuffer( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter ) {
734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
735 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
736 funcs->ext.p_glBlitFramebuffer( srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
739 static void WINAPI glBlitFramebufferEXT( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter ) {
740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
741 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
742 funcs->ext.p_glBlitFramebufferEXT( srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
745 static void WINAPI glBlitNamedFramebuffer( GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter ) {
746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
747 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
748 funcs->ext.p_glBlitNamedFramebuffer( readFramebuffer, drawFramebuffer, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter );
751 static void WINAPI glBufferAddressRangeNV( GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length ) {
752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
753 TRACE("(%d, %d, %s, %ld)\n", pname, index, wine_dbgstr_longlong(address), length );
754 funcs->ext.p_glBufferAddressRangeNV( pname, index, address, length );
757 static void WINAPI glBufferData( GLenum target, GLsizeiptr size, const void* data, GLenum usage ) {
758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
759 TRACE("(%d, %ld, %p, %d)\n", target, size, data, usage );
760 funcs->ext.p_glBufferData( target, size, data, usage );
763 static void WINAPI glBufferDataARB( GLenum target, GLsizeiptrARB size, const void* data, GLenum usage ) {
764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
765 TRACE("(%d, %ld, %p, %d)\n", target, size, data, usage );
766 funcs->ext.p_glBufferDataARB( target, size, data, usage );
769 static void WINAPI glBufferPageCommitmentARB( GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit ) {
770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
771 TRACE("(%d, %ld, %ld, %d)\n", target, offset, size, commit );
772 funcs->ext.p_glBufferPageCommitmentARB( target, offset, size, commit );
775 static void WINAPI glBufferParameteriAPPLE( GLenum target, GLenum pname, GLint param ) {
776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
777 TRACE("(%d, %d, %d)\n", target, pname, param );
778 funcs->ext.p_glBufferParameteriAPPLE( target, pname, param );
781 static GLuint WINAPI glBufferRegionEnabled( void ) {
782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
783 TRACE("()\n");
784 return funcs->ext.p_glBufferRegionEnabled( );
787 static void WINAPI glBufferStorage( GLenum target, GLsizeiptr size, const void* data, GLbitfield flags ) {
788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
789 TRACE("(%d, %ld, %p, %d)\n", target, size, data, flags );
790 funcs->ext.p_glBufferStorage( target, size, data, flags );
793 static void WINAPI glBufferSubData( GLenum target, GLintptr offset, GLsizeiptr size, const void* data ) {
794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
795 TRACE("(%d, %ld, %ld, %p)\n", target, offset, size, data );
796 funcs->ext.p_glBufferSubData( target, offset, size, data );
799 static void WINAPI glBufferSubDataARB( GLenum target, GLintptrARB offset, GLsizeiptrARB size, const void* data ) {
800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
801 TRACE("(%d, %ld, %ld, %p)\n", target, offset, size, data );
802 funcs->ext.p_glBufferSubDataARB( target, offset, size, data );
805 static GLenum WINAPI glCheckFramebufferStatus( GLenum target ) {
806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
807 TRACE("(%d)\n", target );
808 return funcs->ext.p_glCheckFramebufferStatus( target );
811 static GLenum WINAPI glCheckFramebufferStatusEXT( GLenum target ) {
812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
813 TRACE("(%d)\n", target );
814 return funcs->ext.p_glCheckFramebufferStatusEXT( target );
817 static GLenum WINAPI glCheckNamedFramebufferStatus( GLuint framebuffer, GLenum target ) {
818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
819 TRACE("(%d, %d)\n", framebuffer, target );
820 return funcs->ext.p_glCheckNamedFramebufferStatus( framebuffer, target );
823 static GLenum WINAPI glCheckNamedFramebufferStatusEXT( GLuint framebuffer, GLenum target ) {
824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
825 TRACE("(%d, %d)\n", framebuffer, target );
826 return funcs->ext.p_glCheckNamedFramebufferStatusEXT( framebuffer, target );
829 static void WINAPI glClampColor( GLenum target, GLenum clamp ) {
830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
831 TRACE("(%d, %d)\n", target, clamp );
832 funcs->ext.p_glClampColor( target, clamp );
835 static void WINAPI glClampColorARB( GLenum target, GLenum clamp ) {
836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
837 TRACE("(%d, %d)\n", target, clamp );
838 funcs->ext.p_glClampColorARB( target, clamp );
841 static void WINAPI glClearAccumxOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) {
842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
843 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
844 funcs->ext.p_glClearAccumxOES( red, green, blue, alpha );
847 static void WINAPI glClearBufferData( GLenum target, GLenum internalformat, GLenum format, GLenum type, const void* data ) {
848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
849 TRACE("(%d, %d, %d, %d, %p)\n", target, internalformat, format, type, data );
850 funcs->ext.p_glClearBufferData( target, internalformat, format, type, data );
853 static void WINAPI glClearBufferSubData( GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void* data ) {
854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
855 TRACE("(%d, %d, %ld, %ld, %d, %d, %p)\n", target, internalformat, offset, size, format, type, data );
856 funcs->ext.p_glClearBufferSubData( target, internalformat, offset, size, format, type, data );
859 static void WINAPI glClearBufferfi( GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil ) {
860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
861 TRACE("(%d, %d, %f, %d)\n", buffer, drawbuffer, depth, stencil );
862 funcs->ext.p_glClearBufferfi( buffer, drawbuffer, depth, stencil );
865 static void WINAPI glClearBufferfv( GLenum buffer, GLint drawbuffer, const GLfloat* value ) {
866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
867 TRACE("(%d, %d, %p)\n", buffer, drawbuffer, value );
868 funcs->ext.p_glClearBufferfv( buffer, drawbuffer, value );
871 static void WINAPI glClearBufferiv( GLenum buffer, GLint drawbuffer, const GLint* value ) {
872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
873 TRACE("(%d, %d, %p)\n", buffer, drawbuffer, value );
874 funcs->ext.p_glClearBufferiv( buffer, drawbuffer, value );
877 static void WINAPI glClearBufferuiv( GLenum buffer, GLint drawbuffer, const GLuint* value ) {
878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
879 TRACE("(%d, %d, %p)\n", buffer, drawbuffer, value );
880 funcs->ext.p_glClearBufferuiv( buffer, drawbuffer, value );
883 static void WINAPI glClearColorIiEXT( GLint red, GLint green, GLint blue, GLint alpha ) {
884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
885 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
886 funcs->ext.p_glClearColorIiEXT( red, green, blue, alpha );
889 static void WINAPI glClearColorIuiEXT( GLuint red, GLuint green, GLuint blue, GLuint alpha ) {
890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
891 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
892 funcs->ext.p_glClearColorIuiEXT( red, green, blue, alpha );
895 static void WINAPI glClearColorxOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) {
896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
897 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
898 funcs->ext.p_glClearColorxOES( red, green, blue, alpha );
901 static void WINAPI glClearDepthdNV( GLdouble depth ) {
902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
903 TRACE("(%f)\n", depth );
904 funcs->ext.p_glClearDepthdNV( depth );
907 static void WINAPI glClearDepthf( GLfloat d ) {
908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
909 TRACE("(%f)\n", d );
910 funcs->ext.p_glClearDepthf( d );
913 static void WINAPI glClearDepthfOES( GLclampf depth ) {
914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
915 TRACE("(%f)\n", depth );
916 funcs->ext.p_glClearDepthfOES( depth );
919 static void WINAPI glClearDepthxOES( GLfixed depth ) {
920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
921 TRACE("(%d)\n", depth );
922 funcs->ext.p_glClearDepthxOES( depth );
925 static void WINAPI glClearNamedBufferData( GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void* data ) {
926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
927 TRACE("(%d, %d, %d, %d, %p)\n", buffer, internalformat, format, type, data );
928 funcs->ext.p_glClearNamedBufferData( buffer, internalformat, format, type, data );
931 static void WINAPI glClearNamedBufferDataEXT( GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void* data ) {
932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
933 TRACE("(%d, %d, %d, %d, %p)\n", buffer, internalformat, format, type, data );
934 funcs->ext.p_glClearNamedBufferDataEXT( buffer, internalformat, format, type, data );
937 static void WINAPI glClearNamedBufferSubData( GLuint buffer, GLenum internalformat, GLintptr offset, GLsizei size, GLenum format, GLenum type, const void* data ) {
938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
939 TRACE("(%d, %d, %ld, %d, %d, %d, %p)\n", buffer, internalformat, offset, size, format, type, data );
940 funcs->ext.p_glClearNamedBufferSubData( buffer, internalformat, offset, size, format, type, data );
943 static void WINAPI glClearNamedBufferSubDataEXT( GLuint buffer, GLenum internalformat, GLsizeiptr offset, GLsizeiptr size, GLenum format, GLenum type, const void* data ) {
944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
945 TRACE("(%d, %d, %ld, %ld, %d, %d, %p)\n", buffer, internalformat, offset, size, format, type, data );
946 funcs->ext.p_glClearNamedBufferSubDataEXT( buffer, internalformat, offset, size, format, type, data );
949 static void WINAPI glClearNamedFramebufferfi( GLuint framebuffer, GLenum buffer, const GLfloat depth, GLint stencil ) {
950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
951 TRACE("(%d, %d, %f, %d)\n", framebuffer, buffer, depth, stencil );
952 funcs->ext.p_glClearNamedFramebufferfi( framebuffer, buffer, depth, stencil );
955 static void WINAPI glClearNamedFramebufferfv( GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat* value ) {
956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
957 TRACE("(%d, %d, %d, %p)\n", framebuffer, buffer, drawbuffer, value );
958 funcs->ext.p_glClearNamedFramebufferfv( framebuffer, buffer, drawbuffer, value );
961 static void WINAPI glClearNamedFramebufferiv( GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint* value ) {
962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
963 TRACE("(%d, %d, %d, %p)\n", framebuffer, buffer, drawbuffer, value );
964 funcs->ext.p_glClearNamedFramebufferiv( framebuffer, buffer, drawbuffer, value );
967 static void WINAPI glClearNamedFramebufferuiv( GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint* value ) {
968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
969 TRACE("(%d, %d, %d, %p)\n", framebuffer, buffer, drawbuffer, value );
970 funcs->ext.p_glClearNamedFramebufferuiv( framebuffer, buffer, drawbuffer, value );
973 static void WINAPI glClearTexImage( GLuint texture, GLint level, GLenum format, GLenum type, const void* data ) {
974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
975 TRACE("(%d, %d, %d, %d, %p)\n", texture, level, format, type, data );
976 funcs->ext.p_glClearTexImage( texture, level, format, type, data );
979 static void WINAPI glClearTexSubImage( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* data ) {
980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
981 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data );
982 funcs->ext.p_glClearTexSubImage( texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data );
985 static void WINAPI glClientActiveTexture( GLenum texture ) {
986 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
987 TRACE("(%d)\n", texture );
988 funcs->ext.p_glClientActiveTexture( texture );
991 static void WINAPI glClientActiveTextureARB( GLenum texture ) {
992 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
993 TRACE("(%d)\n", texture );
994 funcs->ext.p_glClientActiveTextureARB( texture );
997 static void WINAPI glClientActiveVertexStreamATI( GLenum stream ) {
998 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
999 TRACE("(%d)\n", stream );
1000 funcs->ext.p_glClientActiveVertexStreamATI( stream );
1003 static void WINAPI glClientAttribDefaultEXT( GLbitfield mask ) {
1004 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1005 TRACE("(%d)\n", mask );
1006 funcs->ext.p_glClientAttribDefaultEXT( mask );
1009 static GLenum WINAPI glClientWaitSync( GLsync sync, GLbitfield flags, GLuint64 timeout ) {
1010 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1011 TRACE("(%p, %d, %s)\n", sync, flags, wine_dbgstr_longlong(timeout) );
1012 return funcs->ext.p_glClientWaitSync( sync, flags, timeout );
1015 static void WINAPI glClipControl( GLenum origin, GLenum depth ) {
1016 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1017 TRACE("(%d, %d)\n", origin, depth );
1018 funcs->ext.p_glClipControl( origin, depth );
1021 static void WINAPI glClipPlanefOES( GLenum plane, const GLfloat* equation ) {
1022 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1023 TRACE("(%d, %p)\n", plane, equation );
1024 funcs->ext.p_glClipPlanefOES( plane, equation );
1027 static void WINAPI glClipPlanexOES( GLenum plane, const GLfixed* equation ) {
1028 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1029 TRACE("(%d, %p)\n", plane, equation );
1030 funcs->ext.p_glClipPlanexOES( plane, equation );
1033 static void WINAPI glColor3fVertex3fSUN( GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z ) {
1034 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1035 TRACE("(%f, %f, %f, %f, %f, %f)\n", r, g, b, x, y, z );
1036 funcs->ext.p_glColor3fVertex3fSUN( r, g, b, x, y, z );
1039 static void WINAPI glColor3fVertex3fvSUN( const GLfloat* c, const GLfloat* v ) {
1040 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1041 TRACE("(%p, %p)\n", c, v );
1042 funcs->ext.p_glColor3fVertex3fvSUN( c, v );
1045 static void WINAPI glColor3hNV( GLhalfNV red, GLhalfNV green, GLhalfNV blue ) {
1046 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1047 TRACE("(%d, %d, %d)\n", red, green, blue );
1048 funcs->ext.p_glColor3hNV( red, green, blue );
1051 static void WINAPI glColor3hvNV( const GLhalfNV* v ) {
1052 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1053 TRACE("(%p)\n", v );
1054 funcs->ext.p_glColor3hvNV( v );
1057 static void WINAPI glColor3xOES( GLfixed red, GLfixed green, GLfixed blue ) {
1058 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1059 TRACE("(%d, %d, %d)\n", red, green, blue );
1060 funcs->ext.p_glColor3xOES( red, green, blue );
1063 static void WINAPI glColor3xvOES( const GLfixed* components ) {
1064 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1065 TRACE("(%p)\n", components );
1066 funcs->ext.p_glColor3xvOES( components );
1069 static void WINAPI glColor4fNormal3fVertex3fSUN( GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
1070 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1071 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", r, g, b, a, nx, ny, nz, x, y, z );
1072 funcs->ext.p_glColor4fNormal3fVertex3fSUN( r, g, b, a, nx, ny, nz, x, y, z );
1075 static void WINAPI glColor4fNormal3fVertex3fvSUN( const GLfloat* c, const GLfloat* n, const GLfloat* v ) {
1076 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1077 TRACE("(%p, %p, %p)\n", c, n, v );
1078 funcs->ext.p_glColor4fNormal3fVertex3fvSUN( c, n, v );
1081 static void WINAPI glColor4hNV( GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha ) {
1082 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1083 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
1084 funcs->ext.p_glColor4hNV( red, green, blue, alpha );
1087 static void WINAPI glColor4hvNV( const GLhalfNV* v ) {
1088 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1089 TRACE("(%p)\n", v );
1090 funcs->ext.p_glColor4hvNV( v );
1093 static void WINAPI glColor4ubVertex2fSUN( GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y ) {
1094 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1095 TRACE("(%d, %d, %d, %d, %f, %f)\n", r, g, b, a, x, y );
1096 funcs->ext.p_glColor4ubVertex2fSUN( r, g, b, a, x, y );
1099 static void WINAPI glColor4ubVertex2fvSUN( const GLubyte* c, const GLfloat* v ) {
1100 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1101 TRACE("(%p, %p)\n", c, v );
1102 funcs->ext.p_glColor4ubVertex2fvSUN( c, v );
1105 static void WINAPI glColor4ubVertex3fSUN( GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z ) {
1106 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1107 TRACE("(%d, %d, %d, %d, %f, %f, %f)\n", r, g, b, a, x, y, z );
1108 funcs->ext.p_glColor4ubVertex3fSUN( r, g, b, a, x, y, z );
1111 static void WINAPI glColor4ubVertex3fvSUN( const GLubyte* c, const GLfloat* v ) {
1112 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1113 TRACE("(%p, %p)\n", c, v );
1114 funcs->ext.p_glColor4ubVertex3fvSUN( c, v );
1117 static void WINAPI glColor4xOES( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) {
1118 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1119 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
1120 funcs->ext.p_glColor4xOES( red, green, blue, alpha );
1123 static void WINAPI glColor4xvOES( const GLfixed* components ) {
1124 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1125 TRACE("(%p)\n", components );
1126 funcs->ext.p_glColor4xvOES( components );
1129 static void WINAPI glColorFormatNV( GLint size, GLenum type, GLsizei stride ) {
1130 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1131 TRACE("(%d, %d, %d)\n", size, type, stride );
1132 funcs->ext.p_glColorFormatNV( size, type, stride );
1135 static void WINAPI glColorFragmentOp1ATI( GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod ) {
1136 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1137 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod );
1138 funcs->ext.p_glColorFragmentOp1ATI( op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod );
1141 static void WINAPI glColorFragmentOp2ATI( GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod ) {
1142 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1143 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod );
1144 funcs->ext.p_glColorFragmentOp2ATI( op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod );
1147 static void WINAPI glColorFragmentOp3ATI( GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod ) {
1148 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1149 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod );
1150 funcs->ext.p_glColorFragmentOp3ATI( op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod );
1153 static void WINAPI glColorMaskIndexedEXT( GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a ) {
1154 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1155 TRACE("(%d, %d, %d, %d, %d)\n", index, r, g, b, a );
1156 funcs->ext.p_glColorMaskIndexedEXT( index, r, g, b, a );
1159 static void WINAPI glColorMaski( GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a ) {
1160 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1161 TRACE("(%d, %d, %d, %d, %d)\n", index, r, g, b, a );
1162 funcs->ext.p_glColorMaski( index, r, g, b, a );
1165 static void WINAPI glColorP3ui( GLenum type, GLuint color ) {
1166 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1167 TRACE("(%d, %d)\n", type, color );
1168 funcs->ext.p_glColorP3ui( type, color );
1171 static void WINAPI glColorP3uiv( GLenum type, const GLuint* color ) {
1172 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1173 TRACE("(%d, %p)\n", type, color );
1174 funcs->ext.p_glColorP3uiv( type, color );
1177 static void WINAPI glColorP4ui( GLenum type, GLuint color ) {
1178 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1179 TRACE("(%d, %d)\n", type, color );
1180 funcs->ext.p_glColorP4ui( type, color );
1183 static void WINAPI glColorP4uiv( GLenum type, const GLuint* color ) {
1184 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1185 TRACE("(%d, %p)\n", type, color );
1186 funcs->ext.p_glColorP4uiv( type, color );
1189 static void WINAPI glColorPointerEXT( GLint size, GLenum type, GLsizei stride, GLsizei count, const void* pointer ) {
1190 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1191 TRACE("(%d, %d, %d, %d, %p)\n", size, type, stride, count, pointer );
1192 funcs->ext.p_glColorPointerEXT( size, type, stride, count, pointer );
1195 static void WINAPI glColorPointerListIBM( GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
1196 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1197 TRACE("(%d, %d, %d, %p, %d)\n", size, type, stride, pointer, ptrstride );
1198 funcs->ext.p_glColorPointerListIBM( size, type, stride, pointer, ptrstride );
1201 static void WINAPI glColorPointervINTEL( GLint size, GLenum type, const void** pointer ) {
1202 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1203 TRACE("(%d, %d, %p)\n", size, type, pointer );
1204 funcs->ext.p_glColorPointervINTEL( size, type, pointer );
1207 static void WINAPI glColorSubTable( GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void* data ) {
1208 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1209 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, start, count, format, type, data );
1210 funcs->ext.p_glColorSubTable( target, start, count, format, type, data );
1213 static void WINAPI glColorSubTableEXT( GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void* data ) {
1214 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1215 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, start, count, format, type, data );
1216 funcs->ext.p_glColorSubTableEXT( target, start, count, format, type, data );
1219 static void WINAPI glColorTable( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void* table ) {
1220 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1221 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalformat, width, format, type, table );
1222 funcs->ext.p_glColorTable( target, internalformat, width, format, type, table );
1225 static void WINAPI glColorTableEXT( GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void* table ) {
1226 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1227 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalFormat, width, format, type, table );
1228 funcs->ext.p_glColorTableEXT( target, internalFormat, width, format, type, table );
1231 static void WINAPI glColorTableParameterfv( GLenum target, GLenum pname, const GLfloat* params ) {
1232 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1233 TRACE("(%d, %d, %p)\n", target, pname, params );
1234 funcs->ext.p_glColorTableParameterfv( target, pname, params );
1237 static void WINAPI glColorTableParameterfvSGI( GLenum target, GLenum pname, const GLfloat* params ) {
1238 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1239 TRACE("(%d, %d, %p)\n", target, pname, params );
1240 funcs->ext.p_glColorTableParameterfvSGI( target, pname, params );
1243 static void WINAPI glColorTableParameteriv( GLenum target, GLenum pname, const GLint* params ) {
1244 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1245 TRACE("(%d, %d, %p)\n", target, pname, params );
1246 funcs->ext.p_glColorTableParameteriv( target, pname, params );
1249 static void WINAPI glColorTableParameterivSGI( GLenum target, GLenum pname, const GLint* params ) {
1250 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1251 TRACE("(%d, %d, %p)\n", target, pname, params );
1252 funcs->ext.p_glColorTableParameterivSGI( target, pname, params );
1255 static void WINAPI glColorTableSGI( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void* table ) {
1256 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1257 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalformat, width, format, type, table );
1258 funcs->ext.p_glColorTableSGI( target, internalformat, width, format, type, table );
1261 static void WINAPI glCombinerInputNV( GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage ) {
1262 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1263 TRACE("(%d, %d, %d, %d, %d, %d)\n", stage, portion, variable, input, mapping, componentUsage );
1264 funcs->ext.p_glCombinerInputNV( stage, portion, variable, input, mapping, componentUsage );
1267 static void WINAPI glCombinerOutputNV( GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum ) {
1268 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1269 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum );
1270 funcs->ext.p_glCombinerOutputNV( stage, portion, abOutput, cdOutput, sumOutput, scale, bias, abDotProduct, cdDotProduct, muxSum );
1273 static void WINAPI glCombinerParameterfNV( GLenum pname, GLfloat param ) {
1274 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1275 TRACE("(%d, %f)\n", pname, param );
1276 funcs->ext.p_glCombinerParameterfNV( pname, param );
1279 static void WINAPI glCombinerParameterfvNV( GLenum pname, const GLfloat* params ) {
1280 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1281 TRACE("(%d, %p)\n", pname, params );
1282 funcs->ext.p_glCombinerParameterfvNV( pname, params );
1285 static void WINAPI glCombinerParameteriNV( GLenum pname, GLint param ) {
1286 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1287 TRACE("(%d, %d)\n", pname, param );
1288 funcs->ext.p_glCombinerParameteriNV( pname, param );
1291 static void WINAPI glCombinerParameterivNV( GLenum pname, const GLint* params ) {
1292 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1293 TRACE("(%d, %p)\n", pname, params );
1294 funcs->ext.p_glCombinerParameterivNV( pname, params );
1297 static void WINAPI glCombinerStageParameterfvNV( GLenum stage, GLenum pname, const GLfloat* params ) {
1298 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1299 TRACE("(%d, %d, %p)\n", stage, pname, params );
1300 funcs->ext.p_glCombinerStageParameterfvNV( stage, pname, params );
1303 static void WINAPI glCompileShader( GLuint shader ) {
1304 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1305 TRACE("(%d)\n", shader );
1306 funcs->ext.p_glCompileShader( shader );
1309 static void WINAPI glCompileShaderARB( GLhandleARB shaderObj ) {
1310 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1311 TRACE("(%d)\n", shaderObj );
1312 funcs->ext.p_glCompileShaderARB( shaderObj );
1315 static void WINAPI glCompileShaderIncludeARB( GLuint shader, GLsizei count, const GLchar*const* path, const GLint* length ) {
1316 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1317 TRACE("(%d, %d, %p, %p)\n", shader, count, path, length );
1318 funcs->ext.p_glCompileShaderIncludeARB( shader, count, path, length );
1321 static void WINAPI glCompressedMultiTexImage1DEXT( GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void* bits ) {
1322 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1323 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, border, imageSize, bits );
1324 funcs->ext.p_glCompressedMultiTexImage1DEXT( texunit, target, level, internalformat, width, border, imageSize, bits );
1327 static void WINAPI glCompressedMultiTexImage2DEXT( GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void* bits ) {
1328 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1329 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, height, border, imageSize, bits );
1330 funcs->ext.p_glCompressedMultiTexImage2DEXT( texunit, target, level, internalformat, width, height, border, imageSize, bits );
1333 static void WINAPI glCompressedMultiTexImage3DEXT( GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void* bits ) {
1334 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1335 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, height, depth, border, imageSize, bits );
1336 funcs->ext.p_glCompressedMultiTexImage3DEXT( texunit, target, level, internalformat, width, height, depth, border, imageSize, bits );
1339 static void WINAPI glCompressedMultiTexSubImage1DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void* bits ) {
1340 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1341 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, width, format, imageSize, bits );
1342 funcs->ext.p_glCompressedMultiTexSubImage1DEXT( texunit, target, level, xoffset, width, format, imageSize, bits );
1345 static void WINAPI glCompressedMultiTexSubImage2DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* bits ) {
1346 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1347 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, yoffset, width, height, format, imageSize, bits );
1348 funcs->ext.p_glCompressedMultiTexSubImage2DEXT( texunit, target, level, xoffset, yoffset, width, height, format, imageSize, bits );
1351 static void WINAPI glCompressedMultiTexSubImage3DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* bits ) {
1352 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1353 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits );
1354 funcs->ext.p_glCompressedMultiTexSubImage3DEXT( texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits );
1357 static void WINAPI glCompressedTexImage1D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void* data ) {
1358 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1359 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, border, imageSize, data );
1360 funcs->ext.p_glCompressedTexImage1D( target, level, internalformat, width, border, imageSize, data );
1363 static void WINAPI glCompressedTexImage1DARB( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void* data ) {
1364 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1365 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, border, imageSize, data );
1366 funcs->ext.p_glCompressedTexImage1DARB( target, level, internalformat, width, border, imageSize, data );
1369 static void WINAPI glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void* data ) {
1370 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1371 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, border, imageSize, data );
1372 funcs->ext.p_glCompressedTexImage2D( target, level, internalformat, width, height, border, imageSize, data );
1375 static void WINAPI glCompressedTexImage2DARB( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void* data ) {
1376 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1377 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, border, imageSize, data );
1378 funcs->ext.p_glCompressedTexImage2DARB( target, level, internalformat, width, height, border, imageSize, data );
1381 static void WINAPI glCompressedTexImage3D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void* data ) {
1382 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1383 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, depth, border, imageSize, data );
1384 funcs->ext.p_glCompressedTexImage3D( target, level, internalformat, width, height, depth, border, imageSize, data );
1387 static void WINAPI glCompressedTexImage3DARB( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void* data ) {
1388 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1389 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, depth, border, imageSize, data );
1390 funcs->ext.p_glCompressedTexImage3DARB( target, level, internalformat, width, height, depth, border, imageSize, data );
1393 static void WINAPI glCompressedTexSubImage1D( GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void* data ) {
1394 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1395 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, width, format, imageSize, data );
1396 funcs->ext.p_glCompressedTexSubImage1D( target, level, xoffset, width, format, imageSize, data );
1399 static void WINAPI glCompressedTexSubImage1DARB( GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void* data ) {
1400 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1401 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, width, format, imageSize, data );
1402 funcs->ext.p_glCompressedTexSubImage1DARB( target, level, xoffset, width, format, imageSize, data );
1405 static void WINAPI glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* data ) {
1406 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1407 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, width, height, format, imageSize, data );
1408 funcs->ext.p_glCompressedTexSubImage2D( target, level, xoffset, yoffset, width, height, format, imageSize, data );
1411 static void WINAPI glCompressedTexSubImage2DARB( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* data ) {
1412 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1413 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, width, height, format, imageSize, data );
1414 funcs->ext.p_glCompressedTexSubImage2DARB( target, level, xoffset, yoffset, width, height, format, imageSize, data );
1417 static void WINAPI glCompressedTexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* data ) {
1418 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1419 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1420 funcs->ext.p_glCompressedTexSubImage3D( target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1423 static void WINAPI glCompressedTexSubImage3DARB( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* data ) {
1424 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1425 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1426 funcs->ext.p_glCompressedTexSubImage3DARB( target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1429 static void WINAPI glCompressedTextureImage1DEXT( GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void* bits ) {
1430 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1431 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, border, imageSize, bits );
1432 funcs->ext.p_glCompressedTextureImage1DEXT( texture, target, level, internalformat, width, border, imageSize, bits );
1435 static void WINAPI glCompressedTextureImage2DEXT( GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void* bits ) {
1436 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1437 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, height, border, imageSize, bits );
1438 funcs->ext.p_glCompressedTextureImage2DEXT( texture, target, level, internalformat, width, height, border, imageSize, bits );
1441 static void WINAPI glCompressedTextureImage3DEXT( GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void* bits ) {
1442 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1443 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, height, depth, border, imageSize, bits );
1444 funcs->ext.p_glCompressedTextureImage3DEXT( texture, target, level, internalformat, width, height, depth, border, imageSize, bits );
1447 static void WINAPI glCompressedTextureSubImage1D( GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void* data ) {
1448 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1449 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, width, format, imageSize, data );
1450 funcs->ext.p_glCompressedTextureSubImage1D( texture, level, xoffset, width, format, imageSize, data );
1453 static void WINAPI glCompressedTextureSubImage1DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void* bits ) {
1454 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1455 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, width, format, imageSize, bits );
1456 funcs->ext.p_glCompressedTextureSubImage1DEXT( texture, target, level, xoffset, width, format, imageSize, bits );
1459 static void WINAPI glCompressedTextureSubImage2D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* data ) {
1460 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1461 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, width, height, format, imageSize, data );
1462 funcs->ext.p_glCompressedTextureSubImage2D( texture, level, xoffset, yoffset, width, height, format, imageSize, data );
1465 static void WINAPI glCompressedTextureSubImage2DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void* bits ) {
1466 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1467 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, yoffset, width, height, format, imageSize, bits );
1468 funcs->ext.p_glCompressedTextureSubImage2DEXT( texture, target, level, xoffset, yoffset, width, height, format, imageSize, bits );
1471 static void WINAPI glCompressedTextureSubImage3D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* data ) {
1472 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1473 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1474 funcs->ext.p_glCompressedTextureSubImage3D( texture, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data );
1477 static void WINAPI glCompressedTextureSubImage3DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void* bits ) {
1478 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1479 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits );
1480 funcs->ext.p_glCompressedTextureSubImage3DEXT( texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, bits );
1483 static void WINAPI glConvolutionFilter1D( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void* image ) {
1484 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1485 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalformat, width, format, type, image );
1486 funcs->ext.p_glConvolutionFilter1D( target, internalformat, width, format, type, image );
1489 static void WINAPI glConvolutionFilter1DEXT( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void* image ) {
1490 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1491 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalformat, width, format, type, image );
1492 funcs->ext.p_glConvolutionFilter1DEXT( target, internalformat, width, format, type, image );
1495 static void WINAPI glConvolutionFilter2D( GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* image ) {
1496 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1497 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, internalformat, width, height, format, type, image );
1498 funcs->ext.p_glConvolutionFilter2D( target, internalformat, width, height, format, type, image );
1501 static void WINAPI glConvolutionFilter2DEXT( GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* image ) {
1502 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1503 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, internalformat, width, height, format, type, image );
1504 funcs->ext.p_glConvolutionFilter2DEXT( target, internalformat, width, height, format, type, image );
1507 static void WINAPI glConvolutionParameterf( GLenum target, GLenum pname, GLfloat params ) {
1508 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1509 TRACE("(%d, %d, %f)\n", target, pname, params );
1510 funcs->ext.p_glConvolutionParameterf( target, pname, params );
1513 static void WINAPI glConvolutionParameterfEXT( GLenum target, GLenum pname, GLfloat params ) {
1514 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1515 TRACE("(%d, %d, %f)\n", target, pname, params );
1516 funcs->ext.p_glConvolutionParameterfEXT( target, pname, params );
1519 static void WINAPI glConvolutionParameterfv( GLenum target, GLenum pname, const GLfloat* params ) {
1520 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1521 TRACE("(%d, %d, %p)\n", target, pname, params );
1522 funcs->ext.p_glConvolutionParameterfv( target, pname, params );
1525 static void WINAPI glConvolutionParameterfvEXT( GLenum target, GLenum pname, const GLfloat* params ) {
1526 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1527 TRACE("(%d, %d, %p)\n", target, pname, params );
1528 funcs->ext.p_glConvolutionParameterfvEXT( target, pname, params );
1531 static void WINAPI glConvolutionParameteri( GLenum target, GLenum pname, GLint params ) {
1532 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1533 TRACE("(%d, %d, %d)\n", target, pname, params );
1534 funcs->ext.p_glConvolutionParameteri( target, pname, params );
1537 static void WINAPI glConvolutionParameteriEXT( GLenum target, GLenum pname, GLint params ) {
1538 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1539 TRACE("(%d, %d, %d)\n", target, pname, params );
1540 funcs->ext.p_glConvolutionParameteriEXT( target, pname, params );
1543 static void WINAPI glConvolutionParameteriv( GLenum target, GLenum pname, const GLint* params ) {
1544 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1545 TRACE("(%d, %d, %p)\n", target, pname, params );
1546 funcs->ext.p_glConvolutionParameteriv( target, pname, params );
1549 static void WINAPI glConvolutionParameterivEXT( GLenum target, GLenum pname, const GLint* params ) {
1550 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1551 TRACE("(%d, %d, %p)\n", target, pname, params );
1552 funcs->ext.p_glConvolutionParameterivEXT( target, pname, params );
1555 static void WINAPI glConvolutionParameterxOES( GLenum target, GLenum pname, GLfixed param ) {
1556 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1557 TRACE("(%d, %d, %d)\n", target, pname, param );
1558 funcs->ext.p_glConvolutionParameterxOES( target, pname, param );
1561 static void WINAPI glConvolutionParameterxvOES( GLenum target, GLenum pname, const GLfixed* params ) {
1562 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1563 TRACE("(%d, %d, %p)\n", target, pname, params );
1564 funcs->ext.p_glConvolutionParameterxvOES( target, pname, params );
1567 static void WINAPI glCopyBufferSubData( GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size ) {
1568 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1569 TRACE("(%d, %d, %ld, %ld, %ld)\n", readTarget, writeTarget, readOffset, writeOffset, size );
1570 funcs->ext.p_glCopyBufferSubData( readTarget, writeTarget, readOffset, writeOffset, size );
1573 static void WINAPI glCopyColorSubTable( GLenum target, GLsizei start, GLint x, GLint y, GLsizei width ) {
1574 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1575 TRACE("(%d, %d, %d, %d, %d)\n", target, start, x, y, width );
1576 funcs->ext.p_glCopyColorSubTable( target, start, x, y, width );
1579 static void WINAPI glCopyColorSubTableEXT( GLenum target, GLsizei start, GLint x, GLint y, GLsizei width ) {
1580 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1581 TRACE("(%d, %d, %d, %d, %d)\n", target, start, x, y, width );
1582 funcs->ext.p_glCopyColorSubTableEXT( target, start, x, y, width );
1585 static void WINAPI glCopyColorTable( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width ) {
1586 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1587 TRACE("(%d, %d, %d, %d, %d)\n", target, internalformat, x, y, width );
1588 funcs->ext.p_glCopyColorTable( target, internalformat, x, y, width );
1591 static void WINAPI glCopyColorTableSGI( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width ) {
1592 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1593 TRACE("(%d, %d, %d, %d, %d)\n", target, internalformat, x, y, width );
1594 funcs->ext.p_glCopyColorTableSGI( target, internalformat, x, y, width );
1597 static void WINAPI glCopyConvolutionFilter1D( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width ) {
1598 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1599 TRACE("(%d, %d, %d, %d, %d)\n", target, internalformat, x, y, width );
1600 funcs->ext.p_glCopyConvolutionFilter1D( target, internalformat, x, y, width );
1603 static void WINAPI glCopyConvolutionFilter1DEXT( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width ) {
1604 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1605 TRACE("(%d, %d, %d, %d, %d)\n", target, internalformat, x, y, width );
1606 funcs->ext.p_glCopyConvolutionFilter1DEXT( target, internalformat, x, y, width );
1609 static void WINAPI glCopyConvolutionFilter2D( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height ) {
1610 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1611 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, internalformat, x, y, width, height );
1612 funcs->ext.p_glCopyConvolutionFilter2D( target, internalformat, x, y, width, height );
1615 static void WINAPI glCopyConvolutionFilter2DEXT( GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height ) {
1616 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1617 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, internalformat, x, y, width, height );
1618 funcs->ext.p_glCopyConvolutionFilter2DEXT( target, internalformat, x, y, width, height );
1621 static void WINAPI glCopyImageSubData( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) {
1622 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1623 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth );
1624 funcs->ext.p_glCopyImageSubData( srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth );
1627 static void WINAPI glCopyImageSubDataNV( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth ) {
1628 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1629 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth );
1630 funcs->ext.p_glCopyImageSubDataNV( srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth );
1633 static void WINAPI glCopyMultiTexImage1DEXT( GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border ) {
1634 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1635 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texunit, target, level, internalformat, x, y, width, border );
1636 funcs->ext.p_glCopyMultiTexImage1DEXT( texunit, target, level, internalformat, x, y, width, border );
1639 static void WINAPI glCopyMultiTexImage2DEXT( GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) {
1640 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1641 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texunit, target, level, internalformat, x, y, width, height, border );
1642 funcs->ext.p_glCopyMultiTexImage2DEXT( texunit, target, level, internalformat, x, y, width, height, border );
1645 static void WINAPI glCopyMultiTexSubImage1DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width ) {
1646 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1647 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texunit, target, level, xoffset, x, y, width );
1648 funcs->ext.p_glCopyMultiTexSubImage1DEXT( texunit, target, level, xoffset, x, y, width );
1651 static void WINAPI glCopyMultiTexSubImage2DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1652 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1653 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texunit, target, level, xoffset, yoffset, x, y, width, height );
1654 funcs->ext.p_glCopyMultiTexSubImage2DEXT( texunit, target, level, xoffset, yoffset, x, y, width, height );
1657 static void WINAPI glCopyMultiTexSubImage3DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1658 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1659 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texunit, target, level, xoffset, yoffset, zoffset, x, y, width, height );
1660 funcs->ext.p_glCopyMultiTexSubImage3DEXT( texunit, target, level, xoffset, yoffset, zoffset, x, y, width, height );
1663 static void WINAPI glCopyNamedBufferSubData( GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizei size ) {
1664 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1665 TRACE("(%d, %d, %ld, %ld, %d)\n", readBuffer, writeBuffer, readOffset, writeOffset, size );
1666 funcs->ext.p_glCopyNamedBufferSubData( readBuffer, writeBuffer, readOffset, writeOffset, size );
1669 static void WINAPI glCopyPathNV( GLuint resultPath, GLuint srcPath ) {
1670 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1671 TRACE("(%d, %d)\n", resultPath, srcPath );
1672 funcs->ext.p_glCopyPathNV( resultPath, srcPath );
1675 static void WINAPI glCopyTexImage1DEXT( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border ) {
1676 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1677 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", target, level, internalformat, x, y, width, border );
1678 funcs->ext.p_glCopyTexImage1DEXT( target, level, internalformat, x, y, width, border );
1681 static void WINAPI glCopyTexImage2DEXT( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) {
1682 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1683 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", target, level, internalformat, x, y, width, height, border );
1684 funcs->ext.p_glCopyTexImage2DEXT( target, level, internalformat, x, y, width, height, border );
1687 static void WINAPI glCopyTexSubImage1DEXT( GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width ) {
1688 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1689 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, level, xoffset, x, y, width );
1690 funcs->ext.p_glCopyTexSubImage1DEXT( target, level, xoffset, x, y, width );
1693 static void WINAPI glCopyTexSubImage2DEXT( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1694 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1695 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", target, level, xoffset, yoffset, x, y, width, height );
1696 funcs->ext.p_glCopyTexSubImage2DEXT( target, level, xoffset, yoffset, x, y, width, height );
1699 static void WINAPI glCopyTexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1700 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1701 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", target, level, xoffset, yoffset, zoffset, x, y, width, height );
1702 funcs->ext.p_glCopyTexSubImage3D( target, level, xoffset, yoffset, zoffset, x, y, width, height );
1705 static void WINAPI glCopyTexSubImage3DEXT( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1706 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1707 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", target, level, xoffset, yoffset, zoffset, x, y, width, height );
1708 funcs->ext.p_glCopyTexSubImage3DEXT( target, level, xoffset, yoffset, zoffset, x, y, width, height );
1711 static void WINAPI glCopyTextureImage1DEXT( GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border ) {
1712 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1713 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, level, internalformat, x, y, width, border );
1714 funcs->ext.p_glCopyTextureImage1DEXT( texture, target, level, internalformat, x, y, width, border );
1717 static void WINAPI glCopyTextureImage2DEXT( GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) {
1718 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1719 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, level, internalformat, x, y, width, height, border );
1720 funcs->ext.p_glCopyTextureImage2DEXT( texture, target, level, internalformat, x, y, width, height, border );
1723 static void WINAPI glCopyTextureSubImage1D( GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width ) {
1724 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1725 TRACE("(%d, %d, %d, %d, %d, %d)\n", texture, level, xoffset, x, y, width );
1726 funcs->ext.p_glCopyTextureSubImage1D( texture, level, xoffset, x, y, width );
1729 static void WINAPI glCopyTextureSubImage1DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width ) {
1730 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1731 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texture, target, level, xoffset, x, y, width );
1732 funcs->ext.p_glCopyTextureSubImage1DEXT( texture, target, level, xoffset, x, y, width );
1735 static void WINAPI glCopyTextureSubImage2D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1736 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1737 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, level, xoffset, yoffset, x, y, width, height );
1738 funcs->ext.p_glCopyTextureSubImage2D( texture, level, xoffset, yoffset, x, y, width, height );
1741 static void WINAPI glCopyTextureSubImage2DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1742 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1743 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, level, xoffset, yoffset, x, y, width, height );
1744 funcs->ext.p_glCopyTextureSubImage2DEXT( texture, target, level, xoffset, yoffset, x, y, width, height );
1747 static void WINAPI glCopyTextureSubImage3D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1748 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1749 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, level, xoffset, yoffset, zoffset, x, y, width, height );
1750 funcs->ext.p_glCopyTextureSubImage3D( texture, level, xoffset, yoffset, zoffset, x, y, width, height );
1753 static void WINAPI glCopyTextureSubImage3DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height ) {
1754 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1755 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, level, xoffset, yoffset, zoffset, x, y, width, height );
1756 funcs->ext.p_glCopyTextureSubImage3DEXT( texture, target, level, xoffset, yoffset, zoffset, x, y, width, height );
1759 static void WINAPI glCoverFillPathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat* transformValues ) {
1760 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1761 TRACE("(%d, %d, %p, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues );
1762 funcs->ext.p_glCoverFillPathInstancedNV( numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues );
1765 static void WINAPI glCoverFillPathNV( GLuint path, GLenum coverMode ) {
1766 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1767 TRACE("(%d, %d)\n", path, coverMode );
1768 funcs->ext.p_glCoverFillPathNV( path, coverMode );
1771 static void WINAPI glCoverStrokePathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat* transformValues ) {
1772 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1773 TRACE("(%d, %d, %p, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues );
1774 funcs->ext.p_glCoverStrokePathInstancedNV( numPaths, pathNameType, paths, pathBase, coverMode, transformType, transformValues );
1777 static void WINAPI glCoverStrokePathNV( GLuint path, GLenum coverMode ) {
1778 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1779 TRACE("(%d, %d)\n", path, coverMode );
1780 funcs->ext.p_glCoverStrokePathNV( path, coverMode );
1783 static void WINAPI glCoverageModulationNV( GLenum components ) {
1784 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1785 TRACE("(%d)\n", components );
1786 funcs->ext.p_glCoverageModulationNV( components );
1789 static void WINAPI glCoverageModulationTableNV( GLsizei n, const GLfloat* v ) {
1790 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1791 TRACE("(%d, %p)\n", n, v );
1792 funcs->ext.p_glCoverageModulationTableNV( n, v );
1795 static void WINAPI glCreateBuffers( GLsizei n, GLuint* buffers ) {
1796 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1797 TRACE("(%d, %p)\n", n, buffers );
1798 funcs->ext.p_glCreateBuffers( n, buffers );
1801 static void WINAPI glCreateFramebuffers( GLsizei n, GLuint* framebuffers ) {
1802 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1803 TRACE("(%d, %p)\n", n, framebuffers );
1804 funcs->ext.p_glCreateFramebuffers( n, framebuffers );
1807 static void WINAPI glCreatePerfQueryINTEL( GLuint queryId, GLuint* queryHandle ) {
1808 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1809 TRACE("(%d, %p)\n", queryId, queryHandle );
1810 funcs->ext.p_glCreatePerfQueryINTEL( queryId, queryHandle );
1813 static GLuint WINAPI glCreateProgram( void ) {
1814 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1815 TRACE("()\n");
1816 return funcs->ext.p_glCreateProgram( );
1819 static GLhandleARB WINAPI glCreateProgramObjectARB( void ) {
1820 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1821 TRACE("()\n");
1822 return funcs->ext.p_glCreateProgramObjectARB( );
1825 static void WINAPI glCreateProgramPipelines( GLsizei n, GLuint* pipelines ) {
1826 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1827 TRACE("(%d, %p)\n", n, pipelines );
1828 funcs->ext.p_glCreateProgramPipelines( n, pipelines );
1831 static void WINAPI glCreateQueries( GLenum target, GLsizei n, GLuint* ids ) {
1832 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1833 TRACE("(%d, %d, %p)\n", target, n, ids );
1834 funcs->ext.p_glCreateQueries( target, n, ids );
1837 static void WINAPI glCreateRenderbuffers( GLsizei n, GLuint* renderbuffers ) {
1838 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1839 TRACE("(%d, %p)\n", n, renderbuffers );
1840 funcs->ext.p_glCreateRenderbuffers( n, renderbuffers );
1843 static void WINAPI glCreateSamplers( GLsizei n, GLuint* samplers ) {
1844 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1845 TRACE("(%d, %p)\n", n, samplers );
1846 funcs->ext.p_glCreateSamplers( n, samplers );
1849 static GLuint WINAPI glCreateShader( GLenum type ) {
1850 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1851 TRACE("(%d)\n", type );
1852 return funcs->ext.p_glCreateShader( type );
1855 static GLhandleARB WINAPI glCreateShaderObjectARB( GLenum shaderType ) {
1856 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1857 TRACE("(%d)\n", shaderType );
1858 return funcs->ext.p_glCreateShaderObjectARB( shaderType );
1861 static GLuint WINAPI glCreateShaderProgramEXT( GLenum type, const GLchar* string ) {
1862 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1863 TRACE("(%d, %p)\n", type, string );
1864 return funcs->ext.p_glCreateShaderProgramEXT( type, string );
1867 static GLuint WINAPI glCreateShaderProgramv( GLenum type, GLsizei count, const GLchar*const* strings ) {
1868 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1869 TRACE("(%d, %d, %p)\n", type, count, strings );
1870 return funcs->ext.p_glCreateShaderProgramv( type, count, strings );
1873 static GLsync WINAPI glCreateSyncFromCLeventARB( void* context, void* event, GLbitfield flags ) {
1874 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1875 TRACE("(%p, %p, %d)\n", context, event, flags );
1876 return funcs->ext.p_glCreateSyncFromCLeventARB( context, event, flags );
1879 static void WINAPI glCreateTextures( GLenum target, GLsizei n, GLuint* textures ) {
1880 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1881 TRACE("(%d, %d, %p)\n", target, n, textures );
1882 funcs->ext.p_glCreateTextures( target, n, textures );
1885 static void WINAPI glCreateTransformFeedbacks( GLsizei n, GLuint* ids ) {
1886 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1887 TRACE("(%d, %p)\n", n, ids );
1888 funcs->ext.p_glCreateTransformFeedbacks( n, ids );
1891 static void WINAPI glCreateVertexArrays( GLsizei n, GLuint* arrays ) {
1892 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1893 TRACE("(%d, %p)\n", n, arrays );
1894 funcs->ext.p_glCreateVertexArrays( n, arrays );
1897 static void WINAPI glCullParameterdvEXT( GLenum pname, GLdouble* params ) {
1898 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1899 TRACE("(%d, %p)\n", pname, params );
1900 funcs->ext.p_glCullParameterdvEXT( pname, params );
1903 static void WINAPI glCullParameterfvEXT( GLenum pname, GLfloat* params ) {
1904 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1905 TRACE("(%d, %p)\n", pname, params );
1906 funcs->ext.p_glCullParameterfvEXT( pname, params );
1909 static void WINAPI glCurrentPaletteMatrixARB( GLint index ) {
1910 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1911 TRACE("(%d)\n", index );
1912 funcs->ext.p_glCurrentPaletteMatrixARB( index );
1915 static void WINAPI glDebugMessageCallback( void * callback, const void* userParam ) {
1916 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1917 TRACE("(%p, %p)\n", callback, userParam );
1918 funcs->ext.p_glDebugMessageCallback( callback, userParam );
1921 static void WINAPI glDebugMessageCallbackAMD( void * callback, void* userParam ) {
1922 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1923 TRACE("(%p, %p)\n", callback, userParam );
1924 funcs->ext.p_glDebugMessageCallbackAMD( callback, userParam );
1927 static void WINAPI glDebugMessageCallbackARB( void * callback, const void* userParam ) {
1928 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1929 TRACE("(%p, %p)\n", callback, userParam );
1930 funcs->ext.p_glDebugMessageCallbackARB( callback, userParam );
1933 static void WINAPI glDebugMessageControl( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint* ids, GLboolean enabled ) {
1934 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1935 TRACE("(%d, %d, %d, %d, %p, %d)\n", source, type, severity, count, ids, enabled );
1936 funcs->ext.p_glDebugMessageControl( source, type, severity, count, ids, enabled );
1939 static void WINAPI glDebugMessageControlARB( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint* ids, GLboolean enabled ) {
1940 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1941 TRACE("(%d, %d, %d, %d, %p, %d)\n", source, type, severity, count, ids, enabled );
1942 funcs->ext.p_glDebugMessageControlARB( source, type, severity, count, ids, enabled );
1945 static void WINAPI glDebugMessageEnableAMD( GLenum category, GLenum severity, GLsizei count, const GLuint* ids, GLboolean enabled ) {
1946 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1947 TRACE("(%d, %d, %d, %p, %d)\n", category, severity, count, ids, enabled );
1948 funcs->ext.p_glDebugMessageEnableAMD( category, severity, count, ids, enabled );
1951 static void WINAPI glDebugMessageInsert( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* buf ) {
1952 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1953 TRACE("(%d, %d, %d, %d, %d, %p)\n", source, type, id, severity, length, buf );
1954 funcs->ext.p_glDebugMessageInsert( source, type, id, severity, length, buf );
1957 static void WINAPI glDebugMessageInsertAMD( GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar* buf ) {
1958 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1959 TRACE("(%d, %d, %d, %d, %p)\n", category, severity, id, length, buf );
1960 funcs->ext.p_glDebugMessageInsertAMD( category, severity, id, length, buf );
1963 static void WINAPI glDebugMessageInsertARB( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* buf ) {
1964 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1965 TRACE("(%d, %d, %d, %d, %d, %p)\n", source, type, id, severity, length, buf );
1966 funcs->ext.p_glDebugMessageInsertARB( source, type, id, severity, length, buf );
1969 static void WINAPI glDeformSGIX( GLbitfield mask ) {
1970 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1971 TRACE("(%d)\n", mask );
1972 funcs->ext.p_glDeformSGIX( mask );
1975 static void WINAPI glDeformationMap3dSGIX( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble* points ) {
1976 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1977 TRACE("(%d, %f, %f, %d, %d, %f, %f, %d, %d, %f, %f, %d, %d, %p)\n", target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points );
1978 funcs->ext.p_glDeformationMap3dSGIX( target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points );
1981 static void WINAPI glDeformationMap3fSGIX( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat* points ) {
1982 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1983 TRACE("(%d, %f, %f, %d, %d, %f, %f, %d, %d, %f, %f, %d, %d, %p)\n", target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points );
1984 funcs->ext.p_glDeformationMap3fSGIX( target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, w1, w2, wstride, worder, points );
1987 static void WINAPI glDeleteAsyncMarkersSGIX( GLuint marker, GLsizei range ) {
1988 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1989 TRACE("(%d, %d)\n", marker, range );
1990 funcs->ext.p_glDeleteAsyncMarkersSGIX( marker, range );
1993 static void WINAPI glDeleteBufferRegion( GLenum region ) {
1994 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
1995 TRACE("(%d)\n", region );
1996 funcs->ext.p_glDeleteBufferRegion( region );
1999 static void WINAPI glDeleteBuffers( GLsizei n, const GLuint* buffers ) {
2000 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2001 TRACE("(%d, %p)\n", n, buffers );
2002 funcs->ext.p_glDeleteBuffers( n, buffers );
2005 static void WINAPI glDeleteBuffersARB( GLsizei n, const GLuint* buffers ) {
2006 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2007 TRACE("(%d, %p)\n", n, buffers );
2008 funcs->ext.p_glDeleteBuffersARB( n, buffers );
2011 static void WINAPI glDeleteFencesAPPLE( GLsizei n, const GLuint* fences ) {
2012 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2013 TRACE("(%d, %p)\n", n, fences );
2014 funcs->ext.p_glDeleteFencesAPPLE( n, fences );
2017 static void WINAPI glDeleteFencesNV( GLsizei n, const GLuint* fences ) {
2018 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2019 TRACE("(%d, %p)\n", n, fences );
2020 funcs->ext.p_glDeleteFencesNV( n, fences );
2023 static void WINAPI glDeleteFragmentShaderATI( GLuint id ) {
2024 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2025 TRACE("(%d)\n", id );
2026 funcs->ext.p_glDeleteFragmentShaderATI( id );
2029 static void WINAPI glDeleteFramebuffers( GLsizei n, const GLuint* framebuffers ) {
2030 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2031 TRACE("(%d, %p)\n", n, framebuffers );
2032 funcs->ext.p_glDeleteFramebuffers( n, framebuffers );
2035 static void WINAPI glDeleteFramebuffersEXT( GLsizei n, const GLuint* framebuffers ) {
2036 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2037 TRACE("(%d, %p)\n", n, framebuffers );
2038 funcs->ext.p_glDeleteFramebuffersEXT( n, framebuffers );
2041 static void WINAPI glDeleteNamedStringARB( GLint namelen, const GLchar* name ) {
2042 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2043 TRACE("(%d, %p)\n", namelen, name );
2044 funcs->ext.p_glDeleteNamedStringARB( namelen, name );
2047 static void WINAPI glDeleteNamesAMD( GLenum identifier, GLuint num, const GLuint* names ) {
2048 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2049 TRACE("(%d, %d, %p)\n", identifier, num, names );
2050 funcs->ext.p_glDeleteNamesAMD( identifier, num, names );
2053 static void WINAPI glDeleteObjectARB( GLhandleARB obj ) {
2054 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2055 TRACE("(%d)\n", obj );
2056 funcs->ext.p_glDeleteObjectARB( obj );
2059 static void WINAPI glDeleteObjectBufferATI( GLuint buffer ) {
2060 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2061 TRACE("(%d)\n", buffer );
2062 funcs->ext.p_glDeleteObjectBufferATI( buffer );
2065 static void WINAPI glDeleteOcclusionQueriesNV( GLsizei n, const GLuint* ids ) {
2066 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2067 TRACE("(%d, %p)\n", n, ids );
2068 funcs->ext.p_glDeleteOcclusionQueriesNV( n, ids );
2071 static void WINAPI glDeletePathsNV( GLuint path, GLsizei range ) {
2072 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2073 TRACE("(%d, %d)\n", path, range );
2074 funcs->ext.p_glDeletePathsNV( path, range );
2077 static void WINAPI glDeletePerfMonitorsAMD( GLsizei n, GLuint* monitors ) {
2078 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2079 TRACE("(%d, %p)\n", n, monitors );
2080 funcs->ext.p_glDeletePerfMonitorsAMD( n, monitors );
2083 static void WINAPI glDeletePerfQueryINTEL( GLuint queryHandle ) {
2084 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2085 TRACE("(%d)\n", queryHandle );
2086 funcs->ext.p_glDeletePerfQueryINTEL( queryHandle );
2089 static void WINAPI glDeleteProgram( GLuint program ) {
2090 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2091 TRACE("(%d)\n", program );
2092 funcs->ext.p_glDeleteProgram( program );
2095 static void WINAPI glDeleteProgramPipelines( GLsizei n, const GLuint* pipelines ) {
2096 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2097 TRACE("(%d, %p)\n", n, pipelines );
2098 funcs->ext.p_glDeleteProgramPipelines( n, pipelines );
2101 static void WINAPI glDeleteProgramsARB( GLsizei n, const GLuint* programs ) {
2102 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2103 TRACE("(%d, %p)\n", n, programs );
2104 funcs->ext.p_glDeleteProgramsARB( n, programs );
2107 static void WINAPI glDeleteProgramsNV( GLsizei n, const GLuint* programs ) {
2108 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2109 TRACE("(%d, %p)\n", n, programs );
2110 funcs->ext.p_glDeleteProgramsNV( n, programs );
2113 static void WINAPI glDeleteQueries( GLsizei n, const GLuint* ids ) {
2114 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2115 TRACE("(%d, %p)\n", n, ids );
2116 funcs->ext.p_glDeleteQueries( n, ids );
2119 static void WINAPI glDeleteQueriesARB( GLsizei n, const GLuint* ids ) {
2120 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2121 TRACE("(%d, %p)\n", n, ids );
2122 funcs->ext.p_glDeleteQueriesARB( n, ids );
2125 static void WINAPI glDeleteRenderbuffers( GLsizei n, const GLuint* renderbuffers ) {
2126 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2127 TRACE("(%d, %p)\n", n, renderbuffers );
2128 funcs->ext.p_glDeleteRenderbuffers( n, renderbuffers );
2131 static void WINAPI glDeleteRenderbuffersEXT( GLsizei n, const GLuint* renderbuffers ) {
2132 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2133 TRACE("(%d, %p)\n", n, renderbuffers );
2134 funcs->ext.p_glDeleteRenderbuffersEXT( n, renderbuffers );
2137 static void WINAPI glDeleteSamplers( GLsizei count, const GLuint* samplers ) {
2138 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2139 TRACE("(%d, %p)\n", count, samplers );
2140 funcs->ext.p_glDeleteSamplers( count, samplers );
2143 static void WINAPI glDeleteShader( GLuint shader ) {
2144 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2145 TRACE("(%d)\n", shader );
2146 funcs->ext.p_glDeleteShader( shader );
2149 static void WINAPI glDeleteSync( GLsync sync ) {
2150 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2151 TRACE("(%p)\n", sync );
2152 funcs->ext.p_glDeleteSync( sync );
2155 static void WINAPI glDeleteTexturesEXT( GLsizei n, const GLuint* textures ) {
2156 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2157 TRACE("(%d, %p)\n", n, textures );
2158 funcs->ext.p_glDeleteTexturesEXT( n, textures );
2161 static void WINAPI glDeleteTransformFeedbacks( GLsizei n, const GLuint* ids ) {
2162 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2163 TRACE("(%d, %p)\n", n, ids );
2164 funcs->ext.p_glDeleteTransformFeedbacks( n, ids );
2167 static void WINAPI glDeleteTransformFeedbacksNV( GLsizei n, const GLuint* ids ) {
2168 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2169 TRACE("(%d, %p)\n", n, ids );
2170 funcs->ext.p_glDeleteTransformFeedbacksNV( n, ids );
2173 static void WINAPI glDeleteVertexArrays( GLsizei n, const GLuint* arrays ) {
2174 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2175 TRACE("(%d, %p)\n", n, arrays );
2176 funcs->ext.p_glDeleteVertexArrays( n, arrays );
2179 static void WINAPI glDeleteVertexArraysAPPLE( GLsizei n, const GLuint* arrays ) {
2180 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2181 TRACE("(%d, %p)\n", n, arrays );
2182 funcs->ext.p_glDeleteVertexArraysAPPLE( n, arrays );
2185 static void WINAPI glDeleteVertexShaderEXT( GLuint id ) {
2186 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2187 TRACE("(%d)\n", id );
2188 funcs->ext.p_glDeleteVertexShaderEXT( id );
2191 static void WINAPI glDepthBoundsEXT( GLclampd zmin, GLclampd zmax ) {
2192 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2193 TRACE("(%f, %f)\n", zmin, zmax );
2194 funcs->ext.p_glDepthBoundsEXT( zmin, zmax );
2197 static void WINAPI glDepthBoundsdNV( GLdouble zmin, GLdouble zmax ) {
2198 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2199 TRACE("(%f, %f)\n", zmin, zmax );
2200 funcs->ext.p_glDepthBoundsdNV( zmin, zmax );
2203 static void WINAPI glDepthRangeArrayv( GLuint first, GLsizei count, const GLdouble* v ) {
2204 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2205 TRACE("(%d, %d, %p)\n", first, count, v );
2206 funcs->ext.p_glDepthRangeArrayv( first, count, v );
2209 static void WINAPI glDepthRangeIndexed( GLuint index, GLdouble n, GLdouble f ) {
2210 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2211 TRACE("(%d, %f, %f)\n", index, n, f );
2212 funcs->ext.p_glDepthRangeIndexed( index, n, f );
2215 static void WINAPI glDepthRangedNV( GLdouble zNear, GLdouble zFar ) {
2216 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2217 TRACE("(%f, %f)\n", zNear, zFar );
2218 funcs->ext.p_glDepthRangedNV( zNear, zFar );
2221 static void WINAPI glDepthRangef( GLfloat n, GLfloat f ) {
2222 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2223 TRACE("(%f, %f)\n", n, f );
2224 funcs->ext.p_glDepthRangef( n, f );
2227 static void WINAPI glDepthRangefOES( GLclampf n, GLclampf f ) {
2228 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2229 TRACE("(%f, %f)\n", n, f );
2230 funcs->ext.p_glDepthRangefOES( n, f );
2233 static void WINAPI glDepthRangexOES( GLfixed n, GLfixed f ) {
2234 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2235 TRACE("(%d, %d)\n", n, f );
2236 funcs->ext.p_glDepthRangexOES( n, f );
2239 static void WINAPI glDetachObjectARB( GLhandleARB containerObj, GLhandleARB attachedObj ) {
2240 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2241 TRACE("(%d, %d)\n", containerObj, attachedObj );
2242 funcs->ext.p_glDetachObjectARB( containerObj, attachedObj );
2245 static void WINAPI glDetachShader( GLuint program, GLuint shader ) {
2246 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2247 TRACE("(%d, %d)\n", program, shader );
2248 funcs->ext.p_glDetachShader( program, shader );
2251 static void WINAPI glDetailTexFuncSGIS( GLenum target, GLsizei n, const GLfloat* points ) {
2252 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2253 TRACE("(%d, %d, %p)\n", target, n, points );
2254 funcs->ext.p_glDetailTexFuncSGIS( target, n, points );
2257 static void WINAPI glDisableClientStateIndexedEXT( GLenum array, GLuint index ) {
2258 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2259 TRACE("(%d, %d)\n", array, index );
2260 funcs->ext.p_glDisableClientStateIndexedEXT( array, index );
2263 static void WINAPI glDisableClientStateiEXT( GLenum array, GLuint index ) {
2264 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2265 TRACE("(%d, %d)\n", array, index );
2266 funcs->ext.p_glDisableClientStateiEXT( array, index );
2269 static void WINAPI glDisableIndexedEXT( GLenum target, GLuint index ) {
2270 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2271 TRACE("(%d, %d)\n", target, index );
2272 funcs->ext.p_glDisableIndexedEXT( target, index );
2275 static void WINAPI glDisableVariantClientStateEXT( GLuint id ) {
2276 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2277 TRACE("(%d)\n", id );
2278 funcs->ext.p_glDisableVariantClientStateEXT( id );
2281 static void WINAPI glDisableVertexArrayAttrib( GLuint vaobj, GLuint index ) {
2282 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2283 TRACE("(%d, %d)\n", vaobj, index );
2284 funcs->ext.p_glDisableVertexArrayAttrib( vaobj, index );
2287 static void WINAPI glDisableVertexArrayAttribEXT( GLuint vaobj, GLuint index ) {
2288 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2289 TRACE("(%d, %d)\n", vaobj, index );
2290 funcs->ext.p_glDisableVertexArrayAttribEXT( vaobj, index );
2293 static void WINAPI glDisableVertexArrayEXT( GLuint vaobj, GLenum array ) {
2294 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2295 TRACE("(%d, %d)\n", vaobj, array );
2296 funcs->ext.p_glDisableVertexArrayEXT( vaobj, array );
2299 static void WINAPI glDisableVertexAttribAPPLE( GLuint index, GLenum pname ) {
2300 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2301 TRACE("(%d, %d)\n", index, pname );
2302 funcs->ext.p_glDisableVertexAttribAPPLE( index, pname );
2305 static void WINAPI glDisableVertexAttribArray( GLuint index ) {
2306 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2307 TRACE("(%d)\n", index );
2308 funcs->ext.p_glDisableVertexAttribArray( index );
2311 static void WINAPI glDisableVertexAttribArrayARB( GLuint index ) {
2312 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2313 TRACE("(%d)\n", index );
2314 funcs->ext.p_glDisableVertexAttribArrayARB( index );
2317 static void WINAPI glDisablei( GLenum target, GLuint index ) {
2318 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2319 TRACE("(%d, %d)\n", target, index );
2320 funcs->ext.p_glDisablei( target, index );
2323 static void WINAPI glDispatchCompute( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z ) {
2324 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2325 TRACE("(%d, %d, %d)\n", num_groups_x, num_groups_y, num_groups_z );
2326 funcs->ext.p_glDispatchCompute( num_groups_x, num_groups_y, num_groups_z );
2329 static void WINAPI glDispatchComputeGroupSizeARB( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z ) {
2330 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2331 TRACE("(%d, %d, %d, %d, %d, %d)\n", num_groups_x, num_groups_y, num_groups_z, group_size_x, group_size_y, group_size_z );
2332 funcs->ext.p_glDispatchComputeGroupSizeARB( num_groups_x, num_groups_y, num_groups_z, group_size_x, group_size_y, group_size_z );
2335 static void WINAPI glDispatchComputeIndirect( GLintptr indirect ) {
2336 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2337 TRACE("(%ld)\n", indirect );
2338 funcs->ext.p_glDispatchComputeIndirect( indirect );
2341 static void WINAPI glDrawArraysEXT( GLenum mode, GLint first, GLsizei count ) {
2342 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2343 TRACE("(%d, %d, %d)\n", mode, first, count );
2344 funcs->ext.p_glDrawArraysEXT( mode, first, count );
2347 static void WINAPI glDrawArraysIndirect( GLenum mode, const void* indirect ) {
2348 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2349 TRACE("(%d, %p)\n", mode, indirect );
2350 funcs->ext.p_glDrawArraysIndirect( mode, indirect );
2353 static void WINAPI glDrawArraysInstanced( GLenum mode, GLint first, GLsizei count, GLsizei instancecount ) {
2354 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2355 TRACE("(%d, %d, %d, %d)\n", mode, first, count, instancecount );
2356 funcs->ext.p_glDrawArraysInstanced( mode, first, count, instancecount );
2359 static void WINAPI glDrawArraysInstancedARB( GLenum mode, GLint first, GLsizei count, GLsizei primcount ) {
2360 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2361 TRACE("(%d, %d, %d, %d)\n", mode, first, count, primcount );
2362 funcs->ext.p_glDrawArraysInstancedARB( mode, first, count, primcount );
2365 static void WINAPI glDrawArraysInstancedBaseInstance( GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance ) {
2366 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2367 TRACE("(%d, %d, %d, %d, %d)\n", mode, first, count, instancecount, baseinstance );
2368 funcs->ext.p_glDrawArraysInstancedBaseInstance( mode, first, count, instancecount, baseinstance );
2371 static void WINAPI glDrawArraysInstancedEXT( GLenum mode, GLint start, GLsizei count, GLsizei primcount ) {
2372 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2373 TRACE("(%d, %d, %d, %d)\n", mode, start, count, primcount );
2374 funcs->ext.p_glDrawArraysInstancedEXT( mode, start, count, primcount );
2377 static void WINAPI glDrawBufferRegion( GLenum region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest ) {
2378 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2379 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", region, x, y, width, height, xDest, yDest );
2380 funcs->ext.p_glDrawBufferRegion( region, x, y, width, height, xDest, yDest );
2383 static void WINAPI glDrawBuffers( GLsizei n, const GLenum* bufs ) {
2384 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2385 TRACE("(%d, %p)\n", n, bufs );
2386 funcs->ext.p_glDrawBuffers( n, bufs );
2389 static void WINAPI glDrawBuffersARB( GLsizei n, const GLenum* bufs ) {
2390 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2391 TRACE("(%d, %p)\n", n, bufs );
2392 funcs->ext.p_glDrawBuffersARB( n, bufs );
2395 static void WINAPI glDrawBuffersATI( GLsizei n, const GLenum* bufs ) {
2396 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2397 TRACE("(%d, %p)\n", n, bufs );
2398 funcs->ext.p_glDrawBuffersATI( n, bufs );
2401 static void WINAPI glDrawElementArrayAPPLE( GLenum mode, GLint first, GLsizei count ) {
2402 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2403 TRACE("(%d, %d, %d)\n", mode, first, count );
2404 funcs->ext.p_glDrawElementArrayAPPLE( mode, first, count );
2407 static void WINAPI glDrawElementArrayATI( GLenum mode, GLsizei count ) {
2408 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2409 TRACE("(%d, %d)\n", mode, count );
2410 funcs->ext.p_glDrawElementArrayATI( mode, count );
2413 static void WINAPI glDrawElementsBaseVertex( GLenum mode, GLsizei count, GLenum type, const void* indices, GLint basevertex ) {
2414 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2415 TRACE("(%d, %d, %d, %p, %d)\n", mode, count, type, indices, basevertex );
2416 funcs->ext.p_glDrawElementsBaseVertex( mode, count, type, indices, basevertex );
2419 static void WINAPI glDrawElementsIndirect( GLenum mode, GLenum type, const void* indirect ) {
2420 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2421 TRACE("(%d, %d, %p)\n", mode, type, indirect );
2422 funcs->ext.p_glDrawElementsIndirect( mode, type, indirect );
2425 static void WINAPI glDrawElementsInstanced( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei instancecount ) {
2426 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2427 TRACE("(%d, %d, %d, %p, %d)\n", mode, count, type, indices, instancecount );
2428 funcs->ext.p_glDrawElementsInstanced( mode, count, type, indices, instancecount );
2431 static void WINAPI glDrawElementsInstancedARB( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei primcount ) {
2432 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2433 TRACE("(%d, %d, %d, %p, %d)\n", mode, count, type, indices, primcount );
2434 funcs->ext.p_glDrawElementsInstancedARB( mode, count, type, indices, primcount );
2437 static void WINAPI glDrawElementsInstancedBaseInstance( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei instancecount, GLuint baseinstance ) {
2438 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2439 TRACE("(%d, %d, %d, %p, %d, %d)\n", mode, count, type, indices, instancecount, baseinstance );
2440 funcs->ext.p_glDrawElementsInstancedBaseInstance( mode, count, type, indices, instancecount, baseinstance );
2443 static void WINAPI glDrawElementsInstancedBaseVertex( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei instancecount, GLint basevertex ) {
2444 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2445 TRACE("(%d, %d, %d, %p, %d, %d)\n", mode, count, type, indices, instancecount, basevertex );
2446 funcs->ext.p_glDrawElementsInstancedBaseVertex( mode, count, type, indices, instancecount, basevertex );
2449 static void WINAPI glDrawElementsInstancedBaseVertexBaseInstance( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance ) {
2450 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2451 TRACE("(%d, %d, %d, %p, %d, %d, %d)\n", mode, count, type, indices, instancecount, basevertex, baseinstance );
2452 funcs->ext.p_glDrawElementsInstancedBaseVertexBaseInstance( mode, count, type, indices, instancecount, basevertex, baseinstance );
2455 static void WINAPI glDrawElementsInstancedEXT( GLenum mode, GLsizei count, GLenum type, const void* indices, GLsizei primcount ) {
2456 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2457 TRACE("(%d, %d, %d, %p, %d)\n", mode, count, type, indices, primcount );
2458 funcs->ext.p_glDrawElementsInstancedEXT( mode, count, type, indices, primcount );
2461 static void WINAPI glDrawMeshArraysSUN( GLenum mode, GLint first, GLsizei count, GLsizei width ) {
2462 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2463 TRACE("(%d, %d, %d, %d)\n", mode, first, count, width );
2464 funcs->ext.p_glDrawMeshArraysSUN( mode, first, count, width );
2467 static void WINAPI glDrawRangeElementArrayAPPLE( GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count ) {
2468 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2469 TRACE("(%d, %d, %d, %d, %d)\n", mode, start, end, first, count );
2470 funcs->ext.p_glDrawRangeElementArrayAPPLE( mode, start, end, first, count );
2473 static void WINAPI glDrawRangeElementArrayATI( GLenum mode, GLuint start, GLuint end, GLsizei count ) {
2474 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2475 TRACE("(%d, %d, %d, %d)\n", mode, start, end, count );
2476 funcs->ext.p_glDrawRangeElementArrayATI( mode, start, end, count );
2479 static void WINAPI glDrawRangeElements( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void* indices ) {
2480 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2481 TRACE("(%d, %d, %d, %d, %d, %p)\n", mode, start, end, count, type, indices );
2482 funcs->ext.p_glDrawRangeElements( mode, start, end, count, type, indices );
2485 static void WINAPI glDrawRangeElementsBaseVertex( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void* indices, GLint basevertex ) {
2486 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2487 TRACE("(%d, %d, %d, %d, %d, %p, %d)\n", mode, start, end, count, type, indices, basevertex );
2488 funcs->ext.p_glDrawRangeElementsBaseVertex( mode, start, end, count, type, indices, basevertex );
2491 static void WINAPI glDrawRangeElementsEXT( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void* indices ) {
2492 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2493 TRACE("(%d, %d, %d, %d, %d, %p)\n", mode, start, end, count, type, indices );
2494 funcs->ext.p_glDrawRangeElementsEXT( mode, start, end, count, type, indices );
2497 static void WINAPI glDrawTextureNV( GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1 ) {
2498 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2499 TRACE("(%d, %d, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1 );
2500 funcs->ext.p_glDrawTextureNV( texture, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1 );
2503 static void WINAPI glDrawTransformFeedback( GLenum mode, GLuint id ) {
2504 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2505 TRACE("(%d, %d)\n", mode, id );
2506 funcs->ext.p_glDrawTransformFeedback( mode, id );
2509 static void WINAPI glDrawTransformFeedbackInstanced( GLenum mode, GLuint id, GLsizei instancecount ) {
2510 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2511 TRACE("(%d, %d, %d)\n", mode, id, instancecount );
2512 funcs->ext.p_glDrawTransformFeedbackInstanced( mode, id, instancecount );
2515 static void WINAPI glDrawTransformFeedbackNV( GLenum mode, GLuint id ) {
2516 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2517 TRACE("(%d, %d)\n", mode, id );
2518 funcs->ext.p_glDrawTransformFeedbackNV( mode, id );
2521 static void WINAPI glDrawTransformFeedbackStream( GLenum mode, GLuint id, GLuint stream ) {
2522 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2523 TRACE("(%d, %d, %d)\n", mode, id, stream );
2524 funcs->ext.p_glDrawTransformFeedbackStream( mode, id, stream );
2527 static void WINAPI glDrawTransformFeedbackStreamInstanced( GLenum mode, GLuint id, GLuint stream, GLsizei instancecount ) {
2528 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2529 TRACE("(%d, %d, %d, %d)\n", mode, id, stream, instancecount );
2530 funcs->ext.p_glDrawTransformFeedbackStreamInstanced( mode, id, stream, instancecount );
2533 static void WINAPI glEdgeFlagFormatNV( GLsizei stride ) {
2534 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2535 TRACE("(%d)\n", stride );
2536 funcs->ext.p_glEdgeFlagFormatNV( stride );
2539 static void WINAPI glEdgeFlagPointerEXT( GLsizei stride, GLsizei count, const GLboolean* pointer ) {
2540 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2541 TRACE("(%d, %d, %p)\n", stride, count, pointer );
2542 funcs->ext.p_glEdgeFlagPointerEXT( stride, count, pointer );
2545 static void WINAPI glEdgeFlagPointerListIBM( GLint stride, const GLboolean** pointer, GLint ptrstride ) {
2546 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2547 TRACE("(%d, %p, %d)\n", stride, pointer, ptrstride );
2548 funcs->ext.p_glEdgeFlagPointerListIBM( stride, pointer, ptrstride );
2551 static void WINAPI glElementPointerAPPLE( GLenum type, const void* pointer ) {
2552 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2553 TRACE("(%d, %p)\n", type, pointer );
2554 funcs->ext.p_glElementPointerAPPLE( type, pointer );
2557 static void WINAPI glElementPointerATI( GLenum type, const void* pointer ) {
2558 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2559 TRACE("(%d, %p)\n", type, pointer );
2560 funcs->ext.p_glElementPointerATI( type, pointer );
2563 static void WINAPI glEnableClientStateIndexedEXT( GLenum array, GLuint index ) {
2564 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2565 TRACE("(%d, %d)\n", array, index );
2566 funcs->ext.p_glEnableClientStateIndexedEXT( array, index );
2569 static void WINAPI glEnableClientStateiEXT( GLenum array, GLuint index ) {
2570 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2571 TRACE("(%d, %d)\n", array, index );
2572 funcs->ext.p_glEnableClientStateiEXT( array, index );
2575 static void WINAPI glEnableIndexedEXT( GLenum target, GLuint index ) {
2576 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2577 TRACE("(%d, %d)\n", target, index );
2578 funcs->ext.p_glEnableIndexedEXT( target, index );
2581 static void WINAPI glEnableVariantClientStateEXT( GLuint id ) {
2582 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2583 TRACE("(%d)\n", id );
2584 funcs->ext.p_glEnableVariantClientStateEXT( id );
2587 static void WINAPI glEnableVertexArrayAttrib( GLuint vaobj, GLuint index ) {
2588 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2589 TRACE("(%d, %d)\n", vaobj, index );
2590 funcs->ext.p_glEnableVertexArrayAttrib( vaobj, index );
2593 static void WINAPI glEnableVertexArrayAttribEXT( GLuint vaobj, GLuint index ) {
2594 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2595 TRACE("(%d, %d)\n", vaobj, index );
2596 funcs->ext.p_glEnableVertexArrayAttribEXT( vaobj, index );
2599 static void WINAPI glEnableVertexArrayEXT( GLuint vaobj, GLenum array ) {
2600 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2601 TRACE("(%d, %d)\n", vaobj, array );
2602 funcs->ext.p_glEnableVertexArrayEXT( vaobj, array );
2605 static void WINAPI glEnableVertexAttribAPPLE( GLuint index, GLenum pname ) {
2606 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2607 TRACE("(%d, %d)\n", index, pname );
2608 funcs->ext.p_glEnableVertexAttribAPPLE( index, pname );
2611 static void WINAPI glEnableVertexAttribArray( GLuint index ) {
2612 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2613 TRACE("(%d)\n", index );
2614 funcs->ext.p_glEnableVertexAttribArray( index );
2617 static void WINAPI glEnableVertexAttribArrayARB( GLuint index ) {
2618 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2619 TRACE("(%d)\n", index );
2620 funcs->ext.p_glEnableVertexAttribArrayARB( index );
2623 static void WINAPI glEnablei( GLenum target, GLuint index ) {
2624 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2625 TRACE("(%d, %d)\n", target, index );
2626 funcs->ext.p_glEnablei( target, index );
2629 static void WINAPI glEndConditionalRender( void ) {
2630 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2631 TRACE("()\n");
2632 funcs->ext.p_glEndConditionalRender( );
2635 static void WINAPI glEndConditionalRenderNV( void ) {
2636 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2637 TRACE("()\n");
2638 funcs->ext.p_glEndConditionalRenderNV( );
2641 static void WINAPI glEndConditionalRenderNVX( void ) {
2642 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2643 TRACE("()\n");
2644 funcs->ext.p_glEndConditionalRenderNVX( );
2647 static void WINAPI glEndFragmentShaderATI( void ) {
2648 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2649 TRACE("()\n");
2650 funcs->ext.p_glEndFragmentShaderATI( );
2653 static void WINAPI glEndOcclusionQueryNV( void ) {
2654 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2655 TRACE("()\n");
2656 funcs->ext.p_glEndOcclusionQueryNV( );
2659 static void WINAPI glEndPerfMonitorAMD( GLuint monitor ) {
2660 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2661 TRACE("(%d)\n", monitor );
2662 funcs->ext.p_glEndPerfMonitorAMD( monitor );
2665 static void WINAPI glEndPerfQueryINTEL( GLuint queryHandle ) {
2666 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2667 TRACE("(%d)\n", queryHandle );
2668 funcs->ext.p_glEndPerfQueryINTEL( queryHandle );
2671 static void WINAPI glEndQuery( GLenum target ) {
2672 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2673 TRACE("(%d)\n", target );
2674 funcs->ext.p_glEndQuery( target );
2677 static void WINAPI glEndQueryARB( GLenum target ) {
2678 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2679 TRACE("(%d)\n", target );
2680 funcs->ext.p_glEndQueryARB( target );
2683 static void WINAPI glEndQueryIndexed( GLenum target, GLuint index ) {
2684 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2685 TRACE("(%d, %d)\n", target, index );
2686 funcs->ext.p_glEndQueryIndexed( target, index );
2689 static void WINAPI glEndTransformFeedback( void ) {
2690 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2691 TRACE("()\n");
2692 funcs->ext.p_glEndTransformFeedback( );
2695 static void WINAPI glEndTransformFeedbackEXT( void ) {
2696 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2697 TRACE("()\n");
2698 funcs->ext.p_glEndTransformFeedbackEXT( );
2701 static void WINAPI glEndTransformFeedbackNV( void ) {
2702 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2703 TRACE("()\n");
2704 funcs->ext.p_glEndTransformFeedbackNV( );
2707 static void WINAPI glEndVertexShaderEXT( void ) {
2708 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2709 TRACE("()\n");
2710 funcs->ext.p_glEndVertexShaderEXT( );
2713 static void WINAPI glEndVideoCaptureNV( GLuint video_capture_slot ) {
2714 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2715 TRACE("(%d)\n", video_capture_slot );
2716 funcs->ext.p_glEndVideoCaptureNV( video_capture_slot );
2719 static void WINAPI glEvalCoord1xOES( GLfixed u ) {
2720 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2721 TRACE("(%d)\n", u );
2722 funcs->ext.p_glEvalCoord1xOES( u );
2725 static void WINAPI glEvalCoord1xvOES( const GLfixed* coords ) {
2726 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2727 TRACE("(%p)\n", coords );
2728 funcs->ext.p_glEvalCoord1xvOES( coords );
2731 static void WINAPI glEvalCoord2xOES( GLfixed u, GLfixed v ) {
2732 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2733 TRACE("(%d, %d)\n", u, v );
2734 funcs->ext.p_glEvalCoord2xOES( u, v );
2737 static void WINAPI glEvalCoord2xvOES( const GLfixed* coords ) {
2738 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2739 TRACE("(%p)\n", coords );
2740 funcs->ext.p_glEvalCoord2xvOES( coords );
2743 static void WINAPI glEvalMapsNV( GLenum target, GLenum mode ) {
2744 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2745 TRACE("(%d, %d)\n", target, mode );
2746 funcs->ext.p_glEvalMapsNV( target, mode );
2749 static void WINAPI glExecuteProgramNV( GLenum target, GLuint id, const GLfloat* params ) {
2750 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2751 TRACE("(%d, %d, %p)\n", target, id, params );
2752 funcs->ext.p_glExecuteProgramNV( target, id, params );
2755 static void WINAPI glExtractComponentEXT( GLuint res, GLuint src, GLuint num ) {
2756 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2757 TRACE("(%d, %d, %d)\n", res, src, num );
2758 funcs->ext.p_glExtractComponentEXT( res, src, num );
2761 static void WINAPI glFeedbackBufferxOES( GLsizei n, GLenum type, const GLfixed* buffer ) {
2762 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2763 TRACE("(%d, %d, %p)\n", n, type, buffer );
2764 funcs->ext.p_glFeedbackBufferxOES( n, type, buffer );
2767 static GLsync WINAPI glFenceSync( GLenum condition, GLbitfield flags ) {
2768 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2769 TRACE("(%d, %d)\n", condition, flags );
2770 return funcs->ext.p_glFenceSync( condition, flags );
2773 static void WINAPI glFinalCombinerInputNV( GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage ) {
2774 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2775 TRACE("(%d, %d, %d, %d)\n", variable, input, mapping, componentUsage );
2776 funcs->ext.p_glFinalCombinerInputNV( variable, input, mapping, componentUsage );
2779 static GLint WINAPI glFinishAsyncSGIX( GLuint* markerp ) {
2780 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2781 TRACE("(%p)\n", markerp );
2782 return funcs->ext.p_glFinishAsyncSGIX( markerp );
2785 static void WINAPI glFinishFenceAPPLE( GLuint fence ) {
2786 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2787 TRACE("(%d)\n", fence );
2788 funcs->ext.p_glFinishFenceAPPLE( fence );
2791 static void WINAPI glFinishFenceNV( GLuint fence ) {
2792 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2793 TRACE("(%d)\n", fence );
2794 funcs->ext.p_glFinishFenceNV( fence );
2797 static void WINAPI glFinishObjectAPPLE( GLenum object, GLint name ) {
2798 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2799 TRACE("(%d, %d)\n", object, name );
2800 funcs->ext.p_glFinishObjectAPPLE( object, name );
2803 static void WINAPI glFinishTextureSUNX( void ) {
2804 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2805 TRACE("()\n");
2806 funcs->ext.p_glFinishTextureSUNX( );
2809 static void WINAPI glFlushMappedBufferRange( GLenum target, GLintptr offset, GLsizeiptr length ) {
2810 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2811 TRACE("(%d, %ld, %ld)\n", target, offset, length );
2812 funcs->ext.p_glFlushMappedBufferRange( target, offset, length );
2815 static void WINAPI glFlushMappedBufferRangeAPPLE( GLenum target, GLintptr offset, GLsizeiptr size ) {
2816 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2817 TRACE("(%d, %ld, %ld)\n", target, offset, size );
2818 funcs->ext.p_glFlushMappedBufferRangeAPPLE( target, offset, size );
2821 static void WINAPI glFlushMappedNamedBufferRange( GLuint buffer, GLintptr offset, GLsizei length ) {
2822 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2823 TRACE("(%d, %ld, %d)\n", buffer, offset, length );
2824 funcs->ext.p_glFlushMappedNamedBufferRange( buffer, offset, length );
2827 static void WINAPI glFlushMappedNamedBufferRangeEXT( GLuint buffer, GLintptr offset, GLsizeiptr length ) {
2828 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2829 TRACE("(%d, %ld, %ld)\n", buffer, offset, length );
2830 funcs->ext.p_glFlushMappedNamedBufferRangeEXT( buffer, offset, length );
2833 static void WINAPI glFlushPixelDataRangeNV( GLenum target ) {
2834 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2835 TRACE("(%d)\n", target );
2836 funcs->ext.p_glFlushPixelDataRangeNV( target );
2839 static void WINAPI glFlushRasterSGIX( void ) {
2840 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2841 TRACE("()\n");
2842 funcs->ext.p_glFlushRasterSGIX( );
2845 static void WINAPI glFlushStaticDataIBM( GLenum target ) {
2846 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2847 TRACE("(%d)\n", target );
2848 funcs->ext.p_glFlushStaticDataIBM( target );
2851 static void WINAPI glFlushVertexArrayRangeAPPLE( GLsizei length, void* pointer ) {
2852 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2853 TRACE("(%d, %p)\n", length, pointer );
2854 funcs->ext.p_glFlushVertexArrayRangeAPPLE( length, pointer );
2857 static void WINAPI glFlushVertexArrayRangeNV( void ) {
2858 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2859 TRACE("()\n");
2860 funcs->ext.p_glFlushVertexArrayRangeNV( );
2863 static void WINAPI glFogCoordFormatNV( GLenum type, GLsizei stride ) {
2864 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2865 TRACE("(%d, %d)\n", type, stride );
2866 funcs->ext.p_glFogCoordFormatNV( type, stride );
2869 static void WINAPI glFogCoordPointer( GLenum type, GLsizei stride, const void* pointer ) {
2870 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2871 TRACE("(%d, %d, %p)\n", type, stride, pointer );
2872 funcs->ext.p_glFogCoordPointer( type, stride, pointer );
2875 static void WINAPI glFogCoordPointerEXT( GLenum type, GLsizei stride, const void* pointer ) {
2876 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2877 TRACE("(%d, %d, %p)\n", type, stride, pointer );
2878 funcs->ext.p_glFogCoordPointerEXT( type, stride, pointer );
2881 static void WINAPI glFogCoordPointerListIBM( GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
2882 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2883 TRACE("(%d, %d, %p, %d)\n", type, stride, pointer, ptrstride );
2884 funcs->ext.p_glFogCoordPointerListIBM( type, stride, pointer, ptrstride );
2887 static void WINAPI glFogCoordd( GLdouble coord ) {
2888 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2889 TRACE("(%f)\n", coord );
2890 funcs->ext.p_glFogCoordd( coord );
2893 static void WINAPI glFogCoorddEXT( GLdouble coord ) {
2894 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2895 TRACE("(%f)\n", coord );
2896 funcs->ext.p_glFogCoorddEXT( coord );
2899 static void WINAPI glFogCoorddv( const GLdouble* coord ) {
2900 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2901 TRACE("(%p)\n", coord );
2902 funcs->ext.p_glFogCoorddv( coord );
2905 static void WINAPI glFogCoorddvEXT( const GLdouble* coord ) {
2906 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2907 TRACE("(%p)\n", coord );
2908 funcs->ext.p_glFogCoorddvEXT( coord );
2911 static void WINAPI glFogCoordf( GLfloat coord ) {
2912 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2913 TRACE("(%f)\n", coord );
2914 funcs->ext.p_glFogCoordf( coord );
2917 static void WINAPI glFogCoordfEXT( GLfloat coord ) {
2918 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2919 TRACE("(%f)\n", coord );
2920 funcs->ext.p_glFogCoordfEXT( coord );
2923 static void WINAPI glFogCoordfv( const GLfloat* coord ) {
2924 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2925 TRACE("(%p)\n", coord );
2926 funcs->ext.p_glFogCoordfv( coord );
2929 static void WINAPI glFogCoordfvEXT( const GLfloat* coord ) {
2930 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2931 TRACE("(%p)\n", coord );
2932 funcs->ext.p_glFogCoordfvEXT( coord );
2935 static void WINAPI glFogCoordhNV( GLhalfNV fog ) {
2936 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2937 TRACE("(%d)\n", fog );
2938 funcs->ext.p_glFogCoordhNV( fog );
2941 static void WINAPI glFogCoordhvNV( const GLhalfNV* fog ) {
2942 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2943 TRACE("(%p)\n", fog );
2944 funcs->ext.p_glFogCoordhvNV( fog );
2947 static void WINAPI glFogFuncSGIS( GLsizei n, const GLfloat* points ) {
2948 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2949 TRACE("(%d, %p)\n", n, points );
2950 funcs->ext.p_glFogFuncSGIS( n, points );
2953 static void WINAPI glFogxOES( GLenum pname, GLfixed param ) {
2954 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2955 TRACE("(%d, %d)\n", pname, param );
2956 funcs->ext.p_glFogxOES( pname, param );
2959 static void WINAPI glFogxvOES( GLenum pname, const GLfixed* param ) {
2960 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2961 TRACE("(%d, %p)\n", pname, param );
2962 funcs->ext.p_glFogxvOES( pname, param );
2965 static void WINAPI glFragmentColorMaterialSGIX( GLenum face, GLenum mode ) {
2966 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2967 TRACE("(%d, %d)\n", face, mode );
2968 funcs->ext.p_glFragmentColorMaterialSGIX( face, mode );
2971 static void WINAPI glFragmentCoverageColorNV( GLuint color ) {
2972 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2973 TRACE("(%d)\n", color );
2974 funcs->ext.p_glFragmentCoverageColorNV( color );
2977 static void WINAPI glFragmentLightModelfSGIX( GLenum pname, GLfloat param ) {
2978 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2979 TRACE("(%d, %f)\n", pname, param );
2980 funcs->ext.p_glFragmentLightModelfSGIX( pname, param );
2983 static void WINAPI glFragmentLightModelfvSGIX( GLenum pname, const GLfloat* params ) {
2984 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2985 TRACE("(%d, %p)\n", pname, params );
2986 funcs->ext.p_glFragmentLightModelfvSGIX( pname, params );
2989 static void WINAPI glFragmentLightModeliSGIX( GLenum pname, GLint param ) {
2990 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2991 TRACE("(%d, %d)\n", pname, param );
2992 funcs->ext.p_glFragmentLightModeliSGIX( pname, param );
2995 static void WINAPI glFragmentLightModelivSGIX( GLenum pname, const GLint* params ) {
2996 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
2997 TRACE("(%d, %p)\n", pname, params );
2998 funcs->ext.p_glFragmentLightModelivSGIX( pname, params );
3001 static void WINAPI glFragmentLightfSGIX( GLenum light, GLenum pname, GLfloat param ) {
3002 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3003 TRACE("(%d, %d, %f)\n", light, pname, param );
3004 funcs->ext.p_glFragmentLightfSGIX( light, pname, param );
3007 static void WINAPI glFragmentLightfvSGIX( GLenum light, GLenum pname, const GLfloat* params ) {
3008 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3009 TRACE("(%d, %d, %p)\n", light, pname, params );
3010 funcs->ext.p_glFragmentLightfvSGIX( light, pname, params );
3013 static void WINAPI glFragmentLightiSGIX( GLenum light, GLenum pname, GLint param ) {
3014 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3015 TRACE("(%d, %d, %d)\n", light, pname, param );
3016 funcs->ext.p_glFragmentLightiSGIX( light, pname, param );
3019 static void WINAPI glFragmentLightivSGIX( GLenum light, GLenum pname, const GLint* params ) {
3020 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3021 TRACE("(%d, %d, %p)\n", light, pname, params );
3022 funcs->ext.p_glFragmentLightivSGIX( light, pname, params );
3025 static void WINAPI glFragmentMaterialfSGIX( GLenum face, GLenum pname, GLfloat param ) {
3026 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3027 TRACE("(%d, %d, %f)\n", face, pname, param );
3028 funcs->ext.p_glFragmentMaterialfSGIX( face, pname, param );
3031 static void WINAPI glFragmentMaterialfvSGIX( GLenum face, GLenum pname, const GLfloat* params ) {
3032 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3033 TRACE("(%d, %d, %p)\n", face, pname, params );
3034 funcs->ext.p_glFragmentMaterialfvSGIX( face, pname, params );
3037 static void WINAPI glFragmentMaterialiSGIX( GLenum face, GLenum pname, GLint param ) {
3038 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3039 TRACE("(%d, %d, %d)\n", face, pname, param );
3040 funcs->ext.p_glFragmentMaterialiSGIX( face, pname, param );
3043 static void WINAPI glFragmentMaterialivSGIX( GLenum face, GLenum pname, const GLint* params ) {
3044 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3045 TRACE("(%d, %d, %p)\n", face, pname, params );
3046 funcs->ext.p_glFragmentMaterialivSGIX( face, pname, params );
3049 static void WINAPI glFrameTerminatorGREMEDY( void ) {
3050 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3051 TRACE("()\n");
3052 funcs->ext.p_glFrameTerminatorGREMEDY( );
3055 static void WINAPI glFrameZoomSGIX( GLint factor ) {
3056 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3057 TRACE("(%d)\n", factor );
3058 funcs->ext.p_glFrameZoomSGIX( factor );
3061 static void WINAPI glFramebufferDrawBufferEXT( GLuint framebuffer, GLenum mode ) {
3062 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3063 TRACE("(%d, %d)\n", framebuffer, mode );
3064 funcs->ext.p_glFramebufferDrawBufferEXT( framebuffer, mode );
3067 static void WINAPI glFramebufferDrawBuffersEXT( GLuint framebuffer, GLsizei n, const GLenum* bufs ) {
3068 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3069 TRACE("(%d, %d, %p)\n", framebuffer, n, bufs );
3070 funcs->ext.p_glFramebufferDrawBuffersEXT( framebuffer, n, bufs );
3073 static void WINAPI glFramebufferParameteri( GLenum target, GLenum pname, GLint param ) {
3074 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3075 TRACE("(%d, %d, %d)\n", target, pname, param );
3076 funcs->ext.p_glFramebufferParameteri( target, pname, param );
3079 static void WINAPI glFramebufferReadBufferEXT( GLuint framebuffer, GLenum mode ) {
3080 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3081 TRACE("(%d, %d)\n", framebuffer, mode );
3082 funcs->ext.p_glFramebufferReadBufferEXT( framebuffer, mode );
3085 static void WINAPI glFramebufferRenderbuffer( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) {
3086 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3087 TRACE("(%d, %d, %d, %d)\n", target, attachment, renderbuffertarget, renderbuffer );
3088 funcs->ext.p_glFramebufferRenderbuffer( target, attachment, renderbuffertarget, renderbuffer );
3091 static void WINAPI glFramebufferRenderbufferEXT( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) {
3092 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3093 TRACE("(%d, %d, %d, %d)\n", target, attachment, renderbuffertarget, renderbuffer );
3094 funcs->ext.p_glFramebufferRenderbufferEXT( target, attachment, renderbuffertarget, renderbuffer );
3097 static void WINAPI glFramebufferSampleLocationsfvNV( GLenum target, GLuint start, GLsizei count, const GLfloat* v ) {
3098 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3099 TRACE("(%d, %d, %d, %p)\n", target, start, count, v );
3100 funcs->ext.p_glFramebufferSampleLocationsfvNV( target, start, count, v );
3103 static void WINAPI glFramebufferTexture( GLenum target, GLenum attachment, GLuint texture, GLint level ) {
3104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3105 TRACE("(%d, %d, %d, %d)\n", target, attachment, texture, level );
3106 funcs->ext.p_glFramebufferTexture( target, attachment, texture, level );
3109 static void WINAPI glFramebufferTexture1D( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
3110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3111 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level );
3112 funcs->ext.p_glFramebufferTexture1D( target, attachment, textarget, texture, level );
3115 static void WINAPI glFramebufferTexture1DEXT( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
3116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3117 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level );
3118 funcs->ext.p_glFramebufferTexture1DEXT( target, attachment, textarget, texture, level );
3121 static void WINAPI glFramebufferTexture2D( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
3122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3123 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level );
3124 funcs->ext.p_glFramebufferTexture2D( target, attachment, textarget, texture, level );
3127 static void WINAPI glFramebufferTexture2DEXT( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
3128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3129 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level );
3130 funcs->ext.p_glFramebufferTexture2DEXT( target, attachment, textarget, texture, level );
3133 static void WINAPI glFramebufferTexture3D( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset ) {
3134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3135 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level, zoffset );
3136 funcs->ext.p_glFramebufferTexture3D( target, attachment, textarget, texture, level, zoffset );
3139 static void WINAPI glFramebufferTexture3DEXT( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset ) {
3140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3141 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, attachment, textarget, texture, level, zoffset );
3142 funcs->ext.p_glFramebufferTexture3DEXT( target, attachment, textarget, texture, level, zoffset );
3145 static void WINAPI glFramebufferTextureARB( GLenum target, GLenum attachment, GLuint texture, GLint level ) {
3146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3147 TRACE("(%d, %d, %d, %d)\n", target, attachment, texture, level );
3148 funcs->ext.p_glFramebufferTextureARB( target, attachment, texture, level );
3151 static void WINAPI glFramebufferTextureEXT( GLenum target, GLenum attachment, GLuint texture, GLint level ) {
3152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3153 TRACE("(%d, %d, %d, %d)\n", target, attachment, texture, level );
3154 funcs->ext.p_glFramebufferTextureEXT( target, attachment, texture, level );
3157 static void WINAPI glFramebufferTextureFaceARB( GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face ) {
3158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3159 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, texture, level, face );
3160 funcs->ext.p_glFramebufferTextureFaceARB( target, attachment, texture, level, face );
3163 static void WINAPI glFramebufferTextureFaceEXT( GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face ) {
3164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3165 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, texture, level, face );
3166 funcs->ext.p_glFramebufferTextureFaceEXT( target, attachment, texture, level, face );
3169 static void WINAPI glFramebufferTextureLayer( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer ) {
3170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3171 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, texture, level, layer );
3172 funcs->ext.p_glFramebufferTextureLayer( target, attachment, texture, level, layer );
3175 static void WINAPI glFramebufferTextureLayerARB( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer ) {
3176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3177 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, texture, level, layer );
3178 funcs->ext.p_glFramebufferTextureLayerARB( target, attachment, texture, level, layer );
3181 static void WINAPI glFramebufferTextureLayerEXT( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer ) {
3182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3183 TRACE("(%d, %d, %d, %d, %d)\n", target, attachment, texture, level, layer );
3184 funcs->ext.p_glFramebufferTextureLayerEXT( target, attachment, texture, level, layer );
3187 static void WINAPI glFreeObjectBufferATI( GLuint buffer ) {
3188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3189 TRACE("(%d)\n", buffer );
3190 funcs->ext.p_glFreeObjectBufferATI( buffer );
3193 static void WINAPI glFrustumfOES( GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f ) {
3194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3195 TRACE("(%f, %f, %f, %f, %f, %f)\n", l, r, b, t, n, f );
3196 funcs->ext.p_glFrustumfOES( l, r, b, t, n, f );
3199 static void WINAPI glFrustumxOES( GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f ) {
3200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3201 TRACE("(%d, %d, %d, %d, %d, %d)\n", l, r, b, t, n, f );
3202 funcs->ext.p_glFrustumxOES( l, r, b, t, n, f );
3205 static GLuint WINAPI glGenAsyncMarkersSGIX( GLsizei range ) {
3206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3207 TRACE("(%d)\n", range );
3208 return funcs->ext.p_glGenAsyncMarkersSGIX( range );
3211 static void WINAPI glGenBuffers( GLsizei n, GLuint* buffers ) {
3212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3213 TRACE("(%d, %p)\n", n, buffers );
3214 funcs->ext.p_glGenBuffers( n, buffers );
3217 static void WINAPI glGenBuffersARB( GLsizei n, GLuint* buffers ) {
3218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3219 TRACE("(%d, %p)\n", n, buffers );
3220 funcs->ext.p_glGenBuffersARB( n, buffers );
3223 static void WINAPI glGenFencesAPPLE( GLsizei n, GLuint* fences ) {
3224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3225 TRACE("(%d, %p)\n", n, fences );
3226 funcs->ext.p_glGenFencesAPPLE( n, fences );
3229 static void WINAPI glGenFencesNV( GLsizei n, GLuint* fences ) {
3230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3231 TRACE("(%d, %p)\n", n, fences );
3232 funcs->ext.p_glGenFencesNV( n, fences );
3235 static GLuint WINAPI glGenFragmentShadersATI( GLuint range ) {
3236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3237 TRACE("(%d)\n", range );
3238 return funcs->ext.p_glGenFragmentShadersATI( range );
3241 static void WINAPI glGenFramebuffers( GLsizei n, GLuint* framebuffers ) {
3242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3243 TRACE("(%d, %p)\n", n, framebuffers );
3244 funcs->ext.p_glGenFramebuffers( n, framebuffers );
3247 static void WINAPI glGenFramebuffersEXT( GLsizei n, GLuint* framebuffers ) {
3248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3249 TRACE("(%d, %p)\n", n, framebuffers );
3250 funcs->ext.p_glGenFramebuffersEXT( n, framebuffers );
3253 static void WINAPI glGenNamesAMD( GLenum identifier, GLuint num, GLuint* names ) {
3254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3255 TRACE("(%d, %d, %p)\n", identifier, num, names );
3256 funcs->ext.p_glGenNamesAMD( identifier, num, names );
3259 static void WINAPI glGenOcclusionQueriesNV( GLsizei n, GLuint* ids ) {
3260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3261 TRACE("(%d, %p)\n", n, ids );
3262 funcs->ext.p_glGenOcclusionQueriesNV( n, ids );
3265 static GLuint WINAPI glGenPathsNV( GLsizei range ) {
3266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3267 TRACE("(%d)\n", range );
3268 return funcs->ext.p_glGenPathsNV( range );
3271 static void WINAPI glGenPerfMonitorsAMD( GLsizei n, GLuint* monitors ) {
3272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3273 TRACE("(%d, %p)\n", n, monitors );
3274 funcs->ext.p_glGenPerfMonitorsAMD( n, monitors );
3277 static void WINAPI glGenProgramPipelines( GLsizei n, GLuint* pipelines ) {
3278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3279 TRACE("(%d, %p)\n", n, pipelines );
3280 funcs->ext.p_glGenProgramPipelines( n, pipelines );
3283 static void WINAPI glGenProgramsARB( GLsizei n, GLuint* programs ) {
3284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3285 TRACE("(%d, %p)\n", n, programs );
3286 funcs->ext.p_glGenProgramsARB( n, programs );
3289 static void WINAPI glGenProgramsNV( GLsizei n, GLuint* programs ) {
3290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3291 TRACE("(%d, %p)\n", n, programs );
3292 funcs->ext.p_glGenProgramsNV( n, programs );
3295 static void WINAPI glGenQueries( GLsizei n, GLuint* ids ) {
3296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3297 TRACE("(%d, %p)\n", n, ids );
3298 funcs->ext.p_glGenQueries( n, ids );
3301 static void WINAPI glGenQueriesARB( GLsizei n, GLuint* ids ) {
3302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3303 TRACE("(%d, %p)\n", n, ids );
3304 funcs->ext.p_glGenQueriesARB( n, ids );
3307 static void WINAPI glGenRenderbuffers( GLsizei n, GLuint* renderbuffers ) {
3308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3309 TRACE("(%d, %p)\n", n, renderbuffers );
3310 funcs->ext.p_glGenRenderbuffers( n, renderbuffers );
3313 static void WINAPI glGenRenderbuffersEXT( GLsizei n, GLuint* renderbuffers ) {
3314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3315 TRACE("(%d, %p)\n", n, renderbuffers );
3316 funcs->ext.p_glGenRenderbuffersEXT( n, renderbuffers );
3319 static void WINAPI glGenSamplers( GLsizei count, GLuint* samplers ) {
3320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3321 TRACE("(%d, %p)\n", count, samplers );
3322 funcs->ext.p_glGenSamplers( count, samplers );
3325 static GLuint WINAPI glGenSymbolsEXT( GLenum datatype, GLenum storagetype, GLenum range, GLuint components ) {
3326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3327 TRACE("(%d, %d, %d, %d)\n", datatype, storagetype, range, components );
3328 return funcs->ext.p_glGenSymbolsEXT( datatype, storagetype, range, components );
3331 static void WINAPI glGenTexturesEXT( GLsizei n, GLuint* textures ) {
3332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3333 TRACE("(%d, %p)\n", n, textures );
3334 funcs->ext.p_glGenTexturesEXT( n, textures );
3337 static void WINAPI glGenTransformFeedbacks( GLsizei n, GLuint* ids ) {
3338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3339 TRACE("(%d, %p)\n", n, ids );
3340 funcs->ext.p_glGenTransformFeedbacks( n, ids );
3343 static void WINAPI glGenTransformFeedbacksNV( GLsizei n, GLuint* ids ) {
3344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3345 TRACE("(%d, %p)\n", n, ids );
3346 funcs->ext.p_glGenTransformFeedbacksNV( n, ids );
3349 static void WINAPI glGenVertexArrays( GLsizei n, GLuint* arrays ) {
3350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3351 TRACE("(%d, %p)\n", n, arrays );
3352 funcs->ext.p_glGenVertexArrays( n, arrays );
3355 static void WINAPI glGenVertexArraysAPPLE( GLsizei n, GLuint* arrays ) {
3356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3357 TRACE("(%d, %p)\n", n, arrays );
3358 funcs->ext.p_glGenVertexArraysAPPLE( n, arrays );
3361 static GLuint WINAPI glGenVertexShadersEXT( GLuint range ) {
3362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3363 TRACE("(%d)\n", range );
3364 return funcs->ext.p_glGenVertexShadersEXT( range );
3367 static void WINAPI glGenerateMipmap( GLenum target ) {
3368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3369 TRACE("(%d)\n", target );
3370 funcs->ext.p_glGenerateMipmap( target );
3373 static void WINAPI glGenerateMipmapEXT( GLenum target ) {
3374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3375 TRACE("(%d)\n", target );
3376 funcs->ext.p_glGenerateMipmapEXT( target );
3379 static void WINAPI glGenerateMultiTexMipmapEXT( GLenum texunit, GLenum target ) {
3380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3381 TRACE("(%d, %d)\n", texunit, target );
3382 funcs->ext.p_glGenerateMultiTexMipmapEXT( texunit, target );
3385 static void WINAPI glGenerateTextureMipmap( GLuint texture ) {
3386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3387 TRACE("(%d)\n", texture );
3388 funcs->ext.p_glGenerateTextureMipmap( texture );
3391 static void WINAPI glGenerateTextureMipmapEXT( GLuint texture, GLenum target ) {
3392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3393 TRACE("(%d, %d)\n", texture, target );
3394 funcs->ext.p_glGenerateTextureMipmapEXT( texture, target );
3397 static void WINAPI glGetActiveAtomicCounterBufferiv( GLuint program, GLuint bufferIndex, GLenum pname, GLint* params ) {
3398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3399 TRACE("(%d, %d, %d, %p)\n", program, bufferIndex, pname, params );
3400 funcs->ext.p_glGetActiveAtomicCounterBufferiv( program, bufferIndex, pname, params );
3403 static void WINAPI glGetActiveAttrib( GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name ) {
3404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3405 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", program, index, bufSize, length, size, type, name );
3406 funcs->ext.p_glGetActiveAttrib( program, index, bufSize, length, size, type, name );
3409 static void WINAPI glGetActiveAttribARB( GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* length, GLint* size, GLenum* type, GLcharARB* name ) {
3410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3411 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", programObj, index, maxLength, length, size, type, name );
3412 funcs->ext.p_glGetActiveAttribARB( programObj, index, maxLength, length, size, type, name );
3415 static void WINAPI glGetActiveSubroutineName( GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name ) {
3416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3417 TRACE("(%d, %d, %d, %d, %p, %p)\n", program, shadertype, index, bufsize, length, name );
3418 funcs->ext.p_glGetActiveSubroutineName( program, shadertype, index, bufsize, length, name );
3421 static void WINAPI glGetActiveSubroutineUniformName( GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei* length, GLchar* name ) {
3422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3423 TRACE("(%d, %d, %d, %d, %p, %p)\n", program, shadertype, index, bufsize, length, name );
3424 funcs->ext.p_glGetActiveSubroutineUniformName( program, shadertype, index, bufsize, length, name );
3427 static void WINAPI glGetActiveSubroutineUniformiv( GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint* values ) {
3428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3429 TRACE("(%d, %d, %d, %d, %p)\n", program, shadertype, index, pname, values );
3430 funcs->ext.p_glGetActiveSubroutineUniformiv( program, shadertype, index, pname, values );
3433 static void WINAPI glGetActiveUniform( GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name ) {
3434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3435 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", program, index, bufSize, length, size, type, name );
3436 funcs->ext.p_glGetActiveUniform( program, index, bufSize, length, size, type, name );
3439 static void WINAPI glGetActiveUniformARB( GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* length, GLint* size, GLenum* type, GLcharARB* name ) {
3440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3441 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", programObj, index, maxLength, length, size, type, name );
3442 funcs->ext.p_glGetActiveUniformARB( programObj, index, maxLength, length, size, type, name );
3445 static void WINAPI glGetActiveUniformBlockName( GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName ) {
3446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3447 TRACE("(%d, %d, %d, %p, %p)\n", program, uniformBlockIndex, bufSize, length, uniformBlockName );
3448 funcs->ext.p_glGetActiveUniformBlockName( program, uniformBlockIndex, bufSize, length, uniformBlockName );
3451 static void WINAPI glGetActiveUniformBlockiv( GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params ) {
3452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3453 TRACE("(%d, %d, %d, %p)\n", program, uniformBlockIndex, pname, params );
3454 funcs->ext.p_glGetActiveUniformBlockiv( program, uniformBlockIndex, pname, params );
3457 static void WINAPI glGetActiveUniformName( GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformName ) {
3458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3459 TRACE("(%d, %d, %d, %p, %p)\n", program, uniformIndex, bufSize, length, uniformName );
3460 funcs->ext.p_glGetActiveUniformName( program, uniformIndex, bufSize, length, uniformName );
3463 static void WINAPI glGetActiveUniformsiv( GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GLenum pname, GLint* params ) {
3464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3465 TRACE("(%d, %d, %p, %d, %p)\n", program, uniformCount, uniformIndices, pname, params );
3466 funcs->ext.p_glGetActiveUniformsiv( program, uniformCount, uniformIndices, pname, params );
3469 static void WINAPI glGetActiveVaryingNV( GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name ) {
3470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3471 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", program, index, bufSize, length, size, type, name );
3472 funcs->ext.p_glGetActiveVaryingNV( program, index, bufSize, length, size, type, name );
3475 static void WINAPI glGetArrayObjectfvATI( GLenum array, GLenum pname, GLfloat* params ) {
3476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3477 TRACE("(%d, %d, %p)\n", array, pname, params );
3478 funcs->ext.p_glGetArrayObjectfvATI( array, pname, params );
3481 static void WINAPI glGetArrayObjectivATI( GLenum array, GLenum pname, GLint* params ) {
3482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3483 TRACE("(%d, %d, %p)\n", array, pname, params );
3484 funcs->ext.p_glGetArrayObjectivATI( array, pname, params );
3487 static void WINAPI glGetAttachedObjectsARB( GLhandleARB containerObj, GLsizei maxCount, GLsizei* count, GLhandleARB* obj ) {
3488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3489 TRACE("(%d, %d, %p, %p)\n", containerObj, maxCount, count, obj );
3490 funcs->ext.p_glGetAttachedObjectsARB( containerObj, maxCount, count, obj );
3493 static void WINAPI glGetAttachedShaders( GLuint program, GLsizei maxCount, GLsizei* count, GLuint* shaders ) {
3494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3495 TRACE("(%d, %d, %p, %p)\n", program, maxCount, count, shaders );
3496 funcs->ext.p_glGetAttachedShaders( program, maxCount, count, shaders );
3499 static GLint WINAPI glGetAttribLocation( GLuint program, const GLchar* name ) {
3500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3501 TRACE("(%d, %p)\n", program, name );
3502 return funcs->ext.p_glGetAttribLocation( program, name );
3505 static GLint WINAPI glGetAttribLocationARB( GLhandleARB programObj, const GLcharARB* name ) {
3506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3507 TRACE("(%d, %p)\n", programObj, name );
3508 return funcs->ext.p_glGetAttribLocationARB( programObj, name );
3511 static void WINAPI glGetBooleanIndexedvEXT( GLenum target, GLuint index, GLboolean* data ) {
3512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3513 TRACE("(%d, %d, %p)\n", target, index, data );
3514 funcs->ext.p_glGetBooleanIndexedvEXT( target, index, data );
3517 static void WINAPI glGetBooleani_v( GLenum target, GLuint index, GLboolean* data ) {
3518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3519 TRACE("(%d, %d, %p)\n", target, index, data );
3520 funcs->ext.p_glGetBooleani_v( target, index, data );
3523 static void WINAPI glGetBufferParameteri64v( GLenum target, GLenum pname, GLint64* params ) {
3524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3525 TRACE("(%d, %d, %p)\n", target, pname, params );
3526 funcs->ext.p_glGetBufferParameteri64v( target, pname, params );
3529 static void WINAPI glGetBufferParameteriv( GLenum target, GLenum pname, GLint* params ) {
3530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3531 TRACE("(%d, %d, %p)\n", target, pname, params );
3532 funcs->ext.p_glGetBufferParameteriv( target, pname, params );
3535 static void WINAPI glGetBufferParameterivARB( GLenum target, GLenum pname, GLint* params ) {
3536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3537 TRACE("(%d, %d, %p)\n", target, pname, params );
3538 funcs->ext.p_glGetBufferParameterivARB( target, pname, params );
3541 static void WINAPI glGetBufferParameterui64vNV( GLenum target, GLenum pname, GLuint64EXT* params ) {
3542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3543 TRACE("(%d, %d, %p)\n", target, pname, params );
3544 funcs->ext.p_glGetBufferParameterui64vNV( target, pname, params );
3547 static void WINAPI glGetBufferPointerv( GLenum target, GLenum pname, void** params ) {
3548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3549 TRACE("(%d, %d, %p)\n", target, pname, params );
3550 funcs->ext.p_glGetBufferPointerv( target, pname, params );
3553 static void WINAPI glGetBufferPointervARB( GLenum target, GLenum pname, void** params ) {
3554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3555 TRACE("(%d, %d, %p)\n", target, pname, params );
3556 funcs->ext.p_glGetBufferPointervARB( target, pname, params );
3559 static void WINAPI glGetBufferSubData( GLenum target, GLintptr offset, GLsizeiptr size, void* data ) {
3560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3561 TRACE("(%d, %ld, %ld, %p)\n", target, offset, size, data );
3562 funcs->ext.p_glGetBufferSubData( target, offset, size, data );
3565 static void WINAPI glGetBufferSubDataARB( GLenum target, GLintptrARB offset, GLsizeiptrARB size, void* data ) {
3566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3567 TRACE("(%d, %ld, %ld, %p)\n", target, offset, size, data );
3568 funcs->ext.p_glGetBufferSubDataARB( target, offset, size, data );
3571 static void WINAPI glGetClipPlanefOES( GLenum plane, GLfloat* equation ) {
3572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3573 TRACE("(%d, %p)\n", plane, equation );
3574 funcs->ext.p_glGetClipPlanefOES( plane, equation );
3577 static void WINAPI glGetClipPlanexOES( GLenum plane, GLfixed* equation ) {
3578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3579 TRACE("(%d, %p)\n", plane, equation );
3580 funcs->ext.p_glGetClipPlanexOES( plane, equation );
3583 static void WINAPI glGetColorTable( GLenum target, GLenum format, GLenum type, void* table ) {
3584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3585 TRACE("(%d, %d, %d, %p)\n", target, format, type, table );
3586 funcs->ext.p_glGetColorTable( target, format, type, table );
3589 static void WINAPI glGetColorTableEXT( GLenum target, GLenum format, GLenum type, void* data ) {
3590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3591 TRACE("(%d, %d, %d, %p)\n", target, format, type, data );
3592 funcs->ext.p_glGetColorTableEXT( target, format, type, data );
3595 static void WINAPI glGetColorTableParameterfv( GLenum target, GLenum pname, GLfloat* params ) {
3596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3597 TRACE("(%d, %d, %p)\n", target, pname, params );
3598 funcs->ext.p_glGetColorTableParameterfv( target, pname, params );
3601 static void WINAPI glGetColorTableParameterfvEXT( GLenum target, GLenum pname, GLfloat* params ) {
3602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3603 TRACE("(%d, %d, %p)\n", target, pname, params );
3604 funcs->ext.p_glGetColorTableParameterfvEXT( target, pname, params );
3607 static void WINAPI glGetColorTableParameterfvSGI( GLenum target, GLenum pname, GLfloat* params ) {
3608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3609 TRACE("(%d, %d, %p)\n", target, pname, params );
3610 funcs->ext.p_glGetColorTableParameterfvSGI( target, pname, params );
3613 static void WINAPI glGetColorTableParameteriv( GLenum target, GLenum pname, GLint* params ) {
3614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3615 TRACE("(%d, %d, %p)\n", target, pname, params );
3616 funcs->ext.p_glGetColorTableParameteriv( target, pname, params );
3619 static void WINAPI glGetColorTableParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
3620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3621 TRACE("(%d, %d, %p)\n", target, pname, params );
3622 funcs->ext.p_glGetColorTableParameterivEXT( target, pname, params );
3625 static void WINAPI glGetColorTableParameterivSGI( GLenum target, GLenum pname, GLint* params ) {
3626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3627 TRACE("(%d, %d, %p)\n", target, pname, params );
3628 funcs->ext.p_glGetColorTableParameterivSGI( target, pname, params );
3631 static void WINAPI glGetColorTableSGI( GLenum target, GLenum format, GLenum type, void* table ) {
3632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3633 TRACE("(%d, %d, %d, %p)\n", target, format, type, table );
3634 funcs->ext.p_glGetColorTableSGI( target, format, type, table );
3637 static void WINAPI glGetCombinerInputParameterfvNV( GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat* params ) {
3638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3639 TRACE("(%d, %d, %d, %d, %p)\n", stage, portion, variable, pname, params );
3640 funcs->ext.p_glGetCombinerInputParameterfvNV( stage, portion, variable, pname, params );
3643 static void WINAPI glGetCombinerInputParameterivNV( GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint* params ) {
3644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3645 TRACE("(%d, %d, %d, %d, %p)\n", stage, portion, variable, pname, params );
3646 funcs->ext.p_glGetCombinerInputParameterivNV( stage, portion, variable, pname, params );
3649 static void WINAPI glGetCombinerOutputParameterfvNV( GLenum stage, GLenum portion, GLenum pname, GLfloat* params ) {
3650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3651 TRACE("(%d, %d, %d, %p)\n", stage, portion, pname, params );
3652 funcs->ext.p_glGetCombinerOutputParameterfvNV( stage, portion, pname, params );
3655 static void WINAPI glGetCombinerOutputParameterivNV( GLenum stage, GLenum portion, GLenum pname, GLint* params ) {
3656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3657 TRACE("(%d, %d, %d, %p)\n", stage, portion, pname, params );
3658 funcs->ext.p_glGetCombinerOutputParameterivNV( stage, portion, pname, params );
3661 static void WINAPI glGetCombinerStageParameterfvNV( GLenum stage, GLenum pname, GLfloat* params ) {
3662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3663 TRACE("(%d, %d, %p)\n", stage, pname, params );
3664 funcs->ext.p_glGetCombinerStageParameterfvNV( stage, pname, params );
3667 static void WINAPI glGetCompressedMultiTexImageEXT( GLenum texunit, GLenum target, GLint lod, void* img ) {
3668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3669 TRACE("(%d, %d, %d, %p)\n", texunit, target, lod, img );
3670 funcs->ext.p_glGetCompressedMultiTexImageEXT( texunit, target, lod, img );
3673 static void WINAPI glGetCompressedTexImage( GLenum target, GLint level, void* img ) {
3674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3675 TRACE("(%d, %d, %p)\n", target, level, img );
3676 funcs->ext.p_glGetCompressedTexImage( target, level, img );
3679 static void WINAPI glGetCompressedTexImageARB( GLenum target, GLint level, void* img ) {
3680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3681 TRACE("(%d, %d, %p)\n", target, level, img );
3682 funcs->ext.p_glGetCompressedTexImageARB( target, level, img );
3685 static void WINAPI glGetCompressedTextureImage( GLuint texture, GLint level, GLsizei bufSize, void* pixels ) {
3686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3687 TRACE("(%d, %d, %d, %p)\n", texture, level, bufSize, pixels );
3688 funcs->ext.p_glGetCompressedTextureImage( texture, level, bufSize, pixels );
3691 static void WINAPI glGetCompressedTextureImageEXT( GLuint texture, GLenum target, GLint lod, void* img ) {
3692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3693 TRACE("(%d, %d, %d, %p)\n", texture, target, lod, img );
3694 funcs->ext.p_glGetCompressedTextureImageEXT( texture, target, lod, img );
3697 static void WINAPI glGetCompressedTextureSubImage( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void* pixels ) {
3698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3699 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels );
3700 funcs->ext.p_glGetCompressedTextureSubImage( texture, level, xoffset, yoffset, zoffset, width, height, depth, bufSize, pixels );
3703 static void WINAPI glGetConvolutionFilter( GLenum target, GLenum format, GLenum type, void* image ) {
3704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3705 TRACE("(%d, %d, %d, %p)\n", target, format, type, image );
3706 funcs->ext.p_glGetConvolutionFilter( target, format, type, image );
3709 static void WINAPI glGetConvolutionFilterEXT( GLenum target, GLenum format, GLenum type, void* image ) {
3710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3711 TRACE("(%d, %d, %d, %p)\n", target, format, type, image );
3712 funcs->ext.p_glGetConvolutionFilterEXT( target, format, type, image );
3715 static void WINAPI glGetConvolutionParameterfv( GLenum target, GLenum pname, GLfloat* params ) {
3716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3717 TRACE("(%d, %d, %p)\n", target, pname, params );
3718 funcs->ext.p_glGetConvolutionParameterfv( target, pname, params );
3721 static void WINAPI glGetConvolutionParameterfvEXT( GLenum target, GLenum pname, GLfloat* params ) {
3722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3723 TRACE("(%d, %d, %p)\n", target, pname, params );
3724 funcs->ext.p_glGetConvolutionParameterfvEXT( target, pname, params );
3727 static void WINAPI glGetConvolutionParameteriv( GLenum target, GLenum pname, GLint* params ) {
3728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3729 TRACE("(%d, %d, %p)\n", target, pname, params );
3730 funcs->ext.p_glGetConvolutionParameteriv( target, pname, params );
3733 static void WINAPI glGetConvolutionParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
3734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3735 TRACE("(%d, %d, %p)\n", target, pname, params );
3736 funcs->ext.p_glGetConvolutionParameterivEXT( target, pname, params );
3739 static void WINAPI glGetConvolutionParameterxvOES( GLenum target, GLenum pname, GLfixed* params ) {
3740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3741 TRACE("(%d, %d, %p)\n", target, pname, params );
3742 funcs->ext.p_glGetConvolutionParameterxvOES( target, pname, params );
3745 static void WINAPI glGetCoverageModulationTableNV( GLsizei bufsize, GLfloat* v ) {
3746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3747 TRACE("(%d, %p)\n", bufsize, v );
3748 funcs->ext.p_glGetCoverageModulationTableNV( bufsize, v );
3751 static GLuint WINAPI glGetDebugMessageLog( GLuint count, GLsizei bufSize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog ) {
3752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3753 TRACE("(%d, %d, %p, %p, %p, %p, %p, %p)\n", count, bufSize, sources, types, ids, severities, lengths, messageLog );
3754 return funcs->ext.p_glGetDebugMessageLog( count, bufSize, sources, types, ids, severities, lengths, messageLog );
3757 static GLuint WINAPI glGetDebugMessageLogAMD( GLuint count, GLsizei bufsize, GLenum* categories, GLuint* severities, GLuint* ids, GLsizei* lengths, GLchar* message ) {
3758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3759 TRACE("(%d, %d, %p, %p, %p, %p, %p)\n", count, bufsize, categories, severities, ids, lengths, message );
3760 return funcs->ext.p_glGetDebugMessageLogAMD( count, bufsize, categories, severities, ids, lengths, message );
3763 static GLuint WINAPI glGetDebugMessageLogARB( GLuint count, GLsizei bufSize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog ) {
3764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3765 TRACE("(%d, %d, %p, %p, %p, %p, %p, %p)\n", count, bufSize, sources, types, ids, severities, lengths, messageLog );
3766 return funcs->ext.p_glGetDebugMessageLogARB( count, bufSize, sources, types, ids, severities, lengths, messageLog );
3769 static void WINAPI glGetDetailTexFuncSGIS( GLenum target, GLfloat* points ) {
3770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3771 TRACE("(%d, %p)\n", target, points );
3772 funcs->ext.p_glGetDetailTexFuncSGIS( target, points );
3775 static void WINAPI glGetDoubleIndexedvEXT( GLenum target, GLuint index, GLdouble* data ) {
3776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3777 TRACE("(%d, %d, %p)\n", target, index, data );
3778 funcs->ext.p_glGetDoubleIndexedvEXT( target, index, data );
3781 static void WINAPI glGetDoublei_v( GLenum target, GLuint index, GLdouble* data ) {
3782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3783 TRACE("(%d, %d, %p)\n", target, index, data );
3784 funcs->ext.p_glGetDoublei_v( target, index, data );
3787 static void WINAPI glGetDoublei_vEXT( GLenum pname, GLuint index, GLdouble* params ) {
3788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3789 TRACE("(%d, %d, %p)\n", pname, index, params );
3790 funcs->ext.p_glGetDoublei_vEXT( pname, index, params );
3793 static void WINAPI glGetFenceivNV( GLuint fence, GLenum pname, GLint* params ) {
3794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3795 TRACE("(%d, %d, %p)\n", fence, pname, params );
3796 funcs->ext.p_glGetFenceivNV( fence, pname, params );
3799 static void WINAPI glGetFinalCombinerInputParameterfvNV( GLenum variable, GLenum pname, GLfloat* params ) {
3800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3801 TRACE("(%d, %d, %p)\n", variable, pname, params );
3802 funcs->ext.p_glGetFinalCombinerInputParameterfvNV( variable, pname, params );
3805 static void WINAPI glGetFinalCombinerInputParameterivNV( GLenum variable, GLenum pname, GLint* params ) {
3806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3807 TRACE("(%d, %d, %p)\n", variable, pname, params );
3808 funcs->ext.p_glGetFinalCombinerInputParameterivNV( variable, pname, params );
3811 static void WINAPI glGetFirstPerfQueryIdINTEL( GLuint* queryId ) {
3812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3813 TRACE("(%p)\n", queryId );
3814 funcs->ext.p_glGetFirstPerfQueryIdINTEL( queryId );
3817 static void WINAPI glGetFixedvOES( GLenum pname, GLfixed* params ) {
3818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3819 TRACE("(%d, %p)\n", pname, params );
3820 funcs->ext.p_glGetFixedvOES( pname, params );
3823 static void WINAPI glGetFloatIndexedvEXT( GLenum target, GLuint index, GLfloat* data ) {
3824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3825 TRACE("(%d, %d, %p)\n", target, index, data );
3826 funcs->ext.p_glGetFloatIndexedvEXT( target, index, data );
3829 static void WINAPI glGetFloati_v( GLenum target, GLuint index, GLfloat* data ) {
3830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3831 TRACE("(%d, %d, %p)\n", target, index, data );
3832 funcs->ext.p_glGetFloati_v( target, index, data );
3835 static void WINAPI glGetFloati_vEXT( GLenum pname, GLuint index, GLfloat* params ) {
3836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3837 TRACE("(%d, %d, %p)\n", pname, index, params );
3838 funcs->ext.p_glGetFloati_vEXT( pname, index, params );
3841 static void WINAPI glGetFogFuncSGIS( GLfloat* points ) {
3842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3843 TRACE("(%p)\n", points );
3844 funcs->ext.p_glGetFogFuncSGIS( points );
3847 static GLint WINAPI glGetFragDataIndex( GLuint program, const GLchar* name ) {
3848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3849 TRACE("(%d, %p)\n", program, name );
3850 return funcs->ext.p_glGetFragDataIndex( program, name );
3853 static GLint WINAPI glGetFragDataLocation( GLuint program, const GLchar* name ) {
3854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3855 TRACE("(%d, %p)\n", program, name );
3856 return funcs->ext.p_glGetFragDataLocation( program, name );
3859 static GLint WINAPI glGetFragDataLocationEXT( GLuint program, const GLchar* name ) {
3860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3861 TRACE("(%d, %p)\n", program, name );
3862 return funcs->ext.p_glGetFragDataLocationEXT( program, name );
3865 static void WINAPI glGetFragmentLightfvSGIX( GLenum light, GLenum pname, GLfloat* params ) {
3866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3867 TRACE("(%d, %d, %p)\n", light, pname, params );
3868 funcs->ext.p_glGetFragmentLightfvSGIX( light, pname, params );
3871 static void WINAPI glGetFragmentLightivSGIX( GLenum light, GLenum pname, GLint* params ) {
3872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3873 TRACE("(%d, %d, %p)\n", light, pname, params );
3874 funcs->ext.p_glGetFragmentLightivSGIX( light, pname, params );
3877 static void WINAPI glGetFragmentMaterialfvSGIX( GLenum face, GLenum pname, GLfloat* params ) {
3878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3879 TRACE("(%d, %d, %p)\n", face, pname, params );
3880 funcs->ext.p_glGetFragmentMaterialfvSGIX( face, pname, params );
3883 static void WINAPI glGetFragmentMaterialivSGIX( GLenum face, GLenum pname, GLint* params ) {
3884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3885 TRACE("(%d, %d, %p)\n", face, pname, params );
3886 funcs->ext.p_glGetFragmentMaterialivSGIX( face, pname, params );
3889 static void WINAPI glGetFramebufferAttachmentParameteriv( GLenum target, GLenum attachment, GLenum pname, GLint* params ) {
3890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3891 TRACE("(%d, %d, %d, %p)\n", target, attachment, pname, params );
3892 funcs->ext.p_glGetFramebufferAttachmentParameteriv( target, attachment, pname, params );
3895 static void WINAPI glGetFramebufferAttachmentParameterivEXT( GLenum target, GLenum attachment, GLenum pname, GLint* params ) {
3896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3897 TRACE("(%d, %d, %d, %p)\n", target, attachment, pname, params );
3898 funcs->ext.p_glGetFramebufferAttachmentParameterivEXT( target, attachment, pname, params );
3901 static void WINAPI glGetFramebufferParameteriv( GLenum target, GLenum pname, GLint* params ) {
3902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3903 TRACE("(%d, %d, %p)\n", target, pname, params );
3904 funcs->ext.p_glGetFramebufferParameteriv( target, pname, params );
3907 static void WINAPI glGetFramebufferParameterivEXT( GLuint framebuffer, GLenum pname, GLint* params ) {
3908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3909 TRACE("(%d, %d, %p)\n", framebuffer, pname, params );
3910 funcs->ext.p_glGetFramebufferParameterivEXT( framebuffer, pname, params );
3913 static GLenum WINAPI glGetGraphicsResetStatus( void ) {
3914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3915 TRACE("()\n");
3916 return funcs->ext.p_glGetGraphicsResetStatus( );
3919 static GLenum WINAPI glGetGraphicsResetStatusARB( void ) {
3920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3921 TRACE("()\n");
3922 return funcs->ext.p_glGetGraphicsResetStatusARB( );
3925 static GLhandleARB WINAPI glGetHandleARB( GLenum pname ) {
3926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3927 TRACE("(%d)\n", pname );
3928 return funcs->ext.p_glGetHandleARB( pname );
3931 static void WINAPI glGetHistogram( GLenum target, GLboolean reset, GLenum format, GLenum type, void* values ) {
3932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3933 TRACE("(%d, %d, %d, %d, %p)\n", target, reset, format, type, values );
3934 funcs->ext.p_glGetHistogram( target, reset, format, type, values );
3937 static void WINAPI glGetHistogramEXT( GLenum target, GLboolean reset, GLenum format, GLenum type, void* values ) {
3938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3939 TRACE("(%d, %d, %d, %d, %p)\n", target, reset, format, type, values );
3940 funcs->ext.p_glGetHistogramEXT( target, reset, format, type, values );
3943 static void WINAPI glGetHistogramParameterfv( GLenum target, GLenum pname, GLfloat* params ) {
3944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3945 TRACE("(%d, %d, %p)\n", target, pname, params );
3946 funcs->ext.p_glGetHistogramParameterfv( target, pname, params );
3949 static void WINAPI glGetHistogramParameterfvEXT( GLenum target, GLenum pname, GLfloat* params ) {
3950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3951 TRACE("(%d, %d, %p)\n", target, pname, params );
3952 funcs->ext.p_glGetHistogramParameterfvEXT( target, pname, params );
3955 static void WINAPI glGetHistogramParameteriv( GLenum target, GLenum pname, GLint* params ) {
3956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3957 TRACE("(%d, %d, %p)\n", target, pname, params );
3958 funcs->ext.p_glGetHistogramParameteriv( target, pname, params );
3961 static void WINAPI glGetHistogramParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
3962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3963 TRACE("(%d, %d, %p)\n", target, pname, params );
3964 funcs->ext.p_glGetHistogramParameterivEXT( target, pname, params );
3967 static void WINAPI glGetHistogramParameterxvOES( GLenum target, GLenum pname, GLfixed* params ) {
3968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3969 TRACE("(%d, %d, %p)\n", target, pname, params );
3970 funcs->ext.p_glGetHistogramParameterxvOES( target, pname, params );
3973 static GLuint64 WINAPI glGetImageHandleARB( GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format ) {
3974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3975 TRACE("(%d, %d, %d, %d, %d)\n", texture, level, layered, layer, format );
3976 return funcs->ext.p_glGetImageHandleARB( texture, level, layered, layer, format );
3979 static GLuint64 WINAPI glGetImageHandleNV( GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format ) {
3980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3981 TRACE("(%d, %d, %d, %d, %d)\n", texture, level, layered, layer, format );
3982 return funcs->ext.p_glGetImageHandleNV( texture, level, layered, layer, format );
3985 static void WINAPI glGetImageTransformParameterfvHP( GLenum target, GLenum pname, GLfloat* params ) {
3986 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3987 TRACE("(%d, %d, %p)\n", target, pname, params );
3988 funcs->ext.p_glGetImageTransformParameterfvHP( target, pname, params );
3991 static void WINAPI glGetImageTransformParameterivHP( GLenum target, GLenum pname, GLint* params ) {
3992 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3993 TRACE("(%d, %d, %p)\n", target, pname, params );
3994 funcs->ext.p_glGetImageTransformParameterivHP( target, pname, params );
3997 static void WINAPI glGetInfoLogARB( GLhandleARB obj, GLsizei maxLength, GLsizei* length, GLcharARB* infoLog ) {
3998 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
3999 TRACE("(%d, %d, %p, %p)\n", obj, maxLength, length, infoLog );
4000 funcs->ext.p_glGetInfoLogARB( obj, maxLength, length, infoLog );
4003 static GLint WINAPI glGetInstrumentsSGIX( void ) {
4004 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4005 TRACE("()\n");
4006 return funcs->ext.p_glGetInstrumentsSGIX( );
4009 static void WINAPI glGetInteger64i_v( GLenum target, GLuint index, GLint64* data ) {
4010 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4011 TRACE("(%d, %d, %p)\n", target, index, data );
4012 funcs->ext.p_glGetInteger64i_v( target, index, data );
4015 static void WINAPI glGetInteger64v( GLenum pname, GLint64* data ) {
4016 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4017 TRACE("(%d, %p)\n", pname, data );
4018 funcs->ext.p_glGetInteger64v( pname, data );
4021 static void WINAPI glGetIntegerIndexedvEXT( GLenum target, GLuint index, GLint* data ) {
4022 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4023 TRACE("(%d, %d, %p)\n", target, index, data );
4024 funcs->ext.p_glGetIntegerIndexedvEXT( target, index, data );
4027 static void WINAPI glGetIntegeri_v( GLenum target, GLuint index, GLint* data ) {
4028 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4029 TRACE("(%d, %d, %p)\n", target, index, data );
4030 funcs->ext.p_glGetIntegeri_v( target, index, data );
4033 static void WINAPI glGetIntegerui64i_vNV( GLenum value, GLuint index, GLuint64EXT* result ) {
4034 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4035 TRACE("(%d, %d, %p)\n", value, index, result );
4036 funcs->ext.p_glGetIntegerui64i_vNV( value, index, result );
4039 static void WINAPI glGetIntegerui64vNV( GLenum value, GLuint64EXT* result ) {
4040 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4041 TRACE("(%d, %p)\n", value, result );
4042 funcs->ext.p_glGetIntegerui64vNV( value, result );
4045 static void WINAPI glGetInternalformatSampleivNV( GLenum target, GLenum internalformat, GLsizei samples, GLenum pname, GLsizei bufSize, GLint* params ) {
4046 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4047 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, internalformat, samples, pname, bufSize, params );
4048 funcs->ext.p_glGetInternalformatSampleivNV( target, internalformat, samples, pname, bufSize, params );
4051 static void WINAPI glGetInternalformati64v( GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64* params ) {
4052 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4053 TRACE("(%d, %d, %d, %d, %p)\n", target, internalformat, pname, bufSize, params );
4054 funcs->ext.p_glGetInternalformati64v( target, internalformat, pname, bufSize, params );
4057 static void WINAPI glGetInternalformativ( GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params ) {
4058 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4059 TRACE("(%d, %d, %d, %d, %p)\n", target, internalformat, pname, bufSize, params );
4060 funcs->ext.p_glGetInternalformativ( target, internalformat, pname, bufSize, params );
4063 static void WINAPI glGetInvariantBooleanvEXT( GLuint id, GLenum value, GLboolean* data ) {
4064 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4065 TRACE("(%d, %d, %p)\n", id, value, data );
4066 funcs->ext.p_glGetInvariantBooleanvEXT( id, value, data );
4069 static void WINAPI glGetInvariantFloatvEXT( GLuint id, GLenum value, GLfloat* data ) {
4070 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4071 TRACE("(%d, %d, %p)\n", id, value, data );
4072 funcs->ext.p_glGetInvariantFloatvEXT( id, value, data );
4075 static void WINAPI glGetInvariantIntegervEXT( GLuint id, GLenum value, GLint* data ) {
4076 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4077 TRACE("(%d, %d, %p)\n", id, value, data );
4078 funcs->ext.p_glGetInvariantIntegervEXT( id, value, data );
4081 static void WINAPI glGetLightxOES( GLenum light, GLenum pname, GLfixed* params ) {
4082 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4083 TRACE("(%d, %d, %p)\n", light, pname, params );
4084 funcs->ext.p_glGetLightxOES( light, pname, params );
4087 static void WINAPI glGetListParameterfvSGIX( GLuint list, GLenum pname, GLfloat* params ) {
4088 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4089 TRACE("(%d, %d, %p)\n", list, pname, params );
4090 funcs->ext.p_glGetListParameterfvSGIX( list, pname, params );
4093 static void WINAPI glGetListParameterivSGIX( GLuint list, GLenum pname, GLint* params ) {
4094 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4095 TRACE("(%d, %d, %p)\n", list, pname, params );
4096 funcs->ext.p_glGetListParameterivSGIX( list, pname, params );
4099 static void WINAPI glGetLocalConstantBooleanvEXT( GLuint id, GLenum value, GLboolean* data ) {
4100 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4101 TRACE("(%d, %d, %p)\n", id, value, data );
4102 funcs->ext.p_glGetLocalConstantBooleanvEXT( id, value, data );
4105 static void WINAPI glGetLocalConstantFloatvEXT( GLuint id, GLenum value, GLfloat* data ) {
4106 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4107 TRACE("(%d, %d, %p)\n", id, value, data );
4108 funcs->ext.p_glGetLocalConstantFloatvEXT( id, value, data );
4111 static void WINAPI glGetLocalConstantIntegervEXT( GLuint id, GLenum value, GLint* data ) {
4112 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4113 TRACE("(%d, %d, %p)\n", id, value, data );
4114 funcs->ext.p_glGetLocalConstantIntegervEXT( id, value, data );
4117 static void WINAPI glGetMapAttribParameterfvNV( GLenum target, GLuint index, GLenum pname, GLfloat* params ) {
4118 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4119 TRACE("(%d, %d, %d, %p)\n", target, index, pname, params );
4120 funcs->ext.p_glGetMapAttribParameterfvNV( target, index, pname, params );
4123 static void WINAPI glGetMapAttribParameterivNV( GLenum target, GLuint index, GLenum pname, GLint* params ) {
4124 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4125 TRACE("(%d, %d, %d, %p)\n", target, index, pname, params );
4126 funcs->ext.p_glGetMapAttribParameterivNV( target, index, pname, params );
4129 static void WINAPI glGetMapControlPointsNV( GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, void* points ) {
4130 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4131 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, index, type, ustride, vstride, packed, points );
4132 funcs->ext.p_glGetMapControlPointsNV( target, index, type, ustride, vstride, packed, points );
4135 static void WINAPI glGetMapParameterfvNV( GLenum target, GLenum pname, GLfloat* params ) {
4136 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4137 TRACE("(%d, %d, %p)\n", target, pname, params );
4138 funcs->ext.p_glGetMapParameterfvNV( target, pname, params );
4141 static void WINAPI glGetMapParameterivNV( GLenum target, GLenum pname, GLint* params ) {
4142 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4143 TRACE("(%d, %d, %p)\n", target, pname, params );
4144 funcs->ext.p_glGetMapParameterivNV( target, pname, params );
4147 static void WINAPI glGetMapxvOES( GLenum target, GLenum query, GLfixed* v ) {
4148 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4149 TRACE("(%d, %d, %p)\n", target, query, v );
4150 funcs->ext.p_glGetMapxvOES( target, query, v );
4153 static void WINAPI glGetMaterialxOES( GLenum face, GLenum pname, GLfixed param ) {
4154 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4155 TRACE("(%d, %d, %d)\n", face, pname, param );
4156 funcs->ext.p_glGetMaterialxOES( face, pname, param );
4159 static void WINAPI glGetMinmax( GLenum target, GLboolean reset, GLenum format, GLenum type, void* values ) {
4160 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4161 TRACE("(%d, %d, %d, %d, %p)\n", target, reset, format, type, values );
4162 funcs->ext.p_glGetMinmax( target, reset, format, type, values );
4165 static void WINAPI glGetMinmaxEXT( GLenum target, GLboolean reset, GLenum format, GLenum type, void* values ) {
4166 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4167 TRACE("(%d, %d, %d, %d, %p)\n", target, reset, format, type, values );
4168 funcs->ext.p_glGetMinmaxEXT( target, reset, format, type, values );
4171 static void WINAPI glGetMinmaxParameterfv( GLenum target, GLenum pname, GLfloat* params ) {
4172 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4173 TRACE("(%d, %d, %p)\n", target, pname, params );
4174 funcs->ext.p_glGetMinmaxParameterfv( target, pname, params );
4177 static void WINAPI glGetMinmaxParameterfvEXT( GLenum target, GLenum pname, GLfloat* params ) {
4178 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4179 TRACE("(%d, %d, %p)\n", target, pname, params );
4180 funcs->ext.p_glGetMinmaxParameterfvEXT( target, pname, params );
4183 static void WINAPI glGetMinmaxParameteriv( GLenum target, GLenum pname, GLint* params ) {
4184 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4185 TRACE("(%d, %d, %p)\n", target, pname, params );
4186 funcs->ext.p_glGetMinmaxParameteriv( target, pname, params );
4189 static void WINAPI glGetMinmaxParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
4190 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4191 TRACE("(%d, %d, %p)\n", target, pname, params );
4192 funcs->ext.p_glGetMinmaxParameterivEXT( target, pname, params );
4195 static void WINAPI glGetMultiTexEnvfvEXT( GLenum texunit, GLenum target, GLenum pname, GLfloat* params ) {
4196 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4197 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4198 funcs->ext.p_glGetMultiTexEnvfvEXT( texunit, target, pname, params );
4201 static void WINAPI glGetMultiTexEnvivEXT( GLenum texunit, GLenum target, GLenum pname, GLint* params ) {
4202 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4203 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4204 funcs->ext.p_glGetMultiTexEnvivEXT( texunit, target, pname, params );
4207 static void WINAPI glGetMultiTexGendvEXT( GLenum texunit, GLenum coord, GLenum pname, GLdouble* params ) {
4208 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4209 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
4210 funcs->ext.p_glGetMultiTexGendvEXT( texunit, coord, pname, params );
4213 static void WINAPI glGetMultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, GLfloat* params ) {
4214 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4215 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
4216 funcs->ext.p_glGetMultiTexGenfvEXT( texunit, coord, pname, params );
4219 static void WINAPI glGetMultiTexGenivEXT( GLenum texunit, GLenum coord, GLenum pname, GLint* params ) {
4220 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4221 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
4222 funcs->ext.p_glGetMultiTexGenivEXT( texunit, coord, pname, params );
4225 static void WINAPI glGetMultiTexImageEXT( GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, void* pixels ) {
4226 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4227 TRACE("(%d, %d, %d, %d, %d, %p)\n", texunit, target, level, format, type, pixels );
4228 funcs->ext.p_glGetMultiTexImageEXT( texunit, target, level, format, type, pixels );
4231 static void WINAPI glGetMultiTexLevelParameterfvEXT( GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat* params ) {
4232 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4233 TRACE("(%d, %d, %d, %d, %p)\n", texunit, target, level, pname, params );
4234 funcs->ext.p_glGetMultiTexLevelParameterfvEXT( texunit, target, level, pname, params );
4237 static void WINAPI glGetMultiTexLevelParameterivEXT( GLenum texunit, GLenum target, GLint level, GLenum pname, GLint* params ) {
4238 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4239 TRACE("(%d, %d, %d, %d, %p)\n", texunit, target, level, pname, params );
4240 funcs->ext.p_glGetMultiTexLevelParameterivEXT( texunit, target, level, pname, params );
4243 static void WINAPI glGetMultiTexParameterIivEXT( GLenum texunit, GLenum target, GLenum pname, GLint* params ) {
4244 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4245 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4246 funcs->ext.p_glGetMultiTexParameterIivEXT( texunit, target, pname, params );
4249 static void WINAPI glGetMultiTexParameterIuivEXT( GLenum texunit, GLenum target, GLenum pname, GLuint* params ) {
4250 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4251 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4252 funcs->ext.p_glGetMultiTexParameterIuivEXT( texunit, target, pname, params );
4255 static void WINAPI glGetMultiTexParameterfvEXT( GLenum texunit, GLenum target, GLenum pname, GLfloat* params ) {
4256 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4257 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4258 funcs->ext.p_glGetMultiTexParameterfvEXT( texunit, target, pname, params );
4261 static void WINAPI glGetMultiTexParameterivEXT( GLenum texunit, GLenum target, GLenum pname, GLint* params ) {
4262 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4263 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
4264 funcs->ext.p_glGetMultiTexParameterivEXT( texunit, target, pname, params );
4267 static void WINAPI glGetMultisamplefv( GLenum pname, GLuint index, GLfloat* val ) {
4268 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4269 TRACE("(%d, %d, %p)\n", pname, index, val );
4270 funcs->ext.p_glGetMultisamplefv( pname, index, val );
4273 static void WINAPI glGetMultisamplefvNV( GLenum pname, GLuint index, GLfloat* val ) {
4274 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4275 TRACE("(%d, %d, %p)\n", pname, index, val );
4276 funcs->ext.p_glGetMultisamplefvNV( pname, index, val );
4279 static void WINAPI glGetNamedBufferParameteri64v( GLuint buffer, GLenum pname, GLint64* params ) {
4280 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4281 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4282 funcs->ext.p_glGetNamedBufferParameteri64v( buffer, pname, params );
4285 static void WINAPI glGetNamedBufferParameteriv( GLuint buffer, GLenum pname, GLint* params ) {
4286 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4287 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4288 funcs->ext.p_glGetNamedBufferParameteriv( buffer, pname, params );
4291 static void WINAPI glGetNamedBufferParameterivEXT( GLuint buffer, GLenum pname, GLint* params ) {
4292 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4293 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4294 funcs->ext.p_glGetNamedBufferParameterivEXT( buffer, pname, params );
4297 static void WINAPI glGetNamedBufferParameterui64vNV( GLuint buffer, GLenum pname, GLuint64EXT* params ) {
4298 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4299 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4300 funcs->ext.p_glGetNamedBufferParameterui64vNV( buffer, pname, params );
4303 static void WINAPI glGetNamedBufferPointerv( GLuint buffer, GLenum pname, void** params ) {
4304 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4305 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4306 funcs->ext.p_glGetNamedBufferPointerv( buffer, pname, params );
4309 static void WINAPI glGetNamedBufferPointervEXT( GLuint buffer, GLenum pname, void** params ) {
4310 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4311 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4312 funcs->ext.p_glGetNamedBufferPointervEXT( buffer, pname, params );
4315 static void WINAPI glGetNamedBufferSubData( GLuint buffer, GLintptr offset, GLsizei size, void* data ) {
4316 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4317 TRACE("(%d, %ld, %d, %p)\n", buffer, offset, size, data );
4318 funcs->ext.p_glGetNamedBufferSubData( buffer, offset, size, data );
4321 static void WINAPI glGetNamedBufferSubDataEXT( GLuint buffer, GLintptr offset, GLsizeiptr size, void* data ) {
4322 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4323 TRACE("(%d, %ld, %ld, %p)\n", buffer, offset, size, data );
4324 funcs->ext.p_glGetNamedBufferSubDataEXT( buffer, offset, size, data );
4327 static void WINAPI glGetNamedFramebufferAttachmentParameteriv( GLuint framebuffer, GLenum attachment, GLenum pname, GLint* params ) {
4328 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4329 TRACE("(%d, %d, %d, %p)\n", framebuffer, attachment, pname, params );
4330 funcs->ext.p_glGetNamedFramebufferAttachmentParameteriv( framebuffer, attachment, pname, params );
4333 static void WINAPI glGetNamedFramebufferAttachmentParameterivEXT( GLuint framebuffer, GLenum attachment, GLenum pname, GLint* params ) {
4334 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4335 TRACE("(%d, %d, %d, %p)\n", framebuffer, attachment, pname, params );
4336 funcs->ext.p_glGetNamedFramebufferAttachmentParameterivEXT( framebuffer, attachment, pname, params );
4339 static void WINAPI glGetNamedFramebufferParameteriv( GLuint framebuffer, GLenum pname, GLint* param ) {
4340 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4341 TRACE("(%d, %d, %p)\n", framebuffer, pname, param );
4342 funcs->ext.p_glGetNamedFramebufferParameteriv( framebuffer, pname, param );
4345 static void WINAPI glGetNamedFramebufferParameterivEXT( GLuint framebuffer, GLenum pname, GLint* params ) {
4346 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4347 TRACE("(%d, %d, %p)\n", framebuffer, pname, params );
4348 funcs->ext.p_glGetNamedFramebufferParameterivEXT( framebuffer, pname, params );
4351 static void WINAPI glGetNamedProgramLocalParameterIivEXT( GLuint program, GLenum target, GLuint index, GLint* params ) {
4352 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4353 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
4354 funcs->ext.p_glGetNamedProgramLocalParameterIivEXT( program, target, index, params );
4357 static void WINAPI glGetNamedProgramLocalParameterIuivEXT( GLuint program, GLenum target, GLuint index, GLuint* params ) {
4358 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4359 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
4360 funcs->ext.p_glGetNamedProgramLocalParameterIuivEXT( program, target, index, params );
4363 static void WINAPI glGetNamedProgramLocalParameterdvEXT( GLuint program, GLenum target, GLuint index, GLdouble* params ) {
4364 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4365 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
4366 funcs->ext.p_glGetNamedProgramLocalParameterdvEXT( program, target, index, params );
4369 static void WINAPI glGetNamedProgramLocalParameterfvEXT( GLuint program, GLenum target, GLuint index, GLfloat* params ) {
4370 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4371 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
4372 funcs->ext.p_glGetNamedProgramLocalParameterfvEXT( program, target, index, params );
4375 static void WINAPI glGetNamedProgramStringEXT( GLuint program, GLenum target, GLenum pname, void* string ) {
4376 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4377 TRACE("(%d, %d, %d, %p)\n", program, target, pname, string );
4378 funcs->ext.p_glGetNamedProgramStringEXT( program, target, pname, string );
4381 static void WINAPI glGetNamedProgramivEXT( GLuint program, GLenum target, GLenum pname, GLint* params ) {
4382 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4383 TRACE("(%d, %d, %d, %p)\n", program, target, pname, params );
4384 funcs->ext.p_glGetNamedProgramivEXT( program, target, pname, params );
4387 static void WINAPI glGetNamedRenderbufferParameteriv( GLuint renderbuffer, GLenum pname, GLint* params ) {
4388 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4389 TRACE("(%d, %d, %p)\n", renderbuffer, pname, params );
4390 funcs->ext.p_glGetNamedRenderbufferParameteriv( renderbuffer, pname, params );
4393 static void WINAPI glGetNamedRenderbufferParameterivEXT( GLuint renderbuffer, GLenum pname, GLint* params ) {
4394 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4395 TRACE("(%d, %d, %p)\n", renderbuffer, pname, params );
4396 funcs->ext.p_glGetNamedRenderbufferParameterivEXT( renderbuffer, pname, params );
4399 static void WINAPI glGetNamedStringARB( GLint namelen, const GLchar* name, GLsizei bufSize, GLint* stringlen, GLchar* string ) {
4400 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4401 TRACE("(%d, %p, %d, %p, %p)\n", namelen, name, bufSize, stringlen, string );
4402 funcs->ext.p_glGetNamedStringARB( namelen, name, bufSize, stringlen, string );
4405 static void WINAPI glGetNamedStringivARB( GLint namelen, const GLchar* name, GLenum pname, GLint* params ) {
4406 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4407 TRACE("(%d, %p, %d, %p)\n", namelen, name, pname, params );
4408 funcs->ext.p_glGetNamedStringivARB( namelen, name, pname, params );
4411 static void WINAPI glGetNextPerfQueryIdINTEL( GLuint queryId, GLuint* nextQueryId ) {
4412 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4413 TRACE("(%d, %p)\n", queryId, nextQueryId );
4414 funcs->ext.p_glGetNextPerfQueryIdINTEL( queryId, nextQueryId );
4417 static void WINAPI glGetObjectBufferfvATI( GLuint buffer, GLenum pname, GLfloat* params ) {
4418 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4419 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4420 funcs->ext.p_glGetObjectBufferfvATI( buffer, pname, params );
4423 static void WINAPI glGetObjectBufferivATI( GLuint buffer, GLenum pname, GLint* params ) {
4424 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4425 TRACE("(%d, %d, %p)\n", buffer, pname, params );
4426 funcs->ext.p_glGetObjectBufferivATI( buffer, pname, params );
4429 static void WINAPI glGetObjectLabel( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label ) {
4430 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4431 TRACE("(%d, %d, %d, %p, %p)\n", identifier, name, bufSize, length, label );
4432 funcs->ext.p_glGetObjectLabel( identifier, name, bufSize, length, label );
4435 static void WINAPI glGetObjectLabelEXT( GLenum type, GLuint object, GLsizei bufSize, GLsizei* length, GLchar* label ) {
4436 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4437 TRACE("(%d, %d, %d, %p, %p)\n", type, object, bufSize, length, label );
4438 funcs->ext.p_glGetObjectLabelEXT( type, object, bufSize, length, label );
4441 static void WINAPI glGetObjectParameterfvARB( GLhandleARB obj, GLenum pname, GLfloat* params ) {
4442 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4443 TRACE("(%d, %d, %p)\n", obj, pname, params );
4444 funcs->ext.p_glGetObjectParameterfvARB( obj, pname, params );
4447 static void WINAPI glGetObjectParameterivAPPLE( GLenum objectType, GLuint name, GLenum pname, GLint* params ) {
4448 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4449 TRACE("(%d, %d, %d, %p)\n", objectType, name, pname, params );
4450 funcs->ext.p_glGetObjectParameterivAPPLE( objectType, name, pname, params );
4453 static void WINAPI glGetObjectParameterivARB( GLhandleARB obj, GLenum pname, GLint* params ) {
4454 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4455 TRACE("(%d, %d, %p)\n", obj, pname, params );
4456 funcs->ext.p_glGetObjectParameterivARB( obj, pname, params );
4459 static void WINAPI glGetObjectPtrLabel( const void* ptr, GLsizei bufSize, GLsizei* length, GLchar* label ) {
4460 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4461 TRACE("(%p, %d, %p, %p)\n", ptr, bufSize, length, label );
4462 funcs->ext.p_glGetObjectPtrLabel( ptr, bufSize, length, label );
4465 static void WINAPI glGetOcclusionQueryivNV( GLuint id, GLenum pname, GLint* params ) {
4466 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4467 TRACE("(%d, %d, %p)\n", id, pname, params );
4468 funcs->ext.p_glGetOcclusionQueryivNV( id, pname, params );
4471 static void WINAPI glGetOcclusionQueryuivNV( GLuint id, GLenum pname, GLuint* params ) {
4472 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4473 TRACE("(%d, %d, %p)\n", id, pname, params );
4474 funcs->ext.p_glGetOcclusionQueryuivNV( id, pname, params );
4477 static void WINAPI glGetPathColorGenfvNV( GLenum color, GLenum pname, GLfloat* value ) {
4478 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4479 TRACE("(%d, %d, %p)\n", color, pname, value );
4480 funcs->ext.p_glGetPathColorGenfvNV( color, pname, value );
4483 static void WINAPI glGetPathColorGenivNV( GLenum color, GLenum pname, GLint* value ) {
4484 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4485 TRACE("(%d, %d, %p)\n", color, pname, value );
4486 funcs->ext.p_glGetPathColorGenivNV( color, pname, value );
4489 static void WINAPI glGetPathCommandsNV( GLuint path, GLubyte* commands ) {
4490 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4491 TRACE("(%d, %p)\n", path, commands );
4492 funcs->ext.p_glGetPathCommandsNV( path, commands );
4495 static void WINAPI glGetPathCoordsNV( GLuint path, GLfloat* coords ) {
4496 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4497 TRACE("(%d, %p)\n", path, coords );
4498 funcs->ext.p_glGetPathCoordsNV( path, coords );
4501 static void WINAPI glGetPathDashArrayNV( GLuint path, GLfloat* dashArray ) {
4502 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4503 TRACE("(%d, %p)\n", path, dashArray );
4504 funcs->ext.p_glGetPathDashArrayNV( path, dashArray );
4507 static GLfloat WINAPI glGetPathLengthNV( GLuint path, GLsizei startSegment, GLsizei numSegments ) {
4508 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4509 TRACE("(%d, %d, %d)\n", path, startSegment, numSegments );
4510 return funcs->ext.p_glGetPathLengthNV( path, startSegment, numSegments );
4513 static void WINAPI glGetPathMetricRangeNV( GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloat* metrics ) {
4514 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4515 TRACE("(%d, %d, %d, %d, %p)\n", metricQueryMask, firstPathName, numPaths, stride, metrics );
4516 funcs->ext.p_glGetPathMetricRangeNV( metricQueryMask, firstPathName, numPaths, stride, metrics );
4519 static void WINAPI glGetPathMetricsNV( GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLsizei stride, GLfloat* metrics ) {
4520 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4521 TRACE("(%d, %d, %d, %p, %d, %d, %p)\n", metricQueryMask, numPaths, pathNameType, paths, pathBase, stride, metrics );
4522 funcs->ext.p_glGetPathMetricsNV( metricQueryMask, numPaths, pathNameType, paths, pathBase, stride, metrics );
4525 static void WINAPI glGetPathParameterfvNV( GLuint path, GLenum pname, GLfloat* value ) {
4526 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4527 TRACE("(%d, %d, %p)\n", path, pname, value );
4528 funcs->ext.p_glGetPathParameterfvNV( path, pname, value );
4531 static void WINAPI glGetPathParameterivNV( GLuint path, GLenum pname, GLint* value ) {
4532 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4533 TRACE("(%d, %d, %p)\n", path, pname, value );
4534 funcs->ext.p_glGetPathParameterivNV( path, pname, value );
4537 static void WINAPI glGetPathSpacingNV( GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat* returnedSpacing ) {
4538 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4539 TRACE("(%d, %d, %d, %p, %d, %f, %f, %d, %p)\n", pathListMode, numPaths, pathNameType, paths, pathBase, advanceScale, kerningScale, transformType, returnedSpacing );
4540 funcs->ext.p_glGetPathSpacingNV( pathListMode, numPaths, pathNameType, paths, pathBase, advanceScale, kerningScale, transformType, returnedSpacing );
4543 static void WINAPI glGetPathTexGenfvNV( GLenum texCoordSet, GLenum pname, GLfloat* value ) {
4544 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4545 TRACE("(%d, %d, %p)\n", texCoordSet, pname, value );
4546 funcs->ext.p_glGetPathTexGenfvNV( texCoordSet, pname, value );
4549 static void WINAPI glGetPathTexGenivNV( GLenum texCoordSet, GLenum pname, GLint* value ) {
4550 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4551 TRACE("(%d, %d, %p)\n", texCoordSet, pname, value );
4552 funcs->ext.p_glGetPathTexGenivNV( texCoordSet, pname, value );
4555 static void WINAPI glGetPerfCounterInfoINTEL( GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar* counterName, GLuint counterDescLength, GLchar* counterDesc, GLuint* counterOffset, GLuint* counterDataSize, GLuint* counterTypeEnum, GLuint* counterDataTypeEnum, GLuint64* rawCounterMaxValue ) {
4556 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4557 TRACE("(%d, %d, %d, %p, %d, %p, %p, %p, %p, %p, %p)\n", queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue );
4558 funcs->ext.p_glGetPerfCounterInfoINTEL( queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue );
4561 static void WINAPI glGetPerfMonitorCounterDataAMD( GLuint monitor, GLenum pname, GLsizei dataSize, GLuint* data, GLint* bytesWritten ) {
4562 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4563 TRACE("(%d, %d, %d, %p, %p)\n", monitor, pname, dataSize, data, bytesWritten );
4564 funcs->ext.p_glGetPerfMonitorCounterDataAMD( monitor, pname, dataSize, data, bytesWritten );
4567 static void WINAPI glGetPerfMonitorCounterInfoAMD( GLuint group, GLuint counter, GLenum pname, void* data ) {
4568 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4569 TRACE("(%d, %d, %d, %p)\n", group, counter, pname, data );
4570 funcs->ext.p_glGetPerfMonitorCounterInfoAMD( group, counter, pname, data );
4573 static void WINAPI glGetPerfMonitorCounterStringAMD( GLuint group, GLuint counter, GLsizei bufSize, GLsizei* length, GLchar* counterString ) {
4574 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4575 TRACE("(%d, %d, %d, %p, %p)\n", group, counter, bufSize, length, counterString );
4576 funcs->ext.p_glGetPerfMonitorCounterStringAMD( group, counter, bufSize, length, counterString );
4579 static void WINAPI glGetPerfMonitorCountersAMD( GLuint group, GLint* numCounters, GLint* maxActiveCounters, GLsizei counterSize, GLuint* counters ) {
4580 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4581 TRACE("(%d, %p, %p, %d, %p)\n", group, numCounters, maxActiveCounters, counterSize, counters );
4582 funcs->ext.p_glGetPerfMonitorCountersAMD( group, numCounters, maxActiveCounters, counterSize, counters );
4585 static void WINAPI glGetPerfMonitorGroupStringAMD( GLuint group, GLsizei bufSize, GLsizei* length, GLchar* groupString ) {
4586 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4587 TRACE("(%d, %d, %p, %p)\n", group, bufSize, length, groupString );
4588 funcs->ext.p_glGetPerfMonitorGroupStringAMD( group, bufSize, length, groupString );
4591 static void WINAPI glGetPerfMonitorGroupsAMD( GLint* numGroups, GLsizei groupsSize, GLuint* groups ) {
4592 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4593 TRACE("(%p, %d, %p)\n", numGroups, groupsSize, groups );
4594 funcs->ext.p_glGetPerfMonitorGroupsAMD( numGroups, groupsSize, groups );
4597 static void WINAPI glGetPerfQueryDataINTEL( GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid* data, GLuint* bytesWritten ) {
4598 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4599 TRACE("(%d, %d, %d, %p, %p)\n", queryHandle, flags, dataSize, data, bytesWritten );
4600 funcs->ext.p_glGetPerfQueryDataINTEL( queryHandle, flags, dataSize, data, bytesWritten );
4603 static void WINAPI glGetPerfQueryIdByNameINTEL( GLchar* queryName, GLuint* queryId ) {
4604 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4605 TRACE("(%p, %p)\n", queryName, queryId );
4606 funcs->ext.p_glGetPerfQueryIdByNameINTEL( queryName, queryId );
4609 static void WINAPI glGetPerfQueryInfoINTEL( GLuint queryId, GLuint queryNameLength, GLchar* queryName, GLuint* dataSize, GLuint* noCounters, GLuint* noInstances, GLuint* capsMask ) {
4610 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4611 TRACE("(%d, %d, %p, %p, %p, %p, %p)\n", queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask );
4612 funcs->ext.p_glGetPerfQueryInfoINTEL( queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask );
4615 static void WINAPI glGetPixelMapxv( GLenum map, GLint size, GLfixed* values ) {
4616 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4617 TRACE("(%d, %d, %p)\n", map, size, values );
4618 funcs->ext.p_glGetPixelMapxv( map, size, values );
4621 static void WINAPI glGetPixelTexGenParameterfvSGIS( GLenum pname, GLfloat* params ) {
4622 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4623 TRACE("(%d, %p)\n", pname, params );
4624 funcs->ext.p_glGetPixelTexGenParameterfvSGIS( pname, params );
4627 static void WINAPI glGetPixelTexGenParameterivSGIS( GLenum pname, GLint* params ) {
4628 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4629 TRACE("(%d, %p)\n", pname, params );
4630 funcs->ext.p_glGetPixelTexGenParameterivSGIS( pname, params );
4633 static void WINAPI glGetPixelTransformParameterfvEXT( GLenum target, GLenum pname, GLfloat* params ) {
4634 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4635 TRACE("(%d, %d, %p)\n", target, pname, params );
4636 funcs->ext.p_glGetPixelTransformParameterfvEXT( target, pname, params );
4639 static void WINAPI glGetPixelTransformParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
4640 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4641 TRACE("(%d, %d, %p)\n", target, pname, params );
4642 funcs->ext.p_glGetPixelTransformParameterivEXT( target, pname, params );
4645 static void WINAPI glGetPointerIndexedvEXT( GLenum target, GLuint index, void** data ) {
4646 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4647 TRACE("(%d, %d, %p)\n", target, index, data );
4648 funcs->ext.p_glGetPointerIndexedvEXT( target, index, data );
4651 static void WINAPI glGetPointeri_vEXT( GLenum pname, GLuint index, void** params ) {
4652 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4653 TRACE("(%d, %d, %p)\n", pname, index, params );
4654 funcs->ext.p_glGetPointeri_vEXT( pname, index, params );
4657 static void WINAPI glGetPointervEXT( GLenum pname, void** params ) {
4658 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4659 TRACE("(%d, %p)\n", pname, params );
4660 funcs->ext.p_glGetPointervEXT( pname, params );
4663 static void WINAPI glGetProgramBinary( GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary ) {
4664 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4665 TRACE("(%d, %d, %p, %p, %p)\n", program, bufSize, length, binaryFormat, binary );
4666 funcs->ext.p_glGetProgramBinary( program, bufSize, length, binaryFormat, binary );
4669 static void WINAPI glGetProgramEnvParameterIivNV( GLenum target, GLuint index, GLint* params ) {
4670 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4671 TRACE("(%d, %d, %p)\n", target, index, params );
4672 funcs->ext.p_glGetProgramEnvParameterIivNV( target, index, params );
4675 static void WINAPI glGetProgramEnvParameterIuivNV( GLenum target, GLuint index, GLuint* params ) {
4676 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4677 TRACE("(%d, %d, %p)\n", target, index, params );
4678 funcs->ext.p_glGetProgramEnvParameterIuivNV( target, index, params );
4681 static void WINAPI glGetProgramEnvParameterdvARB( GLenum target, GLuint index, GLdouble* params ) {
4682 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4683 TRACE("(%d, %d, %p)\n", target, index, params );
4684 funcs->ext.p_glGetProgramEnvParameterdvARB( target, index, params );
4687 static void WINAPI glGetProgramEnvParameterfvARB( GLenum target, GLuint index, GLfloat* params ) {
4688 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4689 TRACE("(%d, %d, %p)\n", target, index, params );
4690 funcs->ext.p_glGetProgramEnvParameterfvARB( target, index, params );
4693 static void WINAPI glGetProgramInfoLog( GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog ) {
4694 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4695 TRACE("(%d, %d, %p, %p)\n", program, bufSize, length, infoLog );
4696 funcs->ext.p_glGetProgramInfoLog( program, bufSize, length, infoLog );
4699 static void WINAPI glGetProgramInterfaceiv( GLuint program, GLenum programInterface, GLenum pname, GLint* params ) {
4700 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4701 TRACE("(%d, %d, %d, %p)\n", program, programInterface, pname, params );
4702 funcs->ext.p_glGetProgramInterfaceiv( program, programInterface, pname, params );
4705 static void WINAPI glGetProgramLocalParameterIivNV( GLenum target, GLuint index, GLint* params ) {
4706 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4707 TRACE("(%d, %d, %p)\n", target, index, params );
4708 funcs->ext.p_glGetProgramLocalParameterIivNV( target, index, params );
4711 static void WINAPI glGetProgramLocalParameterIuivNV( GLenum target, GLuint index, GLuint* params ) {
4712 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4713 TRACE("(%d, %d, %p)\n", target, index, params );
4714 funcs->ext.p_glGetProgramLocalParameterIuivNV( target, index, params );
4717 static void WINAPI glGetProgramLocalParameterdvARB( GLenum target, GLuint index, GLdouble* params ) {
4718 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4719 TRACE("(%d, %d, %p)\n", target, index, params );
4720 funcs->ext.p_glGetProgramLocalParameterdvARB( target, index, params );
4723 static void WINAPI glGetProgramLocalParameterfvARB( GLenum target, GLuint index, GLfloat* params ) {
4724 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4725 TRACE("(%d, %d, %p)\n", target, index, params );
4726 funcs->ext.p_glGetProgramLocalParameterfvARB( target, index, params );
4729 static void WINAPI glGetProgramNamedParameterdvNV( GLuint id, GLsizei len, const GLubyte* name, GLdouble* params ) {
4730 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4731 TRACE("(%d, %d, %p, %p)\n", id, len, name, params );
4732 funcs->ext.p_glGetProgramNamedParameterdvNV( id, len, name, params );
4735 static void WINAPI glGetProgramNamedParameterfvNV( GLuint id, GLsizei len, const GLubyte* name, GLfloat* params ) {
4736 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4737 TRACE("(%d, %d, %p, %p)\n", id, len, name, params );
4738 funcs->ext.p_glGetProgramNamedParameterfvNV( id, len, name, params );
4741 static void WINAPI glGetProgramParameterdvNV( GLenum target, GLuint index, GLenum pname, GLdouble* params ) {
4742 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4743 TRACE("(%d, %d, %d, %p)\n", target, index, pname, params );
4744 funcs->ext.p_glGetProgramParameterdvNV( target, index, pname, params );
4747 static void WINAPI glGetProgramParameterfvNV( GLenum target, GLuint index, GLenum pname, GLfloat* params ) {
4748 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4749 TRACE("(%d, %d, %d, %p)\n", target, index, pname, params );
4750 funcs->ext.p_glGetProgramParameterfvNV( target, index, pname, params );
4753 static void WINAPI glGetProgramPipelineInfoLog( GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog ) {
4754 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4755 TRACE("(%d, %d, %p, %p)\n", pipeline, bufSize, length, infoLog );
4756 funcs->ext.p_glGetProgramPipelineInfoLog( pipeline, bufSize, length, infoLog );
4759 static void WINAPI glGetProgramPipelineiv( GLuint pipeline, GLenum pname, GLint* params ) {
4760 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4761 TRACE("(%d, %d, %p)\n", pipeline, pname, params );
4762 funcs->ext.p_glGetProgramPipelineiv( pipeline, pname, params );
4765 static GLuint WINAPI glGetProgramResourceIndex( GLuint program, GLenum programInterface, const GLchar* name ) {
4766 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4767 TRACE("(%d, %d, %p)\n", program, programInterface, name );
4768 return funcs->ext.p_glGetProgramResourceIndex( program, programInterface, name );
4771 static GLint WINAPI glGetProgramResourceLocation( GLuint program, GLenum programInterface, const GLchar* name ) {
4772 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4773 TRACE("(%d, %d, %p)\n", program, programInterface, name );
4774 return funcs->ext.p_glGetProgramResourceLocation( program, programInterface, name );
4777 static GLint WINAPI glGetProgramResourceLocationIndex( GLuint program, GLenum programInterface, const GLchar* name ) {
4778 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4779 TRACE("(%d, %d, %p)\n", program, programInterface, name );
4780 return funcs->ext.p_glGetProgramResourceLocationIndex( program, programInterface, name );
4783 static void WINAPI glGetProgramResourceName( GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name ) {
4784 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4785 TRACE("(%d, %d, %d, %d, %p, %p)\n", program, programInterface, index, bufSize, length, name );
4786 funcs->ext.p_glGetProgramResourceName( program, programInterface, index, bufSize, length, name );
4789 static void WINAPI glGetProgramResourcefvNV( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum* props, GLsizei bufSize, GLsizei* length, GLfloat* params ) {
4790 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4791 TRACE("(%d, %d, %d, %d, %p, %d, %p, %p)\n", program, programInterface, index, propCount, props, bufSize, length, params );
4792 funcs->ext.p_glGetProgramResourcefvNV( program, programInterface, index, propCount, props, bufSize, length, params );
4795 static void WINAPI glGetProgramResourceiv( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum* props, GLsizei bufSize, GLsizei* length, GLint* params ) {
4796 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4797 TRACE("(%d, %d, %d, %d, %p, %d, %p, %p)\n", program, programInterface, index, propCount, props, bufSize, length, params );
4798 funcs->ext.p_glGetProgramResourceiv( program, programInterface, index, propCount, props, bufSize, length, params );
4801 static void WINAPI glGetProgramStageiv( GLuint program, GLenum shadertype, GLenum pname, GLint* values ) {
4802 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4803 TRACE("(%d, %d, %d, %p)\n", program, shadertype, pname, values );
4804 funcs->ext.p_glGetProgramStageiv( program, shadertype, pname, values );
4807 static void WINAPI glGetProgramStringARB( GLenum target, GLenum pname, void* string ) {
4808 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4809 TRACE("(%d, %d, %p)\n", target, pname, string );
4810 funcs->ext.p_glGetProgramStringARB( target, pname, string );
4813 static void WINAPI glGetProgramStringNV( GLuint id, GLenum pname, GLubyte* program ) {
4814 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4815 TRACE("(%d, %d, %p)\n", id, pname, program );
4816 funcs->ext.p_glGetProgramStringNV( id, pname, program );
4819 static void WINAPI glGetProgramSubroutineParameteruivNV( GLenum target, GLuint index, GLuint* param ) {
4820 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4821 TRACE("(%d, %d, %p)\n", target, index, param );
4822 funcs->ext.p_glGetProgramSubroutineParameteruivNV( target, index, param );
4825 static void WINAPI glGetProgramiv( GLuint program, GLenum pname, GLint* params ) {
4826 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4827 TRACE("(%d, %d, %p)\n", program, pname, params );
4828 funcs->ext.p_glGetProgramiv( program, pname, params );
4831 static void WINAPI glGetProgramivARB( GLenum target, GLenum pname, GLint* params ) {
4832 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4833 TRACE("(%d, %d, %p)\n", target, pname, params );
4834 funcs->ext.p_glGetProgramivARB( target, pname, params );
4837 static void WINAPI glGetProgramivNV( GLuint id, GLenum pname, GLint* params ) {
4838 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4839 TRACE("(%d, %d, %p)\n", id, pname, params );
4840 funcs->ext.p_glGetProgramivNV( id, pname, params );
4843 static void WINAPI glGetQueryBufferObjecti64v( GLuint id, GLuint buffer, GLenum pname, GLintptr offset ) {
4844 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4845 TRACE("(%d, %d, %d, %ld)\n", id, buffer, pname, offset );
4846 funcs->ext.p_glGetQueryBufferObjecti64v( id, buffer, pname, offset );
4849 static void WINAPI glGetQueryBufferObjectiv( GLuint id, GLuint buffer, GLenum pname, GLintptr offset ) {
4850 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4851 TRACE("(%d, %d, %d, %ld)\n", id, buffer, pname, offset );
4852 funcs->ext.p_glGetQueryBufferObjectiv( id, buffer, pname, offset );
4855 static void WINAPI glGetQueryBufferObjectui64v( GLuint id, GLuint buffer, GLenum pname, GLintptr offset ) {
4856 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4857 TRACE("(%d, %d, %d, %ld)\n", id, buffer, pname, offset );
4858 funcs->ext.p_glGetQueryBufferObjectui64v( id, buffer, pname, offset );
4861 static void WINAPI glGetQueryBufferObjectuiv( GLuint id, GLuint buffer, GLenum pname, GLintptr offset ) {
4862 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4863 TRACE("(%d, %d, %d, %ld)\n", id, buffer, pname, offset );
4864 funcs->ext.p_glGetQueryBufferObjectuiv( id, buffer, pname, offset );
4867 static void WINAPI glGetQueryIndexediv( GLenum target, GLuint index, GLenum pname, GLint* params ) {
4868 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4869 TRACE("(%d, %d, %d, %p)\n", target, index, pname, params );
4870 funcs->ext.p_glGetQueryIndexediv( target, index, pname, params );
4873 static void WINAPI glGetQueryObjecti64v( GLuint id, GLenum pname, GLint64* params ) {
4874 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4875 TRACE("(%d, %d, %p)\n", id, pname, params );
4876 funcs->ext.p_glGetQueryObjecti64v( id, pname, params );
4879 static void WINAPI glGetQueryObjecti64vEXT( GLuint id, GLenum pname, GLint64* params ) {
4880 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4881 TRACE("(%d, %d, %p)\n", id, pname, params );
4882 funcs->ext.p_glGetQueryObjecti64vEXT( id, pname, params );
4885 static void WINAPI glGetQueryObjectiv( GLuint id, GLenum pname, GLint* params ) {
4886 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4887 TRACE("(%d, %d, %p)\n", id, pname, params );
4888 funcs->ext.p_glGetQueryObjectiv( id, pname, params );
4891 static void WINAPI glGetQueryObjectivARB( GLuint id, GLenum pname, GLint* params ) {
4892 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4893 TRACE("(%d, %d, %p)\n", id, pname, params );
4894 funcs->ext.p_glGetQueryObjectivARB( id, pname, params );
4897 static void WINAPI glGetQueryObjectui64v( GLuint id, GLenum pname, GLuint64* params ) {
4898 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4899 TRACE("(%d, %d, %p)\n", id, pname, params );
4900 funcs->ext.p_glGetQueryObjectui64v( id, pname, params );
4903 static void WINAPI glGetQueryObjectui64vEXT( GLuint id, GLenum pname, GLuint64* params ) {
4904 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4905 TRACE("(%d, %d, %p)\n", id, pname, params );
4906 funcs->ext.p_glGetQueryObjectui64vEXT( id, pname, params );
4909 static void WINAPI glGetQueryObjectuiv( GLuint id, GLenum pname, GLuint* params ) {
4910 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4911 TRACE("(%d, %d, %p)\n", id, pname, params );
4912 funcs->ext.p_glGetQueryObjectuiv( id, pname, params );
4915 static void WINAPI glGetQueryObjectuivARB( GLuint id, GLenum pname, GLuint* params ) {
4916 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4917 TRACE("(%d, %d, %p)\n", id, pname, params );
4918 funcs->ext.p_glGetQueryObjectuivARB( id, pname, params );
4921 static void WINAPI glGetQueryiv( GLenum target, GLenum pname, GLint* params ) {
4922 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4923 TRACE("(%d, %d, %p)\n", target, pname, params );
4924 funcs->ext.p_glGetQueryiv( target, pname, params );
4927 static void WINAPI glGetQueryivARB( GLenum target, GLenum pname, GLint* params ) {
4928 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4929 TRACE("(%d, %d, %p)\n", target, pname, params );
4930 funcs->ext.p_glGetQueryivARB( target, pname, params );
4933 static void WINAPI glGetRenderbufferParameteriv( GLenum target, GLenum pname, GLint* params ) {
4934 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4935 TRACE("(%d, %d, %p)\n", target, pname, params );
4936 funcs->ext.p_glGetRenderbufferParameteriv( target, pname, params );
4939 static void WINAPI glGetRenderbufferParameterivEXT( GLenum target, GLenum pname, GLint* params ) {
4940 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4941 TRACE("(%d, %d, %p)\n", target, pname, params );
4942 funcs->ext.p_glGetRenderbufferParameterivEXT( target, pname, params );
4945 static void WINAPI glGetSamplerParameterIiv( GLuint sampler, GLenum pname, GLint* params ) {
4946 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4947 TRACE("(%d, %d, %p)\n", sampler, pname, params );
4948 funcs->ext.p_glGetSamplerParameterIiv( sampler, pname, params );
4951 static void WINAPI glGetSamplerParameterIuiv( GLuint sampler, GLenum pname, GLuint* params ) {
4952 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4953 TRACE("(%d, %d, %p)\n", sampler, pname, params );
4954 funcs->ext.p_glGetSamplerParameterIuiv( sampler, pname, params );
4957 static void WINAPI glGetSamplerParameterfv( GLuint sampler, GLenum pname, GLfloat* params ) {
4958 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4959 TRACE("(%d, %d, %p)\n", sampler, pname, params );
4960 funcs->ext.p_glGetSamplerParameterfv( sampler, pname, params );
4963 static void WINAPI glGetSamplerParameteriv( GLuint sampler, GLenum pname, GLint* params ) {
4964 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4965 TRACE("(%d, %d, %p)\n", sampler, pname, params );
4966 funcs->ext.p_glGetSamplerParameteriv( sampler, pname, params );
4969 static void WINAPI glGetSeparableFilter( GLenum target, GLenum format, GLenum type, void* row, void* column, void* span ) {
4970 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4971 TRACE("(%d, %d, %d, %p, %p, %p)\n", target, format, type, row, column, span );
4972 funcs->ext.p_glGetSeparableFilter( target, format, type, row, column, span );
4975 static void WINAPI glGetSeparableFilterEXT( GLenum target, GLenum format, GLenum type, void* row, void* column, void* span ) {
4976 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4977 TRACE("(%d, %d, %d, %p, %p, %p)\n", target, format, type, row, column, span );
4978 funcs->ext.p_glGetSeparableFilterEXT( target, format, type, row, column, span );
4981 static void WINAPI glGetShaderInfoLog( GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog ) {
4982 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4983 TRACE("(%d, %d, %p, %p)\n", shader, bufSize, length, infoLog );
4984 funcs->ext.p_glGetShaderInfoLog( shader, bufSize, length, infoLog );
4987 static void WINAPI glGetShaderPrecisionFormat( GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision ) {
4988 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4989 TRACE("(%d, %d, %p, %p)\n", shadertype, precisiontype, range, precision );
4990 funcs->ext.p_glGetShaderPrecisionFormat( shadertype, precisiontype, range, precision );
4993 static void WINAPI glGetShaderSource( GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source ) {
4994 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
4995 TRACE("(%d, %d, %p, %p)\n", shader, bufSize, length, source );
4996 funcs->ext.p_glGetShaderSource( shader, bufSize, length, source );
4999 static void WINAPI glGetShaderSourceARB( GLhandleARB obj, GLsizei maxLength, GLsizei* length, GLcharARB* source ) {
5000 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5001 TRACE("(%d, %d, %p, %p)\n", obj, maxLength, length, source );
5002 funcs->ext.p_glGetShaderSourceARB( obj, maxLength, length, source );
5005 static void WINAPI glGetShaderiv( GLuint shader, GLenum pname, GLint* params ) {
5006 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5007 TRACE("(%d, %d, %p)\n", shader, pname, params );
5008 funcs->ext.p_glGetShaderiv( shader, pname, params );
5011 static void WINAPI glGetSharpenTexFuncSGIS( GLenum target, GLfloat* points ) {
5012 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5013 TRACE("(%d, %p)\n", target, points );
5014 funcs->ext.p_glGetSharpenTexFuncSGIS( target, points );
5017 const GLubyte* WINAPI glGetStringi( GLenum name, GLuint index ) DECLSPEC_HIDDEN;
5019 static GLuint WINAPI glGetSubroutineIndex( GLuint program, GLenum shadertype, const GLchar* name ) {
5020 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5021 TRACE("(%d, %d, %p)\n", program, shadertype, name );
5022 return funcs->ext.p_glGetSubroutineIndex( program, shadertype, name );
5025 static GLint WINAPI glGetSubroutineUniformLocation( GLuint program, GLenum shadertype, const GLchar* name ) {
5026 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5027 TRACE("(%d, %d, %p)\n", program, shadertype, name );
5028 return funcs->ext.p_glGetSubroutineUniformLocation( program, shadertype, name );
5031 static void WINAPI glGetSynciv( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values ) {
5032 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5033 TRACE("(%p, %d, %d, %p, %p)\n", sync, pname, bufSize, length, values );
5034 funcs->ext.p_glGetSynciv( sync, pname, bufSize, length, values );
5037 static void WINAPI glGetTexBumpParameterfvATI( GLenum pname, GLfloat* param ) {
5038 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5039 TRACE("(%d, %p)\n", pname, param );
5040 funcs->ext.p_glGetTexBumpParameterfvATI( pname, param );
5043 static void WINAPI glGetTexBumpParameterivATI( GLenum pname, GLint* param ) {
5044 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5045 TRACE("(%d, %p)\n", pname, param );
5046 funcs->ext.p_glGetTexBumpParameterivATI( pname, param );
5049 static void WINAPI glGetTexEnvxvOES( GLenum target, GLenum pname, GLfixed* params ) {
5050 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5051 TRACE("(%d, %d, %p)\n", target, pname, params );
5052 funcs->ext.p_glGetTexEnvxvOES( target, pname, params );
5055 static void WINAPI glGetTexFilterFuncSGIS( GLenum target, GLenum filter, GLfloat* weights ) {
5056 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5057 TRACE("(%d, %d, %p)\n", target, filter, weights );
5058 funcs->ext.p_glGetTexFilterFuncSGIS( target, filter, weights );
5061 static void WINAPI glGetTexGenxvOES( GLenum coord, GLenum pname, GLfixed* params ) {
5062 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5063 TRACE("(%d, %d, %p)\n", coord, pname, params );
5064 funcs->ext.p_glGetTexGenxvOES( coord, pname, params );
5067 static void WINAPI glGetTexLevelParameterxvOES( GLenum target, GLint level, GLenum pname, GLfixed* params ) {
5068 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5069 TRACE("(%d, %d, %d, %p)\n", target, level, pname, params );
5070 funcs->ext.p_glGetTexLevelParameterxvOES( target, level, pname, params );
5073 static void WINAPI glGetTexParameterIiv( GLenum target, GLenum pname, GLint* params ) {
5074 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5075 TRACE("(%d, %d, %p)\n", target, pname, params );
5076 funcs->ext.p_glGetTexParameterIiv( target, pname, params );
5079 static void WINAPI glGetTexParameterIivEXT( GLenum target, GLenum pname, GLint* params ) {
5080 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5081 TRACE("(%d, %d, %p)\n", target, pname, params );
5082 funcs->ext.p_glGetTexParameterIivEXT( target, pname, params );
5085 static void WINAPI glGetTexParameterIuiv( GLenum target, GLenum pname, GLuint* params ) {
5086 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5087 TRACE("(%d, %d, %p)\n", target, pname, params );
5088 funcs->ext.p_glGetTexParameterIuiv( target, pname, params );
5091 static void WINAPI glGetTexParameterIuivEXT( GLenum target, GLenum pname, GLuint* params ) {
5092 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5093 TRACE("(%d, %d, %p)\n", target, pname, params );
5094 funcs->ext.p_glGetTexParameterIuivEXT( target, pname, params );
5097 static void WINAPI glGetTexParameterPointervAPPLE( GLenum target, GLenum pname, void** params ) {
5098 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5099 TRACE("(%d, %d, %p)\n", target, pname, params );
5100 funcs->ext.p_glGetTexParameterPointervAPPLE( target, pname, params );
5103 static void WINAPI glGetTexParameterxvOES( GLenum target, GLenum pname, GLfixed* params ) {
5104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5105 TRACE("(%d, %d, %p)\n", target, pname, params );
5106 funcs->ext.p_glGetTexParameterxvOES( target, pname, params );
5109 static GLuint64 WINAPI glGetTextureHandleARB( GLuint texture ) {
5110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5111 TRACE("(%d)\n", texture );
5112 return funcs->ext.p_glGetTextureHandleARB( texture );
5115 static GLuint64 WINAPI glGetTextureHandleNV( GLuint texture ) {
5116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5117 TRACE("(%d)\n", texture );
5118 return funcs->ext.p_glGetTextureHandleNV( texture );
5121 static void WINAPI glGetTextureImage( GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void* pixels ) {
5122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5123 TRACE("(%d, %d, %d, %d, %d, %p)\n", texture, level, format, type, bufSize, pixels );
5124 funcs->ext.p_glGetTextureImage( texture, level, format, type, bufSize, pixels );
5127 static void WINAPI glGetTextureImageEXT( GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, void* pixels ) {
5128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5129 TRACE("(%d, %d, %d, %d, %d, %p)\n", texture, target, level, format, type, pixels );
5130 funcs->ext.p_glGetTextureImageEXT( texture, target, level, format, type, pixels );
5133 static void WINAPI glGetTextureLevelParameterfv( GLuint texture, GLint level, GLenum pname, GLfloat* params ) {
5134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5135 TRACE("(%d, %d, %d, %p)\n", texture, level, pname, params );
5136 funcs->ext.p_glGetTextureLevelParameterfv( texture, level, pname, params );
5139 static void WINAPI glGetTextureLevelParameterfvEXT( GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat* params ) {
5140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5141 TRACE("(%d, %d, %d, %d, %p)\n", texture, target, level, pname, params );
5142 funcs->ext.p_glGetTextureLevelParameterfvEXT( texture, target, level, pname, params );
5145 static void WINAPI glGetTextureLevelParameteriv( GLuint texture, GLint level, GLenum pname, GLint* params ) {
5146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5147 TRACE("(%d, %d, %d, %p)\n", texture, level, pname, params );
5148 funcs->ext.p_glGetTextureLevelParameteriv( texture, level, pname, params );
5151 static void WINAPI glGetTextureLevelParameterivEXT( GLuint texture, GLenum target, GLint level, GLenum pname, GLint* params ) {
5152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5153 TRACE("(%d, %d, %d, %d, %p)\n", texture, target, level, pname, params );
5154 funcs->ext.p_glGetTextureLevelParameterivEXT( texture, target, level, pname, params );
5157 static void WINAPI glGetTextureParameterIiv( GLuint texture, GLenum pname, GLint* params ) {
5158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5159 TRACE("(%d, %d, %p)\n", texture, pname, params );
5160 funcs->ext.p_glGetTextureParameterIiv( texture, pname, params );
5163 static void WINAPI glGetTextureParameterIivEXT( GLuint texture, GLenum target, GLenum pname, GLint* params ) {
5164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5165 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
5166 funcs->ext.p_glGetTextureParameterIivEXT( texture, target, pname, params );
5169 static void WINAPI glGetTextureParameterIuiv( GLuint texture, GLenum pname, GLuint* params ) {
5170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5171 TRACE("(%d, %d, %p)\n", texture, pname, params );
5172 funcs->ext.p_glGetTextureParameterIuiv( texture, pname, params );
5175 static void WINAPI glGetTextureParameterIuivEXT( GLuint texture, GLenum target, GLenum pname, GLuint* params ) {
5176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5177 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
5178 funcs->ext.p_glGetTextureParameterIuivEXT( texture, target, pname, params );
5181 static void WINAPI glGetTextureParameterfv( GLuint texture, GLenum pname, GLfloat* params ) {
5182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5183 TRACE("(%d, %d, %p)\n", texture, pname, params );
5184 funcs->ext.p_glGetTextureParameterfv( texture, pname, params );
5187 static void WINAPI glGetTextureParameterfvEXT( GLuint texture, GLenum target, GLenum pname, GLfloat* params ) {
5188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5189 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
5190 funcs->ext.p_glGetTextureParameterfvEXT( texture, target, pname, params );
5193 static void WINAPI glGetTextureParameteriv( GLuint texture, GLenum pname, GLint* params ) {
5194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5195 TRACE("(%d, %d, %p)\n", texture, pname, params );
5196 funcs->ext.p_glGetTextureParameteriv( texture, pname, params );
5199 static void WINAPI glGetTextureParameterivEXT( GLuint texture, GLenum target, GLenum pname, GLint* params ) {
5200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5201 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
5202 funcs->ext.p_glGetTextureParameterivEXT( texture, target, pname, params );
5205 static GLuint64 WINAPI glGetTextureSamplerHandleARB( GLuint texture, GLuint sampler ) {
5206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5207 TRACE("(%d, %d)\n", texture, sampler );
5208 return funcs->ext.p_glGetTextureSamplerHandleARB( texture, sampler );
5211 static GLuint64 WINAPI glGetTextureSamplerHandleNV( GLuint texture, GLuint sampler ) {
5212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5213 TRACE("(%d, %d)\n", texture, sampler );
5214 return funcs->ext.p_glGetTextureSamplerHandleNV( texture, sampler );
5217 static void WINAPI glGetTextureSubImage( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void* pixels ) {
5218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5219 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels );
5220 funcs->ext.p_glGetTextureSubImage( texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, bufSize, pixels );
5223 static void WINAPI glGetTrackMatrixivNV( GLenum target, GLuint address, GLenum pname, GLint* params ) {
5224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5225 TRACE("(%d, %d, %d, %p)\n", target, address, pname, params );
5226 funcs->ext.p_glGetTrackMatrixivNV( target, address, pname, params );
5229 static void WINAPI glGetTransformFeedbackVarying( GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name ) {
5230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5231 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", program, index, bufSize, length, size, type, name );
5232 funcs->ext.p_glGetTransformFeedbackVarying( program, index, bufSize, length, size, type, name );
5235 static void WINAPI glGetTransformFeedbackVaryingEXT( GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name ) {
5236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5237 TRACE("(%d, %d, %d, %p, %p, %p, %p)\n", program, index, bufSize, length, size, type, name );
5238 funcs->ext.p_glGetTransformFeedbackVaryingEXT( program, index, bufSize, length, size, type, name );
5241 static void WINAPI glGetTransformFeedbackVaryingNV( GLuint program, GLuint index, GLint* location ) {
5242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5243 TRACE("(%d, %d, %p)\n", program, index, location );
5244 funcs->ext.p_glGetTransformFeedbackVaryingNV( program, index, location );
5247 static void WINAPI glGetTransformFeedbacki64_v( GLuint xfb, GLenum pname, GLuint index, GLint64* param ) {
5248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5249 TRACE("(%d, %d, %d, %p)\n", xfb, pname, index, param );
5250 funcs->ext.p_glGetTransformFeedbacki64_v( xfb, pname, index, param );
5253 static void WINAPI glGetTransformFeedbacki_v( GLuint xfb, GLenum pname, GLuint index, GLint* param ) {
5254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5255 TRACE("(%d, %d, %d, %p)\n", xfb, pname, index, param );
5256 funcs->ext.p_glGetTransformFeedbacki_v( xfb, pname, index, param );
5259 static void WINAPI glGetTransformFeedbackiv( GLuint xfb, GLenum pname, GLint* param ) {
5260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5261 TRACE("(%d, %d, %p)\n", xfb, pname, param );
5262 funcs->ext.p_glGetTransformFeedbackiv( xfb, pname, param );
5265 static GLuint WINAPI glGetUniformBlockIndex( GLuint program, const GLchar* uniformBlockName ) {
5266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5267 TRACE("(%d, %p)\n", program, uniformBlockName );
5268 return funcs->ext.p_glGetUniformBlockIndex( program, uniformBlockName );
5271 static GLint WINAPI glGetUniformBufferSizeEXT( GLuint program, GLint location ) {
5272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5273 TRACE("(%d, %d)\n", program, location );
5274 return funcs->ext.p_glGetUniformBufferSizeEXT( program, location );
5277 static void WINAPI glGetUniformIndices( GLuint program, GLsizei uniformCount, const GLchar*const* uniformNames, GLuint* uniformIndices ) {
5278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5279 TRACE("(%d, %d, %p, %p)\n", program, uniformCount, uniformNames, uniformIndices );
5280 funcs->ext.p_glGetUniformIndices( program, uniformCount, uniformNames, uniformIndices );
5283 static GLint WINAPI glGetUniformLocation( GLuint program, const GLchar* name ) {
5284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5285 TRACE("(%d, %p)\n", program, name );
5286 return funcs->ext.p_glGetUniformLocation( program, name );
5289 static GLint WINAPI glGetUniformLocationARB( GLhandleARB programObj, const GLcharARB* name ) {
5290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5291 TRACE("(%d, %p)\n", programObj, name );
5292 return funcs->ext.p_glGetUniformLocationARB( programObj, name );
5295 static GLintptr WINAPI glGetUniformOffsetEXT( GLuint program, GLint location ) {
5296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5297 TRACE("(%d, %d)\n", program, location );
5298 return funcs->ext.p_glGetUniformOffsetEXT( program, location );
5301 static void WINAPI glGetUniformSubroutineuiv( GLenum shadertype, GLint location, GLuint* params ) {
5302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5303 TRACE("(%d, %d, %p)\n", shadertype, location, params );
5304 funcs->ext.p_glGetUniformSubroutineuiv( shadertype, location, params );
5307 static void WINAPI glGetUniformdv( GLuint program, GLint location, GLdouble* params ) {
5308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5309 TRACE("(%d, %d, %p)\n", program, location, params );
5310 funcs->ext.p_glGetUniformdv( program, location, params );
5313 static void WINAPI glGetUniformfv( GLuint program, GLint location, GLfloat* params ) {
5314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5315 TRACE("(%d, %d, %p)\n", program, location, params );
5316 funcs->ext.p_glGetUniformfv( program, location, params );
5319 static void WINAPI glGetUniformfvARB( GLhandleARB programObj, GLint location, GLfloat* params ) {
5320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5321 TRACE("(%d, %d, %p)\n", programObj, location, params );
5322 funcs->ext.p_glGetUniformfvARB( programObj, location, params );
5325 static void WINAPI glGetUniformi64vNV( GLuint program, GLint location, GLint64EXT* params ) {
5326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5327 TRACE("(%d, %d, %p)\n", program, location, params );
5328 funcs->ext.p_glGetUniformi64vNV( program, location, params );
5331 static void WINAPI glGetUniformiv( GLuint program, GLint location, GLint* params ) {
5332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5333 TRACE("(%d, %d, %p)\n", program, location, params );
5334 funcs->ext.p_glGetUniformiv( program, location, params );
5337 static void WINAPI glGetUniformivARB( GLhandleARB programObj, GLint location, GLint* params ) {
5338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5339 TRACE("(%d, %d, %p)\n", programObj, location, params );
5340 funcs->ext.p_glGetUniformivARB( programObj, location, params );
5343 static void WINAPI glGetUniformui64vNV( GLuint program, GLint location, GLuint64EXT* params ) {
5344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5345 TRACE("(%d, %d, %p)\n", program, location, params );
5346 funcs->ext.p_glGetUniformui64vNV( program, location, params );
5349 static void WINAPI glGetUniformuiv( GLuint program, GLint location, GLuint* params ) {
5350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5351 TRACE("(%d, %d, %p)\n", program, location, params );
5352 funcs->ext.p_glGetUniformuiv( program, location, params );
5355 static void WINAPI glGetUniformuivEXT( GLuint program, GLint location, GLuint* params ) {
5356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5357 TRACE("(%d, %d, %p)\n", program, location, params );
5358 funcs->ext.p_glGetUniformuivEXT( program, location, params );
5361 static void WINAPI glGetVariantArrayObjectfvATI( GLuint id, GLenum pname, GLfloat* params ) {
5362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5363 TRACE("(%d, %d, %p)\n", id, pname, params );
5364 funcs->ext.p_glGetVariantArrayObjectfvATI( id, pname, params );
5367 static void WINAPI glGetVariantArrayObjectivATI( GLuint id, GLenum pname, GLint* params ) {
5368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5369 TRACE("(%d, %d, %p)\n", id, pname, params );
5370 funcs->ext.p_glGetVariantArrayObjectivATI( id, pname, params );
5373 static void WINAPI glGetVariantBooleanvEXT( GLuint id, GLenum value, GLboolean* data ) {
5374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5375 TRACE("(%d, %d, %p)\n", id, value, data );
5376 funcs->ext.p_glGetVariantBooleanvEXT( id, value, data );
5379 static void WINAPI glGetVariantFloatvEXT( GLuint id, GLenum value, GLfloat* data ) {
5380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5381 TRACE("(%d, %d, %p)\n", id, value, data );
5382 funcs->ext.p_glGetVariantFloatvEXT( id, value, data );
5385 static void WINAPI glGetVariantIntegervEXT( GLuint id, GLenum value, GLint* data ) {
5386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5387 TRACE("(%d, %d, %p)\n", id, value, data );
5388 funcs->ext.p_glGetVariantIntegervEXT( id, value, data );
5391 static void WINAPI glGetVariantPointervEXT( GLuint id, GLenum value, void** data ) {
5392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5393 TRACE("(%d, %d, %p)\n", id, value, data );
5394 funcs->ext.p_glGetVariantPointervEXT( id, value, data );
5397 static GLint WINAPI glGetVaryingLocationNV( GLuint program, const GLchar* name ) {
5398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5399 TRACE("(%d, %p)\n", program, name );
5400 return funcs->ext.p_glGetVaryingLocationNV( program, name );
5403 static void WINAPI glGetVertexArrayIndexed64iv( GLuint vaobj, GLuint index, GLenum pname, GLint64* param ) {
5404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5405 TRACE("(%d, %d, %d, %p)\n", vaobj, index, pname, param );
5406 funcs->ext.p_glGetVertexArrayIndexed64iv( vaobj, index, pname, param );
5409 static void WINAPI glGetVertexArrayIndexediv( GLuint vaobj, GLuint index, GLenum pname, GLint* param ) {
5410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5411 TRACE("(%d, %d, %d, %p)\n", vaobj, index, pname, param );
5412 funcs->ext.p_glGetVertexArrayIndexediv( vaobj, index, pname, param );
5415 static void WINAPI glGetVertexArrayIntegeri_vEXT( GLuint vaobj, GLuint index, GLenum pname, GLint* param ) {
5416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5417 TRACE("(%d, %d, %d, %p)\n", vaobj, index, pname, param );
5418 funcs->ext.p_glGetVertexArrayIntegeri_vEXT( vaobj, index, pname, param );
5421 static void WINAPI glGetVertexArrayIntegervEXT( GLuint vaobj, GLenum pname, GLint* param ) {
5422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5423 TRACE("(%d, %d, %p)\n", vaobj, pname, param );
5424 funcs->ext.p_glGetVertexArrayIntegervEXT( vaobj, pname, param );
5427 static void WINAPI glGetVertexArrayPointeri_vEXT( GLuint vaobj, GLuint index, GLenum pname, void** param ) {
5428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5429 TRACE("(%d, %d, %d, %p)\n", vaobj, index, pname, param );
5430 funcs->ext.p_glGetVertexArrayPointeri_vEXT( vaobj, index, pname, param );
5433 static void WINAPI glGetVertexArrayPointervEXT( GLuint vaobj, GLenum pname, void** param ) {
5434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5435 TRACE("(%d, %d, %p)\n", vaobj, pname, param );
5436 funcs->ext.p_glGetVertexArrayPointervEXT( vaobj, pname, param );
5439 static void WINAPI glGetVertexArrayiv( GLuint vaobj, GLenum pname, GLint* param ) {
5440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5441 TRACE("(%d, %d, %p)\n", vaobj, pname, param );
5442 funcs->ext.p_glGetVertexArrayiv( vaobj, pname, param );
5445 static void WINAPI glGetVertexAttribArrayObjectfvATI( GLuint index, GLenum pname, GLfloat* params ) {
5446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5447 TRACE("(%d, %d, %p)\n", index, pname, params );
5448 funcs->ext.p_glGetVertexAttribArrayObjectfvATI( index, pname, params );
5451 static void WINAPI glGetVertexAttribArrayObjectivATI( GLuint index, GLenum pname, GLint* params ) {
5452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5453 TRACE("(%d, %d, %p)\n", index, pname, params );
5454 funcs->ext.p_glGetVertexAttribArrayObjectivATI( index, pname, params );
5457 static void WINAPI glGetVertexAttribIiv( GLuint index, GLenum pname, GLint* params ) {
5458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5459 TRACE("(%d, %d, %p)\n", index, pname, params );
5460 funcs->ext.p_glGetVertexAttribIiv( index, pname, params );
5463 static void WINAPI glGetVertexAttribIivEXT( GLuint index, GLenum pname, GLint* params ) {
5464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5465 TRACE("(%d, %d, %p)\n", index, pname, params );
5466 funcs->ext.p_glGetVertexAttribIivEXT( index, pname, params );
5469 static void WINAPI glGetVertexAttribIuiv( GLuint index, GLenum pname, GLuint* params ) {
5470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5471 TRACE("(%d, %d, %p)\n", index, pname, params );
5472 funcs->ext.p_glGetVertexAttribIuiv( index, pname, params );
5475 static void WINAPI glGetVertexAttribIuivEXT( GLuint index, GLenum pname, GLuint* params ) {
5476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5477 TRACE("(%d, %d, %p)\n", index, pname, params );
5478 funcs->ext.p_glGetVertexAttribIuivEXT( index, pname, params );
5481 static void WINAPI glGetVertexAttribLdv( GLuint index, GLenum pname, GLdouble* params ) {
5482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5483 TRACE("(%d, %d, %p)\n", index, pname, params );
5484 funcs->ext.p_glGetVertexAttribLdv( index, pname, params );
5487 static void WINAPI glGetVertexAttribLdvEXT( GLuint index, GLenum pname, GLdouble* params ) {
5488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5489 TRACE("(%d, %d, %p)\n", index, pname, params );
5490 funcs->ext.p_glGetVertexAttribLdvEXT( index, pname, params );
5493 static void WINAPI glGetVertexAttribLi64vNV( GLuint index, GLenum pname, GLint64EXT* params ) {
5494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5495 TRACE("(%d, %d, %p)\n", index, pname, params );
5496 funcs->ext.p_glGetVertexAttribLi64vNV( index, pname, params );
5499 static void WINAPI glGetVertexAttribLui64vARB( GLuint index, GLenum pname, GLuint64EXT* params ) {
5500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5501 TRACE("(%d, %d, %p)\n", index, pname, params );
5502 funcs->ext.p_glGetVertexAttribLui64vARB( index, pname, params );
5505 static void WINAPI glGetVertexAttribLui64vNV( GLuint index, GLenum pname, GLuint64EXT* params ) {
5506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5507 TRACE("(%d, %d, %p)\n", index, pname, params );
5508 funcs->ext.p_glGetVertexAttribLui64vNV( index, pname, params );
5511 static void WINAPI glGetVertexAttribPointerv( GLuint index, GLenum pname, void** pointer ) {
5512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5513 TRACE("(%d, %d, %p)\n", index, pname, pointer );
5514 funcs->ext.p_glGetVertexAttribPointerv( index, pname, pointer );
5517 static void WINAPI glGetVertexAttribPointervARB( GLuint index, GLenum pname, void** pointer ) {
5518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5519 TRACE("(%d, %d, %p)\n", index, pname, pointer );
5520 funcs->ext.p_glGetVertexAttribPointervARB( index, pname, pointer );
5523 static void WINAPI glGetVertexAttribPointervNV( GLuint index, GLenum pname, void** pointer ) {
5524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5525 TRACE("(%d, %d, %p)\n", index, pname, pointer );
5526 funcs->ext.p_glGetVertexAttribPointervNV( index, pname, pointer );
5529 static void WINAPI glGetVertexAttribdv( GLuint index, GLenum pname, GLdouble* params ) {
5530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5531 TRACE("(%d, %d, %p)\n", index, pname, params );
5532 funcs->ext.p_glGetVertexAttribdv( index, pname, params );
5535 static void WINAPI glGetVertexAttribdvARB( GLuint index, GLenum pname, GLdouble* params ) {
5536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5537 TRACE("(%d, %d, %p)\n", index, pname, params );
5538 funcs->ext.p_glGetVertexAttribdvARB( index, pname, params );
5541 static void WINAPI glGetVertexAttribdvNV( GLuint index, GLenum pname, GLdouble* params ) {
5542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5543 TRACE("(%d, %d, %p)\n", index, pname, params );
5544 funcs->ext.p_glGetVertexAttribdvNV( index, pname, params );
5547 static void WINAPI glGetVertexAttribfv( GLuint index, GLenum pname, GLfloat* params ) {
5548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5549 TRACE("(%d, %d, %p)\n", index, pname, params );
5550 funcs->ext.p_glGetVertexAttribfv( index, pname, params );
5553 static void WINAPI glGetVertexAttribfvARB( GLuint index, GLenum pname, GLfloat* params ) {
5554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5555 TRACE("(%d, %d, %p)\n", index, pname, params );
5556 funcs->ext.p_glGetVertexAttribfvARB( index, pname, params );
5559 static void WINAPI glGetVertexAttribfvNV( GLuint index, GLenum pname, GLfloat* params ) {
5560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5561 TRACE("(%d, %d, %p)\n", index, pname, params );
5562 funcs->ext.p_glGetVertexAttribfvNV( index, pname, params );
5565 static void WINAPI glGetVertexAttribiv( GLuint index, GLenum pname, GLint* params ) {
5566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5567 TRACE("(%d, %d, %p)\n", index, pname, params );
5568 funcs->ext.p_glGetVertexAttribiv( index, pname, params );
5571 static void WINAPI glGetVertexAttribivARB( GLuint index, GLenum pname, GLint* params ) {
5572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5573 TRACE("(%d, %d, %p)\n", index, pname, params );
5574 funcs->ext.p_glGetVertexAttribivARB( index, pname, params );
5577 static void WINAPI glGetVertexAttribivNV( GLuint index, GLenum pname, GLint* params ) {
5578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5579 TRACE("(%d, %d, %p)\n", index, pname, params );
5580 funcs->ext.p_glGetVertexAttribivNV( index, pname, params );
5583 static void WINAPI glGetVideoCaptureStreamdvNV( GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble* params ) {
5584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5585 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
5586 funcs->ext.p_glGetVideoCaptureStreamdvNV( video_capture_slot, stream, pname, params );
5589 static void WINAPI glGetVideoCaptureStreamfvNV( GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat* params ) {
5590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5591 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
5592 funcs->ext.p_glGetVideoCaptureStreamfvNV( video_capture_slot, stream, pname, params );
5595 static void WINAPI glGetVideoCaptureStreamivNV( GLuint video_capture_slot, GLuint stream, GLenum pname, GLint* params ) {
5596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5597 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
5598 funcs->ext.p_glGetVideoCaptureStreamivNV( video_capture_slot, stream, pname, params );
5601 static void WINAPI glGetVideoCaptureivNV( GLuint video_capture_slot, GLenum pname, GLint* params ) {
5602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5603 TRACE("(%d, %d, %p)\n", video_capture_slot, pname, params );
5604 funcs->ext.p_glGetVideoCaptureivNV( video_capture_slot, pname, params );
5607 static void WINAPI glGetVideoi64vNV( GLuint video_slot, GLenum pname, GLint64EXT* params ) {
5608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5609 TRACE("(%d, %d, %p)\n", video_slot, pname, params );
5610 funcs->ext.p_glGetVideoi64vNV( video_slot, pname, params );
5613 static void WINAPI glGetVideoivNV( GLuint video_slot, GLenum pname, GLint* params ) {
5614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5615 TRACE("(%d, %d, %p)\n", video_slot, pname, params );
5616 funcs->ext.p_glGetVideoivNV( video_slot, pname, params );
5619 static void WINAPI glGetVideoui64vNV( GLuint video_slot, GLenum pname, GLuint64EXT* params ) {
5620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5621 TRACE("(%d, %d, %p)\n", video_slot, pname, params );
5622 funcs->ext.p_glGetVideoui64vNV( video_slot, pname, params );
5625 static void WINAPI glGetVideouivNV( GLuint video_slot, GLenum pname, GLuint* params ) {
5626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5627 TRACE("(%d, %d, %p)\n", video_slot, pname, params );
5628 funcs->ext.p_glGetVideouivNV( video_slot, pname, params );
5631 static void WINAPI glGetnColorTable( GLenum target, GLenum format, GLenum type, GLsizei bufSize, void* table ) {
5632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5633 TRACE("(%d, %d, %d, %d, %p)\n", target, format, type, bufSize, table );
5634 funcs->ext.p_glGetnColorTable( target, format, type, bufSize, table );
5637 static void WINAPI glGetnColorTableARB( GLenum target, GLenum format, GLenum type, GLsizei bufSize, void* table ) {
5638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5639 TRACE("(%d, %d, %d, %d, %p)\n", target, format, type, bufSize, table );
5640 funcs->ext.p_glGetnColorTableARB( target, format, type, bufSize, table );
5643 static void WINAPI glGetnCompressedTexImage( GLenum target, GLint lod, GLsizei bufSize, void* pixels ) {
5644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5645 TRACE("(%d, %d, %d, %p)\n", target, lod, bufSize, pixels );
5646 funcs->ext.p_glGetnCompressedTexImage( target, lod, bufSize, pixels );
5649 static void WINAPI glGetnCompressedTexImageARB( GLenum target, GLint lod, GLsizei bufSize, void* img ) {
5650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5651 TRACE("(%d, %d, %d, %p)\n", target, lod, bufSize, img );
5652 funcs->ext.p_glGetnCompressedTexImageARB( target, lod, bufSize, img );
5655 static void WINAPI glGetnConvolutionFilter( GLenum target, GLenum format, GLenum type, GLsizei bufSize, void* image ) {
5656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5657 TRACE("(%d, %d, %d, %d, %p)\n", target, format, type, bufSize, image );
5658 funcs->ext.p_glGetnConvolutionFilter( target, format, type, bufSize, image );
5661 static void WINAPI glGetnConvolutionFilterARB( GLenum target, GLenum format, GLenum type, GLsizei bufSize, void* image ) {
5662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5663 TRACE("(%d, %d, %d, %d, %p)\n", target, format, type, bufSize, image );
5664 funcs->ext.p_glGetnConvolutionFilterARB( target, format, type, bufSize, image );
5667 static void WINAPI glGetnHistogram( GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void* values ) {
5668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5669 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, reset, format, type, bufSize, values );
5670 funcs->ext.p_glGetnHistogram( target, reset, format, type, bufSize, values );
5673 static void WINAPI glGetnHistogramARB( GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void* values ) {
5674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5675 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, reset, format, type, bufSize, values );
5676 funcs->ext.p_glGetnHistogramARB( target, reset, format, type, bufSize, values );
5679 static void WINAPI glGetnMapdv( GLenum target, GLenum query, GLsizei bufSize, GLdouble* v ) {
5680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5681 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5682 funcs->ext.p_glGetnMapdv( target, query, bufSize, v );
5685 static void WINAPI glGetnMapdvARB( GLenum target, GLenum query, GLsizei bufSize, GLdouble* v ) {
5686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5687 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5688 funcs->ext.p_glGetnMapdvARB( target, query, bufSize, v );
5691 static void WINAPI glGetnMapfv( GLenum target, GLenum query, GLsizei bufSize, GLfloat* v ) {
5692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5693 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5694 funcs->ext.p_glGetnMapfv( target, query, bufSize, v );
5697 static void WINAPI glGetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat* v ) {
5698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5699 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5700 funcs->ext.p_glGetnMapfvARB( target, query, bufSize, v );
5703 static void WINAPI glGetnMapiv( GLenum target, GLenum query, GLsizei bufSize, GLint* v ) {
5704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5705 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5706 funcs->ext.p_glGetnMapiv( target, query, bufSize, v );
5709 static void WINAPI glGetnMapivARB( GLenum target, GLenum query, GLsizei bufSize, GLint* v ) {
5710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5711 TRACE("(%d, %d, %d, %p)\n", target, query, bufSize, v );
5712 funcs->ext.p_glGetnMapivARB( target, query, bufSize, v );
5715 static void WINAPI glGetnMinmax( GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void* values ) {
5716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5717 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, reset, format, type, bufSize, values );
5718 funcs->ext.p_glGetnMinmax( target, reset, format, type, bufSize, values );
5721 static void WINAPI glGetnMinmaxARB( GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void* values ) {
5722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5723 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, reset, format, type, bufSize, values );
5724 funcs->ext.p_glGetnMinmaxARB( target, reset, format, type, bufSize, values );
5727 static void WINAPI glGetnPixelMapfv( GLenum map, GLsizei bufSize, GLfloat* values ) {
5728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5729 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5730 funcs->ext.p_glGetnPixelMapfv( map, bufSize, values );
5733 static void WINAPI glGetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat* values ) {
5734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5735 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5736 funcs->ext.p_glGetnPixelMapfvARB( map, bufSize, values );
5739 static void WINAPI glGetnPixelMapuiv( GLenum map, GLsizei bufSize, GLuint* values ) {
5740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5741 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5742 funcs->ext.p_glGetnPixelMapuiv( map, bufSize, values );
5745 static void WINAPI glGetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint* values ) {
5746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5747 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5748 funcs->ext.p_glGetnPixelMapuivARB( map, bufSize, values );
5751 static void WINAPI glGetnPixelMapusv( GLenum map, GLsizei bufSize, GLushort* values ) {
5752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5753 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5754 funcs->ext.p_glGetnPixelMapusv( map, bufSize, values );
5757 static void WINAPI glGetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort* values ) {
5758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5759 TRACE("(%d, %d, %p)\n", map, bufSize, values );
5760 funcs->ext.p_glGetnPixelMapusvARB( map, bufSize, values );
5763 static void WINAPI glGetnPolygonStipple( GLsizei bufSize, GLubyte* pattern ) {
5764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5765 TRACE("(%d, %p)\n", bufSize, pattern );
5766 funcs->ext.p_glGetnPolygonStipple( bufSize, pattern );
5769 static void WINAPI glGetnPolygonStippleARB( GLsizei bufSize, GLubyte* pattern ) {
5770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5771 TRACE("(%d, %p)\n", bufSize, pattern );
5772 funcs->ext.p_glGetnPolygonStippleARB( bufSize, pattern );
5775 static void WINAPI glGetnSeparableFilter( GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void* row, GLsizei columnBufSize, void* column, void* span ) {
5776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5777 TRACE("(%d, %d, %d, %d, %p, %d, %p, %p)\n", target, format, type, rowBufSize, row, columnBufSize, column, span );
5778 funcs->ext.p_glGetnSeparableFilter( target, format, type, rowBufSize, row, columnBufSize, column, span );
5781 static void WINAPI glGetnSeparableFilterARB( GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void* row, GLsizei columnBufSize, void* column, void* span ) {
5782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5783 TRACE("(%d, %d, %d, %d, %p, %d, %p, %p)\n", target, format, type, rowBufSize, row, columnBufSize, column, span );
5784 funcs->ext.p_glGetnSeparableFilterARB( target, format, type, rowBufSize, row, columnBufSize, column, span );
5787 static void WINAPI glGetnTexImage( GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void* pixels ) {
5788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5789 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, level, format, type, bufSize, pixels );
5790 funcs->ext.p_glGetnTexImage( target, level, format, type, bufSize, pixels );
5793 static void WINAPI glGetnTexImageARB( GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void* img ) {
5794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5795 TRACE("(%d, %d, %d, %d, %d, %p)\n", target, level, format, type, bufSize, img );
5796 funcs->ext.p_glGetnTexImageARB( target, level, format, type, bufSize, img );
5799 static void WINAPI glGetnUniformdv( GLuint program, GLint location, GLsizei bufSize, GLdouble* params ) {
5800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5801 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5802 funcs->ext.p_glGetnUniformdv( program, location, bufSize, params );
5805 static void WINAPI glGetnUniformdvARB( GLuint program, GLint location, GLsizei bufSize, GLdouble* params ) {
5806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5807 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5808 funcs->ext.p_glGetnUniformdvARB( program, location, bufSize, params );
5811 static void WINAPI glGetnUniformfv( GLuint program, GLint location, GLsizei bufSize, GLfloat* params ) {
5812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5813 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5814 funcs->ext.p_glGetnUniformfv( program, location, bufSize, params );
5817 static void WINAPI glGetnUniformfvARB( GLuint program, GLint location, GLsizei bufSize, GLfloat* params ) {
5818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5819 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5820 funcs->ext.p_glGetnUniformfvARB( program, location, bufSize, params );
5823 static void WINAPI glGetnUniformiv( GLuint program, GLint location, GLsizei bufSize, GLint* params ) {
5824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5825 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5826 funcs->ext.p_glGetnUniformiv( program, location, bufSize, params );
5829 static void WINAPI glGetnUniformivARB( GLuint program, GLint location, GLsizei bufSize, GLint* params ) {
5830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5831 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5832 funcs->ext.p_glGetnUniformivARB( program, location, bufSize, params );
5835 static void WINAPI glGetnUniformuiv( GLuint program, GLint location, GLsizei bufSize, GLuint* params ) {
5836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5837 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5838 funcs->ext.p_glGetnUniformuiv( program, location, bufSize, params );
5841 static void WINAPI glGetnUniformuivARB( GLuint program, GLint location, GLsizei bufSize, GLuint* params ) {
5842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5843 TRACE("(%d, %d, %d, %p)\n", program, location, bufSize, params );
5844 funcs->ext.p_glGetnUniformuivARB( program, location, bufSize, params );
5847 static void WINAPI glGlobalAlphaFactorbSUN( GLbyte factor ) {
5848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5849 TRACE("(%d)\n", factor );
5850 funcs->ext.p_glGlobalAlphaFactorbSUN( factor );
5853 static void WINAPI glGlobalAlphaFactordSUN( GLdouble factor ) {
5854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5855 TRACE("(%f)\n", factor );
5856 funcs->ext.p_glGlobalAlphaFactordSUN( factor );
5859 static void WINAPI glGlobalAlphaFactorfSUN( GLfloat factor ) {
5860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5861 TRACE("(%f)\n", factor );
5862 funcs->ext.p_glGlobalAlphaFactorfSUN( factor );
5865 static void WINAPI glGlobalAlphaFactoriSUN( GLint factor ) {
5866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5867 TRACE("(%d)\n", factor );
5868 funcs->ext.p_glGlobalAlphaFactoriSUN( factor );
5871 static void WINAPI glGlobalAlphaFactorsSUN( GLshort factor ) {
5872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5873 TRACE("(%d)\n", factor );
5874 funcs->ext.p_glGlobalAlphaFactorsSUN( factor );
5877 static void WINAPI glGlobalAlphaFactorubSUN( GLubyte factor ) {
5878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5879 TRACE("(%d)\n", factor );
5880 funcs->ext.p_glGlobalAlphaFactorubSUN( factor );
5883 static void WINAPI glGlobalAlphaFactoruiSUN( GLuint factor ) {
5884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5885 TRACE("(%d)\n", factor );
5886 funcs->ext.p_glGlobalAlphaFactoruiSUN( factor );
5889 static void WINAPI glGlobalAlphaFactorusSUN( GLushort factor ) {
5890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5891 TRACE("(%d)\n", factor );
5892 funcs->ext.p_glGlobalAlphaFactorusSUN( factor );
5895 static void WINAPI glHintPGI( GLenum target, GLint mode ) {
5896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5897 TRACE("(%d, %d)\n", target, mode );
5898 funcs->ext.p_glHintPGI( target, mode );
5901 static void WINAPI glHistogram( GLenum target, GLsizei width, GLenum internalformat, GLboolean sink ) {
5902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5903 TRACE("(%d, %d, %d, %d)\n", target, width, internalformat, sink );
5904 funcs->ext.p_glHistogram( target, width, internalformat, sink );
5907 static void WINAPI glHistogramEXT( GLenum target, GLsizei width, GLenum internalformat, GLboolean sink ) {
5908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5909 TRACE("(%d, %d, %d, %d)\n", target, width, internalformat, sink );
5910 funcs->ext.p_glHistogramEXT( target, width, internalformat, sink );
5913 static void WINAPI glIglooInterfaceSGIX( GLenum pname, const void* params ) {
5914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5915 TRACE("(%d, %p)\n", pname, params );
5916 funcs->ext.p_glIglooInterfaceSGIX( pname, params );
5919 static void WINAPI glImageTransformParameterfHP( GLenum target, GLenum pname, GLfloat param ) {
5920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5921 TRACE("(%d, %d, %f)\n", target, pname, param );
5922 funcs->ext.p_glImageTransformParameterfHP( target, pname, param );
5925 static void WINAPI glImageTransformParameterfvHP( GLenum target, GLenum pname, const GLfloat* params ) {
5926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5927 TRACE("(%d, %d, %p)\n", target, pname, params );
5928 funcs->ext.p_glImageTransformParameterfvHP( target, pname, params );
5931 static void WINAPI glImageTransformParameteriHP( GLenum target, GLenum pname, GLint param ) {
5932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5933 TRACE("(%d, %d, %d)\n", target, pname, param );
5934 funcs->ext.p_glImageTransformParameteriHP( target, pname, param );
5937 static void WINAPI glImageTransformParameterivHP( GLenum target, GLenum pname, const GLint* params ) {
5938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5939 TRACE("(%d, %d, %p)\n", target, pname, params );
5940 funcs->ext.p_glImageTransformParameterivHP( target, pname, params );
5943 static GLsync WINAPI glImportSyncEXT( GLenum external_sync_type, GLintptr external_sync, GLbitfield flags ) {
5944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5945 TRACE("(%d, %ld, %d)\n", external_sync_type, external_sync, flags );
5946 return funcs->ext.p_glImportSyncEXT( external_sync_type, external_sync, flags );
5949 static void WINAPI glIndexFormatNV( GLenum type, GLsizei stride ) {
5950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5951 TRACE("(%d, %d)\n", type, stride );
5952 funcs->ext.p_glIndexFormatNV( type, stride );
5955 static void WINAPI glIndexFuncEXT( GLenum func, GLclampf ref ) {
5956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5957 TRACE("(%d, %f)\n", func, ref );
5958 funcs->ext.p_glIndexFuncEXT( func, ref );
5961 static void WINAPI glIndexMaterialEXT( GLenum face, GLenum mode ) {
5962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5963 TRACE("(%d, %d)\n", face, mode );
5964 funcs->ext.p_glIndexMaterialEXT( face, mode );
5967 static void WINAPI glIndexPointerEXT( GLenum type, GLsizei stride, GLsizei count, const void* pointer ) {
5968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5969 TRACE("(%d, %d, %d, %p)\n", type, stride, count, pointer );
5970 funcs->ext.p_glIndexPointerEXT( type, stride, count, pointer );
5973 static void WINAPI glIndexPointerListIBM( GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
5974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5975 TRACE("(%d, %d, %p, %d)\n", type, stride, pointer, ptrstride );
5976 funcs->ext.p_glIndexPointerListIBM( type, stride, pointer, ptrstride );
5979 static void WINAPI glIndexxOES( GLfixed component ) {
5980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5981 TRACE("(%d)\n", component );
5982 funcs->ext.p_glIndexxOES( component );
5985 static void WINAPI glIndexxvOES( const GLfixed* component ) {
5986 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5987 TRACE("(%p)\n", component );
5988 funcs->ext.p_glIndexxvOES( component );
5991 static void WINAPI glInsertComponentEXT( GLuint res, GLuint src, GLuint num ) {
5992 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5993 TRACE("(%d, %d, %d)\n", res, src, num );
5994 funcs->ext.p_glInsertComponentEXT( res, src, num );
5997 static void WINAPI glInsertEventMarkerEXT( GLsizei length, const GLchar* marker ) {
5998 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
5999 TRACE("(%d, %p)\n", length, marker );
6000 funcs->ext.p_glInsertEventMarkerEXT( length, marker );
6003 static void WINAPI glInstrumentsBufferSGIX( GLsizei size, GLint* buffer ) {
6004 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6005 TRACE("(%d, %p)\n", size, buffer );
6006 funcs->ext.p_glInstrumentsBufferSGIX( size, buffer );
6009 static void WINAPI glInterpolatePathsNV( GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight ) {
6010 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6011 TRACE("(%d, %d, %d, %f)\n", resultPath, pathA, pathB, weight );
6012 funcs->ext.p_glInterpolatePathsNV( resultPath, pathA, pathB, weight );
6015 static void WINAPI glInvalidateBufferData( GLuint buffer ) {
6016 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6017 TRACE("(%d)\n", buffer );
6018 funcs->ext.p_glInvalidateBufferData( buffer );
6021 static void WINAPI glInvalidateBufferSubData( GLuint buffer, GLintptr offset, GLsizeiptr length ) {
6022 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6023 TRACE("(%d, %ld, %ld)\n", buffer, offset, length );
6024 funcs->ext.p_glInvalidateBufferSubData( buffer, offset, length );
6027 static void WINAPI glInvalidateFramebuffer( GLenum target, GLsizei numAttachments, const GLenum* attachments ) {
6028 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6029 TRACE("(%d, %d, %p)\n", target, numAttachments, attachments );
6030 funcs->ext.p_glInvalidateFramebuffer( target, numAttachments, attachments );
6033 static void WINAPI glInvalidateNamedFramebufferData( GLuint framebuffer, GLsizei numAttachments, const GLenum* attachments ) {
6034 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6035 TRACE("(%d, %d, %p)\n", framebuffer, numAttachments, attachments );
6036 funcs->ext.p_glInvalidateNamedFramebufferData( framebuffer, numAttachments, attachments );
6039 static void WINAPI glInvalidateNamedFramebufferSubData( GLuint framebuffer, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height ) {
6040 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6041 TRACE("(%d, %d, %p, %d, %d, %d, %d)\n", framebuffer, numAttachments, attachments, x, y, width, height );
6042 funcs->ext.p_glInvalidateNamedFramebufferSubData( framebuffer, numAttachments, attachments, x, y, width, height );
6045 static void WINAPI glInvalidateSubFramebuffer( GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height ) {
6046 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6047 TRACE("(%d, %d, %p, %d, %d, %d, %d)\n", target, numAttachments, attachments, x, y, width, height );
6048 funcs->ext.p_glInvalidateSubFramebuffer( target, numAttachments, attachments, x, y, width, height );
6051 static void WINAPI glInvalidateTexImage( GLuint texture, GLint level ) {
6052 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6053 TRACE("(%d, %d)\n", texture, level );
6054 funcs->ext.p_glInvalidateTexImage( texture, level );
6057 static void WINAPI glInvalidateTexSubImage( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth ) {
6058 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6059 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth );
6060 funcs->ext.p_glInvalidateTexSubImage( texture, level, xoffset, yoffset, zoffset, width, height, depth );
6063 static GLboolean WINAPI glIsAsyncMarkerSGIX( GLuint marker ) {
6064 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6065 TRACE("(%d)\n", marker );
6066 return funcs->ext.p_glIsAsyncMarkerSGIX( marker );
6069 static GLboolean WINAPI glIsBuffer( GLuint buffer ) {
6070 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6071 TRACE("(%d)\n", buffer );
6072 return funcs->ext.p_glIsBuffer( buffer );
6075 static GLboolean WINAPI glIsBufferARB( GLuint buffer ) {
6076 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6077 TRACE("(%d)\n", buffer );
6078 return funcs->ext.p_glIsBufferARB( buffer );
6081 static GLboolean WINAPI glIsBufferResidentNV( GLenum target ) {
6082 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6083 TRACE("(%d)\n", target );
6084 return funcs->ext.p_glIsBufferResidentNV( target );
6087 static GLboolean WINAPI glIsEnabledIndexedEXT( GLenum target, GLuint index ) {
6088 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6089 TRACE("(%d, %d)\n", target, index );
6090 return funcs->ext.p_glIsEnabledIndexedEXT( target, index );
6093 static GLboolean WINAPI glIsEnabledi( GLenum target, GLuint index ) {
6094 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6095 TRACE("(%d, %d)\n", target, index );
6096 return funcs->ext.p_glIsEnabledi( target, index );
6099 static GLboolean WINAPI glIsFenceAPPLE( GLuint fence ) {
6100 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6101 TRACE("(%d)\n", fence );
6102 return funcs->ext.p_glIsFenceAPPLE( fence );
6105 static GLboolean WINAPI glIsFenceNV( GLuint fence ) {
6106 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6107 TRACE("(%d)\n", fence );
6108 return funcs->ext.p_glIsFenceNV( fence );
6111 static GLboolean WINAPI glIsFramebuffer( GLuint framebuffer ) {
6112 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6113 TRACE("(%d)\n", framebuffer );
6114 return funcs->ext.p_glIsFramebuffer( framebuffer );
6117 static GLboolean WINAPI glIsFramebufferEXT( GLuint framebuffer ) {
6118 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6119 TRACE("(%d)\n", framebuffer );
6120 return funcs->ext.p_glIsFramebufferEXT( framebuffer );
6123 static GLboolean WINAPI glIsImageHandleResidentARB( GLuint64 handle ) {
6124 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6125 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6126 return funcs->ext.p_glIsImageHandleResidentARB( handle );
6129 static GLboolean WINAPI glIsImageHandleResidentNV( GLuint64 handle ) {
6130 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6131 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6132 return funcs->ext.p_glIsImageHandleResidentNV( handle );
6135 static GLboolean WINAPI glIsNameAMD( GLenum identifier, GLuint name ) {
6136 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6137 TRACE("(%d, %d)\n", identifier, name );
6138 return funcs->ext.p_glIsNameAMD( identifier, name );
6141 static GLboolean WINAPI glIsNamedBufferResidentNV( GLuint buffer ) {
6142 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6143 TRACE("(%d)\n", buffer );
6144 return funcs->ext.p_glIsNamedBufferResidentNV( buffer );
6147 static GLboolean WINAPI glIsNamedStringARB( GLint namelen, const GLchar* name ) {
6148 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6149 TRACE("(%d, %p)\n", namelen, name );
6150 return funcs->ext.p_glIsNamedStringARB( namelen, name );
6153 static GLboolean WINAPI glIsObjectBufferATI( GLuint buffer ) {
6154 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6155 TRACE("(%d)\n", buffer );
6156 return funcs->ext.p_glIsObjectBufferATI( buffer );
6159 static GLboolean WINAPI glIsOcclusionQueryNV( GLuint id ) {
6160 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6161 TRACE("(%d)\n", id );
6162 return funcs->ext.p_glIsOcclusionQueryNV( id );
6165 static GLboolean WINAPI glIsPathNV( GLuint path ) {
6166 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6167 TRACE("(%d)\n", path );
6168 return funcs->ext.p_glIsPathNV( path );
6171 static GLboolean WINAPI glIsPointInFillPathNV( GLuint path, GLuint mask, GLfloat x, GLfloat y ) {
6172 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6173 TRACE("(%d, %d, %f, %f)\n", path, mask, x, y );
6174 return funcs->ext.p_glIsPointInFillPathNV( path, mask, x, y );
6177 static GLboolean WINAPI glIsPointInStrokePathNV( GLuint path, GLfloat x, GLfloat y ) {
6178 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6179 TRACE("(%d, %f, %f)\n", path, x, y );
6180 return funcs->ext.p_glIsPointInStrokePathNV( path, x, y );
6183 static GLboolean WINAPI glIsProgram( GLuint program ) {
6184 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6185 TRACE("(%d)\n", program );
6186 return funcs->ext.p_glIsProgram( program );
6189 static GLboolean WINAPI glIsProgramARB( GLuint program ) {
6190 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6191 TRACE("(%d)\n", program );
6192 return funcs->ext.p_glIsProgramARB( program );
6195 static GLboolean WINAPI glIsProgramNV( GLuint id ) {
6196 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6197 TRACE("(%d)\n", id );
6198 return funcs->ext.p_glIsProgramNV( id );
6201 static GLboolean WINAPI glIsProgramPipeline( GLuint pipeline ) {
6202 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6203 TRACE("(%d)\n", pipeline );
6204 return funcs->ext.p_glIsProgramPipeline( pipeline );
6207 static GLboolean WINAPI glIsQuery( GLuint id ) {
6208 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6209 TRACE("(%d)\n", id );
6210 return funcs->ext.p_glIsQuery( id );
6213 static GLboolean WINAPI glIsQueryARB( GLuint id ) {
6214 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6215 TRACE("(%d)\n", id );
6216 return funcs->ext.p_glIsQueryARB( id );
6219 static GLboolean WINAPI glIsRenderbuffer( GLuint renderbuffer ) {
6220 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6221 TRACE("(%d)\n", renderbuffer );
6222 return funcs->ext.p_glIsRenderbuffer( renderbuffer );
6225 static GLboolean WINAPI glIsRenderbufferEXT( GLuint renderbuffer ) {
6226 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6227 TRACE("(%d)\n", renderbuffer );
6228 return funcs->ext.p_glIsRenderbufferEXT( renderbuffer );
6231 static GLboolean WINAPI glIsSampler( GLuint sampler ) {
6232 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6233 TRACE("(%d)\n", sampler );
6234 return funcs->ext.p_glIsSampler( sampler );
6237 static GLboolean WINAPI glIsShader( GLuint shader ) {
6238 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6239 TRACE("(%d)\n", shader );
6240 return funcs->ext.p_glIsShader( shader );
6243 static GLboolean WINAPI glIsSync( GLsync sync ) {
6244 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6245 TRACE("(%p)\n", sync );
6246 return funcs->ext.p_glIsSync( sync );
6249 static GLboolean WINAPI glIsTextureEXT( GLuint texture ) {
6250 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6251 TRACE("(%d)\n", texture );
6252 return funcs->ext.p_glIsTextureEXT( texture );
6255 static GLboolean WINAPI glIsTextureHandleResidentARB( GLuint64 handle ) {
6256 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6257 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6258 return funcs->ext.p_glIsTextureHandleResidentARB( handle );
6261 static GLboolean WINAPI glIsTextureHandleResidentNV( GLuint64 handle ) {
6262 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6263 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6264 return funcs->ext.p_glIsTextureHandleResidentNV( handle );
6267 static GLboolean WINAPI glIsTransformFeedback( GLuint id ) {
6268 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6269 TRACE("(%d)\n", id );
6270 return funcs->ext.p_glIsTransformFeedback( id );
6273 static GLboolean WINAPI glIsTransformFeedbackNV( GLuint id ) {
6274 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6275 TRACE("(%d)\n", id );
6276 return funcs->ext.p_glIsTransformFeedbackNV( id );
6279 static GLboolean WINAPI glIsVariantEnabledEXT( GLuint id, GLenum cap ) {
6280 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6281 TRACE("(%d, %d)\n", id, cap );
6282 return funcs->ext.p_glIsVariantEnabledEXT( id, cap );
6285 static GLboolean WINAPI glIsVertexArray( GLuint array ) {
6286 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6287 TRACE("(%d)\n", array );
6288 return funcs->ext.p_glIsVertexArray( array );
6291 static GLboolean WINAPI glIsVertexArrayAPPLE( GLuint array ) {
6292 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6293 TRACE("(%d)\n", array );
6294 return funcs->ext.p_glIsVertexArrayAPPLE( array );
6297 static GLboolean WINAPI glIsVertexAttribEnabledAPPLE( GLuint index, GLenum pname ) {
6298 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6299 TRACE("(%d, %d)\n", index, pname );
6300 return funcs->ext.p_glIsVertexAttribEnabledAPPLE( index, pname );
6303 static void WINAPI glLabelObjectEXT( GLenum type, GLuint object, GLsizei length, const GLchar* label ) {
6304 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6305 TRACE("(%d, %d, %d, %p)\n", type, object, length, label );
6306 funcs->ext.p_glLabelObjectEXT( type, object, length, label );
6309 static void WINAPI glLightEnviSGIX( GLenum pname, GLint param ) {
6310 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6311 TRACE("(%d, %d)\n", pname, param );
6312 funcs->ext.p_glLightEnviSGIX( pname, param );
6315 static void WINAPI glLightModelxOES( GLenum pname, GLfixed param ) {
6316 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6317 TRACE("(%d, %d)\n", pname, param );
6318 funcs->ext.p_glLightModelxOES( pname, param );
6321 static void WINAPI glLightModelxvOES( GLenum pname, const GLfixed* param ) {
6322 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6323 TRACE("(%d, %p)\n", pname, param );
6324 funcs->ext.p_glLightModelxvOES( pname, param );
6327 static void WINAPI glLightxOES( GLenum light, GLenum pname, GLfixed param ) {
6328 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6329 TRACE("(%d, %d, %d)\n", light, pname, param );
6330 funcs->ext.p_glLightxOES( light, pname, param );
6333 static void WINAPI glLightxvOES( GLenum light, GLenum pname, const GLfixed* params ) {
6334 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6335 TRACE("(%d, %d, %p)\n", light, pname, params );
6336 funcs->ext.p_glLightxvOES( light, pname, params );
6339 static void WINAPI glLineWidthxOES( GLfixed width ) {
6340 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6341 TRACE("(%d)\n", width );
6342 funcs->ext.p_glLineWidthxOES( width );
6345 static void WINAPI glLinkProgram( GLuint program ) {
6346 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6347 TRACE("(%d)\n", program );
6348 funcs->ext.p_glLinkProgram( program );
6351 static void WINAPI glLinkProgramARB( GLhandleARB programObj ) {
6352 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6353 TRACE("(%d)\n", programObj );
6354 funcs->ext.p_glLinkProgramARB( programObj );
6357 static void WINAPI glListParameterfSGIX( GLuint list, GLenum pname, GLfloat param ) {
6358 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6359 TRACE("(%d, %d, %f)\n", list, pname, param );
6360 funcs->ext.p_glListParameterfSGIX( list, pname, param );
6363 static void WINAPI glListParameterfvSGIX( GLuint list, GLenum pname, const GLfloat* params ) {
6364 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6365 TRACE("(%d, %d, %p)\n", list, pname, params );
6366 funcs->ext.p_glListParameterfvSGIX( list, pname, params );
6369 static void WINAPI glListParameteriSGIX( GLuint list, GLenum pname, GLint param ) {
6370 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6371 TRACE("(%d, %d, %d)\n", list, pname, param );
6372 funcs->ext.p_glListParameteriSGIX( list, pname, param );
6375 static void WINAPI glListParameterivSGIX( GLuint list, GLenum pname, const GLint* params ) {
6376 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6377 TRACE("(%d, %d, %p)\n", list, pname, params );
6378 funcs->ext.p_glListParameterivSGIX( list, pname, params );
6381 static void WINAPI glLoadIdentityDeformationMapSGIX( GLbitfield mask ) {
6382 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6383 TRACE("(%d)\n", mask );
6384 funcs->ext.p_glLoadIdentityDeformationMapSGIX( mask );
6387 static void WINAPI glLoadMatrixxOES( const GLfixed* m ) {
6388 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6389 TRACE("(%p)\n", m );
6390 funcs->ext.p_glLoadMatrixxOES( m );
6393 static void WINAPI glLoadProgramNV( GLenum target, GLuint id, GLsizei len, const GLubyte* program ) {
6394 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6395 TRACE("(%d, %d, %d, %p)\n", target, id, len, program );
6396 funcs->ext.p_glLoadProgramNV( target, id, len, program );
6399 static void WINAPI glLoadTransposeMatrixd( const GLdouble* m ) {
6400 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6401 TRACE("(%p)\n", m );
6402 funcs->ext.p_glLoadTransposeMatrixd( m );
6405 static void WINAPI glLoadTransposeMatrixdARB( const GLdouble* m ) {
6406 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6407 TRACE("(%p)\n", m );
6408 funcs->ext.p_glLoadTransposeMatrixdARB( m );
6411 static void WINAPI glLoadTransposeMatrixf( const GLfloat* m ) {
6412 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6413 TRACE("(%p)\n", m );
6414 funcs->ext.p_glLoadTransposeMatrixf( m );
6417 static void WINAPI glLoadTransposeMatrixfARB( const GLfloat* m ) {
6418 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6419 TRACE("(%p)\n", m );
6420 funcs->ext.p_glLoadTransposeMatrixfARB( m );
6423 static void WINAPI glLoadTransposeMatrixxOES( const GLfixed* m ) {
6424 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6425 TRACE("(%p)\n", m );
6426 funcs->ext.p_glLoadTransposeMatrixxOES( m );
6429 static void WINAPI glLockArraysEXT( GLint first, GLsizei count ) {
6430 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6431 TRACE("(%d, %d)\n", first, count );
6432 funcs->ext.p_glLockArraysEXT( first, count );
6435 static void WINAPI glMTexCoord2fSGIS( GLenum target, GLfloat s, GLfloat t ) {
6436 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6437 TRACE("(%d, %f, %f)\n", target, s, t );
6438 funcs->ext.p_glMTexCoord2fSGIS( target, s, t );
6441 static void WINAPI glMTexCoord2fvSGIS( GLenum target, GLfloat * v ) {
6442 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6443 TRACE("(%d, %p)\n", target, v );
6444 funcs->ext.p_glMTexCoord2fvSGIS( target, v );
6447 static void WINAPI glMakeBufferNonResidentNV( GLenum target ) {
6448 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6449 TRACE("(%d)\n", target );
6450 funcs->ext.p_glMakeBufferNonResidentNV( target );
6453 static void WINAPI glMakeBufferResidentNV( GLenum target, GLenum access ) {
6454 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6455 TRACE("(%d, %d)\n", target, access );
6456 funcs->ext.p_glMakeBufferResidentNV( target, access );
6459 static void WINAPI glMakeImageHandleNonResidentARB( GLuint64 handle ) {
6460 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6461 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6462 funcs->ext.p_glMakeImageHandleNonResidentARB( handle );
6465 static void WINAPI glMakeImageHandleNonResidentNV( GLuint64 handle ) {
6466 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6467 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6468 funcs->ext.p_glMakeImageHandleNonResidentNV( handle );
6471 static void WINAPI glMakeImageHandleResidentARB( GLuint64 handle, GLenum access ) {
6472 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6473 TRACE("(%s, %d)\n", wine_dbgstr_longlong(handle), access );
6474 funcs->ext.p_glMakeImageHandleResidentARB( handle, access );
6477 static void WINAPI glMakeImageHandleResidentNV( GLuint64 handle, GLenum access ) {
6478 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6479 TRACE("(%s, %d)\n", wine_dbgstr_longlong(handle), access );
6480 funcs->ext.p_glMakeImageHandleResidentNV( handle, access );
6483 static void WINAPI glMakeNamedBufferNonResidentNV( GLuint buffer ) {
6484 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6485 TRACE("(%d)\n", buffer );
6486 funcs->ext.p_glMakeNamedBufferNonResidentNV( buffer );
6489 static void WINAPI glMakeNamedBufferResidentNV( GLuint buffer, GLenum access ) {
6490 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6491 TRACE("(%d, %d)\n", buffer, access );
6492 funcs->ext.p_glMakeNamedBufferResidentNV( buffer, access );
6495 static void WINAPI glMakeTextureHandleNonResidentARB( GLuint64 handle ) {
6496 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6497 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6498 funcs->ext.p_glMakeTextureHandleNonResidentARB( handle );
6501 static void WINAPI glMakeTextureHandleNonResidentNV( GLuint64 handle ) {
6502 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6503 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6504 funcs->ext.p_glMakeTextureHandleNonResidentNV( handle );
6507 static void WINAPI glMakeTextureHandleResidentARB( GLuint64 handle ) {
6508 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6509 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6510 funcs->ext.p_glMakeTextureHandleResidentARB( handle );
6513 static void WINAPI glMakeTextureHandleResidentNV( GLuint64 handle ) {
6514 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6515 TRACE("(%s)\n", wine_dbgstr_longlong(handle) );
6516 funcs->ext.p_glMakeTextureHandleResidentNV( handle );
6519 static void WINAPI glMap1xOES( GLenum target, GLfixed u1, GLfixed u2, GLint stride, GLint order, GLfixed points ) {
6520 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6521 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, u1, u2, stride, order, points );
6522 funcs->ext.p_glMap1xOES( target, u1, u2, stride, order, points );
6525 static void WINAPI glMap2xOES( GLenum target, GLfixed u1, GLfixed u2, GLint ustride, GLint uorder, GLfixed v1, GLfixed v2, GLint vstride, GLint vorder, GLfixed points ) {
6526 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6527 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6528 funcs->ext.p_glMap2xOES( target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6531 static void* WINAPI glMapBuffer( GLenum target, GLenum access ) {
6532 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6533 TRACE("(%d, %d)\n", target, access );
6534 return funcs->ext.p_glMapBuffer( target, access );
6537 static void* WINAPI glMapBufferARB( GLenum target, GLenum access ) {
6538 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6539 TRACE("(%d, %d)\n", target, access );
6540 return funcs->ext.p_glMapBufferARB( target, access );
6543 static void* WINAPI glMapBufferRange( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access ) {
6544 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6545 TRACE("(%d, %ld, %ld, %d)\n", target, offset, length, access );
6546 return funcs->ext.p_glMapBufferRange( target, offset, length, access );
6549 static void WINAPI glMapControlPointsNV( GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const void* points ) {
6550 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6551 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, index, type, ustride, vstride, uorder, vorder, packed, points );
6552 funcs->ext.p_glMapControlPointsNV( target, index, type, ustride, vstride, uorder, vorder, packed, points );
6555 static void WINAPI glMapGrid1xOES( GLint n, GLfixed u1, GLfixed u2 ) {
6556 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6557 TRACE("(%d, %d, %d)\n", n, u1, u2 );
6558 funcs->ext.p_glMapGrid1xOES( n, u1, u2 );
6561 static void WINAPI glMapGrid2xOES( GLint n, GLfixed u1, GLfixed u2, GLfixed v1, GLfixed v2 ) {
6562 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6563 TRACE("(%d, %d, %d, %d, %d)\n", n, u1, u2, v1, v2 );
6564 funcs->ext.p_glMapGrid2xOES( n, u1, u2, v1, v2 );
6567 static void* WINAPI glMapNamedBuffer( GLuint buffer, GLenum access ) {
6568 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6569 TRACE("(%d, %d)\n", buffer, access );
6570 return funcs->ext.p_glMapNamedBuffer( buffer, access );
6573 static void* WINAPI glMapNamedBufferEXT( GLuint buffer, GLenum access ) {
6574 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6575 TRACE("(%d, %d)\n", buffer, access );
6576 return funcs->ext.p_glMapNamedBufferEXT( buffer, access );
6579 static void* WINAPI glMapNamedBufferRange( GLuint buffer, GLintptr offset, GLsizei length, GLbitfield access ) {
6580 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6581 TRACE("(%d, %ld, %d, %d)\n", buffer, offset, length, access );
6582 return funcs->ext.p_glMapNamedBufferRange( buffer, offset, length, access );
6585 static void* WINAPI glMapNamedBufferRangeEXT( GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access ) {
6586 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6587 TRACE("(%d, %ld, %ld, %d)\n", buffer, offset, length, access );
6588 return funcs->ext.p_glMapNamedBufferRangeEXT( buffer, offset, length, access );
6591 static void* WINAPI glMapObjectBufferATI( GLuint buffer ) {
6592 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6593 TRACE("(%d)\n", buffer );
6594 return funcs->ext.p_glMapObjectBufferATI( buffer );
6597 static void WINAPI glMapParameterfvNV( GLenum target, GLenum pname, const GLfloat* params ) {
6598 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6599 TRACE("(%d, %d, %p)\n", target, pname, params );
6600 funcs->ext.p_glMapParameterfvNV( target, pname, params );
6603 static void WINAPI glMapParameterivNV( GLenum target, GLenum pname, const GLint* params ) {
6604 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6605 TRACE("(%d, %d, %p)\n", target, pname, params );
6606 funcs->ext.p_glMapParameterivNV( target, pname, params );
6609 static void* WINAPI glMapTexture2DINTEL( GLuint texture, GLint level, GLbitfield access, GLint* stride, GLenum* layout ) {
6610 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6611 TRACE("(%d, %d, %d, %p, %p)\n", texture, level, access, stride, layout );
6612 return funcs->ext.p_glMapTexture2DINTEL( texture, level, access, stride, layout );
6615 static void WINAPI glMapVertexAttrib1dAPPLE( GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble* points ) {
6616 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6617 TRACE("(%d, %d, %f, %f, %d, %d, %p)\n", index, size, u1, u2, stride, order, points );
6618 funcs->ext.p_glMapVertexAttrib1dAPPLE( index, size, u1, u2, stride, order, points );
6621 static void WINAPI glMapVertexAttrib1fAPPLE( GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat* points ) {
6622 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6623 TRACE("(%d, %d, %f, %f, %d, %d, %p)\n", index, size, u1, u2, stride, order, points );
6624 funcs->ext.p_glMapVertexAttrib1fAPPLE( index, size, u1, u2, stride, order, points );
6627 static void WINAPI glMapVertexAttrib2dAPPLE( GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble* points ) {
6628 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6629 TRACE("(%d, %d, %f, %f, %d, %d, %f, %f, %d, %d, %p)\n", index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6630 funcs->ext.p_glMapVertexAttrib2dAPPLE( index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6633 static void WINAPI glMapVertexAttrib2fAPPLE( GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat* points ) {
6634 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6635 TRACE("(%d, %d, %f, %f, %d, %d, %f, %f, %d, %d, %p)\n", index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6636 funcs->ext.p_glMapVertexAttrib2fAPPLE( index, size, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points );
6639 static void WINAPI glMaterialxOES( GLenum face, GLenum pname, GLfixed param ) {
6640 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6641 TRACE("(%d, %d, %d)\n", face, pname, param );
6642 funcs->ext.p_glMaterialxOES( face, pname, param );
6645 static void WINAPI glMaterialxvOES( GLenum face, GLenum pname, const GLfixed* param ) {
6646 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6647 TRACE("(%d, %d, %p)\n", face, pname, param );
6648 funcs->ext.p_glMaterialxvOES( face, pname, param );
6651 static void WINAPI glMatrixFrustumEXT( GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar ) {
6652 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6653 TRACE("(%d, %f, %f, %f, %f, %f, %f)\n", mode, left, right, bottom, top, zNear, zFar );
6654 funcs->ext.p_glMatrixFrustumEXT( mode, left, right, bottom, top, zNear, zFar );
6657 static void WINAPI glMatrixIndexPointerARB( GLint size, GLenum type, GLsizei stride, const void* pointer ) {
6658 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6659 TRACE("(%d, %d, %d, %p)\n", size, type, stride, pointer );
6660 funcs->ext.p_glMatrixIndexPointerARB( size, type, stride, pointer );
6663 static void WINAPI glMatrixIndexubvARB( GLint size, const GLubyte* indices ) {
6664 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6665 TRACE("(%d, %p)\n", size, indices );
6666 funcs->ext.p_glMatrixIndexubvARB( size, indices );
6669 static void WINAPI glMatrixIndexuivARB( GLint size, const GLuint* indices ) {
6670 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6671 TRACE("(%d, %p)\n", size, indices );
6672 funcs->ext.p_glMatrixIndexuivARB( size, indices );
6675 static void WINAPI glMatrixIndexusvARB( GLint size, const GLushort* indices ) {
6676 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6677 TRACE("(%d, %p)\n", size, indices );
6678 funcs->ext.p_glMatrixIndexusvARB( size, indices );
6681 static void WINAPI glMatrixLoad3x2fNV( GLenum matrixMode, const GLfloat* m ) {
6682 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6683 TRACE("(%d, %p)\n", matrixMode, m );
6684 funcs->ext.p_glMatrixLoad3x2fNV( matrixMode, m );
6687 static void WINAPI glMatrixLoad3x3fNV( GLenum matrixMode, const GLfloat* m ) {
6688 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6689 TRACE("(%d, %p)\n", matrixMode, m );
6690 funcs->ext.p_glMatrixLoad3x3fNV( matrixMode, m );
6693 static void WINAPI glMatrixLoadIdentityEXT( GLenum mode ) {
6694 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6695 TRACE("(%d)\n", mode );
6696 funcs->ext.p_glMatrixLoadIdentityEXT( mode );
6699 static void WINAPI glMatrixLoadTranspose3x3fNV( GLenum matrixMode, const GLfloat* m ) {
6700 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6701 TRACE("(%d, %p)\n", matrixMode, m );
6702 funcs->ext.p_glMatrixLoadTranspose3x3fNV( matrixMode, m );
6705 static void WINAPI glMatrixLoadTransposedEXT( GLenum mode, const GLdouble* m ) {
6706 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6707 TRACE("(%d, %p)\n", mode, m );
6708 funcs->ext.p_glMatrixLoadTransposedEXT( mode, m );
6711 static void WINAPI glMatrixLoadTransposefEXT( GLenum mode, const GLfloat* m ) {
6712 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6713 TRACE("(%d, %p)\n", mode, m );
6714 funcs->ext.p_glMatrixLoadTransposefEXT( mode, m );
6717 static void WINAPI glMatrixLoaddEXT( GLenum mode, const GLdouble* m ) {
6718 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6719 TRACE("(%d, %p)\n", mode, m );
6720 funcs->ext.p_glMatrixLoaddEXT( mode, m );
6723 static void WINAPI glMatrixLoadfEXT( GLenum mode, const GLfloat* m ) {
6724 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6725 TRACE("(%d, %p)\n", mode, m );
6726 funcs->ext.p_glMatrixLoadfEXT( mode, m );
6729 static void WINAPI glMatrixMult3x2fNV( GLenum matrixMode, const GLfloat* m ) {
6730 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6731 TRACE("(%d, %p)\n", matrixMode, m );
6732 funcs->ext.p_glMatrixMult3x2fNV( matrixMode, m );
6735 static void WINAPI glMatrixMult3x3fNV( GLenum matrixMode, const GLfloat* m ) {
6736 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6737 TRACE("(%d, %p)\n", matrixMode, m );
6738 funcs->ext.p_glMatrixMult3x3fNV( matrixMode, m );
6741 static void WINAPI glMatrixMultTranspose3x3fNV( GLenum matrixMode, const GLfloat* m ) {
6742 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6743 TRACE("(%d, %p)\n", matrixMode, m );
6744 funcs->ext.p_glMatrixMultTranspose3x3fNV( matrixMode, m );
6747 static void WINAPI glMatrixMultTransposedEXT( GLenum mode, const GLdouble* m ) {
6748 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6749 TRACE("(%d, %p)\n", mode, m );
6750 funcs->ext.p_glMatrixMultTransposedEXT( mode, m );
6753 static void WINAPI glMatrixMultTransposefEXT( GLenum mode, const GLfloat* m ) {
6754 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6755 TRACE("(%d, %p)\n", mode, m );
6756 funcs->ext.p_glMatrixMultTransposefEXT( mode, m );
6759 static void WINAPI glMatrixMultdEXT( GLenum mode, const GLdouble* m ) {
6760 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6761 TRACE("(%d, %p)\n", mode, m );
6762 funcs->ext.p_glMatrixMultdEXT( mode, m );
6765 static void WINAPI glMatrixMultfEXT( GLenum mode, const GLfloat* m ) {
6766 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6767 TRACE("(%d, %p)\n", mode, m );
6768 funcs->ext.p_glMatrixMultfEXT( mode, m );
6771 static void WINAPI glMatrixOrthoEXT( GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar ) {
6772 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6773 TRACE("(%d, %f, %f, %f, %f, %f, %f)\n", mode, left, right, bottom, top, zNear, zFar );
6774 funcs->ext.p_glMatrixOrthoEXT( mode, left, right, bottom, top, zNear, zFar );
6777 static void WINAPI glMatrixPopEXT( GLenum mode ) {
6778 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6779 TRACE("(%d)\n", mode );
6780 funcs->ext.p_glMatrixPopEXT( mode );
6783 static void WINAPI glMatrixPushEXT( GLenum mode ) {
6784 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6785 TRACE("(%d)\n", mode );
6786 funcs->ext.p_glMatrixPushEXT( mode );
6789 static void WINAPI glMatrixRotatedEXT( GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z ) {
6790 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6791 TRACE("(%d, %f, %f, %f, %f)\n", mode, angle, x, y, z );
6792 funcs->ext.p_glMatrixRotatedEXT( mode, angle, x, y, z );
6795 static void WINAPI glMatrixRotatefEXT( GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) {
6796 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6797 TRACE("(%d, %f, %f, %f, %f)\n", mode, angle, x, y, z );
6798 funcs->ext.p_glMatrixRotatefEXT( mode, angle, x, y, z );
6801 static void WINAPI glMatrixScaledEXT( GLenum mode, GLdouble x, GLdouble y, GLdouble z ) {
6802 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6803 TRACE("(%d, %f, %f, %f)\n", mode, x, y, z );
6804 funcs->ext.p_glMatrixScaledEXT( mode, x, y, z );
6807 static void WINAPI glMatrixScalefEXT( GLenum mode, GLfloat x, GLfloat y, GLfloat z ) {
6808 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6809 TRACE("(%d, %f, %f, %f)\n", mode, x, y, z );
6810 funcs->ext.p_glMatrixScalefEXT( mode, x, y, z );
6813 static void WINAPI glMatrixTranslatedEXT( GLenum mode, GLdouble x, GLdouble y, GLdouble z ) {
6814 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6815 TRACE("(%d, %f, %f, %f)\n", mode, x, y, z );
6816 funcs->ext.p_glMatrixTranslatedEXT( mode, x, y, z );
6819 static void WINAPI glMatrixTranslatefEXT( GLenum mode, GLfloat x, GLfloat y, GLfloat z ) {
6820 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6821 TRACE("(%d, %f, %f, %f)\n", mode, x, y, z );
6822 funcs->ext.p_glMatrixTranslatefEXT( mode, x, y, z );
6825 static void WINAPI glMemoryBarrier( GLbitfield barriers ) {
6826 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6827 TRACE("(%d)\n", barriers );
6828 funcs->ext.p_glMemoryBarrier( barriers );
6831 static void WINAPI glMemoryBarrierByRegion( GLbitfield barriers ) {
6832 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6833 TRACE("(%d)\n", barriers );
6834 funcs->ext.p_glMemoryBarrierByRegion( barriers );
6837 static void WINAPI glMemoryBarrierEXT( GLbitfield barriers ) {
6838 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6839 TRACE("(%d)\n", barriers );
6840 funcs->ext.p_glMemoryBarrierEXT( barriers );
6843 static void WINAPI glMinSampleShading( GLfloat value ) {
6844 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6845 TRACE("(%f)\n", value );
6846 funcs->ext.p_glMinSampleShading( value );
6849 static void WINAPI glMinSampleShadingARB( GLfloat value ) {
6850 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6851 TRACE("(%f)\n", value );
6852 funcs->ext.p_glMinSampleShadingARB( value );
6855 static void WINAPI glMinmax( GLenum target, GLenum internalformat, GLboolean sink ) {
6856 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6857 TRACE("(%d, %d, %d)\n", target, internalformat, sink );
6858 funcs->ext.p_glMinmax( target, internalformat, sink );
6861 static void WINAPI glMinmaxEXT( GLenum target, GLenum internalformat, GLboolean sink ) {
6862 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6863 TRACE("(%d, %d, %d)\n", target, internalformat, sink );
6864 funcs->ext.p_glMinmaxEXT( target, internalformat, sink );
6867 static void WINAPI glMultMatrixxOES( const GLfixed* m ) {
6868 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6869 TRACE("(%p)\n", m );
6870 funcs->ext.p_glMultMatrixxOES( m );
6873 static void WINAPI glMultTransposeMatrixd( const GLdouble* m ) {
6874 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6875 TRACE("(%p)\n", m );
6876 funcs->ext.p_glMultTransposeMatrixd( m );
6879 static void WINAPI glMultTransposeMatrixdARB( const GLdouble* m ) {
6880 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6881 TRACE("(%p)\n", m );
6882 funcs->ext.p_glMultTransposeMatrixdARB( m );
6885 static void WINAPI glMultTransposeMatrixf( const GLfloat* m ) {
6886 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6887 TRACE("(%p)\n", m );
6888 funcs->ext.p_glMultTransposeMatrixf( m );
6891 static void WINAPI glMultTransposeMatrixfARB( const GLfloat* m ) {
6892 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6893 TRACE("(%p)\n", m );
6894 funcs->ext.p_glMultTransposeMatrixfARB( m );
6897 static void WINAPI glMultTransposeMatrixxOES( const GLfixed* m ) {
6898 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6899 TRACE("(%p)\n", m );
6900 funcs->ext.p_glMultTransposeMatrixxOES( m );
6903 static void WINAPI glMultiDrawArrays( GLenum mode, const GLint* first, const GLsizei* count, GLsizei drawcount ) {
6904 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6905 TRACE("(%d, %p, %p, %d)\n", mode, first, count, drawcount );
6906 funcs->ext.p_glMultiDrawArrays( mode, first, count, drawcount );
6909 static void WINAPI glMultiDrawArraysEXT( GLenum mode, const GLint* first, const GLsizei* count, GLsizei primcount ) {
6910 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6911 TRACE("(%d, %p, %p, %d)\n", mode, first, count, primcount );
6912 funcs->ext.p_glMultiDrawArraysEXT( mode, first, count, primcount );
6915 static void WINAPI glMultiDrawArraysIndirect( GLenum mode, const void* indirect, GLsizei drawcount, GLsizei stride ) {
6916 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6917 TRACE("(%d, %p, %d, %d)\n", mode, indirect, drawcount, stride );
6918 funcs->ext.p_glMultiDrawArraysIndirect( mode, indirect, drawcount, stride );
6921 static void WINAPI glMultiDrawArraysIndirectAMD( GLenum mode, const void* indirect, GLsizei primcount, GLsizei stride ) {
6922 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6923 TRACE("(%d, %p, %d, %d)\n", mode, indirect, primcount, stride );
6924 funcs->ext.p_glMultiDrawArraysIndirectAMD( mode, indirect, primcount, stride );
6927 static void WINAPI glMultiDrawArraysIndirectBindlessCountNV( GLenum mode, const void* indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount ) {
6928 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6929 TRACE("(%d, %p, %d, %d, %d, %d)\n", mode, indirect, drawCount, maxDrawCount, stride, vertexBufferCount );
6930 funcs->ext.p_glMultiDrawArraysIndirectBindlessCountNV( mode, indirect, drawCount, maxDrawCount, stride, vertexBufferCount );
6933 static void WINAPI glMultiDrawArraysIndirectBindlessNV( GLenum mode, const void* indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount ) {
6934 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6935 TRACE("(%d, %p, %d, %d, %d)\n", mode, indirect, drawCount, stride, vertexBufferCount );
6936 funcs->ext.p_glMultiDrawArraysIndirectBindlessNV( mode, indirect, drawCount, stride, vertexBufferCount );
6939 static void WINAPI glMultiDrawArraysIndirectCountARB( GLenum mode, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride ) {
6940 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6941 TRACE("(%d, %ld, %ld, %d, %d)\n", mode, indirect, drawcount, maxdrawcount, stride );
6942 funcs->ext.p_glMultiDrawArraysIndirectCountARB( mode, indirect, drawcount, maxdrawcount, stride );
6945 static void WINAPI glMultiDrawElementArrayAPPLE( GLenum mode, const GLint* first, const GLsizei* count, GLsizei primcount ) {
6946 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6947 TRACE("(%d, %p, %p, %d)\n", mode, first, count, primcount );
6948 funcs->ext.p_glMultiDrawElementArrayAPPLE( mode, first, count, primcount );
6951 static void WINAPI glMultiDrawElements( GLenum mode, const GLsizei* count, GLenum type, const void*const* indices, GLsizei drawcount ) {
6952 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6953 TRACE("(%d, %p, %d, %p, %d)\n", mode, count, type, indices, drawcount );
6954 funcs->ext.p_glMultiDrawElements( mode, count, type, indices, drawcount );
6957 static void WINAPI glMultiDrawElementsBaseVertex( GLenum mode, const GLsizei* count, GLenum type, const void*const* indices, GLsizei drawcount, const GLint* basevertex ) {
6958 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6959 TRACE("(%d, %p, %d, %p, %d, %p)\n", mode, count, type, indices, drawcount, basevertex );
6960 funcs->ext.p_glMultiDrawElementsBaseVertex( mode, count, type, indices, drawcount, basevertex );
6963 static void WINAPI glMultiDrawElementsEXT( GLenum mode, const GLsizei* count, GLenum type, const void*const* indices, GLsizei primcount ) {
6964 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6965 TRACE("(%d, %p, %d, %p, %d)\n", mode, count, type, indices, primcount );
6966 funcs->ext.p_glMultiDrawElementsEXT( mode, count, type, indices, primcount );
6969 static void WINAPI glMultiDrawElementsIndirect( GLenum mode, GLenum type, const void* indirect, GLsizei drawcount, GLsizei stride ) {
6970 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6971 TRACE("(%d, %d, %p, %d, %d)\n", mode, type, indirect, drawcount, stride );
6972 funcs->ext.p_glMultiDrawElementsIndirect( mode, type, indirect, drawcount, stride );
6975 static void WINAPI glMultiDrawElementsIndirectAMD( GLenum mode, GLenum type, const void* indirect, GLsizei primcount, GLsizei stride ) {
6976 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6977 TRACE("(%d, %d, %p, %d, %d)\n", mode, type, indirect, primcount, stride );
6978 funcs->ext.p_glMultiDrawElementsIndirectAMD( mode, type, indirect, primcount, stride );
6981 static void WINAPI glMultiDrawElementsIndirectBindlessCountNV( GLenum mode, GLenum type, const void* indirect, GLsizei drawCount, GLsizei maxDrawCount, GLsizei stride, GLint vertexBufferCount ) {
6982 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6983 TRACE("(%d, %d, %p, %d, %d, %d, %d)\n", mode, type, indirect, drawCount, maxDrawCount, stride, vertexBufferCount );
6984 funcs->ext.p_glMultiDrawElementsIndirectBindlessCountNV( mode, type, indirect, drawCount, maxDrawCount, stride, vertexBufferCount );
6987 static void WINAPI glMultiDrawElementsIndirectBindlessNV( GLenum mode, GLenum type, const void* indirect, GLsizei drawCount, GLsizei stride, GLint vertexBufferCount ) {
6988 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6989 TRACE("(%d, %d, %p, %d, %d, %d)\n", mode, type, indirect, drawCount, stride, vertexBufferCount );
6990 funcs->ext.p_glMultiDrawElementsIndirectBindlessNV( mode, type, indirect, drawCount, stride, vertexBufferCount );
6993 static void WINAPI glMultiDrawElementsIndirectCountARB( GLenum mode, GLenum type, GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride ) {
6994 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
6995 TRACE("(%d, %d, %ld, %ld, %d, %d)\n", mode, type, indirect, drawcount, maxdrawcount, stride );
6996 funcs->ext.p_glMultiDrawElementsIndirectCountARB( mode, type, indirect, drawcount, maxdrawcount, stride );
6999 static void WINAPI glMultiDrawRangeElementArrayAPPLE( GLenum mode, GLuint start, GLuint end, const GLint* first, const GLsizei* count, GLsizei primcount ) {
7000 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7001 TRACE("(%d, %d, %d, %p, %p, %d)\n", mode, start, end, first, count, primcount );
7002 funcs->ext.p_glMultiDrawRangeElementArrayAPPLE( mode, start, end, first, count, primcount );
7005 static void WINAPI glMultiModeDrawArraysIBM( const GLenum* mode, const GLint* first, const GLsizei* count, GLsizei primcount, GLint modestride ) {
7006 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7007 TRACE("(%p, %p, %p, %d, %d)\n", mode, first, count, primcount, modestride );
7008 funcs->ext.p_glMultiModeDrawArraysIBM( mode, first, count, primcount, modestride );
7011 static void WINAPI glMultiModeDrawElementsIBM( const GLenum* mode, const GLsizei* count, GLenum type, const void*const* indices, GLsizei primcount, GLint modestride ) {
7012 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7013 TRACE("(%p, %p, %d, %p, %d, %d)\n", mode, count, type, indices, primcount, modestride );
7014 funcs->ext.p_glMultiModeDrawElementsIBM( mode, count, type, indices, primcount, modestride );
7017 static void WINAPI glMultiTexBufferEXT( GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer ) {
7018 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7019 TRACE("(%d, %d, %d, %d)\n", texunit, target, internalformat, buffer );
7020 funcs->ext.p_glMultiTexBufferEXT( texunit, target, internalformat, buffer );
7023 static void WINAPI glMultiTexCoord1bOES( GLenum texture, GLbyte s ) {
7024 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7025 TRACE("(%d, %d)\n", texture, s );
7026 funcs->ext.p_glMultiTexCoord1bOES( texture, s );
7029 static void WINAPI glMultiTexCoord1bvOES( GLenum texture, const GLbyte* coords ) {
7030 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7031 TRACE("(%d, %p)\n", texture, coords );
7032 funcs->ext.p_glMultiTexCoord1bvOES( texture, coords );
7035 static void WINAPI glMultiTexCoord1d( GLenum target, GLdouble s ) {
7036 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7037 TRACE("(%d, %f)\n", target, s );
7038 funcs->ext.p_glMultiTexCoord1d( target, s );
7041 static void WINAPI glMultiTexCoord1dARB( GLenum target, GLdouble s ) {
7042 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7043 TRACE("(%d, %f)\n", target, s );
7044 funcs->ext.p_glMultiTexCoord1dARB( target, s );
7047 static void WINAPI glMultiTexCoord1dSGIS( GLenum target, GLdouble s ) {
7048 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7049 TRACE("(%d, %f)\n", target, s );
7050 funcs->ext.p_glMultiTexCoord1dSGIS( target, s );
7053 static void WINAPI glMultiTexCoord1dv( GLenum target, const GLdouble* v ) {
7054 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7055 TRACE("(%d, %p)\n", target, v );
7056 funcs->ext.p_glMultiTexCoord1dv( target, v );
7059 static void WINAPI glMultiTexCoord1dvARB( GLenum target, const GLdouble* v ) {
7060 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7061 TRACE("(%d, %p)\n", target, v );
7062 funcs->ext.p_glMultiTexCoord1dvARB( target, v );
7065 static void WINAPI glMultiTexCoord1dvSGIS( GLenum target, GLdouble * v ) {
7066 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7067 TRACE("(%d, %p)\n", target, v );
7068 funcs->ext.p_glMultiTexCoord1dvSGIS( target, v );
7071 static void WINAPI glMultiTexCoord1f( GLenum target, GLfloat s ) {
7072 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7073 TRACE("(%d, %f)\n", target, s );
7074 funcs->ext.p_glMultiTexCoord1f( target, s );
7077 static void WINAPI glMultiTexCoord1fARB( GLenum target, GLfloat s ) {
7078 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7079 TRACE("(%d, %f)\n", target, s );
7080 funcs->ext.p_glMultiTexCoord1fARB( target, s );
7083 static void WINAPI glMultiTexCoord1fSGIS( GLenum target, GLfloat s ) {
7084 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7085 TRACE("(%d, %f)\n", target, s );
7086 funcs->ext.p_glMultiTexCoord1fSGIS( target, s );
7089 static void WINAPI glMultiTexCoord1fv( GLenum target, const GLfloat* v ) {
7090 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7091 TRACE("(%d, %p)\n", target, v );
7092 funcs->ext.p_glMultiTexCoord1fv( target, v );
7095 static void WINAPI glMultiTexCoord1fvARB( GLenum target, const GLfloat* v ) {
7096 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7097 TRACE("(%d, %p)\n", target, v );
7098 funcs->ext.p_glMultiTexCoord1fvARB( target, v );
7101 static void WINAPI glMultiTexCoord1fvSGIS( GLenum target, const GLfloat * v ) {
7102 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7103 TRACE("(%d, %p)\n", target, v );
7104 funcs->ext.p_glMultiTexCoord1fvSGIS( target, v );
7107 static void WINAPI glMultiTexCoord1hNV( GLenum target, GLhalfNV s ) {
7108 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7109 TRACE("(%d, %d)\n", target, s );
7110 funcs->ext.p_glMultiTexCoord1hNV( target, s );
7113 static void WINAPI glMultiTexCoord1hvNV( GLenum target, const GLhalfNV* v ) {
7114 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7115 TRACE("(%d, %p)\n", target, v );
7116 funcs->ext.p_glMultiTexCoord1hvNV( target, v );
7119 static void WINAPI glMultiTexCoord1i( GLenum target, GLint s ) {
7120 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7121 TRACE("(%d, %d)\n", target, s );
7122 funcs->ext.p_glMultiTexCoord1i( target, s );
7125 static void WINAPI glMultiTexCoord1iARB( GLenum target, GLint s ) {
7126 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7127 TRACE("(%d, %d)\n", target, s );
7128 funcs->ext.p_glMultiTexCoord1iARB( target, s );
7131 static void WINAPI glMultiTexCoord1iSGIS( GLenum target, GLint s ) {
7132 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7133 TRACE("(%d, %d)\n", target, s );
7134 funcs->ext.p_glMultiTexCoord1iSGIS( target, s );
7137 static void WINAPI glMultiTexCoord1iv( GLenum target, const GLint* v ) {
7138 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7139 TRACE("(%d, %p)\n", target, v );
7140 funcs->ext.p_glMultiTexCoord1iv( target, v );
7143 static void WINAPI glMultiTexCoord1ivARB( GLenum target, const GLint* v ) {
7144 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7145 TRACE("(%d, %p)\n", target, v );
7146 funcs->ext.p_glMultiTexCoord1ivARB( target, v );
7149 static void WINAPI glMultiTexCoord1ivSGIS( GLenum target, GLint * v ) {
7150 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7151 TRACE("(%d, %p)\n", target, v );
7152 funcs->ext.p_glMultiTexCoord1ivSGIS( target, v );
7155 static void WINAPI glMultiTexCoord1s( GLenum target, GLshort s ) {
7156 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7157 TRACE("(%d, %d)\n", target, s );
7158 funcs->ext.p_glMultiTexCoord1s( target, s );
7161 static void WINAPI glMultiTexCoord1sARB( GLenum target, GLshort s ) {
7162 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7163 TRACE("(%d, %d)\n", target, s );
7164 funcs->ext.p_glMultiTexCoord1sARB( target, s );
7167 static void WINAPI glMultiTexCoord1sSGIS( GLenum target, GLshort s ) {
7168 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7169 TRACE("(%d, %d)\n", target, s );
7170 funcs->ext.p_glMultiTexCoord1sSGIS( target, s );
7173 static void WINAPI glMultiTexCoord1sv( GLenum target, const GLshort* v ) {
7174 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7175 TRACE("(%d, %p)\n", target, v );
7176 funcs->ext.p_glMultiTexCoord1sv( target, v );
7179 static void WINAPI glMultiTexCoord1svARB( GLenum target, const GLshort* v ) {
7180 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7181 TRACE("(%d, %p)\n", target, v );
7182 funcs->ext.p_glMultiTexCoord1svARB( target, v );
7185 static void WINAPI glMultiTexCoord1svSGIS( GLenum target, GLshort * v ) {
7186 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7187 TRACE("(%d, %p)\n", target, v );
7188 funcs->ext.p_glMultiTexCoord1svSGIS( target, v );
7191 static void WINAPI glMultiTexCoord1xOES( GLenum texture, GLfixed s ) {
7192 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7193 TRACE("(%d, %d)\n", texture, s );
7194 funcs->ext.p_glMultiTexCoord1xOES( texture, s );
7197 static void WINAPI glMultiTexCoord1xvOES( GLenum texture, const GLfixed* coords ) {
7198 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7199 TRACE("(%d, %p)\n", texture, coords );
7200 funcs->ext.p_glMultiTexCoord1xvOES( texture, coords );
7203 static void WINAPI glMultiTexCoord2bOES( GLenum texture, GLbyte s, GLbyte t ) {
7204 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7205 TRACE("(%d, %d, %d)\n", texture, s, t );
7206 funcs->ext.p_glMultiTexCoord2bOES( texture, s, t );
7209 static void WINAPI glMultiTexCoord2bvOES( GLenum texture, const GLbyte* coords ) {
7210 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7211 TRACE("(%d, %p)\n", texture, coords );
7212 funcs->ext.p_glMultiTexCoord2bvOES( texture, coords );
7215 static void WINAPI glMultiTexCoord2d( GLenum target, GLdouble s, GLdouble t ) {
7216 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7217 TRACE("(%d, %f, %f)\n", target, s, t );
7218 funcs->ext.p_glMultiTexCoord2d( target, s, t );
7221 static void WINAPI glMultiTexCoord2dARB( GLenum target, GLdouble s, GLdouble t ) {
7222 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7223 TRACE("(%d, %f, %f)\n", target, s, t );
7224 funcs->ext.p_glMultiTexCoord2dARB( target, s, t );
7227 static void WINAPI glMultiTexCoord2dSGIS( GLenum target, GLdouble s, GLdouble t ) {
7228 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7229 TRACE("(%d, %f, %f)\n", target, s, t );
7230 funcs->ext.p_glMultiTexCoord2dSGIS( target, s, t );
7233 static void WINAPI glMultiTexCoord2dv( GLenum target, const GLdouble* v ) {
7234 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7235 TRACE("(%d, %p)\n", target, v );
7236 funcs->ext.p_glMultiTexCoord2dv( target, v );
7239 static void WINAPI glMultiTexCoord2dvARB( GLenum target, const GLdouble* v ) {
7240 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7241 TRACE("(%d, %p)\n", target, v );
7242 funcs->ext.p_glMultiTexCoord2dvARB( target, v );
7245 static void WINAPI glMultiTexCoord2dvSGIS( GLenum target, GLdouble * v ) {
7246 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7247 TRACE("(%d, %p)\n", target, v );
7248 funcs->ext.p_glMultiTexCoord2dvSGIS( target, v );
7251 static void WINAPI glMultiTexCoord2f( GLenum target, GLfloat s, GLfloat t ) {
7252 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7253 TRACE("(%d, %f, %f)\n", target, s, t );
7254 funcs->ext.p_glMultiTexCoord2f( target, s, t );
7257 static void WINAPI glMultiTexCoord2fARB( GLenum target, GLfloat s, GLfloat t ) {
7258 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7259 TRACE("(%d, %f, %f)\n", target, s, t );
7260 funcs->ext.p_glMultiTexCoord2fARB( target, s, t );
7263 static void WINAPI glMultiTexCoord2fSGIS( GLenum target, GLfloat s, GLfloat t ) {
7264 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7265 TRACE("(%d, %f, %f)\n", target, s, t );
7266 funcs->ext.p_glMultiTexCoord2fSGIS( target, s, t );
7269 static void WINAPI glMultiTexCoord2fv( GLenum target, const GLfloat* v ) {
7270 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7271 TRACE("(%d, %p)\n", target, v );
7272 funcs->ext.p_glMultiTexCoord2fv( target, v );
7275 static void WINAPI glMultiTexCoord2fvARB( GLenum target, const GLfloat* v ) {
7276 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7277 TRACE("(%d, %p)\n", target, v );
7278 funcs->ext.p_glMultiTexCoord2fvARB( target, v );
7281 static void WINAPI glMultiTexCoord2fvSGIS( GLenum target, GLfloat * v ) {
7282 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7283 TRACE("(%d, %p)\n", target, v );
7284 funcs->ext.p_glMultiTexCoord2fvSGIS( target, v );
7287 static void WINAPI glMultiTexCoord2hNV( GLenum target, GLhalfNV s, GLhalfNV t ) {
7288 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7289 TRACE("(%d, %d, %d)\n", target, s, t );
7290 funcs->ext.p_glMultiTexCoord2hNV( target, s, t );
7293 static void WINAPI glMultiTexCoord2hvNV( GLenum target, const GLhalfNV* v ) {
7294 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7295 TRACE("(%d, %p)\n", target, v );
7296 funcs->ext.p_glMultiTexCoord2hvNV( target, v );
7299 static void WINAPI glMultiTexCoord2i( GLenum target, GLint s, GLint t ) {
7300 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7301 TRACE("(%d, %d, %d)\n", target, s, t );
7302 funcs->ext.p_glMultiTexCoord2i( target, s, t );
7305 static void WINAPI glMultiTexCoord2iARB( GLenum target, GLint s, GLint t ) {
7306 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7307 TRACE("(%d, %d, %d)\n", target, s, t );
7308 funcs->ext.p_glMultiTexCoord2iARB( target, s, t );
7311 static void WINAPI glMultiTexCoord2iSGIS( GLenum target, GLint s, GLint t ) {
7312 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7313 TRACE("(%d, %d, %d)\n", target, s, t );
7314 funcs->ext.p_glMultiTexCoord2iSGIS( target, s, t );
7317 static void WINAPI glMultiTexCoord2iv( GLenum target, const GLint* v ) {
7318 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7319 TRACE("(%d, %p)\n", target, v );
7320 funcs->ext.p_glMultiTexCoord2iv( target, v );
7323 static void WINAPI glMultiTexCoord2ivARB( GLenum target, const GLint* v ) {
7324 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7325 TRACE("(%d, %p)\n", target, v );
7326 funcs->ext.p_glMultiTexCoord2ivARB( target, v );
7329 static void WINAPI glMultiTexCoord2ivSGIS( GLenum target, GLint * v ) {
7330 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7331 TRACE("(%d, %p)\n", target, v );
7332 funcs->ext.p_glMultiTexCoord2ivSGIS( target, v );
7335 static void WINAPI glMultiTexCoord2s( GLenum target, GLshort s, GLshort t ) {
7336 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7337 TRACE("(%d, %d, %d)\n", target, s, t );
7338 funcs->ext.p_glMultiTexCoord2s( target, s, t );
7341 static void WINAPI glMultiTexCoord2sARB( GLenum target, GLshort s, GLshort t ) {
7342 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7343 TRACE("(%d, %d, %d)\n", target, s, t );
7344 funcs->ext.p_glMultiTexCoord2sARB( target, s, t );
7347 static void WINAPI glMultiTexCoord2sSGIS( GLenum target, GLshort s, GLshort t ) {
7348 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7349 TRACE("(%d, %d, %d)\n", target, s, t );
7350 funcs->ext.p_glMultiTexCoord2sSGIS( target, s, t );
7353 static void WINAPI glMultiTexCoord2sv( GLenum target, const GLshort* v ) {
7354 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7355 TRACE("(%d, %p)\n", target, v );
7356 funcs->ext.p_glMultiTexCoord2sv( target, v );
7359 static void WINAPI glMultiTexCoord2svARB( GLenum target, const GLshort* v ) {
7360 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7361 TRACE("(%d, %p)\n", target, v );
7362 funcs->ext.p_glMultiTexCoord2svARB( target, v );
7365 static void WINAPI glMultiTexCoord2svSGIS( GLenum target, GLshort * v ) {
7366 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7367 TRACE("(%d, %p)\n", target, v );
7368 funcs->ext.p_glMultiTexCoord2svSGIS( target, v );
7371 static void WINAPI glMultiTexCoord2xOES( GLenum texture, GLfixed s, GLfixed t ) {
7372 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7373 TRACE("(%d, %d, %d)\n", texture, s, t );
7374 funcs->ext.p_glMultiTexCoord2xOES( texture, s, t );
7377 static void WINAPI glMultiTexCoord2xvOES( GLenum texture, const GLfixed* coords ) {
7378 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7379 TRACE("(%d, %p)\n", texture, coords );
7380 funcs->ext.p_glMultiTexCoord2xvOES( texture, coords );
7383 static void WINAPI glMultiTexCoord3bOES( GLenum texture, GLbyte s, GLbyte t, GLbyte r ) {
7384 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7385 TRACE("(%d, %d, %d, %d)\n", texture, s, t, r );
7386 funcs->ext.p_glMultiTexCoord3bOES( texture, s, t, r );
7389 static void WINAPI glMultiTexCoord3bvOES( GLenum texture, const GLbyte* coords ) {
7390 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7391 TRACE("(%d, %p)\n", texture, coords );
7392 funcs->ext.p_glMultiTexCoord3bvOES( texture, coords );
7395 static void WINAPI glMultiTexCoord3d( GLenum target, GLdouble s, GLdouble t, GLdouble r ) {
7396 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7397 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7398 funcs->ext.p_glMultiTexCoord3d( target, s, t, r );
7401 static void WINAPI glMultiTexCoord3dARB( GLenum target, GLdouble s, GLdouble t, GLdouble r ) {
7402 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7403 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7404 funcs->ext.p_glMultiTexCoord3dARB( target, s, t, r );
7407 static void WINAPI glMultiTexCoord3dSGIS( GLenum target, GLdouble s, GLdouble t, GLdouble r ) {
7408 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7409 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7410 funcs->ext.p_glMultiTexCoord3dSGIS( target, s, t, r );
7413 static void WINAPI glMultiTexCoord3dv( GLenum target, const GLdouble* v ) {
7414 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7415 TRACE("(%d, %p)\n", target, v );
7416 funcs->ext.p_glMultiTexCoord3dv( target, v );
7419 static void WINAPI glMultiTexCoord3dvARB( GLenum target, const GLdouble* v ) {
7420 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7421 TRACE("(%d, %p)\n", target, v );
7422 funcs->ext.p_glMultiTexCoord3dvARB( target, v );
7425 static void WINAPI glMultiTexCoord3dvSGIS( GLenum target, GLdouble * v ) {
7426 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7427 TRACE("(%d, %p)\n", target, v );
7428 funcs->ext.p_glMultiTexCoord3dvSGIS( target, v );
7431 static void WINAPI glMultiTexCoord3f( GLenum target, GLfloat s, GLfloat t, GLfloat r ) {
7432 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7433 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7434 funcs->ext.p_glMultiTexCoord3f( target, s, t, r );
7437 static void WINAPI glMultiTexCoord3fARB( GLenum target, GLfloat s, GLfloat t, GLfloat r ) {
7438 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7439 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7440 funcs->ext.p_glMultiTexCoord3fARB( target, s, t, r );
7443 static void WINAPI glMultiTexCoord3fSGIS( GLenum target, GLfloat s, GLfloat t, GLfloat r ) {
7444 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7445 TRACE("(%d, %f, %f, %f)\n", target, s, t, r );
7446 funcs->ext.p_glMultiTexCoord3fSGIS( target, s, t, r );
7449 static void WINAPI glMultiTexCoord3fv( GLenum target, const GLfloat* v ) {
7450 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7451 TRACE("(%d, %p)\n", target, v );
7452 funcs->ext.p_glMultiTexCoord3fv( target, v );
7455 static void WINAPI glMultiTexCoord3fvARB( GLenum target, const GLfloat* v ) {
7456 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7457 TRACE("(%d, %p)\n", target, v );
7458 funcs->ext.p_glMultiTexCoord3fvARB( target, v );
7461 static void WINAPI glMultiTexCoord3fvSGIS( GLenum target, GLfloat * v ) {
7462 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7463 TRACE("(%d, %p)\n", target, v );
7464 funcs->ext.p_glMultiTexCoord3fvSGIS( target, v );
7467 static void WINAPI glMultiTexCoord3hNV( GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r ) {
7468 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7469 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7470 funcs->ext.p_glMultiTexCoord3hNV( target, s, t, r );
7473 static void WINAPI glMultiTexCoord3hvNV( GLenum target, const GLhalfNV* v ) {
7474 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7475 TRACE("(%d, %p)\n", target, v );
7476 funcs->ext.p_glMultiTexCoord3hvNV( target, v );
7479 static void WINAPI glMultiTexCoord3i( GLenum target, GLint s, GLint t, GLint r ) {
7480 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7481 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7482 funcs->ext.p_glMultiTexCoord3i( target, s, t, r );
7485 static void WINAPI glMultiTexCoord3iARB( GLenum target, GLint s, GLint t, GLint r ) {
7486 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7487 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7488 funcs->ext.p_glMultiTexCoord3iARB( target, s, t, r );
7491 static void WINAPI glMultiTexCoord3iSGIS( GLenum target, GLint s, GLint t, GLint r ) {
7492 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7493 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7494 funcs->ext.p_glMultiTexCoord3iSGIS( target, s, t, r );
7497 static void WINAPI glMultiTexCoord3iv( GLenum target, const GLint* v ) {
7498 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7499 TRACE("(%d, %p)\n", target, v );
7500 funcs->ext.p_glMultiTexCoord3iv( target, v );
7503 static void WINAPI glMultiTexCoord3ivARB( GLenum target, const GLint* v ) {
7504 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7505 TRACE("(%d, %p)\n", target, v );
7506 funcs->ext.p_glMultiTexCoord3ivARB( target, v );
7509 static void WINAPI glMultiTexCoord3ivSGIS( GLenum target, GLint * v ) {
7510 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7511 TRACE("(%d, %p)\n", target, v );
7512 funcs->ext.p_glMultiTexCoord3ivSGIS( target, v );
7515 static void WINAPI glMultiTexCoord3s( GLenum target, GLshort s, GLshort t, GLshort r ) {
7516 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7517 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7518 funcs->ext.p_glMultiTexCoord3s( target, s, t, r );
7521 static void WINAPI glMultiTexCoord3sARB( GLenum target, GLshort s, GLshort t, GLshort r ) {
7522 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7523 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7524 funcs->ext.p_glMultiTexCoord3sARB( target, s, t, r );
7527 static void WINAPI glMultiTexCoord3sSGIS( GLenum target, GLshort s, GLshort t, GLshort r ) {
7528 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7529 TRACE("(%d, %d, %d, %d)\n", target, s, t, r );
7530 funcs->ext.p_glMultiTexCoord3sSGIS( target, s, t, r );
7533 static void WINAPI glMultiTexCoord3sv( GLenum target, const GLshort* v ) {
7534 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7535 TRACE("(%d, %p)\n", target, v );
7536 funcs->ext.p_glMultiTexCoord3sv( target, v );
7539 static void WINAPI glMultiTexCoord3svARB( GLenum target, const GLshort* v ) {
7540 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7541 TRACE("(%d, %p)\n", target, v );
7542 funcs->ext.p_glMultiTexCoord3svARB( target, v );
7545 static void WINAPI glMultiTexCoord3svSGIS( GLenum target, GLshort * v ) {
7546 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7547 TRACE("(%d, %p)\n", target, v );
7548 funcs->ext.p_glMultiTexCoord3svSGIS( target, v );
7551 static void WINAPI glMultiTexCoord3xOES( GLenum texture, GLfixed s, GLfixed t, GLfixed r ) {
7552 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7553 TRACE("(%d, %d, %d, %d)\n", texture, s, t, r );
7554 funcs->ext.p_glMultiTexCoord3xOES( texture, s, t, r );
7557 static void WINAPI glMultiTexCoord3xvOES( GLenum texture, const GLfixed* coords ) {
7558 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7559 TRACE("(%d, %p)\n", texture, coords );
7560 funcs->ext.p_glMultiTexCoord3xvOES( texture, coords );
7563 static void WINAPI glMultiTexCoord4bOES( GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q ) {
7564 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7565 TRACE("(%d, %d, %d, %d, %d)\n", texture, s, t, r, q );
7566 funcs->ext.p_glMultiTexCoord4bOES( texture, s, t, r, q );
7569 static void WINAPI glMultiTexCoord4bvOES( GLenum texture, const GLbyte* coords ) {
7570 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7571 TRACE("(%d, %p)\n", texture, coords );
7572 funcs->ext.p_glMultiTexCoord4bvOES( texture, coords );
7575 static void WINAPI glMultiTexCoord4d( GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q ) {
7576 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7577 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7578 funcs->ext.p_glMultiTexCoord4d( target, s, t, r, q );
7581 static void WINAPI glMultiTexCoord4dARB( GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q ) {
7582 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7583 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7584 funcs->ext.p_glMultiTexCoord4dARB( target, s, t, r, q );
7587 static void WINAPI glMultiTexCoord4dSGIS( GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q ) {
7588 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7589 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7590 funcs->ext.p_glMultiTexCoord4dSGIS( target, s, t, r, q );
7593 static void WINAPI glMultiTexCoord4dv( GLenum target, const GLdouble* v ) {
7594 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7595 TRACE("(%d, %p)\n", target, v );
7596 funcs->ext.p_glMultiTexCoord4dv( target, v );
7599 static void WINAPI glMultiTexCoord4dvARB( GLenum target, const GLdouble* v ) {
7600 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7601 TRACE("(%d, %p)\n", target, v );
7602 funcs->ext.p_glMultiTexCoord4dvARB( target, v );
7605 static void WINAPI glMultiTexCoord4dvSGIS( GLenum target, GLdouble * v ) {
7606 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7607 TRACE("(%d, %p)\n", target, v );
7608 funcs->ext.p_glMultiTexCoord4dvSGIS( target, v );
7611 static void WINAPI glMultiTexCoord4f( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q ) {
7612 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7613 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7614 funcs->ext.p_glMultiTexCoord4f( target, s, t, r, q );
7617 static void WINAPI glMultiTexCoord4fARB( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q ) {
7618 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7619 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7620 funcs->ext.p_glMultiTexCoord4fARB( target, s, t, r, q );
7623 static void WINAPI glMultiTexCoord4fSGIS( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q ) {
7624 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7625 TRACE("(%d, %f, %f, %f, %f)\n", target, s, t, r, q );
7626 funcs->ext.p_glMultiTexCoord4fSGIS( target, s, t, r, q );
7629 static void WINAPI glMultiTexCoord4fv( GLenum target, const GLfloat* v ) {
7630 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7631 TRACE("(%d, %p)\n", target, v );
7632 funcs->ext.p_glMultiTexCoord4fv( target, v );
7635 static void WINAPI glMultiTexCoord4fvARB( GLenum target, const GLfloat* v ) {
7636 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7637 TRACE("(%d, %p)\n", target, v );
7638 funcs->ext.p_glMultiTexCoord4fvARB( target, v );
7641 static void WINAPI glMultiTexCoord4fvSGIS( GLenum target, GLfloat * v ) {
7642 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7643 TRACE("(%d, %p)\n", target, v );
7644 funcs->ext.p_glMultiTexCoord4fvSGIS( target, v );
7647 static void WINAPI glMultiTexCoord4hNV( GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q ) {
7648 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7649 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7650 funcs->ext.p_glMultiTexCoord4hNV( target, s, t, r, q );
7653 static void WINAPI glMultiTexCoord4hvNV( GLenum target, const GLhalfNV* v ) {
7654 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7655 TRACE("(%d, %p)\n", target, v );
7656 funcs->ext.p_glMultiTexCoord4hvNV( target, v );
7659 static void WINAPI glMultiTexCoord4i( GLenum target, GLint s, GLint t, GLint r, GLint q ) {
7660 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7661 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7662 funcs->ext.p_glMultiTexCoord4i( target, s, t, r, q );
7665 static void WINAPI glMultiTexCoord4iARB( GLenum target, GLint s, GLint t, GLint r, GLint q ) {
7666 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7667 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7668 funcs->ext.p_glMultiTexCoord4iARB( target, s, t, r, q );
7671 static void WINAPI glMultiTexCoord4iSGIS( GLenum target, GLint s, GLint t, GLint r, GLint q ) {
7672 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7673 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7674 funcs->ext.p_glMultiTexCoord4iSGIS( target, s, t, r, q );
7677 static void WINAPI glMultiTexCoord4iv( GLenum target, const GLint* v ) {
7678 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7679 TRACE("(%d, %p)\n", target, v );
7680 funcs->ext.p_glMultiTexCoord4iv( target, v );
7683 static void WINAPI glMultiTexCoord4ivARB( GLenum target, const GLint* v ) {
7684 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7685 TRACE("(%d, %p)\n", target, v );
7686 funcs->ext.p_glMultiTexCoord4ivARB( target, v );
7689 static void WINAPI glMultiTexCoord4ivSGIS( GLenum target, GLint * v ) {
7690 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7691 TRACE("(%d, %p)\n", target, v );
7692 funcs->ext.p_glMultiTexCoord4ivSGIS( target, v );
7695 static void WINAPI glMultiTexCoord4s( GLenum target, GLshort s, GLshort t, GLshort r, GLshort q ) {
7696 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7697 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7698 funcs->ext.p_glMultiTexCoord4s( target, s, t, r, q );
7701 static void WINAPI glMultiTexCoord4sARB( GLenum target, GLshort s, GLshort t, GLshort r, GLshort q ) {
7702 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7703 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7704 funcs->ext.p_glMultiTexCoord4sARB( target, s, t, r, q );
7707 static void WINAPI glMultiTexCoord4sSGIS( GLenum target, GLshort s, GLshort t, GLshort r, GLshort q ) {
7708 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7709 TRACE("(%d, %d, %d, %d, %d)\n", target, s, t, r, q );
7710 funcs->ext.p_glMultiTexCoord4sSGIS( target, s, t, r, q );
7713 static void WINAPI glMultiTexCoord4sv( GLenum target, const GLshort* v ) {
7714 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7715 TRACE("(%d, %p)\n", target, v );
7716 funcs->ext.p_glMultiTexCoord4sv( target, v );
7719 static void WINAPI glMultiTexCoord4svARB( GLenum target, const GLshort* v ) {
7720 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7721 TRACE("(%d, %p)\n", target, v );
7722 funcs->ext.p_glMultiTexCoord4svARB( target, v );
7725 static void WINAPI glMultiTexCoord4svSGIS( GLenum target, GLshort * v ) {
7726 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7727 TRACE("(%d, %p)\n", target, v );
7728 funcs->ext.p_glMultiTexCoord4svSGIS( target, v );
7731 static void WINAPI glMultiTexCoord4xOES( GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q ) {
7732 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7733 TRACE("(%d, %d, %d, %d, %d)\n", texture, s, t, r, q );
7734 funcs->ext.p_glMultiTexCoord4xOES( texture, s, t, r, q );
7737 static void WINAPI glMultiTexCoord4xvOES( GLenum texture, const GLfixed* coords ) {
7738 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7739 TRACE("(%d, %p)\n", texture, coords );
7740 funcs->ext.p_glMultiTexCoord4xvOES( texture, coords );
7743 static void WINAPI glMultiTexCoordP1ui( GLenum texture, GLenum type, GLuint coords ) {
7744 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7745 TRACE("(%d, %d, %d)\n", texture, type, coords );
7746 funcs->ext.p_glMultiTexCoordP1ui( texture, type, coords );
7749 static void WINAPI glMultiTexCoordP1uiv( GLenum texture, GLenum type, const GLuint* coords ) {
7750 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7751 TRACE("(%d, %d, %p)\n", texture, type, coords );
7752 funcs->ext.p_glMultiTexCoordP1uiv( texture, type, coords );
7755 static void WINAPI glMultiTexCoordP2ui( GLenum texture, GLenum type, GLuint coords ) {
7756 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7757 TRACE("(%d, %d, %d)\n", texture, type, coords );
7758 funcs->ext.p_glMultiTexCoordP2ui( texture, type, coords );
7761 static void WINAPI glMultiTexCoordP2uiv( GLenum texture, GLenum type, const GLuint* coords ) {
7762 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7763 TRACE("(%d, %d, %p)\n", texture, type, coords );
7764 funcs->ext.p_glMultiTexCoordP2uiv( texture, type, coords );
7767 static void WINAPI glMultiTexCoordP3ui( GLenum texture, GLenum type, GLuint coords ) {
7768 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7769 TRACE("(%d, %d, %d)\n", texture, type, coords );
7770 funcs->ext.p_glMultiTexCoordP3ui( texture, type, coords );
7773 static void WINAPI glMultiTexCoordP3uiv( GLenum texture, GLenum type, const GLuint* coords ) {
7774 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7775 TRACE("(%d, %d, %p)\n", texture, type, coords );
7776 funcs->ext.p_glMultiTexCoordP3uiv( texture, type, coords );
7779 static void WINAPI glMultiTexCoordP4ui( GLenum texture, GLenum type, GLuint coords ) {
7780 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7781 TRACE("(%d, %d, %d)\n", texture, type, coords );
7782 funcs->ext.p_glMultiTexCoordP4ui( texture, type, coords );
7785 static void WINAPI glMultiTexCoordP4uiv( GLenum texture, GLenum type, const GLuint* coords ) {
7786 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7787 TRACE("(%d, %d, %p)\n", texture, type, coords );
7788 funcs->ext.p_glMultiTexCoordP4uiv( texture, type, coords );
7791 static void WINAPI glMultiTexCoordPointerEXT( GLenum texunit, GLint size, GLenum type, GLsizei stride, const void* pointer ) {
7792 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7793 TRACE("(%d, %d, %d, %d, %p)\n", texunit, size, type, stride, pointer );
7794 funcs->ext.p_glMultiTexCoordPointerEXT( texunit, size, type, stride, pointer );
7797 static void WINAPI glMultiTexCoordPointerSGIS( GLenum target, GLint size, GLenum type, GLsizei stride, GLvoid * pointer ) {
7798 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7799 TRACE("(%d, %d, %d, %d, %p)\n", target, size, type, stride, pointer );
7800 funcs->ext.p_glMultiTexCoordPointerSGIS( target, size, type, stride, pointer );
7803 static void WINAPI glMultiTexEnvfEXT( GLenum texunit, GLenum target, GLenum pname, GLfloat param ) {
7804 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7805 TRACE("(%d, %d, %d, %f)\n", texunit, target, pname, param );
7806 funcs->ext.p_glMultiTexEnvfEXT( texunit, target, pname, param );
7809 static void WINAPI glMultiTexEnvfvEXT( GLenum texunit, GLenum target, GLenum pname, const GLfloat* params ) {
7810 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7811 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7812 funcs->ext.p_glMultiTexEnvfvEXT( texunit, target, pname, params );
7815 static void WINAPI glMultiTexEnviEXT( GLenum texunit, GLenum target, GLenum pname, GLint param ) {
7816 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7817 TRACE("(%d, %d, %d, %d)\n", texunit, target, pname, param );
7818 funcs->ext.p_glMultiTexEnviEXT( texunit, target, pname, param );
7821 static void WINAPI glMultiTexEnvivEXT( GLenum texunit, GLenum target, GLenum pname, const GLint* params ) {
7822 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7823 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7824 funcs->ext.p_glMultiTexEnvivEXT( texunit, target, pname, params );
7827 static void WINAPI glMultiTexGendEXT( GLenum texunit, GLenum coord, GLenum pname, GLdouble param ) {
7828 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7829 TRACE("(%d, %d, %d, %f)\n", texunit, coord, pname, param );
7830 funcs->ext.p_glMultiTexGendEXT( texunit, coord, pname, param );
7833 static void WINAPI glMultiTexGendvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLdouble* params ) {
7834 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7835 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
7836 funcs->ext.p_glMultiTexGendvEXT( texunit, coord, pname, params );
7839 static void WINAPI glMultiTexGenfEXT( GLenum texunit, GLenum coord, GLenum pname, GLfloat param ) {
7840 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7841 TRACE("(%d, %d, %d, %f)\n", texunit, coord, pname, param );
7842 funcs->ext.p_glMultiTexGenfEXT( texunit, coord, pname, param );
7845 static void WINAPI glMultiTexGenfvEXT( GLenum texunit, GLenum coord, GLenum pname, const GLfloat* params ) {
7846 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7847 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
7848 funcs->ext.p_glMultiTexGenfvEXT( texunit, coord, pname, params );
7851 static void WINAPI glMultiTexGeniEXT( GLenum texunit, GLenum coord, GLenum pname, GLint param ) {
7852 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7853 TRACE("(%d, %d, %d, %d)\n", texunit, coord, pname, param );
7854 funcs->ext.p_glMultiTexGeniEXT( texunit, coord, pname, param );
7857 static void WINAPI glMultiTexGenivEXT( GLenum texunit, GLenum coord, GLenum pname, const GLint* params ) {
7858 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7859 TRACE("(%d, %d, %d, %p)\n", texunit, coord, pname, params );
7860 funcs->ext.p_glMultiTexGenivEXT( texunit, coord, pname, params );
7863 static void WINAPI glMultiTexImage1DEXT( GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void* pixels ) {
7864 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7865 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, border, format, type, pixels );
7866 funcs->ext.p_glMultiTexImage1DEXT( texunit, target, level, internalformat, width, border, format, type, pixels );
7869 static void WINAPI glMultiTexImage2DEXT( GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels ) {
7870 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7871 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, height, border, format, type, pixels );
7872 funcs->ext.p_glMultiTexImage2DEXT( texunit, target, level, internalformat, width, height, border, format, type, pixels );
7875 static void WINAPI glMultiTexImage3DEXT( GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* pixels ) {
7876 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7877 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, internalformat, width, height, depth, border, format, type, pixels );
7878 funcs->ext.p_glMultiTexImage3DEXT( texunit, target, level, internalformat, width, height, depth, border, format, type, pixels );
7881 static void WINAPI glMultiTexParameterIivEXT( GLenum texunit, GLenum target, GLenum pname, const GLint* params ) {
7882 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7883 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7884 funcs->ext.p_glMultiTexParameterIivEXT( texunit, target, pname, params );
7887 static void WINAPI glMultiTexParameterIuivEXT( GLenum texunit, GLenum target, GLenum pname, const GLuint* params ) {
7888 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7889 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7890 funcs->ext.p_glMultiTexParameterIuivEXT( texunit, target, pname, params );
7893 static void WINAPI glMultiTexParameterfEXT( GLenum texunit, GLenum target, GLenum pname, GLfloat param ) {
7894 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7895 TRACE("(%d, %d, %d, %f)\n", texunit, target, pname, param );
7896 funcs->ext.p_glMultiTexParameterfEXT( texunit, target, pname, param );
7899 static void WINAPI glMultiTexParameterfvEXT( GLenum texunit, GLenum target, GLenum pname, const GLfloat* params ) {
7900 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7901 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7902 funcs->ext.p_glMultiTexParameterfvEXT( texunit, target, pname, params );
7905 static void WINAPI glMultiTexParameteriEXT( GLenum texunit, GLenum target, GLenum pname, GLint param ) {
7906 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7907 TRACE("(%d, %d, %d, %d)\n", texunit, target, pname, param );
7908 funcs->ext.p_glMultiTexParameteriEXT( texunit, target, pname, param );
7911 static void WINAPI glMultiTexParameterivEXT( GLenum texunit, GLenum target, GLenum pname, const GLint* params ) {
7912 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7913 TRACE("(%d, %d, %d, %p)\n", texunit, target, pname, params );
7914 funcs->ext.p_glMultiTexParameterivEXT( texunit, target, pname, params );
7917 static void WINAPI glMultiTexRenderbufferEXT( GLenum texunit, GLenum target, GLuint renderbuffer ) {
7918 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7919 TRACE("(%d, %d, %d)\n", texunit, target, renderbuffer );
7920 funcs->ext.p_glMultiTexRenderbufferEXT( texunit, target, renderbuffer );
7923 static void WINAPI glMultiTexSubImage1DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void* pixels ) {
7924 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7925 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, width, format, type, pixels );
7926 funcs->ext.p_glMultiTexSubImage1DEXT( texunit, target, level, xoffset, width, format, type, pixels );
7929 static void WINAPI glMultiTexSubImage2DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels ) {
7930 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7931 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, yoffset, width, height, format, type, pixels );
7932 funcs->ext.p_glMultiTexSubImage2DEXT( texunit, target, level, xoffset, yoffset, width, height, format, type, pixels );
7935 static void WINAPI glMultiTexSubImage3DEXT( GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* pixels ) {
7936 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7937 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
7938 funcs->ext.p_glMultiTexSubImage3DEXT( texunit, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
7941 static void WINAPI glNamedBufferData( GLuint buffer, GLsizei size, const void* data, GLenum usage ) {
7942 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7943 TRACE("(%d, %d, %p, %d)\n", buffer, size, data, usage );
7944 funcs->ext.p_glNamedBufferData( buffer, size, data, usage );
7947 static void WINAPI glNamedBufferDataEXT( GLuint buffer, GLsizeiptr size, const void* data, GLenum usage ) {
7948 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7949 TRACE("(%d, %ld, %p, %d)\n", buffer, size, data, usage );
7950 funcs->ext.p_glNamedBufferDataEXT( buffer, size, data, usage );
7953 static void WINAPI glNamedBufferPageCommitmentARB( GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit ) {
7954 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7955 TRACE("(%d, %ld, %ld, %d)\n", buffer, offset, size, commit );
7956 funcs->ext.p_glNamedBufferPageCommitmentARB( buffer, offset, size, commit );
7959 static void WINAPI glNamedBufferPageCommitmentEXT( GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit ) {
7960 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7961 TRACE("(%d, %ld, %ld, %d)\n", buffer, offset, size, commit );
7962 funcs->ext.p_glNamedBufferPageCommitmentEXT( buffer, offset, size, commit );
7965 static void WINAPI glNamedBufferStorage( GLuint buffer, GLsizei size, const void* data, GLbitfield flags ) {
7966 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7967 TRACE("(%d, %d, %p, %d)\n", buffer, size, data, flags );
7968 funcs->ext.p_glNamedBufferStorage( buffer, size, data, flags );
7971 static void WINAPI glNamedBufferStorageEXT( GLuint buffer, GLsizeiptr size, const void* data, GLbitfield flags ) {
7972 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7973 TRACE("(%d, %ld, %p, %d)\n", buffer, size, data, flags );
7974 funcs->ext.p_glNamedBufferStorageEXT( buffer, size, data, flags );
7977 static void WINAPI glNamedBufferSubData( GLuint buffer, GLintptr offset, GLsizei size, const void* data ) {
7978 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7979 TRACE("(%d, %ld, %d, %p)\n", buffer, offset, size, data );
7980 funcs->ext.p_glNamedBufferSubData( buffer, offset, size, data );
7983 static void WINAPI glNamedBufferSubDataEXT( GLuint buffer, GLintptr offset, GLsizeiptr size, const void* data ) {
7984 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7985 TRACE("(%d, %ld, %ld, %p)\n", buffer, offset, size, data );
7986 funcs->ext.p_glNamedBufferSubDataEXT( buffer, offset, size, data );
7989 static void WINAPI glNamedCopyBufferSubDataEXT( GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size ) {
7990 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7991 TRACE("(%d, %d, %ld, %ld, %ld)\n", readBuffer, writeBuffer, readOffset, writeOffset, size );
7992 funcs->ext.p_glNamedCopyBufferSubDataEXT( readBuffer, writeBuffer, readOffset, writeOffset, size );
7995 static void WINAPI glNamedFramebufferDrawBuffer( GLuint framebuffer, GLenum buf ) {
7996 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
7997 TRACE("(%d, %d)\n", framebuffer, buf );
7998 funcs->ext.p_glNamedFramebufferDrawBuffer( framebuffer, buf );
8001 static void WINAPI glNamedFramebufferDrawBuffers( GLuint framebuffer, GLsizei n, const GLenum* bufs ) {
8002 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8003 TRACE("(%d, %d, %p)\n", framebuffer, n, bufs );
8004 funcs->ext.p_glNamedFramebufferDrawBuffers( framebuffer, n, bufs );
8007 static void WINAPI glNamedFramebufferParameteri( GLuint framebuffer, GLenum pname, GLint param ) {
8008 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8009 TRACE("(%d, %d, %d)\n", framebuffer, pname, param );
8010 funcs->ext.p_glNamedFramebufferParameteri( framebuffer, pname, param );
8013 static void WINAPI glNamedFramebufferParameteriEXT( GLuint framebuffer, GLenum pname, GLint param ) {
8014 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8015 TRACE("(%d, %d, %d)\n", framebuffer, pname, param );
8016 funcs->ext.p_glNamedFramebufferParameteriEXT( framebuffer, pname, param );
8019 static void WINAPI glNamedFramebufferReadBuffer( GLuint framebuffer, GLenum src ) {
8020 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8021 TRACE("(%d, %d)\n", framebuffer, src );
8022 funcs->ext.p_glNamedFramebufferReadBuffer( framebuffer, src );
8025 static void WINAPI glNamedFramebufferRenderbuffer( GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) {
8026 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8027 TRACE("(%d, %d, %d, %d)\n", framebuffer, attachment, renderbuffertarget, renderbuffer );
8028 funcs->ext.p_glNamedFramebufferRenderbuffer( framebuffer, attachment, renderbuffertarget, renderbuffer );
8031 static void WINAPI glNamedFramebufferRenderbufferEXT( GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) {
8032 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8033 TRACE("(%d, %d, %d, %d)\n", framebuffer, attachment, renderbuffertarget, renderbuffer );
8034 funcs->ext.p_glNamedFramebufferRenderbufferEXT( framebuffer, attachment, renderbuffertarget, renderbuffer );
8037 static void WINAPI glNamedFramebufferSampleLocationsfvNV( GLuint framebuffer, GLuint start, GLsizei count, const GLfloat* v ) {
8038 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8039 TRACE("(%d, %d, %d, %p)\n", framebuffer, start, count, v );
8040 funcs->ext.p_glNamedFramebufferSampleLocationsfvNV( framebuffer, start, count, v );
8043 static void WINAPI glNamedFramebufferTexture( GLuint framebuffer, GLenum attachment, GLuint texture, GLint level ) {
8044 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8045 TRACE("(%d, %d, %d, %d)\n", framebuffer, attachment, texture, level );
8046 funcs->ext.p_glNamedFramebufferTexture( framebuffer, attachment, texture, level );
8049 static void WINAPI glNamedFramebufferTexture1DEXT( GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
8050 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8051 TRACE("(%d, %d, %d, %d, %d)\n", framebuffer, attachment, textarget, texture, level );
8052 funcs->ext.p_glNamedFramebufferTexture1DEXT( framebuffer, attachment, textarget, texture, level );
8055 static void WINAPI glNamedFramebufferTexture2DEXT( GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) {
8056 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8057 TRACE("(%d, %d, %d, %d, %d)\n", framebuffer, attachment, textarget, texture, level );
8058 funcs->ext.p_glNamedFramebufferTexture2DEXT( framebuffer, attachment, textarget, texture, level );
8061 static void WINAPI glNamedFramebufferTexture3DEXT( GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset ) {
8062 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8063 TRACE("(%d, %d, %d, %d, %d, %d)\n", framebuffer, attachment, textarget, texture, level, zoffset );
8064 funcs->ext.p_glNamedFramebufferTexture3DEXT( framebuffer, attachment, textarget, texture, level, zoffset );
8067 static void WINAPI glNamedFramebufferTextureEXT( GLuint framebuffer, GLenum attachment, GLuint texture, GLint level ) {
8068 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8069 TRACE("(%d, %d, %d, %d)\n", framebuffer, attachment, texture, level );
8070 funcs->ext.p_glNamedFramebufferTextureEXT( framebuffer, attachment, texture, level );
8073 static void WINAPI glNamedFramebufferTextureFaceEXT( GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face ) {
8074 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8075 TRACE("(%d, %d, %d, %d, %d)\n", framebuffer, attachment, texture, level, face );
8076 funcs->ext.p_glNamedFramebufferTextureFaceEXT( framebuffer, attachment, texture, level, face );
8079 static void WINAPI glNamedFramebufferTextureLayer( GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer ) {
8080 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8081 TRACE("(%d, %d, %d, %d, %d)\n", framebuffer, attachment, texture, level, layer );
8082 funcs->ext.p_glNamedFramebufferTextureLayer( framebuffer, attachment, texture, level, layer );
8085 static void WINAPI glNamedFramebufferTextureLayerEXT( GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer ) {
8086 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8087 TRACE("(%d, %d, %d, %d, %d)\n", framebuffer, attachment, texture, level, layer );
8088 funcs->ext.p_glNamedFramebufferTextureLayerEXT( framebuffer, attachment, texture, level, layer );
8091 static void WINAPI glNamedProgramLocalParameter4dEXT( GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
8092 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8093 TRACE("(%d, %d, %d, %f, %f, %f, %f)\n", program, target, index, x, y, z, w );
8094 funcs->ext.p_glNamedProgramLocalParameter4dEXT( program, target, index, x, y, z, w );
8097 static void WINAPI glNamedProgramLocalParameter4dvEXT( GLuint program, GLenum target, GLuint index, const GLdouble* params ) {
8098 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8099 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
8100 funcs->ext.p_glNamedProgramLocalParameter4dvEXT( program, target, index, params );
8103 static void WINAPI glNamedProgramLocalParameter4fEXT( GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
8104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8105 TRACE("(%d, %d, %d, %f, %f, %f, %f)\n", program, target, index, x, y, z, w );
8106 funcs->ext.p_glNamedProgramLocalParameter4fEXT( program, target, index, x, y, z, w );
8109 static void WINAPI glNamedProgramLocalParameter4fvEXT( GLuint program, GLenum target, GLuint index, const GLfloat* params ) {
8110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8111 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
8112 funcs->ext.p_glNamedProgramLocalParameter4fvEXT( program, target, index, params );
8115 static void WINAPI glNamedProgramLocalParameterI4iEXT( GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w ) {
8116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8117 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", program, target, index, x, y, z, w );
8118 funcs->ext.p_glNamedProgramLocalParameterI4iEXT( program, target, index, x, y, z, w );
8121 static void WINAPI glNamedProgramLocalParameterI4ivEXT( GLuint program, GLenum target, GLuint index, const GLint* params ) {
8122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8123 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
8124 funcs->ext.p_glNamedProgramLocalParameterI4ivEXT( program, target, index, params );
8127 static void WINAPI glNamedProgramLocalParameterI4uiEXT( GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w ) {
8128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8129 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", program, target, index, x, y, z, w );
8130 funcs->ext.p_glNamedProgramLocalParameterI4uiEXT( program, target, index, x, y, z, w );
8133 static void WINAPI glNamedProgramLocalParameterI4uivEXT( GLuint program, GLenum target, GLuint index, const GLuint* params ) {
8134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8135 TRACE("(%d, %d, %d, %p)\n", program, target, index, params );
8136 funcs->ext.p_glNamedProgramLocalParameterI4uivEXT( program, target, index, params );
8139 static void WINAPI glNamedProgramLocalParameters4fvEXT( GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat* params ) {
8140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8141 TRACE("(%d, %d, %d, %d, %p)\n", program, target, index, count, params );
8142 funcs->ext.p_glNamedProgramLocalParameters4fvEXT( program, target, index, count, params );
8145 static void WINAPI glNamedProgramLocalParametersI4ivEXT( GLuint program, GLenum target, GLuint index, GLsizei count, const GLint* params ) {
8146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8147 TRACE("(%d, %d, %d, %d, %p)\n", program, target, index, count, params );
8148 funcs->ext.p_glNamedProgramLocalParametersI4ivEXT( program, target, index, count, params );
8151 static void WINAPI glNamedProgramLocalParametersI4uivEXT( GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint* params ) {
8152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8153 TRACE("(%d, %d, %d, %d, %p)\n", program, target, index, count, params );
8154 funcs->ext.p_glNamedProgramLocalParametersI4uivEXT( program, target, index, count, params );
8157 static void WINAPI glNamedProgramStringEXT( GLuint program, GLenum target, GLenum format, GLsizei len, const void* string ) {
8158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8159 TRACE("(%d, %d, %d, %d, %p)\n", program, target, format, len, string );
8160 funcs->ext.p_glNamedProgramStringEXT( program, target, format, len, string );
8163 static void WINAPI glNamedRenderbufferStorage( GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height ) {
8164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8165 TRACE("(%d, %d, %d, %d)\n", renderbuffer, internalformat, width, height );
8166 funcs->ext.p_glNamedRenderbufferStorage( renderbuffer, internalformat, width, height );
8169 static void WINAPI glNamedRenderbufferStorageEXT( GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height ) {
8170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8171 TRACE("(%d, %d, %d, %d)\n", renderbuffer, internalformat, width, height );
8172 funcs->ext.p_glNamedRenderbufferStorageEXT( renderbuffer, internalformat, width, height );
8175 static void WINAPI glNamedRenderbufferStorageMultisample( GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height ) {
8176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8177 TRACE("(%d, %d, %d, %d, %d)\n", renderbuffer, samples, internalformat, width, height );
8178 funcs->ext.p_glNamedRenderbufferStorageMultisample( renderbuffer, samples, internalformat, width, height );
8181 static void WINAPI glNamedRenderbufferStorageMultisampleCoverageEXT( GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height ) {
8182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8183 TRACE("(%d, %d, %d, %d, %d, %d)\n", renderbuffer, coverageSamples, colorSamples, internalformat, width, height );
8184 funcs->ext.p_glNamedRenderbufferStorageMultisampleCoverageEXT( renderbuffer, coverageSamples, colorSamples, internalformat, width, height );
8187 static void WINAPI glNamedRenderbufferStorageMultisampleEXT( GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height ) {
8188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8189 TRACE("(%d, %d, %d, %d, %d)\n", renderbuffer, samples, internalformat, width, height );
8190 funcs->ext.p_glNamedRenderbufferStorageMultisampleEXT( renderbuffer, samples, internalformat, width, height );
8193 static void WINAPI glNamedStringARB( GLenum type, GLint namelen, const GLchar* name, GLint stringlen, const GLchar* string ) {
8194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8195 TRACE("(%d, %d, %p, %d, %p)\n", type, namelen, name, stringlen, string );
8196 funcs->ext.p_glNamedStringARB( type, namelen, name, stringlen, string );
8199 static GLuint WINAPI glNewBufferRegion( GLenum type ) {
8200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8201 TRACE("(%d)\n", type );
8202 return funcs->ext.p_glNewBufferRegion( type );
8205 static GLuint WINAPI glNewObjectBufferATI( GLsizei size, const void* pointer, GLenum usage ) {
8206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8207 TRACE("(%d, %p, %d)\n", size, pointer, usage );
8208 return funcs->ext.p_glNewObjectBufferATI( size, pointer, usage );
8211 static void WINAPI glNormal3fVertex3fSUN( GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
8212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8213 TRACE("(%f, %f, %f, %f, %f, %f)\n", nx, ny, nz, x, y, z );
8214 funcs->ext.p_glNormal3fVertex3fSUN( nx, ny, nz, x, y, z );
8217 static void WINAPI glNormal3fVertex3fvSUN( const GLfloat* n, const GLfloat* v ) {
8218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8219 TRACE("(%p, %p)\n", n, v );
8220 funcs->ext.p_glNormal3fVertex3fvSUN( n, v );
8223 static void WINAPI glNormal3hNV( GLhalfNV nx, GLhalfNV ny, GLhalfNV nz ) {
8224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8225 TRACE("(%d, %d, %d)\n", nx, ny, nz );
8226 funcs->ext.p_glNormal3hNV( nx, ny, nz );
8229 static void WINAPI glNormal3hvNV( const GLhalfNV* v ) {
8230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8231 TRACE("(%p)\n", v );
8232 funcs->ext.p_glNormal3hvNV( v );
8235 static void WINAPI glNormal3xOES( GLfixed nx, GLfixed ny, GLfixed nz ) {
8236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8237 TRACE("(%d, %d, %d)\n", nx, ny, nz );
8238 funcs->ext.p_glNormal3xOES( nx, ny, nz );
8241 static void WINAPI glNormal3xvOES( const GLfixed* coords ) {
8242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8243 TRACE("(%p)\n", coords );
8244 funcs->ext.p_glNormal3xvOES( coords );
8247 static void WINAPI glNormalFormatNV( GLenum type, GLsizei stride ) {
8248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8249 TRACE("(%d, %d)\n", type, stride );
8250 funcs->ext.p_glNormalFormatNV( type, stride );
8253 static void WINAPI glNormalP3ui( GLenum type, GLuint coords ) {
8254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8255 TRACE("(%d, %d)\n", type, coords );
8256 funcs->ext.p_glNormalP3ui( type, coords );
8259 static void WINAPI glNormalP3uiv( GLenum type, const GLuint* coords ) {
8260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8261 TRACE("(%d, %p)\n", type, coords );
8262 funcs->ext.p_glNormalP3uiv( type, coords );
8265 static void WINAPI glNormalPointerEXT( GLenum type, GLsizei stride, GLsizei count, const void* pointer ) {
8266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8267 TRACE("(%d, %d, %d, %p)\n", type, stride, count, pointer );
8268 funcs->ext.p_glNormalPointerEXT( type, stride, count, pointer );
8271 static void WINAPI glNormalPointerListIBM( GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
8272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8273 TRACE("(%d, %d, %p, %d)\n", type, stride, pointer, ptrstride );
8274 funcs->ext.p_glNormalPointerListIBM( type, stride, pointer, ptrstride );
8277 static void WINAPI glNormalPointervINTEL( GLenum type, const void** pointer ) {
8278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8279 TRACE("(%d, %p)\n", type, pointer );
8280 funcs->ext.p_glNormalPointervINTEL( type, pointer );
8283 static void WINAPI glNormalStream3bATI( GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz ) {
8284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8285 TRACE("(%d, %d, %d, %d)\n", stream, nx, ny, nz );
8286 funcs->ext.p_glNormalStream3bATI( stream, nx, ny, nz );
8289 static void WINAPI glNormalStream3bvATI( GLenum stream, const GLbyte* coords ) {
8290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8291 TRACE("(%d, %p)\n", stream, coords );
8292 funcs->ext.p_glNormalStream3bvATI( stream, coords );
8295 static void WINAPI glNormalStream3dATI( GLenum stream, GLdouble nx, GLdouble ny, GLdouble nz ) {
8296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8297 TRACE("(%d, %f, %f, %f)\n", stream, nx, ny, nz );
8298 funcs->ext.p_glNormalStream3dATI( stream, nx, ny, nz );
8301 static void WINAPI glNormalStream3dvATI( GLenum stream, const GLdouble* coords ) {
8302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8303 TRACE("(%d, %p)\n", stream, coords );
8304 funcs->ext.p_glNormalStream3dvATI( stream, coords );
8307 static void WINAPI glNormalStream3fATI( GLenum stream, GLfloat nx, GLfloat ny, GLfloat nz ) {
8308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8309 TRACE("(%d, %f, %f, %f)\n", stream, nx, ny, nz );
8310 funcs->ext.p_glNormalStream3fATI( stream, nx, ny, nz );
8313 static void WINAPI glNormalStream3fvATI( GLenum stream, const GLfloat* coords ) {
8314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8315 TRACE("(%d, %p)\n", stream, coords );
8316 funcs->ext.p_glNormalStream3fvATI( stream, coords );
8319 static void WINAPI glNormalStream3iATI( GLenum stream, GLint nx, GLint ny, GLint nz ) {
8320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8321 TRACE("(%d, %d, %d, %d)\n", stream, nx, ny, nz );
8322 funcs->ext.p_glNormalStream3iATI( stream, nx, ny, nz );
8325 static void WINAPI glNormalStream3ivATI( GLenum stream, const GLint* coords ) {
8326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8327 TRACE("(%d, %p)\n", stream, coords );
8328 funcs->ext.p_glNormalStream3ivATI( stream, coords );
8331 static void WINAPI glNormalStream3sATI( GLenum stream, GLshort nx, GLshort ny, GLshort nz ) {
8332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8333 TRACE("(%d, %d, %d, %d)\n", stream, nx, ny, nz );
8334 funcs->ext.p_glNormalStream3sATI( stream, nx, ny, nz );
8337 static void WINAPI glNormalStream3svATI( GLenum stream, const GLshort* coords ) {
8338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8339 TRACE("(%d, %p)\n", stream, coords );
8340 funcs->ext.p_glNormalStream3svATI( stream, coords );
8343 static void WINAPI glObjectLabel( GLenum identifier, GLuint name, GLsizei length, const GLchar* label ) {
8344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8345 TRACE("(%d, %d, %d, %p)\n", identifier, name, length, label );
8346 funcs->ext.p_glObjectLabel( identifier, name, length, label );
8349 static void WINAPI glObjectPtrLabel( const void* ptr, GLsizei length, const GLchar* label ) {
8350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8351 TRACE("(%p, %d, %p)\n", ptr, length, label );
8352 funcs->ext.p_glObjectPtrLabel( ptr, length, label );
8355 static GLenum WINAPI glObjectPurgeableAPPLE( GLenum objectType, GLuint name, GLenum option ) {
8356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8357 TRACE("(%d, %d, %d)\n", objectType, name, option );
8358 return funcs->ext.p_glObjectPurgeableAPPLE( objectType, name, option );
8361 static GLenum WINAPI glObjectUnpurgeableAPPLE( GLenum objectType, GLuint name, GLenum option ) {
8362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8363 TRACE("(%d, %d, %d)\n", objectType, name, option );
8364 return funcs->ext.p_glObjectUnpurgeableAPPLE( objectType, name, option );
8367 static void WINAPI glOrthofOES( GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f ) {
8368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8369 TRACE("(%f, %f, %f, %f, %f, %f)\n", l, r, b, t, n, f );
8370 funcs->ext.p_glOrthofOES( l, r, b, t, n, f );
8373 static void WINAPI glOrthoxOES( GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f ) {
8374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8375 TRACE("(%d, %d, %d, %d, %d, %d)\n", l, r, b, t, n, f );
8376 funcs->ext.p_glOrthoxOES( l, r, b, t, n, f );
8379 static void WINAPI glPNTrianglesfATI( GLenum pname, GLfloat param ) {
8380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8381 TRACE("(%d, %f)\n", pname, param );
8382 funcs->ext.p_glPNTrianglesfATI( pname, param );
8385 static void WINAPI glPNTrianglesiATI( GLenum pname, GLint param ) {
8386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8387 TRACE("(%d, %d)\n", pname, param );
8388 funcs->ext.p_glPNTrianglesiATI( pname, param );
8391 static void WINAPI glPassTexCoordATI( GLuint dst, GLuint coord, GLenum swizzle ) {
8392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8393 TRACE("(%d, %d, %d)\n", dst, coord, swizzle );
8394 funcs->ext.p_glPassTexCoordATI( dst, coord, swizzle );
8397 static void WINAPI glPassThroughxOES( GLfixed token ) {
8398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8399 TRACE("(%d)\n", token );
8400 funcs->ext.p_glPassThroughxOES( token );
8403 static void WINAPI glPatchParameterfv( GLenum pname, const GLfloat* values ) {
8404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8405 TRACE("(%d, %p)\n", pname, values );
8406 funcs->ext.p_glPatchParameterfv( pname, values );
8409 static void WINAPI glPatchParameteri( GLenum pname, GLint value ) {
8410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8411 TRACE("(%d, %d)\n", pname, value );
8412 funcs->ext.p_glPatchParameteri( pname, value );
8415 static void WINAPI glPathColorGenNV( GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat* coeffs ) {
8416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8417 TRACE("(%d, %d, %d, %p)\n", color, genMode, colorFormat, coeffs );
8418 funcs->ext.p_glPathColorGenNV( color, genMode, colorFormat, coeffs );
8421 static void WINAPI glPathCommandsNV( GLuint path, GLsizei numCommands, const GLubyte* commands, GLsizei numCoords, GLenum coordType, const void* coords ) {
8422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8423 TRACE("(%d, %d, %p, %d, %d, %p)\n", path, numCommands, commands, numCoords, coordType, coords );
8424 funcs->ext.p_glPathCommandsNV( path, numCommands, commands, numCoords, coordType, coords );
8427 static void WINAPI glPathCoordsNV( GLuint path, GLsizei numCoords, GLenum coordType, const void* coords ) {
8428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8429 TRACE("(%d, %d, %d, %p)\n", path, numCoords, coordType, coords );
8430 funcs->ext.p_glPathCoordsNV( path, numCoords, coordType, coords );
8433 static void WINAPI glPathCoverDepthFuncNV( GLenum func ) {
8434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8435 TRACE("(%d)\n", func );
8436 funcs->ext.p_glPathCoverDepthFuncNV( func );
8439 static void WINAPI glPathDashArrayNV( GLuint path, GLsizei dashCount, const GLfloat* dashArray ) {
8440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8441 TRACE("(%d, %d, %p)\n", path, dashCount, dashArray );
8442 funcs->ext.p_glPathDashArrayNV( path, dashCount, dashArray );
8445 static void WINAPI glPathFogGenNV( GLenum genMode ) {
8446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8447 TRACE("(%d)\n", genMode );
8448 funcs->ext.p_glPathFogGenNV( genMode );
8451 static GLenum WINAPI glPathGlyphIndexArrayNV( GLuint firstPathName, GLenum fontTarget, const void* fontName, GLbitfield fontStyle, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale ) {
8452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8453 TRACE("(%d, %d, %p, %d, %d, %d, %d, %f)\n", firstPathName, fontTarget, fontName, fontStyle, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale );
8454 return funcs->ext.p_glPathGlyphIndexArrayNV( firstPathName, fontTarget, fontName, fontStyle, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale );
8457 static GLenum WINAPI glPathGlyphIndexRangeNV( GLenum fontTarget, const void* fontName, GLbitfield fontStyle, GLuint pathParameterTemplate, GLfloat emScale, GLuint baseAndCount[2] ) {
8458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8459 TRACE("(%d, %p, %d, %d, %f, %p)\n", fontTarget, fontName, fontStyle, pathParameterTemplate, emScale, baseAndCount );
8460 return funcs->ext.p_glPathGlyphIndexRangeNV( fontTarget, fontName, fontStyle, pathParameterTemplate, emScale, baseAndCount );
8463 static void WINAPI glPathGlyphRangeNV( GLuint firstPathName, GLenum fontTarget, const void* fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale ) {
8464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8465 TRACE("(%d, %d, %p, %d, %d, %d, %d, %d, %f)\n", firstPathName, fontTarget, fontName, fontStyle, firstGlyph, numGlyphs, handleMissingGlyphs, pathParameterTemplate, emScale );
8466 funcs->ext.p_glPathGlyphRangeNV( firstPathName, fontTarget, fontName, fontStyle, firstGlyph, numGlyphs, handleMissingGlyphs, pathParameterTemplate, emScale );
8469 static void WINAPI glPathGlyphsNV( GLuint firstPathName, GLenum fontTarget, const void* fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const void* charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale ) {
8470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8471 TRACE("(%d, %d, %p, %d, %d, %d, %p, %d, %d, %f)\n", firstPathName, fontTarget, fontName, fontStyle, numGlyphs, type, charcodes, handleMissingGlyphs, pathParameterTemplate, emScale );
8472 funcs->ext.p_glPathGlyphsNV( firstPathName, fontTarget, fontName, fontStyle, numGlyphs, type, charcodes, handleMissingGlyphs, pathParameterTemplate, emScale );
8475 static GLenum WINAPI glPathMemoryGlyphIndexArrayNV( GLuint firstPathName, GLenum fontTarget, GLsizeiptr fontSize, const void* fontData, GLsizei faceIndex, GLuint firstGlyphIndex, GLsizei numGlyphs, GLuint pathParameterTemplate, GLfloat emScale ) {
8476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8477 TRACE("(%d, %d, %ld, %p, %d, %d, %d, %d, %f)\n", firstPathName, fontTarget, fontSize, fontData, faceIndex, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale );
8478 return funcs->ext.p_glPathMemoryGlyphIndexArrayNV( firstPathName, fontTarget, fontSize, fontData, faceIndex, firstGlyphIndex, numGlyphs, pathParameterTemplate, emScale );
8481 static void WINAPI glPathParameterfNV( GLuint path, GLenum pname, GLfloat value ) {
8482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8483 TRACE("(%d, %d, %f)\n", path, pname, value );
8484 funcs->ext.p_glPathParameterfNV( path, pname, value );
8487 static void WINAPI glPathParameterfvNV( GLuint path, GLenum pname, const GLfloat* value ) {
8488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8489 TRACE("(%d, %d, %p)\n", path, pname, value );
8490 funcs->ext.p_glPathParameterfvNV( path, pname, value );
8493 static void WINAPI glPathParameteriNV( GLuint path, GLenum pname, GLint value ) {
8494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8495 TRACE("(%d, %d, %d)\n", path, pname, value );
8496 funcs->ext.p_glPathParameteriNV( path, pname, value );
8499 static void WINAPI glPathParameterivNV( GLuint path, GLenum pname, const GLint* value ) {
8500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8501 TRACE("(%d, %d, %p)\n", path, pname, value );
8502 funcs->ext.p_glPathParameterivNV( path, pname, value );
8505 static void WINAPI glPathStencilDepthOffsetNV( GLfloat factor, GLfloat units ) {
8506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8507 TRACE("(%f, %f)\n", factor, units );
8508 funcs->ext.p_glPathStencilDepthOffsetNV( factor, units );
8511 static void WINAPI glPathStencilFuncNV( GLenum func, GLint ref, GLuint mask ) {
8512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8513 TRACE("(%d, %d, %d)\n", func, ref, mask );
8514 funcs->ext.p_glPathStencilFuncNV( func, ref, mask );
8517 static void WINAPI glPathStringNV( GLuint path, GLenum format, GLsizei length, const void* pathString ) {
8518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8519 TRACE("(%d, %d, %d, %p)\n", path, format, length, pathString );
8520 funcs->ext.p_glPathStringNV( path, format, length, pathString );
8523 static void WINAPI glPathSubCommandsNV( GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte* commands, GLsizei numCoords, GLenum coordType, const void* coords ) {
8524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8525 TRACE("(%d, %d, %d, %d, %p, %d, %d, %p)\n", path, commandStart, commandsToDelete, numCommands, commands, numCoords, coordType, coords );
8526 funcs->ext.p_glPathSubCommandsNV( path, commandStart, commandsToDelete, numCommands, commands, numCoords, coordType, coords );
8529 static void WINAPI glPathSubCoordsNV( GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void* coords ) {
8530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8531 TRACE("(%d, %d, %d, %d, %p)\n", path, coordStart, numCoords, coordType, coords );
8532 funcs->ext.p_glPathSubCoordsNV( path, coordStart, numCoords, coordType, coords );
8535 static void WINAPI glPathTexGenNV( GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat* coeffs ) {
8536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8537 TRACE("(%d, %d, %d, %p)\n", texCoordSet, genMode, components, coeffs );
8538 funcs->ext.p_glPathTexGenNV( texCoordSet, genMode, components, coeffs );
8541 static void WINAPI glPauseTransformFeedback( void ) {
8542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8543 TRACE("()\n");
8544 funcs->ext.p_glPauseTransformFeedback( );
8547 static void WINAPI glPauseTransformFeedbackNV( void ) {
8548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8549 TRACE("()\n");
8550 funcs->ext.p_glPauseTransformFeedbackNV( );
8553 static void WINAPI glPixelDataRangeNV( GLenum target, GLsizei length, const void* pointer ) {
8554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8555 TRACE("(%d, %d, %p)\n", target, length, pointer );
8556 funcs->ext.p_glPixelDataRangeNV( target, length, pointer );
8559 static void WINAPI glPixelMapx( GLenum map, GLint size, const GLfixed* values ) {
8560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8561 TRACE("(%d, %d, %p)\n", map, size, values );
8562 funcs->ext.p_glPixelMapx( map, size, values );
8565 static void WINAPI glPixelStorex( GLenum pname, GLfixed param ) {
8566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8567 TRACE("(%d, %d)\n", pname, param );
8568 funcs->ext.p_glPixelStorex( pname, param );
8571 static void WINAPI glPixelTexGenParameterfSGIS( GLenum pname, GLfloat param ) {
8572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8573 TRACE("(%d, %f)\n", pname, param );
8574 funcs->ext.p_glPixelTexGenParameterfSGIS( pname, param );
8577 static void WINAPI glPixelTexGenParameterfvSGIS( GLenum pname, const GLfloat* params ) {
8578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8579 TRACE("(%d, %p)\n", pname, params );
8580 funcs->ext.p_glPixelTexGenParameterfvSGIS( pname, params );
8583 static void WINAPI glPixelTexGenParameteriSGIS( GLenum pname, GLint param ) {
8584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8585 TRACE("(%d, %d)\n", pname, param );
8586 funcs->ext.p_glPixelTexGenParameteriSGIS( pname, param );
8589 static void WINAPI glPixelTexGenParameterivSGIS( GLenum pname, const GLint* params ) {
8590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8591 TRACE("(%d, %p)\n", pname, params );
8592 funcs->ext.p_glPixelTexGenParameterivSGIS( pname, params );
8595 static void WINAPI glPixelTexGenSGIX( GLenum mode ) {
8596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8597 TRACE("(%d)\n", mode );
8598 funcs->ext.p_glPixelTexGenSGIX( mode );
8601 static void WINAPI glPixelTransferxOES( GLenum pname, GLfixed param ) {
8602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8603 TRACE("(%d, %d)\n", pname, param );
8604 funcs->ext.p_glPixelTransferxOES( pname, param );
8607 static void WINAPI glPixelTransformParameterfEXT( GLenum target, GLenum pname, GLfloat param ) {
8608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8609 TRACE("(%d, %d, %f)\n", target, pname, param );
8610 funcs->ext.p_glPixelTransformParameterfEXT( target, pname, param );
8613 static void WINAPI glPixelTransformParameterfvEXT( GLenum target, GLenum pname, const GLfloat* params ) {
8614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8615 TRACE("(%d, %d, %p)\n", target, pname, params );
8616 funcs->ext.p_glPixelTransformParameterfvEXT( target, pname, params );
8619 static void WINAPI glPixelTransformParameteriEXT( GLenum target, GLenum pname, GLint param ) {
8620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8621 TRACE("(%d, %d, %d)\n", target, pname, param );
8622 funcs->ext.p_glPixelTransformParameteriEXT( target, pname, param );
8625 static void WINAPI glPixelTransformParameterivEXT( GLenum target, GLenum pname, const GLint* params ) {
8626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8627 TRACE("(%d, %d, %p)\n", target, pname, params );
8628 funcs->ext.p_glPixelTransformParameterivEXT( target, pname, params );
8631 static void WINAPI glPixelZoomxOES( GLfixed xfactor, GLfixed yfactor ) {
8632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8633 TRACE("(%d, %d)\n", xfactor, yfactor );
8634 funcs->ext.p_glPixelZoomxOES( xfactor, yfactor );
8637 static GLboolean WINAPI glPointAlongPathNV( GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat* x, GLfloat* y, GLfloat* tangentX, GLfloat* tangentY ) {
8638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8639 TRACE("(%d, %d, %d, %f, %p, %p, %p, %p)\n", path, startSegment, numSegments, distance, x, y, tangentX, tangentY );
8640 return funcs->ext.p_glPointAlongPathNV( path, startSegment, numSegments, distance, x, y, tangentX, tangentY );
8643 static void WINAPI glPointParameterf( GLenum pname, GLfloat param ) {
8644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8645 TRACE("(%d, %f)\n", pname, param );
8646 funcs->ext.p_glPointParameterf( pname, param );
8649 static void WINAPI glPointParameterfARB( GLenum pname, GLfloat param ) {
8650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8651 TRACE("(%d, %f)\n", pname, param );
8652 funcs->ext.p_glPointParameterfARB( pname, param );
8655 static void WINAPI glPointParameterfEXT( GLenum pname, GLfloat param ) {
8656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8657 TRACE("(%d, %f)\n", pname, param );
8658 funcs->ext.p_glPointParameterfEXT( pname, param );
8661 static void WINAPI glPointParameterfSGIS( GLenum pname, GLfloat param ) {
8662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8663 TRACE("(%d, %f)\n", pname, param );
8664 funcs->ext.p_glPointParameterfSGIS( pname, param );
8667 static void WINAPI glPointParameterfv( GLenum pname, const GLfloat* params ) {
8668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8669 TRACE("(%d, %p)\n", pname, params );
8670 funcs->ext.p_glPointParameterfv( pname, params );
8673 static void WINAPI glPointParameterfvARB( GLenum pname, const GLfloat* params ) {
8674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8675 TRACE("(%d, %p)\n", pname, params );
8676 funcs->ext.p_glPointParameterfvARB( pname, params );
8679 static void WINAPI glPointParameterfvEXT( GLenum pname, const GLfloat* params ) {
8680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8681 TRACE("(%d, %p)\n", pname, params );
8682 funcs->ext.p_glPointParameterfvEXT( pname, params );
8685 static void WINAPI glPointParameterfvSGIS( GLenum pname, const GLfloat* params ) {
8686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8687 TRACE("(%d, %p)\n", pname, params );
8688 funcs->ext.p_glPointParameterfvSGIS( pname, params );
8691 static void WINAPI glPointParameteri( GLenum pname, GLint param ) {
8692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8693 TRACE("(%d, %d)\n", pname, param );
8694 funcs->ext.p_glPointParameteri( pname, param );
8697 static void WINAPI glPointParameteriNV( GLenum pname, GLint param ) {
8698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8699 TRACE("(%d, %d)\n", pname, param );
8700 funcs->ext.p_glPointParameteriNV( pname, param );
8703 static void WINAPI glPointParameteriv( GLenum pname, const GLint* params ) {
8704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8705 TRACE("(%d, %p)\n", pname, params );
8706 funcs->ext.p_glPointParameteriv( pname, params );
8709 static void WINAPI glPointParameterivNV( GLenum pname, const GLint* params ) {
8710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8711 TRACE("(%d, %p)\n", pname, params );
8712 funcs->ext.p_glPointParameterivNV( pname, params );
8715 static void WINAPI glPointParameterxvOES( GLenum pname, const GLfixed* params ) {
8716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8717 TRACE("(%d, %p)\n", pname, params );
8718 funcs->ext.p_glPointParameterxvOES( pname, params );
8721 static void WINAPI glPointSizexOES( GLfixed size ) {
8722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8723 TRACE("(%d)\n", size );
8724 funcs->ext.p_glPointSizexOES( size );
8727 static GLint WINAPI glPollAsyncSGIX( GLuint* markerp ) {
8728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8729 TRACE("(%p)\n", markerp );
8730 return funcs->ext.p_glPollAsyncSGIX( markerp );
8733 static GLint WINAPI glPollInstrumentsSGIX( GLint* marker_p ) {
8734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8735 TRACE("(%p)\n", marker_p );
8736 return funcs->ext.p_glPollInstrumentsSGIX( marker_p );
8739 static void WINAPI glPolygonOffsetClampEXT( GLfloat factor, GLfloat units, GLfloat clamp ) {
8740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8741 TRACE("(%f, %f, %f)\n", factor, units, clamp );
8742 funcs->ext.p_glPolygonOffsetClampEXT( factor, units, clamp );
8745 static void WINAPI glPolygonOffsetEXT( GLfloat factor, GLfloat bias ) {
8746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8747 TRACE("(%f, %f)\n", factor, bias );
8748 funcs->ext.p_glPolygonOffsetEXT( factor, bias );
8751 static void WINAPI glPolygonOffsetxOES( GLfixed factor, GLfixed units ) {
8752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8753 TRACE("(%d, %d)\n", factor, units );
8754 funcs->ext.p_glPolygonOffsetxOES( factor, units );
8757 static void WINAPI glPopDebugGroup( void ) {
8758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8759 TRACE("()\n");
8760 funcs->ext.p_glPopDebugGroup( );
8763 static void WINAPI glPopGroupMarkerEXT( void ) {
8764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8765 TRACE("()\n");
8766 funcs->ext.p_glPopGroupMarkerEXT( );
8769 static void WINAPI glPresentFrameDualFillNV( GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3 ) {
8770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8771 TRACE("(%d, %s, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", video_slot, wine_dbgstr_longlong(minPresentTime), beginPresentTimeId, presentDurationId, type, target0, fill0, target1, fill1, target2, fill2, target3, fill3 );
8772 funcs->ext.p_glPresentFrameDualFillNV( video_slot, minPresentTime, beginPresentTimeId, presentDurationId, type, target0, fill0, target1, fill1, target2, fill2, target3, fill3 );
8775 static void WINAPI glPresentFrameKeyedNV( GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1 ) {
8776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8777 TRACE("(%d, %s, %d, %d, %d, %d, %d, %d, %d, %d, %d)\n", video_slot, wine_dbgstr_longlong(minPresentTime), beginPresentTimeId, presentDurationId, type, target0, fill0, key0, target1, fill1, key1 );
8778 funcs->ext.p_glPresentFrameKeyedNV( video_slot, minPresentTime, beginPresentTimeId, presentDurationId, type, target0, fill0, key0, target1, fill1, key1 );
8781 static void WINAPI glPrimitiveRestartIndex( GLuint index ) {
8782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8783 TRACE("(%d)\n", index );
8784 funcs->ext.p_glPrimitiveRestartIndex( index );
8787 static void WINAPI glPrimitiveRestartIndexNV( GLuint index ) {
8788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8789 TRACE("(%d)\n", index );
8790 funcs->ext.p_glPrimitiveRestartIndexNV( index );
8793 static void WINAPI glPrimitiveRestartNV( void ) {
8794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8795 TRACE("()\n");
8796 funcs->ext.p_glPrimitiveRestartNV( );
8799 static void WINAPI glPrioritizeTexturesEXT( GLsizei n, const GLuint* textures, const GLclampf* priorities ) {
8800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8801 TRACE("(%d, %p, %p)\n", n, textures, priorities );
8802 funcs->ext.p_glPrioritizeTexturesEXT( n, textures, priorities );
8805 static void WINAPI glPrioritizeTexturesxOES( GLsizei n, const GLuint* textures, const GLfixed* priorities ) {
8806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8807 TRACE("(%d, %p, %p)\n", n, textures, priorities );
8808 funcs->ext.p_glPrioritizeTexturesxOES( n, textures, priorities );
8811 static void WINAPI glProgramBinary( GLuint program, GLenum binaryFormat, const void* binary, GLsizei length ) {
8812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8813 TRACE("(%d, %d, %p, %d)\n", program, binaryFormat, binary, length );
8814 funcs->ext.p_glProgramBinary( program, binaryFormat, binary, length );
8817 static void WINAPI glProgramBufferParametersIivNV( GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLint* params ) {
8818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8819 TRACE("(%d, %d, %d, %d, %p)\n", target, bindingIndex, wordIndex, count, params );
8820 funcs->ext.p_glProgramBufferParametersIivNV( target, bindingIndex, wordIndex, count, params );
8823 static void WINAPI glProgramBufferParametersIuivNV( GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLuint* params ) {
8824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8825 TRACE("(%d, %d, %d, %d, %p)\n", target, bindingIndex, wordIndex, count, params );
8826 funcs->ext.p_glProgramBufferParametersIuivNV( target, bindingIndex, wordIndex, count, params );
8829 static void WINAPI glProgramBufferParametersfvNV( GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, const GLfloat* params ) {
8830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8831 TRACE("(%d, %d, %d, %d, %p)\n", target, bindingIndex, wordIndex, count, params );
8832 funcs->ext.p_glProgramBufferParametersfvNV( target, bindingIndex, wordIndex, count, params );
8835 static void WINAPI glProgramEnvParameter4dARB( GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
8836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8837 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
8838 funcs->ext.p_glProgramEnvParameter4dARB( target, index, x, y, z, w );
8841 static void WINAPI glProgramEnvParameter4dvARB( GLenum target, GLuint index, const GLdouble* params ) {
8842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8843 TRACE("(%d, %d, %p)\n", target, index, params );
8844 funcs->ext.p_glProgramEnvParameter4dvARB( target, index, params );
8847 static void WINAPI glProgramEnvParameter4fARB( GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
8848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8849 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
8850 funcs->ext.p_glProgramEnvParameter4fARB( target, index, x, y, z, w );
8853 static void WINAPI glProgramEnvParameter4fvARB( GLenum target, GLuint index, const GLfloat* params ) {
8854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8855 TRACE("(%d, %d, %p)\n", target, index, params );
8856 funcs->ext.p_glProgramEnvParameter4fvARB( target, index, params );
8859 static void WINAPI glProgramEnvParameterI4iNV( GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w ) {
8860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8861 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, index, x, y, z, w );
8862 funcs->ext.p_glProgramEnvParameterI4iNV( target, index, x, y, z, w );
8865 static void WINAPI glProgramEnvParameterI4ivNV( GLenum target, GLuint index, const GLint* params ) {
8866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8867 TRACE("(%d, %d, %p)\n", target, index, params );
8868 funcs->ext.p_glProgramEnvParameterI4ivNV( target, index, params );
8871 static void WINAPI glProgramEnvParameterI4uiNV( GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w ) {
8872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8873 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, index, x, y, z, w );
8874 funcs->ext.p_glProgramEnvParameterI4uiNV( target, index, x, y, z, w );
8877 static void WINAPI glProgramEnvParameterI4uivNV( GLenum target, GLuint index, const GLuint* params ) {
8878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8879 TRACE("(%d, %d, %p)\n", target, index, params );
8880 funcs->ext.p_glProgramEnvParameterI4uivNV( target, index, params );
8883 static void WINAPI glProgramEnvParameters4fvEXT( GLenum target, GLuint index, GLsizei count, const GLfloat* params ) {
8884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8885 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8886 funcs->ext.p_glProgramEnvParameters4fvEXT( target, index, count, params );
8889 static void WINAPI glProgramEnvParametersI4ivNV( GLenum target, GLuint index, GLsizei count, const GLint* params ) {
8890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8891 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8892 funcs->ext.p_glProgramEnvParametersI4ivNV( target, index, count, params );
8895 static void WINAPI glProgramEnvParametersI4uivNV( GLenum target, GLuint index, GLsizei count, const GLuint* params ) {
8896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8897 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8898 funcs->ext.p_glProgramEnvParametersI4uivNV( target, index, count, params );
8901 static void WINAPI glProgramLocalParameter4dARB( GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
8902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8903 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
8904 funcs->ext.p_glProgramLocalParameter4dARB( target, index, x, y, z, w );
8907 static void WINAPI glProgramLocalParameter4dvARB( GLenum target, GLuint index, const GLdouble* params ) {
8908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8909 TRACE("(%d, %d, %p)\n", target, index, params );
8910 funcs->ext.p_glProgramLocalParameter4dvARB( target, index, params );
8913 static void WINAPI glProgramLocalParameter4fARB( GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
8914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8915 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
8916 funcs->ext.p_glProgramLocalParameter4fARB( target, index, x, y, z, w );
8919 static void WINAPI glProgramLocalParameter4fvARB( GLenum target, GLuint index, const GLfloat* params ) {
8920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8921 TRACE("(%d, %d, %p)\n", target, index, params );
8922 funcs->ext.p_glProgramLocalParameter4fvARB( target, index, params );
8925 static void WINAPI glProgramLocalParameterI4iNV( GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w ) {
8926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8927 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, index, x, y, z, w );
8928 funcs->ext.p_glProgramLocalParameterI4iNV( target, index, x, y, z, w );
8931 static void WINAPI glProgramLocalParameterI4ivNV( GLenum target, GLuint index, const GLint* params ) {
8932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8933 TRACE("(%d, %d, %p)\n", target, index, params );
8934 funcs->ext.p_glProgramLocalParameterI4ivNV( target, index, params );
8937 static void WINAPI glProgramLocalParameterI4uiNV( GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w ) {
8938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8939 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, index, x, y, z, w );
8940 funcs->ext.p_glProgramLocalParameterI4uiNV( target, index, x, y, z, w );
8943 static void WINAPI glProgramLocalParameterI4uivNV( GLenum target, GLuint index, const GLuint* params ) {
8944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8945 TRACE("(%d, %d, %p)\n", target, index, params );
8946 funcs->ext.p_glProgramLocalParameterI4uivNV( target, index, params );
8949 static void WINAPI glProgramLocalParameters4fvEXT( GLenum target, GLuint index, GLsizei count, const GLfloat* params ) {
8950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8951 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8952 funcs->ext.p_glProgramLocalParameters4fvEXT( target, index, count, params );
8955 static void WINAPI glProgramLocalParametersI4ivNV( GLenum target, GLuint index, GLsizei count, const GLint* params ) {
8956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8957 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8958 funcs->ext.p_glProgramLocalParametersI4ivNV( target, index, count, params );
8961 static void WINAPI glProgramLocalParametersI4uivNV( GLenum target, GLuint index, GLsizei count, const GLuint* params ) {
8962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8963 TRACE("(%d, %d, %d, %p)\n", target, index, count, params );
8964 funcs->ext.p_glProgramLocalParametersI4uivNV( target, index, count, params );
8967 static void WINAPI glProgramNamedParameter4dNV( GLuint id, GLsizei len, const GLubyte* name, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
8968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8969 TRACE("(%d, %d, %p, %f, %f, %f, %f)\n", id, len, name, x, y, z, w );
8970 funcs->ext.p_glProgramNamedParameter4dNV( id, len, name, x, y, z, w );
8973 static void WINAPI glProgramNamedParameter4dvNV( GLuint id, GLsizei len, const GLubyte* name, const GLdouble* v ) {
8974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8975 TRACE("(%d, %d, %p, %p)\n", id, len, name, v );
8976 funcs->ext.p_glProgramNamedParameter4dvNV( id, len, name, v );
8979 static void WINAPI glProgramNamedParameter4fNV( GLuint id, GLsizei len, const GLubyte* name, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
8980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8981 TRACE("(%d, %d, %p, %f, %f, %f, %f)\n", id, len, name, x, y, z, w );
8982 funcs->ext.p_glProgramNamedParameter4fNV( id, len, name, x, y, z, w );
8985 static void WINAPI glProgramNamedParameter4fvNV( GLuint id, GLsizei len, const GLubyte* name, const GLfloat* v ) {
8986 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8987 TRACE("(%d, %d, %p, %p)\n", id, len, name, v );
8988 funcs->ext.p_glProgramNamedParameter4fvNV( id, len, name, v );
8991 static void WINAPI glProgramParameter4dNV( GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
8992 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8993 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
8994 funcs->ext.p_glProgramParameter4dNV( target, index, x, y, z, w );
8997 static void WINAPI glProgramParameter4dvNV( GLenum target, GLuint index, const GLdouble* v ) {
8998 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
8999 TRACE("(%d, %d, %p)\n", target, index, v );
9000 funcs->ext.p_glProgramParameter4dvNV( target, index, v );
9003 static void WINAPI glProgramParameter4fNV( GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
9004 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9005 TRACE("(%d, %d, %f, %f, %f, %f)\n", target, index, x, y, z, w );
9006 funcs->ext.p_glProgramParameter4fNV( target, index, x, y, z, w );
9009 static void WINAPI glProgramParameter4fvNV( GLenum target, GLuint index, const GLfloat* v ) {
9010 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9011 TRACE("(%d, %d, %p)\n", target, index, v );
9012 funcs->ext.p_glProgramParameter4fvNV( target, index, v );
9015 static void WINAPI glProgramParameteri( GLuint program, GLenum pname, GLint value ) {
9016 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9017 TRACE("(%d, %d, %d)\n", program, pname, value );
9018 funcs->ext.p_glProgramParameteri( program, pname, value );
9021 static void WINAPI glProgramParameteriARB( GLuint program, GLenum pname, GLint value ) {
9022 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9023 TRACE("(%d, %d, %d)\n", program, pname, value );
9024 funcs->ext.p_glProgramParameteriARB( program, pname, value );
9027 static void WINAPI glProgramParameteriEXT( GLuint program, GLenum pname, GLint value ) {
9028 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9029 TRACE("(%d, %d, %d)\n", program, pname, value );
9030 funcs->ext.p_glProgramParameteriEXT( program, pname, value );
9033 static void WINAPI glProgramParameters4dvNV( GLenum target, GLuint index, GLsizei count, const GLdouble* v ) {
9034 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9035 TRACE("(%d, %d, %d, %p)\n", target, index, count, v );
9036 funcs->ext.p_glProgramParameters4dvNV( target, index, count, v );
9039 static void WINAPI glProgramParameters4fvNV( GLenum target, GLuint index, GLsizei count, const GLfloat* v ) {
9040 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9041 TRACE("(%d, %d, %d, %p)\n", target, index, count, v );
9042 funcs->ext.p_glProgramParameters4fvNV( target, index, count, v );
9045 static void WINAPI glProgramPathFragmentInputGenNV( GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat* coeffs ) {
9046 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9047 TRACE("(%d, %d, %d, %d, %p)\n", program, location, genMode, components, coeffs );
9048 funcs->ext.p_glProgramPathFragmentInputGenNV( program, location, genMode, components, coeffs );
9051 static void WINAPI glProgramStringARB( GLenum target, GLenum format, GLsizei len, const void* string ) {
9052 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9053 TRACE("(%d, %d, %d, %p)\n", target, format, len, string );
9054 funcs->ext.p_glProgramStringARB( target, format, len, string );
9057 static void WINAPI glProgramSubroutineParametersuivNV( GLenum target, GLsizei count, const GLuint* params ) {
9058 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9059 TRACE("(%d, %d, %p)\n", target, count, params );
9060 funcs->ext.p_glProgramSubroutineParametersuivNV( target, count, params );
9063 static void WINAPI glProgramUniform1d( GLuint program, GLint location, GLdouble v0 ) {
9064 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9065 TRACE("(%d, %d, %f)\n", program, location, v0 );
9066 funcs->ext.p_glProgramUniform1d( program, location, v0 );
9069 static void WINAPI glProgramUniform1dEXT( GLuint program, GLint location, GLdouble x ) {
9070 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9071 TRACE("(%d, %d, %f)\n", program, location, x );
9072 funcs->ext.p_glProgramUniform1dEXT( program, location, x );
9075 static void WINAPI glProgramUniform1dv( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9076 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9077 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9078 funcs->ext.p_glProgramUniform1dv( program, location, count, value );
9081 static void WINAPI glProgramUniform1dvEXT( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9082 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9083 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9084 funcs->ext.p_glProgramUniform1dvEXT( program, location, count, value );
9087 static void WINAPI glProgramUniform1f( GLuint program, GLint location, GLfloat v0 ) {
9088 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9089 TRACE("(%d, %d, %f)\n", program, location, v0 );
9090 funcs->ext.p_glProgramUniform1f( program, location, v0 );
9093 static void WINAPI glProgramUniform1fEXT( GLuint program, GLint location, GLfloat v0 ) {
9094 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9095 TRACE("(%d, %d, %f)\n", program, location, v0 );
9096 funcs->ext.p_glProgramUniform1fEXT( program, location, v0 );
9099 static void WINAPI glProgramUniform1fv( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9100 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9101 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9102 funcs->ext.p_glProgramUniform1fv( program, location, count, value );
9105 static void WINAPI glProgramUniform1fvEXT( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9106 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9107 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9108 funcs->ext.p_glProgramUniform1fvEXT( program, location, count, value );
9111 static void WINAPI glProgramUniform1i( GLuint program, GLint location, GLint v0 ) {
9112 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9113 TRACE("(%d, %d, %d)\n", program, location, v0 );
9114 funcs->ext.p_glProgramUniform1i( program, location, v0 );
9117 static void WINAPI glProgramUniform1i64NV( GLuint program, GLint location, GLint64EXT x ) {
9118 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9119 TRACE("(%d, %d, %s)\n", program, location, wine_dbgstr_longlong(x) );
9120 funcs->ext.p_glProgramUniform1i64NV( program, location, x );
9123 static void WINAPI glProgramUniform1i64vNV( GLuint program, GLint location, GLsizei count, const GLint64EXT* value ) {
9124 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9125 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9126 funcs->ext.p_glProgramUniform1i64vNV( program, location, count, value );
9129 static void WINAPI glProgramUniform1iEXT( GLuint program, GLint location, GLint v0 ) {
9130 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9131 TRACE("(%d, %d, %d)\n", program, location, v0 );
9132 funcs->ext.p_glProgramUniform1iEXT( program, location, v0 );
9135 static void WINAPI glProgramUniform1iv( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9136 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9137 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9138 funcs->ext.p_glProgramUniform1iv( program, location, count, value );
9141 static void WINAPI glProgramUniform1ivEXT( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9142 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9143 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9144 funcs->ext.p_glProgramUniform1ivEXT( program, location, count, value );
9147 static void WINAPI glProgramUniform1ui( GLuint program, GLint location, GLuint v0 ) {
9148 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9149 TRACE("(%d, %d, %d)\n", program, location, v0 );
9150 funcs->ext.p_glProgramUniform1ui( program, location, v0 );
9153 static void WINAPI glProgramUniform1ui64NV( GLuint program, GLint location, GLuint64EXT x ) {
9154 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9155 TRACE("(%d, %d, %s)\n", program, location, wine_dbgstr_longlong(x) );
9156 funcs->ext.p_glProgramUniform1ui64NV( program, location, x );
9159 static void WINAPI glProgramUniform1ui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64EXT* value ) {
9160 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9161 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9162 funcs->ext.p_glProgramUniform1ui64vNV( program, location, count, value );
9165 static void WINAPI glProgramUniform1uiEXT( GLuint program, GLint location, GLuint v0 ) {
9166 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9167 TRACE("(%d, %d, %d)\n", program, location, v0 );
9168 funcs->ext.p_glProgramUniform1uiEXT( program, location, v0 );
9171 static void WINAPI glProgramUniform1uiv( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9172 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9173 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9174 funcs->ext.p_glProgramUniform1uiv( program, location, count, value );
9177 static void WINAPI glProgramUniform1uivEXT( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9178 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9179 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9180 funcs->ext.p_glProgramUniform1uivEXT( program, location, count, value );
9183 static void WINAPI glProgramUniform2d( GLuint program, GLint location, GLdouble v0, GLdouble v1 ) {
9184 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9185 TRACE("(%d, %d, %f, %f)\n", program, location, v0, v1 );
9186 funcs->ext.p_glProgramUniform2d( program, location, v0, v1 );
9189 static void WINAPI glProgramUniform2dEXT( GLuint program, GLint location, GLdouble x, GLdouble y ) {
9190 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9191 TRACE("(%d, %d, %f, %f)\n", program, location, x, y );
9192 funcs->ext.p_glProgramUniform2dEXT( program, location, x, y );
9195 static void WINAPI glProgramUniform2dv( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9196 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9197 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9198 funcs->ext.p_glProgramUniform2dv( program, location, count, value );
9201 static void WINAPI glProgramUniform2dvEXT( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9202 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9203 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9204 funcs->ext.p_glProgramUniform2dvEXT( program, location, count, value );
9207 static void WINAPI glProgramUniform2f( GLuint program, GLint location, GLfloat v0, GLfloat v1 ) {
9208 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9209 TRACE("(%d, %d, %f, %f)\n", program, location, v0, v1 );
9210 funcs->ext.p_glProgramUniform2f( program, location, v0, v1 );
9213 static void WINAPI glProgramUniform2fEXT( GLuint program, GLint location, GLfloat v0, GLfloat v1 ) {
9214 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9215 TRACE("(%d, %d, %f, %f)\n", program, location, v0, v1 );
9216 funcs->ext.p_glProgramUniform2fEXT( program, location, v0, v1 );
9219 static void WINAPI glProgramUniform2fv( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9220 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9221 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9222 funcs->ext.p_glProgramUniform2fv( program, location, count, value );
9225 static void WINAPI glProgramUniform2fvEXT( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9226 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9227 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9228 funcs->ext.p_glProgramUniform2fvEXT( program, location, count, value );
9231 static void WINAPI glProgramUniform2i( GLuint program, GLint location, GLint v0, GLint v1 ) {
9232 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9233 TRACE("(%d, %d, %d, %d)\n", program, location, v0, v1 );
9234 funcs->ext.p_glProgramUniform2i( program, location, v0, v1 );
9237 static void WINAPI glProgramUniform2i64NV( GLuint program, GLint location, GLint64EXT x, GLint64EXT y ) {
9238 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9239 TRACE("(%d, %d, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
9240 funcs->ext.p_glProgramUniform2i64NV( program, location, x, y );
9243 static void WINAPI glProgramUniform2i64vNV( GLuint program, GLint location, GLsizei count, const GLint64EXT* value ) {
9244 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9245 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9246 funcs->ext.p_glProgramUniform2i64vNV( program, location, count, value );
9249 static void WINAPI glProgramUniform2iEXT( GLuint program, GLint location, GLint v0, GLint v1 ) {
9250 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9251 TRACE("(%d, %d, %d, %d)\n", program, location, v0, v1 );
9252 funcs->ext.p_glProgramUniform2iEXT( program, location, v0, v1 );
9255 static void WINAPI glProgramUniform2iv( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9256 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9257 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9258 funcs->ext.p_glProgramUniform2iv( program, location, count, value );
9261 static void WINAPI glProgramUniform2ivEXT( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9262 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9263 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9264 funcs->ext.p_glProgramUniform2ivEXT( program, location, count, value );
9267 static void WINAPI glProgramUniform2ui( GLuint program, GLint location, GLuint v0, GLuint v1 ) {
9268 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9269 TRACE("(%d, %d, %d, %d)\n", program, location, v0, v1 );
9270 funcs->ext.p_glProgramUniform2ui( program, location, v0, v1 );
9273 static void WINAPI glProgramUniform2ui64NV( GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y ) {
9274 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9275 TRACE("(%d, %d, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
9276 funcs->ext.p_glProgramUniform2ui64NV( program, location, x, y );
9279 static void WINAPI glProgramUniform2ui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64EXT* value ) {
9280 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9281 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9282 funcs->ext.p_glProgramUniform2ui64vNV( program, location, count, value );
9285 static void WINAPI glProgramUniform2uiEXT( GLuint program, GLint location, GLuint v0, GLuint v1 ) {
9286 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9287 TRACE("(%d, %d, %d, %d)\n", program, location, v0, v1 );
9288 funcs->ext.p_glProgramUniform2uiEXT( program, location, v0, v1 );
9291 static void WINAPI glProgramUniform2uiv( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9292 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9293 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9294 funcs->ext.p_glProgramUniform2uiv( program, location, count, value );
9297 static void WINAPI glProgramUniform2uivEXT( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9298 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9299 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9300 funcs->ext.p_glProgramUniform2uivEXT( program, location, count, value );
9303 static void WINAPI glProgramUniform3d( GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2 ) {
9304 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9305 TRACE("(%d, %d, %f, %f, %f)\n", program, location, v0, v1, v2 );
9306 funcs->ext.p_glProgramUniform3d( program, location, v0, v1, v2 );
9309 static void WINAPI glProgramUniform3dEXT( GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z ) {
9310 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9311 TRACE("(%d, %d, %f, %f, %f)\n", program, location, x, y, z );
9312 funcs->ext.p_glProgramUniform3dEXT( program, location, x, y, z );
9315 static void WINAPI glProgramUniform3dv( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9316 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9317 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9318 funcs->ext.p_glProgramUniform3dv( program, location, count, value );
9321 static void WINAPI glProgramUniform3dvEXT( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9322 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9323 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9324 funcs->ext.p_glProgramUniform3dvEXT( program, location, count, value );
9327 static void WINAPI glProgramUniform3f( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) {
9328 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9329 TRACE("(%d, %d, %f, %f, %f)\n", program, location, v0, v1, v2 );
9330 funcs->ext.p_glProgramUniform3f( program, location, v0, v1, v2 );
9333 static void WINAPI glProgramUniform3fEXT( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) {
9334 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9335 TRACE("(%d, %d, %f, %f, %f)\n", program, location, v0, v1, v2 );
9336 funcs->ext.p_glProgramUniform3fEXT( program, location, v0, v1, v2 );
9339 static void WINAPI glProgramUniform3fv( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9340 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9341 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9342 funcs->ext.p_glProgramUniform3fv( program, location, count, value );
9345 static void WINAPI glProgramUniform3fvEXT( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9346 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9347 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9348 funcs->ext.p_glProgramUniform3fvEXT( program, location, count, value );
9351 static void WINAPI glProgramUniform3i( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 ) {
9352 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9353 TRACE("(%d, %d, %d, %d, %d)\n", program, location, v0, v1, v2 );
9354 funcs->ext.p_glProgramUniform3i( program, location, v0, v1, v2 );
9357 static void WINAPI glProgramUniform3i64NV( GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z ) {
9358 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9359 TRACE("(%d, %d, %s, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
9360 funcs->ext.p_glProgramUniform3i64NV( program, location, x, y, z );
9363 static void WINAPI glProgramUniform3i64vNV( GLuint program, GLint location, GLsizei count, const GLint64EXT* value ) {
9364 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9365 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9366 funcs->ext.p_glProgramUniform3i64vNV( program, location, count, value );
9369 static void WINAPI glProgramUniform3iEXT( GLuint program, GLint location, GLint v0, GLint v1, GLint v2 ) {
9370 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9371 TRACE("(%d, %d, %d, %d, %d)\n", program, location, v0, v1, v2 );
9372 funcs->ext.p_glProgramUniform3iEXT( program, location, v0, v1, v2 );
9375 static void WINAPI glProgramUniform3iv( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9376 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9377 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9378 funcs->ext.p_glProgramUniform3iv( program, location, count, value );
9381 static void WINAPI glProgramUniform3ivEXT( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9382 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9383 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9384 funcs->ext.p_glProgramUniform3ivEXT( program, location, count, value );
9387 static void WINAPI glProgramUniform3ui( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2 ) {
9388 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9389 TRACE("(%d, %d, %d, %d, %d)\n", program, location, v0, v1, v2 );
9390 funcs->ext.p_glProgramUniform3ui( program, location, v0, v1, v2 );
9393 static void WINAPI glProgramUniform3ui64NV( GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z ) {
9394 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9395 TRACE("(%d, %d, %s, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
9396 funcs->ext.p_glProgramUniform3ui64NV( program, location, x, y, z );
9399 static void WINAPI glProgramUniform3ui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64EXT* value ) {
9400 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9401 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9402 funcs->ext.p_glProgramUniform3ui64vNV( program, location, count, value );
9405 static void WINAPI glProgramUniform3uiEXT( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2 ) {
9406 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9407 TRACE("(%d, %d, %d, %d, %d)\n", program, location, v0, v1, v2 );
9408 funcs->ext.p_glProgramUniform3uiEXT( program, location, v0, v1, v2 );
9411 static void WINAPI glProgramUniform3uiv( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9412 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9413 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9414 funcs->ext.p_glProgramUniform3uiv( program, location, count, value );
9417 static void WINAPI glProgramUniform3uivEXT( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9418 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9419 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9420 funcs->ext.p_glProgramUniform3uivEXT( program, location, count, value );
9423 static void WINAPI glProgramUniform4d( GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3 ) {
9424 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9425 TRACE("(%d, %d, %f, %f, %f, %f)\n", program, location, v0, v1, v2, v3 );
9426 funcs->ext.p_glProgramUniform4d( program, location, v0, v1, v2, v3 );
9429 static void WINAPI glProgramUniform4dEXT( GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
9430 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9431 TRACE("(%d, %d, %f, %f, %f, %f)\n", program, location, x, y, z, w );
9432 funcs->ext.p_glProgramUniform4dEXT( program, location, x, y, z, w );
9435 static void WINAPI glProgramUniform4dv( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9436 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9437 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9438 funcs->ext.p_glProgramUniform4dv( program, location, count, value );
9441 static void WINAPI glProgramUniform4dvEXT( GLuint program, GLint location, GLsizei count, const GLdouble* value ) {
9442 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9443 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9444 funcs->ext.p_glProgramUniform4dvEXT( program, location, count, value );
9447 static void WINAPI glProgramUniform4f( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3 ) {
9448 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9449 TRACE("(%d, %d, %f, %f, %f, %f)\n", program, location, v0, v1, v2, v3 );
9450 funcs->ext.p_glProgramUniform4f( program, location, v0, v1, v2, v3 );
9453 static void WINAPI glProgramUniform4fEXT( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3 ) {
9454 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9455 TRACE("(%d, %d, %f, %f, %f, %f)\n", program, location, v0, v1, v2, v3 );
9456 funcs->ext.p_glProgramUniform4fEXT( program, location, v0, v1, v2, v3 );
9459 static void WINAPI glProgramUniform4fv( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9460 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9461 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9462 funcs->ext.p_glProgramUniform4fv( program, location, count, value );
9465 static void WINAPI glProgramUniform4fvEXT( GLuint program, GLint location, GLsizei count, const GLfloat* value ) {
9466 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9467 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9468 funcs->ext.p_glProgramUniform4fvEXT( program, location, count, value );
9471 static void WINAPI glProgramUniform4i( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 ) {
9472 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9473 TRACE("(%d, %d, %d, %d, %d, %d)\n", program, location, v0, v1, v2, v3 );
9474 funcs->ext.p_glProgramUniform4i( program, location, v0, v1, v2, v3 );
9477 static void WINAPI glProgramUniform4i64NV( GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w ) {
9478 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9479 TRACE("(%d, %d, %s, %s, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
9480 funcs->ext.p_glProgramUniform4i64NV( program, location, x, y, z, w );
9483 static void WINAPI glProgramUniform4i64vNV( GLuint program, GLint location, GLsizei count, const GLint64EXT* value ) {
9484 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9485 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9486 funcs->ext.p_glProgramUniform4i64vNV( program, location, count, value );
9489 static void WINAPI glProgramUniform4iEXT( GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3 ) {
9490 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9491 TRACE("(%d, %d, %d, %d, %d, %d)\n", program, location, v0, v1, v2, v3 );
9492 funcs->ext.p_glProgramUniform4iEXT( program, location, v0, v1, v2, v3 );
9495 static void WINAPI glProgramUniform4iv( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9496 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9497 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9498 funcs->ext.p_glProgramUniform4iv( program, location, count, value );
9501 static void WINAPI glProgramUniform4ivEXT( GLuint program, GLint location, GLsizei count, const GLint* value ) {
9502 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9503 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9504 funcs->ext.p_glProgramUniform4ivEXT( program, location, count, value );
9507 static void WINAPI glProgramUniform4ui( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) {
9508 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9509 TRACE("(%d, %d, %d, %d, %d, %d)\n", program, location, v0, v1, v2, v3 );
9510 funcs->ext.p_glProgramUniform4ui( program, location, v0, v1, v2, v3 );
9513 static void WINAPI glProgramUniform4ui64NV( GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w ) {
9514 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9515 TRACE("(%d, %d, %s, %s, %s, %s)\n", program, location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
9516 funcs->ext.p_glProgramUniform4ui64NV( program, location, x, y, z, w );
9519 static void WINAPI glProgramUniform4ui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64EXT* value ) {
9520 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9521 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9522 funcs->ext.p_glProgramUniform4ui64vNV( program, location, count, value );
9525 static void WINAPI glProgramUniform4uiEXT( GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) {
9526 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9527 TRACE("(%d, %d, %d, %d, %d, %d)\n", program, location, v0, v1, v2, v3 );
9528 funcs->ext.p_glProgramUniform4uiEXT( program, location, v0, v1, v2, v3 );
9531 static void WINAPI glProgramUniform4uiv( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9532 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9533 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9534 funcs->ext.p_glProgramUniform4uiv( program, location, count, value );
9537 static void WINAPI glProgramUniform4uivEXT( GLuint program, GLint location, GLsizei count, const GLuint* value ) {
9538 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9539 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9540 funcs->ext.p_glProgramUniform4uivEXT( program, location, count, value );
9543 static void WINAPI glProgramUniformHandleui64ARB( GLuint program, GLint location, GLuint64 value ) {
9544 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9545 TRACE("(%d, %d, %s)\n", program, location, wine_dbgstr_longlong(value) );
9546 funcs->ext.p_glProgramUniformHandleui64ARB( program, location, value );
9549 static void WINAPI glProgramUniformHandleui64NV( GLuint program, GLint location, GLuint64 value ) {
9550 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9551 TRACE("(%d, %d, %s)\n", program, location, wine_dbgstr_longlong(value) );
9552 funcs->ext.p_glProgramUniformHandleui64NV( program, location, value );
9555 static void WINAPI glProgramUniformHandleui64vARB( GLuint program, GLint location, GLsizei count, const GLuint64* values ) {
9556 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9557 TRACE("(%d, %d, %d, %p)\n", program, location, count, values );
9558 funcs->ext.p_glProgramUniformHandleui64vARB( program, location, count, values );
9561 static void WINAPI glProgramUniformHandleui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64* values ) {
9562 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9563 TRACE("(%d, %d, %d, %p)\n", program, location, count, values );
9564 funcs->ext.p_glProgramUniformHandleui64vNV( program, location, count, values );
9567 static void WINAPI glProgramUniformMatrix2dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9568 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9569 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9570 funcs->ext.p_glProgramUniformMatrix2dv( program, location, count, transpose, value );
9573 static void WINAPI glProgramUniformMatrix2dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9574 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9575 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9576 funcs->ext.p_glProgramUniformMatrix2dvEXT( program, location, count, transpose, value );
9579 static void WINAPI glProgramUniformMatrix2fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9580 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9581 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9582 funcs->ext.p_glProgramUniformMatrix2fv( program, location, count, transpose, value );
9585 static void WINAPI glProgramUniformMatrix2fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9586 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9587 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9588 funcs->ext.p_glProgramUniformMatrix2fvEXT( program, location, count, transpose, value );
9591 static void WINAPI glProgramUniformMatrix2x3dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9592 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9593 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9594 funcs->ext.p_glProgramUniformMatrix2x3dv( program, location, count, transpose, value );
9597 static void WINAPI glProgramUniformMatrix2x3dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9598 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9599 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9600 funcs->ext.p_glProgramUniformMatrix2x3dvEXT( program, location, count, transpose, value );
9603 static void WINAPI glProgramUniformMatrix2x3fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9604 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9605 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9606 funcs->ext.p_glProgramUniformMatrix2x3fv( program, location, count, transpose, value );
9609 static void WINAPI glProgramUniformMatrix2x3fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9610 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9611 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9612 funcs->ext.p_glProgramUniformMatrix2x3fvEXT( program, location, count, transpose, value );
9615 static void WINAPI glProgramUniformMatrix2x4dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9616 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9617 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9618 funcs->ext.p_glProgramUniformMatrix2x4dv( program, location, count, transpose, value );
9621 static void WINAPI glProgramUniformMatrix2x4dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9622 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9623 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9624 funcs->ext.p_glProgramUniformMatrix2x4dvEXT( program, location, count, transpose, value );
9627 static void WINAPI glProgramUniformMatrix2x4fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9628 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9629 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9630 funcs->ext.p_glProgramUniformMatrix2x4fv( program, location, count, transpose, value );
9633 static void WINAPI glProgramUniformMatrix2x4fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9634 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9635 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9636 funcs->ext.p_glProgramUniformMatrix2x4fvEXT( program, location, count, transpose, value );
9639 static void WINAPI glProgramUniformMatrix3dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9640 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9641 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9642 funcs->ext.p_glProgramUniformMatrix3dv( program, location, count, transpose, value );
9645 static void WINAPI glProgramUniformMatrix3dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9646 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9647 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9648 funcs->ext.p_glProgramUniformMatrix3dvEXT( program, location, count, transpose, value );
9651 static void WINAPI glProgramUniformMatrix3fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9652 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9653 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9654 funcs->ext.p_glProgramUniformMatrix3fv( program, location, count, transpose, value );
9657 static void WINAPI glProgramUniformMatrix3fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9658 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9659 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9660 funcs->ext.p_glProgramUniformMatrix3fvEXT( program, location, count, transpose, value );
9663 static void WINAPI glProgramUniformMatrix3x2dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9664 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9665 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9666 funcs->ext.p_glProgramUniformMatrix3x2dv( program, location, count, transpose, value );
9669 static void WINAPI glProgramUniformMatrix3x2dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9670 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9671 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9672 funcs->ext.p_glProgramUniformMatrix3x2dvEXT( program, location, count, transpose, value );
9675 static void WINAPI glProgramUniformMatrix3x2fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9676 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9677 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9678 funcs->ext.p_glProgramUniformMatrix3x2fv( program, location, count, transpose, value );
9681 static void WINAPI glProgramUniformMatrix3x2fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9682 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9683 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9684 funcs->ext.p_glProgramUniformMatrix3x2fvEXT( program, location, count, transpose, value );
9687 static void WINAPI glProgramUniformMatrix3x4dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9688 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9689 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9690 funcs->ext.p_glProgramUniformMatrix3x4dv( program, location, count, transpose, value );
9693 static void WINAPI glProgramUniformMatrix3x4dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9694 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9695 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9696 funcs->ext.p_glProgramUniformMatrix3x4dvEXT( program, location, count, transpose, value );
9699 static void WINAPI glProgramUniformMatrix3x4fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9700 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9701 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9702 funcs->ext.p_glProgramUniformMatrix3x4fv( program, location, count, transpose, value );
9705 static void WINAPI glProgramUniformMatrix3x4fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9706 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9707 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9708 funcs->ext.p_glProgramUniformMatrix3x4fvEXT( program, location, count, transpose, value );
9711 static void WINAPI glProgramUniformMatrix4dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9712 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9713 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9714 funcs->ext.p_glProgramUniformMatrix4dv( program, location, count, transpose, value );
9717 static void WINAPI glProgramUniformMatrix4dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9718 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9719 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9720 funcs->ext.p_glProgramUniformMatrix4dvEXT( program, location, count, transpose, value );
9723 static void WINAPI glProgramUniformMatrix4fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9724 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9725 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9726 funcs->ext.p_glProgramUniformMatrix4fv( program, location, count, transpose, value );
9729 static void WINAPI glProgramUniformMatrix4fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9730 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9731 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9732 funcs->ext.p_glProgramUniformMatrix4fvEXT( program, location, count, transpose, value );
9735 static void WINAPI glProgramUniformMatrix4x2dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9736 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9737 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9738 funcs->ext.p_glProgramUniformMatrix4x2dv( program, location, count, transpose, value );
9741 static void WINAPI glProgramUniformMatrix4x2dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9742 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9743 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9744 funcs->ext.p_glProgramUniformMatrix4x2dvEXT( program, location, count, transpose, value );
9747 static void WINAPI glProgramUniformMatrix4x2fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9748 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9749 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9750 funcs->ext.p_glProgramUniformMatrix4x2fv( program, location, count, transpose, value );
9753 static void WINAPI glProgramUniformMatrix4x2fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9754 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9755 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9756 funcs->ext.p_glProgramUniformMatrix4x2fvEXT( program, location, count, transpose, value );
9759 static void WINAPI glProgramUniformMatrix4x3dv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9760 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9761 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9762 funcs->ext.p_glProgramUniformMatrix4x3dv( program, location, count, transpose, value );
9765 static void WINAPI glProgramUniformMatrix4x3dvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
9766 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9767 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9768 funcs->ext.p_glProgramUniformMatrix4x3dvEXT( program, location, count, transpose, value );
9771 static void WINAPI glProgramUniformMatrix4x3fv( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9772 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9773 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9774 funcs->ext.p_glProgramUniformMatrix4x3fv( program, location, count, transpose, value );
9777 static void WINAPI glProgramUniformMatrix4x3fvEXT( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
9778 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9779 TRACE("(%d, %d, %d, %d, %p)\n", program, location, count, transpose, value );
9780 funcs->ext.p_glProgramUniformMatrix4x3fvEXT( program, location, count, transpose, value );
9783 static void WINAPI glProgramUniformui64NV( GLuint program, GLint location, GLuint64EXT value ) {
9784 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9785 TRACE("(%d, %d, %s)\n", program, location, wine_dbgstr_longlong(value) );
9786 funcs->ext.p_glProgramUniformui64NV( program, location, value );
9789 static void WINAPI glProgramUniformui64vNV( GLuint program, GLint location, GLsizei count, const GLuint64EXT* value ) {
9790 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9791 TRACE("(%d, %d, %d, %p)\n", program, location, count, value );
9792 funcs->ext.p_glProgramUniformui64vNV( program, location, count, value );
9795 static void WINAPI glProgramVertexLimitNV( GLenum target, GLint limit ) {
9796 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9797 TRACE("(%d, %d)\n", target, limit );
9798 funcs->ext.p_glProgramVertexLimitNV( target, limit );
9801 static void WINAPI glProvokingVertex( GLenum mode ) {
9802 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9803 TRACE("(%d)\n", mode );
9804 funcs->ext.p_glProvokingVertex( mode );
9807 static void WINAPI glProvokingVertexEXT( GLenum mode ) {
9808 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9809 TRACE("(%d)\n", mode );
9810 funcs->ext.p_glProvokingVertexEXT( mode );
9813 static void WINAPI glPushClientAttribDefaultEXT( GLbitfield mask ) {
9814 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9815 TRACE("(%d)\n", mask );
9816 funcs->ext.p_glPushClientAttribDefaultEXT( mask );
9819 static void WINAPI glPushDebugGroup( GLenum source, GLuint id, GLsizei length, const GLchar* message ) {
9820 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9821 TRACE("(%d, %d, %d, %p)\n", source, id, length, message );
9822 funcs->ext.p_glPushDebugGroup( source, id, length, message );
9825 static void WINAPI glPushGroupMarkerEXT( GLsizei length, const GLchar* marker ) {
9826 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9827 TRACE("(%d, %p)\n", length, marker );
9828 funcs->ext.p_glPushGroupMarkerEXT( length, marker );
9831 static void WINAPI glQueryCounter( GLuint id, GLenum target ) {
9832 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9833 TRACE("(%d, %d)\n", id, target );
9834 funcs->ext.p_glQueryCounter( id, target );
9837 static GLbitfield WINAPI glQueryMatrixxOES( GLfixed* mantissa, GLint* exponent ) {
9838 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9839 TRACE("(%p, %p)\n", mantissa, exponent );
9840 return funcs->ext.p_glQueryMatrixxOES( mantissa, exponent );
9843 static void WINAPI glQueryObjectParameteruiAMD( GLenum target, GLuint id, GLenum pname, GLuint param ) {
9844 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9845 TRACE("(%d, %d, %d, %d)\n", target, id, pname, param );
9846 funcs->ext.p_glQueryObjectParameteruiAMD( target, id, pname, param );
9849 static void WINAPI glRasterPos2xOES( GLfixed x, GLfixed y ) {
9850 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9851 TRACE("(%d, %d)\n", x, y );
9852 funcs->ext.p_glRasterPos2xOES( x, y );
9855 static void WINAPI glRasterPos2xvOES( const GLfixed* coords ) {
9856 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9857 TRACE("(%p)\n", coords );
9858 funcs->ext.p_glRasterPos2xvOES( coords );
9861 static void WINAPI glRasterPos3xOES( GLfixed x, GLfixed y, GLfixed z ) {
9862 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9863 TRACE("(%d, %d, %d)\n", x, y, z );
9864 funcs->ext.p_glRasterPos3xOES( x, y, z );
9867 static void WINAPI glRasterPos3xvOES( const GLfixed* coords ) {
9868 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9869 TRACE("(%p)\n", coords );
9870 funcs->ext.p_glRasterPos3xvOES( coords );
9873 static void WINAPI glRasterPos4xOES( GLfixed x, GLfixed y, GLfixed z, GLfixed w ) {
9874 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9875 TRACE("(%d, %d, %d, %d)\n", x, y, z, w );
9876 funcs->ext.p_glRasterPos4xOES( x, y, z, w );
9879 static void WINAPI glRasterPos4xvOES( const GLfixed* coords ) {
9880 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9881 TRACE("(%p)\n", coords );
9882 funcs->ext.p_glRasterPos4xvOES( coords );
9885 static void WINAPI glRasterSamplesEXT( GLuint samples, GLboolean fixedsamplelocations ) {
9886 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9887 TRACE("(%d, %d)\n", samples, fixedsamplelocations );
9888 funcs->ext.p_glRasterSamplesEXT( samples, fixedsamplelocations );
9891 static void WINAPI glReadBufferRegion( GLenum region, GLint x, GLint y, GLsizei width, GLsizei height ) {
9892 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9893 TRACE("(%d, %d, %d, %d, %d)\n", region, x, y, width, height );
9894 funcs->ext.p_glReadBufferRegion( region, x, y, width, height );
9897 static void WINAPI glReadInstrumentsSGIX( GLint marker ) {
9898 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9899 TRACE("(%d)\n", marker );
9900 funcs->ext.p_glReadInstrumentsSGIX( marker );
9903 static void WINAPI glReadnPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data ) {
9904 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9905 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", x, y, width, height, format, type, bufSize, data );
9906 funcs->ext.p_glReadnPixels( x, y, width, height, format, type, bufSize, data );
9909 static void WINAPI glReadnPixelsARB( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data ) {
9910 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9911 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", x, y, width, height, format, type, bufSize, data );
9912 funcs->ext.p_glReadnPixelsARB( x, y, width, height, format, type, bufSize, data );
9915 static void WINAPI glRectxOES( GLfixed x1, GLfixed y1, GLfixed x2, GLfixed y2 ) {
9916 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9917 TRACE("(%d, %d, %d, %d)\n", x1, y1, x2, y2 );
9918 funcs->ext.p_glRectxOES( x1, y1, x2, y2 );
9921 static void WINAPI glRectxvOES( const GLfixed* v1, const GLfixed* v2 ) {
9922 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9923 TRACE("(%p, %p)\n", v1, v2 );
9924 funcs->ext.p_glRectxvOES( v1, v2 );
9927 static void WINAPI glReferencePlaneSGIX( const GLdouble* equation ) {
9928 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9929 TRACE("(%p)\n", equation );
9930 funcs->ext.p_glReferencePlaneSGIX( equation );
9933 static void WINAPI glReleaseShaderCompiler( void ) {
9934 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9935 TRACE("()\n");
9936 funcs->ext.p_glReleaseShaderCompiler( );
9939 static void WINAPI glRenderbufferStorage( GLenum target, GLenum internalformat, GLsizei width, GLsizei height ) {
9940 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9941 TRACE("(%d, %d, %d, %d)\n", target, internalformat, width, height );
9942 funcs->ext.p_glRenderbufferStorage( target, internalformat, width, height );
9945 static void WINAPI glRenderbufferStorageEXT( GLenum target, GLenum internalformat, GLsizei width, GLsizei height ) {
9946 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9947 TRACE("(%d, %d, %d, %d)\n", target, internalformat, width, height );
9948 funcs->ext.p_glRenderbufferStorageEXT( target, internalformat, width, height );
9951 static void WINAPI glRenderbufferStorageMultisample( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height ) {
9952 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9953 TRACE("(%d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height );
9954 funcs->ext.p_glRenderbufferStorageMultisample( target, samples, internalformat, width, height );
9957 static void WINAPI glRenderbufferStorageMultisampleCoverageNV( GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height ) {
9958 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9959 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, coverageSamples, colorSamples, internalformat, width, height );
9960 funcs->ext.p_glRenderbufferStorageMultisampleCoverageNV( target, coverageSamples, colorSamples, internalformat, width, height );
9963 static void WINAPI glRenderbufferStorageMultisampleEXT( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height ) {
9964 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9965 TRACE("(%d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height );
9966 funcs->ext.p_glRenderbufferStorageMultisampleEXT( target, samples, internalformat, width, height );
9969 static void WINAPI glReplacementCodePointerSUN( GLenum type, GLsizei stride, const void** pointer ) {
9970 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9971 TRACE("(%d, %d, %p)\n", type, stride, pointer );
9972 funcs->ext.p_glReplacementCodePointerSUN( type, stride, pointer );
9975 static void WINAPI glReplacementCodeubSUN( GLubyte code ) {
9976 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9977 TRACE("(%d)\n", code );
9978 funcs->ext.p_glReplacementCodeubSUN( code );
9981 static void WINAPI glReplacementCodeubvSUN( const GLubyte* code ) {
9982 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9983 TRACE("(%p)\n", code );
9984 funcs->ext.p_glReplacementCodeubvSUN( code );
9987 static void WINAPI glReplacementCodeuiColor3fVertex3fSUN( GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z ) {
9988 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9989 TRACE("(%d, %f, %f, %f, %f, %f, %f)\n", rc, r, g, b, x, y, z );
9990 funcs->ext.p_glReplacementCodeuiColor3fVertex3fSUN( rc, r, g, b, x, y, z );
9993 static void WINAPI glReplacementCodeuiColor3fVertex3fvSUN( const GLuint* rc, const GLfloat* c, const GLfloat* v ) {
9994 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
9995 TRACE("(%p, %p, %p)\n", rc, c, v );
9996 funcs->ext.p_glReplacementCodeuiColor3fVertex3fvSUN( rc, c, v );
9999 static void WINAPI glReplacementCodeuiColor4fNormal3fVertex3fSUN( GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
10000 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10001 TRACE("(%d, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", rc, r, g, b, a, nx, ny, nz, x, y, z );
10002 funcs->ext.p_glReplacementCodeuiColor4fNormal3fVertex3fSUN( rc, r, g, b, a, nx, ny, nz, x, y, z );
10005 static void WINAPI glReplacementCodeuiColor4fNormal3fVertex3fvSUN( const GLuint* rc, const GLfloat* c, const GLfloat* n, const GLfloat* v ) {
10006 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10007 TRACE("(%p, %p, %p, %p)\n", rc, c, n, v );
10008 funcs->ext.p_glReplacementCodeuiColor4fNormal3fVertex3fvSUN( rc, c, n, v );
10011 static void WINAPI glReplacementCodeuiColor4ubVertex3fSUN( GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z ) {
10012 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10013 TRACE("(%d, %d, %d, %d, %d, %f, %f, %f)\n", rc, r, g, b, a, x, y, z );
10014 funcs->ext.p_glReplacementCodeuiColor4ubVertex3fSUN( rc, r, g, b, a, x, y, z );
10017 static void WINAPI glReplacementCodeuiColor4ubVertex3fvSUN( const GLuint* rc, const GLubyte* c, const GLfloat* v ) {
10018 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10019 TRACE("(%p, %p, %p)\n", rc, c, v );
10020 funcs->ext.p_glReplacementCodeuiColor4ubVertex3fvSUN( rc, c, v );
10023 static void WINAPI glReplacementCodeuiNormal3fVertex3fSUN( GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
10024 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10025 TRACE("(%d, %f, %f, %f, %f, %f, %f)\n", rc, nx, ny, nz, x, y, z );
10026 funcs->ext.p_glReplacementCodeuiNormal3fVertex3fSUN( rc, nx, ny, nz, x, y, z );
10029 static void WINAPI glReplacementCodeuiNormal3fVertex3fvSUN( const GLuint* rc, const GLfloat* n, const GLfloat* v ) {
10030 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10031 TRACE("(%p, %p, %p)\n", rc, n, v );
10032 funcs->ext.p_glReplacementCodeuiNormal3fVertex3fvSUN( rc, n, v );
10035 static void WINAPI glReplacementCodeuiSUN( GLuint code ) {
10036 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10037 TRACE("(%d)\n", code );
10038 funcs->ext.p_glReplacementCodeuiSUN( code );
10041 static void WINAPI glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN( GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
10042 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10043 TRACE("(%d, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", rc, s, t, r, g, b, a, nx, ny, nz, x, y, z );
10044 funcs->ext.p_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN( rc, s, t, r, g, b, a, nx, ny, nz, x, y, z );
10047 static void WINAPI glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN( const GLuint* rc, const GLfloat* tc, const GLfloat* c, const GLfloat* n, const GLfloat* v ) {
10048 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10049 TRACE("(%p, %p, %p, %p, %p)\n", rc, tc, c, n, v );
10050 funcs->ext.p_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN( rc, tc, c, n, v );
10053 static void WINAPI glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN( GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
10054 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10055 TRACE("(%d, %f, %f, %f, %f, %f, %f, %f, %f)\n", rc, s, t, nx, ny, nz, x, y, z );
10056 funcs->ext.p_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN( rc, s, t, nx, ny, nz, x, y, z );
10059 static void WINAPI glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN( const GLuint* rc, const GLfloat* tc, const GLfloat* n, const GLfloat* v ) {
10060 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10061 TRACE("(%p, %p, %p, %p)\n", rc, tc, n, v );
10062 funcs->ext.p_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN( rc, tc, n, v );
10065 static void WINAPI glReplacementCodeuiTexCoord2fVertex3fSUN( GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z ) {
10066 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10067 TRACE("(%d, %f, %f, %f, %f, %f)\n", rc, s, t, x, y, z );
10068 funcs->ext.p_glReplacementCodeuiTexCoord2fVertex3fSUN( rc, s, t, x, y, z );
10071 static void WINAPI glReplacementCodeuiTexCoord2fVertex3fvSUN( const GLuint* rc, const GLfloat* tc, const GLfloat* v ) {
10072 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10073 TRACE("(%p, %p, %p)\n", rc, tc, v );
10074 funcs->ext.p_glReplacementCodeuiTexCoord2fVertex3fvSUN( rc, tc, v );
10077 static void WINAPI glReplacementCodeuiVertex3fSUN( GLuint rc, GLfloat x, GLfloat y, GLfloat z ) {
10078 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10079 TRACE("(%d, %f, %f, %f)\n", rc, x, y, z );
10080 funcs->ext.p_glReplacementCodeuiVertex3fSUN( rc, x, y, z );
10083 static void WINAPI glReplacementCodeuiVertex3fvSUN( const GLuint* rc, const GLfloat* v ) {
10084 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10085 TRACE("(%p, %p)\n", rc, v );
10086 funcs->ext.p_glReplacementCodeuiVertex3fvSUN( rc, v );
10089 static void WINAPI glReplacementCodeuivSUN( const GLuint* code ) {
10090 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10091 TRACE("(%p)\n", code );
10092 funcs->ext.p_glReplacementCodeuivSUN( code );
10095 static void WINAPI glReplacementCodeusSUN( GLushort code ) {
10096 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10097 TRACE("(%d)\n", code );
10098 funcs->ext.p_glReplacementCodeusSUN( code );
10101 static void WINAPI glReplacementCodeusvSUN( const GLushort* code ) {
10102 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10103 TRACE("(%p)\n", code );
10104 funcs->ext.p_glReplacementCodeusvSUN( code );
10107 static void WINAPI glRequestResidentProgramsNV( GLsizei n, const GLuint* programs ) {
10108 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10109 TRACE("(%d, %p)\n", n, programs );
10110 funcs->ext.p_glRequestResidentProgramsNV( n, programs );
10113 static void WINAPI glResetHistogram( GLenum target ) {
10114 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10115 TRACE("(%d)\n", target );
10116 funcs->ext.p_glResetHistogram( target );
10119 static void WINAPI glResetHistogramEXT( GLenum target ) {
10120 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10121 TRACE("(%d)\n", target );
10122 funcs->ext.p_glResetHistogramEXT( target );
10125 static void WINAPI glResetMinmax( GLenum target ) {
10126 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10127 TRACE("(%d)\n", target );
10128 funcs->ext.p_glResetMinmax( target );
10131 static void WINAPI glResetMinmaxEXT( GLenum target ) {
10132 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10133 TRACE("(%d)\n", target );
10134 funcs->ext.p_glResetMinmaxEXT( target );
10137 static void WINAPI glResizeBuffersMESA( void ) {
10138 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10139 TRACE("()\n");
10140 funcs->ext.p_glResizeBuffersMESA( );
10143 static void WINAPI glResolveDepthValuesNV( void ) {
10144 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10145 TRACE("()\n");
10146 funcs->ext.p_glResolveDepthValuesNV( );
10149 static void WINAPI glResumeTransformFeedback( void ) {
10150 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10151 TRACE("()\n");
10152 funcs->ext.p_glResumeTransformFeedback( );
10155 static void WINAPI glResumeTransformFeedbackNV( void ) {
10156 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10157 TRACE("()\n");
10158 funcs->ext.p_glResumeTransformFeedbackNV( );
10161 static void WINAPI glRotatexOES( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) {
10162 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10163 TRACE("(%d, %d, %d, %d)\n", angle, x, y, z );
10164 funcs->ext.p_glRotatexOES( angle, x, y, z );
10167 static void WINAPI glSampleCoverage( GLfloat value, GLboolean invert ) {
10168 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10169 TRACE("(%f, %d)\n", value, invert );
10170 funcs->ext.p_glSampleCoverage( value, invert );
10173 static void WINAPI glSampleCoverageARB( GLfloat value, GLboolean invert ) {
10174 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10175 TRACE("(%f, %d)\n", value, invert );
10176 funcs->ext.p_glSampleCoverageARB( value, invert );
10179 static void WINAPI glSampleCoverageOES( GLfixed value, GLboolean invert ) {
10180 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10181 TRACE("(%d, %d)\n", value, invert );
10182 funcs->ext.p_glSampleCoverageOES( value, invert );
10185 static void WINAPI glSampleMapATI( GLuint dst, GLuint interp, GLenum swizzle ) {
10186 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10187 TRACE("(%d, %d, %d)\n", dst, interp, swizzle );
10188 funcs->ext.p_glSampleMapATI( dst, interp, swizzle );
10191 static void WINAPI glSampleMaskEXT( GLclampf value, GLboolean invert ) {
10192 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10193 TRACE("(%f, %d)\n", value, invert );
10194 funcs->ext.p_glSampleMaskEXT( value, invert );
10197 static void WINAPI glSampleMaskIndexedNV( GLuint index, GLbitfield mask ) {
10198 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10199 TRACE("(%d, %d)\n", index, mask );
10200 funcs->ext.p_glSampleMaskIndexedNV( index, mask );
10203 static void WINAPI glSampleMaskSGIS( GLclampf value, GLboolean invert ) {
10204 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10205 TRACE("(%f, %d)\n", value, invert );
10206 funcs->ext.p_glSampleMaskSGIS( value, invert );
10209 static void WINAPI glSampleMaski( GLuint maskNumber, GLbitfield mask ) {
10210 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10211 TRACE("(%d, %d)\n", maskNumber, mask );
10212 funcs->ext.p_glSampleMaski( maskNumber, mask );
10215 static void WINAPI glSamplePatternEXT( GLenum pattern ) {
10216 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10217 TRACE("(%d)\n", pattern );
10218 funcs->ext.p_glSamplePatternEXT( pattern );
10221 static void WINAPI glSamplePatternSGIS( GLenum pattern ) {
10222 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10223 TRACE("(%d)\n", pattern );
10224 funcs->ext.p_glSamplePatternSGIS( pattern );
10227 static void WINAPI glSamplerParameterIiv( GLuint sampler, GLenum pname, const GLint* param ) {
10228 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10229 TRACE("(%d, %d, %p)\n", sampler, pname, param );
10230 funcs->ext.p_glSamplerParameterIiv( sampler, pname, param );
10233 static void WINAPI glSamplerParameterIuiv( GLuint sampler, GLenum pname, const GLuint* param ) {
10234 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10235 TRACE("(%d, %d, %p)\n", sampler, pname, param );
10236 funcs->ext.p_glSamplerParameterIuiv( sampler, pname, param );
10239 static void WINAPI glSamplerParameterf( GLuint sampler, GLenum pname, GLfloat param ) {
10240 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10241 TRACE("(%d, %d, %f)\n", sampler, pname, param );
10242 funcs->ext.p_glSamplerParameterf( sampler, pname, param );
10245 static void WINAPI glSamplerParameterfv( GLuint sampler, GLenum pname, const GLfloat* param ) {
10246 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10247 TRACE("(%d, %d, %p)\n", sampler, pname, param );
10248 funcs->ext.p_glSamplerParameterfv( sampler, pname, param );
10251 static void WINAPI glSamplerParameteri( GLuint sampler, GLenum pname, GLint param ) {
10252 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10253 TRACE("(%d, %d, %d)\n", sampler, pname, param );
10254 funcs->ext.p_glSamplerParameteri( sampler, pname, param );
10257 static void WINAPI glSamplerParameteriv( GLuint sampler, GLenum pname, const GLint* param ) {
10258 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10259 TRACE("(%d, %d, %p)\n", sampler, pname, param );
10260 funcs->ext.p_glSamplerParameteriv( sampler, pname, param );
10263 static void WINAPI glScalexOES( GLfixed x, GLfixed y, GLfixed z ) {
10264 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10265 TRACE("(%d, %d, %d)\n", x, y, z );
10266 funcs->ext.p_glScalexOES( x, y, z );
10269 static void WINAPI glScissorArrayv( GLuint first, GLsizei count, const GLint* v ) {
10270 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10271 TRACE("(%d, %d, %p)\n", first, count, v );
10272 funcs->ext.p_glScissorArrayv( first, count, v );
10275 static void WINAPI glScissorIndexed( GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height ) {
10276 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10277 TRACE("(%d, %d, %d, %d, %d)\n", index, left, bottom, width, height );
10278 funcs->ext.p_glScissorIndexed( index, left, bottom, width, height );
10281 static void WINAPI glScissorIndexedv( GLuint index, const GLint* v ) {
10282 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10283 TRACE("(%d, %p)\n", index, v );
10284 funcs->ext.p_glScissorIndexedv( index, v );
10287 static void WINAPI glSecondaryColor3b( GLbyte red, GLbyte green, GLbyte blue ) {
10288 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10289 TRACE("(%d, %d, %d)\n", red, green, blue );
10290 funcs->ext.p_glSecondaryColor3b( red, green, blue );
10293 static void WINAPI glSecondaryColor3bEXT( GLbyte red, GLbyte green, GLbyte blue ) {
10294 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10295 TRACE("(%d, %d, %d)\n", red, green, blue );
10296 funcs->ext.p_glSecondaryColor3bEXT( red, green, blue );
10299 static void WINAPI glSecondaryColor3bv( const GLbyte* v ) {
10300 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10301 TRACE("(%p)\n", v );
10302 funcs->ext.p_glSecondaryColor3bv( v );
10305 static void WINAPI glSecondaryColor3bvEXT( const GLbyte* v ) {
10306 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10307 TRACE("(%p)\n", v );
10308 funcs->ext.p_glSecondaryColor3bvEXT( v );
10311 static void WINAPI glSecondaryColor3d( GLdouble red, GLdouble green, GLdouble blue ) {
10312 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10313 TRACE("(%f, %f, %f)\n", red, green, blue );
10314 funcs->ext.p_glSecondaryColor3d( red, green, blue );
10317 static void WINAPI glSecondaryColor3dEXT( GLdouble red, GLdouble green, GLdouble blue ) {
10318 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10319 TRACE("(%f, %f, %f)\n", red, green, blue );
10320 funcs->ext.p_glSecondaryColor3dEXT( red, green, blue );
10323 static void WINAPI glSecondaryColor3dv( const GLdouble* v ) {
10324 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10325 TRACE("(%p)\n", v );
10326 funcs->ext.p_glSecondaryColor3dv( v );
10329 static void WINAPI glSecondaryColor3dvEXT( const GLdouble* v ) {
10330 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10331 TRACE("(%p)\n", v );
10332 funcs->ext.p_glSecondaryColor3dvEXT( v );
10335 static void WINAPI glSecondaryColor3f( GLfloat red, GLfloat green, GLfloat blue ) {
10336 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10337 TRACE("(%f, %f, %f)\n", red, green, blue );
10338 funcs->ext.p_glSecondaryColor3f( red, green, blue );
10341 static void WINAPI glSecondaryColor3fEXT( GLfloat red, GLfloat green, GLfloat blue ) {
10342 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10343 TRACE("(%f, %f, %f)\n", red, green, blue );
10344 funcs->ext.p_glSecondaryColor3fEXT( red, green, blue );
10347 static void WINAPI glSecondaryColor3fv( const GLfloat* v ) {
10348 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10349 TRACE("(%p)\n", v );
10350 funcs->ext.p_glSecondaryColor3fv( v );
10353 static void WINAPI glSecondaryColor3fvEXT( const GLfloat* v ) {
10354 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10355 TRACE("(%p)\n", v );
10356 funcs->ext.p_glSecondaryColor3fvEXT( v );
10359 static void WINAPI glSecondaryColor3hNV( GLhalfNV red, GLhalfNV green, GLhalfNV blue ) {
10360 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10361 TRACE("(%d, %d, %d)\n", red, green, blue );
10362 funcs->ext.p_glSecondaryColor3hNV( red, green, blue );
10365 static void WINAPI glSecondaryColor3hvNV( const GLhalfNV* v ) {
10366 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10367 TRACE("(%p)\n", v );
10368 funcs->ext.p_glSecondaryColor3hvNV( v );
10371 static void WINAPI glSecondaryColor3i( GLint red, GLint green, GLint blue ) {
10372 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10373 TRACE("(%d, %d, %d)\n", red, green, blue );
10374 funcs->ext.p_glSecondaryColor3i( red, green, blue );
10377 static void WINAPI glSecondaryColor3iEXT( GLint red, GLint green, GLint blue ) {
10378 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10379 TRACE("(%d, %d, %d)\n", red, green, blue );
10380 funcs->ext.p_glSecondaryColor3iEXT( red, green, blue );
10383 static void WINAPI glSecondaryColor3iv( const GLint* v ) {
10384 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10385 TRACE("(%p)\n", v );
10386 funcs->ext.p_glSecondaryColor3iv( v );
10389 static void WINAPI glSecondaryColor3ivEXT( const GLint* v ) {
10390 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10391 TRACE("(%p)\n", v );
10392 funcs->ext.p_glSecondaryColor3ivEXT( v );
10395 static void WINAPI glSecondaryColor3s( GLshort red, GLshort green, GLshort blue ) {
10396 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10397 TRACE("(%d, %d, %d)\n", red, green, blue );
10398 funcs->ext.p_glSecondaryColor3s( red, green, blue );
10401 static void WINAPI glSecondaryColor3sEXT( GLshort red, GLshort green, GLshort blue ) {
10402 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10403 TRACE("(%d, %d, %d)\n", red, green, blue );
10404 funcs->ext.p_glSecondaryColor3sEXT( red, green, blue );
10407 static void WINAPI glSecondaryColor3sv( const GLshort* v ) {
10408 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10409 TRACE("(%p)\n", v );
10410 funcs->ext.p_glSecondaryColor3sv( v );
10413 static void WINAPI glSecondaryColor3svEXT( const GLshort* v ) {
10414 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10415 TRACE("(%p)\n", v );
10416 funcs->ext.p_glSecondaryColor3svEXT( v );
10419 static void WINAPI glSecondaryColor3ub( GLubyte red, GLubyte green, GLubyte blue ) {
10420 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10421 TRACE("(%d, %d, %d)\n", red, green, blue );
10422 funcs->ext.p_glSecondaryColor3ub( red, green, blue );
10425 static void WINAPI glSecondaryColor3ubEXT( GLubyte red, GLubyte green, GLubyte blue ) {
10426 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10427 TRACE("(%d, %d, %d)\n", red, green, blue );
10428 funcs->ext.p_glSecondaryColor3ubEXT( red, green, blue );
10431 static void WINAPI glSecondaryColor3ubv( const GLubyte* v ) {
10432 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10433 TRACE("(%p)\n", v );
10434 funcs->ext.p_glSecondaryColor3ubv( v );
10437 static void WINAPI glSecondaryColor3ubvEXT( const GLubyte* v ) {
10438 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10439 TRACE("(%p)\n", v );
10440 funcs->ext.p_glSecondaryColor3ubvEXT( v );
10443 static void WINAPI glSecondaryColor3ui( GLuint red, GLuint green, GLuint blue ) {
10444 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10445 TRACE("(%d, %d, %d)\n", red, green, blue );
10446 funcs->ext.p_glSecondaryColor3ui( red, green, blue );
10449 static void WINAPI glSecondaryColor3uiEXT( GLuint red, GLuint green, GLuint blue ) {
10450 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10451 TRACE("(%d, %d, %d)\n", red, green, blue );
10452 funcs->ext.p_glSecondaryColor3uiEXT( red, green, blue );
10455 static void WINAPI glSecondaryColor3uiv( const GLuint* v ) {
10456 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10457 TRACE("(%p)\n", v );
10458 funcs->ext.p_glSecondaryColor3uiv( v );
10461 static void WINAPI glSecondaryColor3uivEXT( const GLuint* v ) {
10462 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10463 TRACE("(%p)\n", v );
10464 funcs->ext.p_glSecondaryColor3uivEXT( v );
10467 static void WINAPI glSecondaryColor3us( GLushort red, GLushort green, GLushort blue ) {
10468 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10469 TRACE("(%d, %d, %d)\n", red, green, blue );
10470 funcs->ext.p_glSecondaryColor3us( red, green, blue );
10473 static void WINAPI glSecondaryColor3usEXT( GLushort red, GLushort green, GLushort blue ) {
10474 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10475 TRACE("(%d, %d, %d)\n", red, green, blue );
10476 funcs->ext.p_glSecondaryColor3usEXT( red, green, blue );
10479 static void WINAPI glSecondaryColor3usv( const GLushort* v ) {
10480 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10481 TRACE("(%p)\n", v );
10482 funcs->ext.p_glSecondaryColor3usv( v );
10485 static void WINAPI glSecondaryColor3usvEXT( const GLushort* v ) {
10486 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10487 TRACE("(%p)\n", v );
10488 funcs->ext.p_glSecondaryColor3usvEXT( v );
10491 static void WINAPI glSecondaryColorFormatNV( GLint size, GLenum type, GLsizei stride ) {
10492 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10493 TRACE("(%d, %d, %d)\n", size, type, stride );
10494 funcs->ext.p_glSecondaryColorFormatNV( size, type, stride );
10497 static void WINAPI glSecondaryColorP3ui( GLenum type, GLuint color ) {
10498 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10499 TRACE("(%d, %d)\n", type, color );
10500 funcs->ext.p_glSecondaryColorP3ui( type, color );
10503 static void WINAPI glSecondaryColorP3uiv( GLenum type, const GLuint* color ) {
10504 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10505 TRACE("(%d, %p)\n", type, color );
10506 funcs->ext.p_glSecondaryColorP3uiv( type, color );
10509 static void WINAPI glSecondaryColorPointer( GLint size, GLenum type, GLsizei stride, const void* pointer ) {
10510 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10511 TRACE("(%d, %d, %d, %p)\n", size, type, stride, pointer );
10512 funcs->ext.p_glSecondaryColorPointer( size, type, stride, pointer );
10515 static void WINAPI glSecondaryColorPointerEXT( GLint size, GLenum type, GLsizei stride, const void* pointer ) {
10516 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10517 TRACE("(%d, %d, %d, %p)\n", size, type, stride, pointer );
10518 funcs->ext.p_glSecondaryColorPointerEXT( size, type, stride, pointer );
10521 static void WINAPI glSecondaryColorPointerListIBM( GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
10522 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10523 TRACE("(%d, %d, %d, %p, %d)\n", size, type, stride, pointer, ptrstride );
10524 funcs->ext.p_glSecondaryColorPointerListIBM( size, type, stride, pointer, ptrstride );
10527 static void WINAPI glSelectPerfMonitorCountersAMD( GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint* counterList ) {
10528 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10529 TRACE("(%d, %d, %d, %d, %p)\n", monitor, enable, group, numCounters, counterList );
10530 funcs->ext.p_glSelectPerfMonitorCountersAMD( monitor, enable, group, numCounters, counterList );
10533 static void WINAPI glSelectTextureCoordSetSGIS( GLenum target ) {
10534 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10535 TRACE("(%d)\n", target );
10536 funcs->ext.p_glSelectTextureCoordSetSGIS( target );
10539 static void WINAPI glSelectTextureSGIS( GLenum target ) {
10540 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10541 TRACE("(%d)\n", target );
10542 funcs->ext.p_glSelectTextureSGIS( target );
10545 static void WINAPI glSeparableFilter2D( GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* row, const void* column ) {
10546 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10547 TRACE("(%d, %d, %d, %d, %d, %d, %p, %p)\n", target, internalformat, width, height, format, type, row, column );
10548 funcs->ext.p_glSeparableFilter2D( target, internalformat, width, height, format, type, row, column );
10551 static void WINAPI glSeparableFilter2DEXT( GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* row, const void* column ) {
10552 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10553 TRACE("(%d, %d, %d, %d, %d, %d, %p, %p)\n", target, internalformat, width, height, format, type, row, column );
10554 funcs->ext.p_glSeparableFilter2DEXT( target, internalformat, width, height, format, type, row, column );
10557 static void WINAPI glSetFenceAPPLE( GLuint fence ) {
10558 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10559 TRACE("(%d)\n", fence );
10560 funcs->ext.p_glSetFenceAPPLE( fence );
10563 static void WINAPI glSetFenceNV( GLuint fence, GLenum condition ) {
10564 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10565 TRACE("(%d, %d)\n", fence, condition );
10566 funcs->ext.p_glSetFenceNV( fence, condition );
10569 static void WINAPI glSetFragmentShaderConstantATI( GLuint dst, const GLfloat* value ) {
10570 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10571 TRACE("(%d, %p)\n", dst, value );
10572 funcs->ext.p_glSetFragmentShaderConstantATI( dst, value );
10575 static void WINAPI glSetInvariantEXT( GLuint id, GLenum type, const void* addr ) {
10576 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10577 TRACE("(%d, %d, %p)\n", id, type, addr );
10578 funcs->ext.p_glSetInvariantEXT( id, type, addr );
10581 static void WINAPI glSetLocalConstantEXT( GLuint id, GLenum type, const void* addr ) {
10582 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10583 TRACE("(%d, %d, %p)\n", id, type, addr );
10584 funcs->ext.p_glSetLocalConstantEXT( id, type, addr );
10587 static void WINAPI glSetMultisamplefvAMD( GLenum pname, GLuint index, const GLfloat* val ) {
10588 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10589 TRACE("(%d, %d, %p)\n", pname, index, val );
10590 funcs->ext.p_glSetMultisamplefvAMD( pname, index, val );
10593 static void WINAPI glShaderBinary( GLsizei count, const GLuint* shaders, GLenum binaryformat, const void* binary, GLsizei length ) {
10594 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10595 TRACE("(%d, %p, %d, %p, %d)\n", count, shaders, binaryformat, binary, length );
10596 funcs->ext.p_glShaderBinary( count, shaders, binaryformat, binary, length );
10599 static void WINAPI glShaderOp1EXT( GLenum op, GLuint res, GLuint arg1 ) {
10600 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10601 TRACE("(%d, %d, %d)\n", op, res, arg1 );
10602 funcs->ext.p_glShaderOp1EXT( op, res, arg1 );
10605 static void WINAPI glShaderOp2EXT( GLenum op, GLuint res, GLuint arg1, GLuint arg2 ) {
10606 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10607 TRACE("(%d, %d, %d, %d)\n", op, res, arg1, arg2 );
10608 funcs->ext.p_glShaderOp2EXT( op, res, arg1, arg2 );
10611 static void WINAPI glShaderOp3EXT( GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3 ) {
10612 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10613 TRACE("(%d, %d, %d, %d, %d)\n", op, res, arg1, arg2, arg3 );
10614 funcs->ext.p_glShaderOp3EXT( op, res, arg1, arg2, arg3 );
10617 static void WINAPI glShaderSource( GLuint shader, GLsizei count, const GLchar*const* string, const GLint* length ) {
10618 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10619 TRACE("(%d, %d, %p, %p)\n", shader, count, string, length );
10620 funcs->ext.p_glShaderSource( shader, count, string, length );
10623 static void WINAPI glShaderSourceARB( GLhandleARB shaderObj, GLsizei count, const GLcharARB** string, const GLint* length ) {
10624 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10625 TRACE("(%d, %d, %p, %p)\n", shaderObj, count, string, length );
10626 funcs->ext.p_glShaderSourceARB( shaderObj, count, string, length );
10629 static void WINAPI glShaderStorageBlockBinding( GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding ) {
10630 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10631 TRACE("(%d, %d, %d)\n", program, storageBlockIndex, storageBlockBinding );
10632 funcs->ext.p_glShaderStorageBlockBinding( program, storageBlockIndex, storageBlockBinding );
10635 static void WINAPI glSharpenTexFuncSGIS( GLenum target, GLsizei n, const GLfloat* points ) {
10636 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10637 TRACE("(%d, %d, %p)\n", target, n, points );
10638 funcs->ext.p_glSharpenTexFuncSGIS( target, n, points );
10641 static void WINAPI glSpriteParameterfSGIX( GLenum pname, GLfloat param ) {
10642 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10643 TRACE("(%d, %f)\n", pname, param );
10644 funcs->ext.p_glSpriteParameterfSGIX( pname, param );
10647 static void WINAPI glSpriteParameterfvSGIX( GLenum pname, const GLfloat* params ) {
10648 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10649 TRACE("(%d, %p)\n", pname, params );
10650 funcs->ext.p_glSpriteParameterfvSGIX( pname, params );
10653 static void WINAPI glSpriteParameteriSGIX( GLenum pname, GLint param ) {
10654 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10655 TRACE("(%d, %d)\n", pname, param );
10656 funcs->ext.p_glSpriteParameteriSGIX( pname, param );
10659 static void WINAPI glSpriteParameterivSGIX( GLenum pname, const GLint* params ) {
10660 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10661 TRACE("(%d, %p)\n", pname, params );
10662 funcs->ext.p_glSpriteParameterivSGIX( pname, params );
10665 static void WINAPI glStartInstrumentsSGIX( void ) {
10666 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10667 TRACE("()\n");
10668 funcs->ext.p_glStartInstrumentsSGIX( );
10671 static void WINAPI glStencilClearTagEXT( GLsizei stencilTagBits, GLuint stencilClearTag ) {
10672 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10673 TRACE("(%d, %d)\n", stencilTagBits, stencilClearTag );
10674 funcs->ext.p_glStencilClearTagEXT( stencilTagBits, stencilClearTag );
10677 static void WINAPI glStencilFillPathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat* transformValues ) {
10678 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10679 TRACE("(%d, %d, %p, %d, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, fillMode, mask, transformType, transformValues );
10680 funcs->ext.p_glStencilFillPathInstancedNV( numPaths, pathNameType, paths, pathBase, fillMode, mask, transformType, transformValues );
10683 static void WINAPI glStencilFillPathNV( GLuint path, GLenum fillMode, GLuint mask ) {
10684 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10685 TRACE("(%d, %d, %d)\n", path, fillMode, mask );
10686 funcs->ext.p_glStencilFillPathNV( path, fillMode, mask );
10689 static void WINAPI glStencilFuncSeparate( GLenum face, GLenum func, GLint ref, GLuint mask ) {
10690 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10691 TRACE("(%d, %d, %d, %d)\n", face, func, ref, mask );
10692 funcs->ext.p_glStencilFuncSeparate( face, func, ref, mask );
10695 static void WINAPI glStencilFuncSeparateATI( GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask ) {
10696 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10697 TRACE("(%d, %d, %d, %d)\n", frontfunc, backfunc, ref, mask );
10698 funcs->ext.p_glStencilFuncSeparateATI( frontfunc, backfunc, ref, mask );
10701 static void WINAPI glStencilMaskSeparate( GLenum face, GLuint mask ) {
10702 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10703 TRACE("(%d, %d)\n", face, mask );
10704 funcs->ext.p_glStencilMaskSeparate( face, mask );
10707 static void WINAPI glStencilOpSeparate( GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass ) {
10708 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10709 TRACE("(%d, %d, %d, %d)\n", face, sfail, dpfail, dppass );
10710 funcs->ext.p_glStencilOpSeparate( face, sfail, dpfail, dppass );
10713 static void WINAPI glStencilOpSeparateATI( GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass ) {
10714 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10715 TRACE("(%d, %d, %d, %d)\n", face, sfail, dpfail, dppass );
10716 funcs->ext.p_glStencilOpSeparateATI( face, sfail, dpfail, dppass );
10719 static void WINAPI glStencilOpValueAMD( GLenum face, GLuint value ) {
10720 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10721 TRACE("(%d, %d)\n", face, value );
10722 funcs->ext.p_glStencilOpValueAMD( face, value );
10725 static void WINAPI glStencilStrokePathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat* transformValues ) {
10726 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10727 TRACE("(%d, %d, %p, %d, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, reference, mask, transformType, transformValues );
10728 funcs->ext.p_glStencilStrokePathInstancedNV( numPaths, pathNameType, paths, pathBase, reference, mask, transformType, transformValues );
10731 static void WINAPI glStencilStrokePathNV( GLuint path, GLint reference, GLuint mask ) {
10732 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10733 TRACE("(%d, %d, %d)\n", path, reference, mask );
10734 funcs->ext.p_glStencilStrokePathNV( path, reference, mask );
10737 static void WINAPI glStencilThenCoverFillPathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat* transformValues ) {
10738 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10739 TRACE("(%d, %d, %p, %d, %d, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, fillMode, mask, coverMode, transformType, transformValues );
10740 funcs->ext.p_glStencilThenCoverFillPathInstancedNV( numPaths, pathNameType, paths, pathBase, fillMode, mask, coverMode, transformType, transformValues );
10743 static void WINAPI glStencilThenCoverFillPathNV( GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode ) {
10744 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10745 TRACE("(%d, %d, %d, %d)\n", path, fillMode, mask, coverMode );
10746 funcs->ext.p_glStencilThenCoverFillPathNV( path, fillMode, mask, coverMode );
10749 static void WINAPI glStencilThenCoverStrokePathInstancedNV( GLsizei numPaths, GLenum pathNameType, const void* paths, GLuint pathBase, GLint reference, GLuint mask, GLenum coverMode, GLenum transformType, const GLfloat* transformValues ) {
10750 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10751 TRACE("(%d, %d, %p, %d, %d, %d, %d, %d, %p)\n", numPaths, pathNameType, paths, pathBase, reference, mask, coverMode, transformType, transformValues );
10752 funcs->ext.p_glStencilThenCoverStrokePathInstancedNV( numPaths, pathNameType, paths, pathBase, reference, mask, coverMode, transformType, transformValues );
10755 static void WINAPI glStencilThenCoverStrokePathNV( GLuint path, GLint reference, GLuint mask, GLenum coverMode ) {
10756 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10757 TRACE("(%d, %d, %d, %d)\n", path, reference, mask, coverMode );
10758 funcs->ext.p_glStencilThenCoverStrokePathNV( path, reference, mask, coverMode );
10761 static void WINAPI glStopInstrumentsSGIX( GLint marker ) {
10762 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10763 TRACE("(%d)\n", marker );
10764 funcs->ext.p_glStopInstrumentsSGIX( marker );
10767 static void WINAPI glStringMarkerGREMEDY( GLsizei len, const void* string ) {
10768 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10769 TRACE("(%d, %p)\n", len, string );
10770 funcs->ext.p_glStringMarkerGREMEDY( len, string );
10773 static void WINAPI glSubpixelPrecisionBiasNV( GLuint xbits, GLuint ybits ) {
10774 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10775 TRACE("(%d, %d)\n", xbits, ybits );
10776 funcs->ext.p_glSubpixelPrecisionBiasNV( xbits, ybits );
10779 static void WINAPI glSwizzleEXT( GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW ) {
10780 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10781 TRACE("(%d, %d, %d, %d, %d, %d)\n", res, in, outX, outY, outZ, outW );
10782 funcs->ext.p_glSwizzleEXT( res, in, outX, outY, outZ, outW );
10785 static void WINAPI glSyncTextureINTEL( GLuint texture ) {
10786 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10787 TRACE("(%d)\n", texture );
10788 funcs->ext.p_glSyncTextureINTEL( texture );
10791 static void WINAPI glTagSampleBufferSGIX( void ) {
10792 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10793 TRACE("()\n");
10794 funcs->ext.p_glTagSampleBufferSGIX( );
10797 static void WINAPI glTangent3bEXT( GLbyte tx, GLbyte ty, GLbyte tz ) {
10798 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10799 TRACE("(%d, %d, %d)\n", tx, ty, tz );
10800 funcs->ext.p_glTangent3bEXT( tx, ty, tz );
10803 static void WINAPI glTangent3bvEXT( const GLbyte* v ) {
10804 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10805 TRACE("(%p)\n", v );
10806 funcs->ext.p_glTangent3bvEXT( v );
10809 static void WINAPI glTangent3dEXT( GLdouble tx, GLdouble ty, GLdouble tz ) {
10810 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10811 TRACE("(%f, %f, %f)\n", tx, ty, tz );
10812 funcs->ext.p_glTangent3dEXT( tx, ty, tz );
10815 static void WINAPI glTangent3dvEXT( const GLdouble* v ) {
10816 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10817 TRACE("(%p)\n", v );
10818 funcs->ext.p_glTangent3dvEXT( v );
10821 static void WINAPI glTangent3fEXT( GLfloat tx, GLfloat ty, GLfloat tz ) {
10822 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10823 TRACE("(%f, %f, %f)\n", tx, ty, tz );
10824 funcs->ext.p_glTangent3fEXT( tx, ty, tz );
10827 static void WINAPI glTangent3fvEXT( const GLfloat* v ) {
10828 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10829 TRACE("(%p)\n", v );
10830 funcs->ext.p_glTangent3fvEXT( v );
10833 static void WINAPI glTangent3iEXT( GLint tx, GLint ty, GLint tz ) {
10834 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10835 TRACE("(%d, %d, %d)\n", tx, ty, tz );
10836 funcs->ext.p_glTangent3iEXT( tx, ty, tz );
10839 static void WINAPI glTangent3ivEXT( const GLint* v ) {
10840 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10841 TRACE("(%p)\n", v );
10842 funcs->ext.p_glTangent3ivEXT( v );
10845 static void WINAPI glTangent3sEXT( GLshort tx, GLshort ty, GLshort tz ) {
10846 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10847 TRACE("(%d, %d, %d)\n", tx, ty, tz );
10848 funcs->ext.p_glTangent3sEXT( tx, ty, tz );
10851 static void WINAPI glTangent3svEXT( const GLshort* v ) {
10852 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10853 TRACE("(%p)\n", v );
10854 funcs->ext.p_glTangent3svEXT( v );
10857 static void WINAPI glTangentPointerEXT( GLenum type, GLsizei stride, const void* pointer ) {
10858 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10859 TRACE("(%d, %d, %p)\n", type, stride, pointer );
10860 funcs->ext.p_glTangentPointerEXT( type, stride, pointer );
10863 static void WINAPI glTbufferMask3DFX( GLuint mask ) {
10864 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10865 TRACE("(%d)\n", mask );
10866 funcs->ext.p_glTbufferMask3DFX( mask );
10869 static void WINAPI glTessellationFactorAMD( GLfloat factor ) {
10870 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10871 TRACE("(%f)\n", factor );
10872 funcs->ext.p_glTessellationFactorAMD( factor );
10875 static void WINAPI glTessellationModeAMD( GLenum mode ) {
10876 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10877 TRACE("(%d)\n", mode );
10878 funcs->ext.p_glTessellationModeAMD( mode );
10881 static GLboolean WINAPI glTestFenceAPPLE( GLuint fence ) {
10882 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10883 TRACE("(%d)\n", fence );
10884 return funcs->ext.p_glTestFenceAPPLE( fence );
10887 static GLboolean WINAPI glTestFenceNV( GLuint fence ) {
10888 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10889 TRACE("(%d)\n", fence );
10890 return funcs->ext.p_glTestFenceNV( fence );
10893 static GLboolean WINAPI glTestObjectAPPLE( GLenum object, GLuint name ) {
10894 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10895 TRACE("(%d, %d)\n", object, name );
10896 return funcs->ext.p_glTestObjectAPPLE( object, name );
10899 static void WINAPI glTexBuffer( GLenum target, GLenum internalformat, GLuint buffer ) {
10900 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10901 TRACE("(%d, %d, %d)\n", target, internalformat, buffer );
10902 funcs->ext.p_glTexBuffer( target, internalformat, buffer );
10905 static void WINAPI glTexBufferARB( GLenum target, GLenum internalformat, GLuint buffer ) {
10906 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10907 TRACE("(%d, %d, %d)\n", target, internalformat, buffer );
10908 funcs->ext.p_glTexBufferARB( target, internalformat, buffer );
10911 static void WINAPI glTexBufferEXT( GLenum target, GLenum internalformat, GLuint buffer ) {
10912 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10913 TRACE("(%d, %d, %d)\n", target, internalformat, buffer );
10914 funcs->ext.p_glTexBufferEXT( target, internalformat, buffer );
10917 static void WINAPI glTexBufferRange( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size ) {
10918 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10919 TRACE("(%d, %d, %d, %ld, %ld)\n", target, internalformat, buffer, offset, size );
10920 funcs->ext.p_glTexBufferRange( target, internalformat, buffer, offset, size );
10923 static void WINAPI glTexBumpParameterfvATI( GLenum pname, const GLfloat* param ) {
10924 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10925 TRACE("(%d, %p)\n", pname, param );
10926 funcs->ext.p_glTexBumpParameterfvATI( pname, param );
10929 static void WINAPI glTexBumpParameterivATI( GLenum pname, const GLint* param ) {
10930 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10931 TRACE("(%d, %p)\n", pname, param );
10932 funcs->ext.p_glTexBumpParameterivATI( pname, param );
10935 static void WINAPI glTexCoord1bOES( GLbyte s ) {
10936 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10937 TRACE("(%d)\n", s );
10938 funcs->ext.p_glTexCoord1bOES( s );
10941 static void WINAPI glTexCoord1bvOES( const GLbyte* coords ) {
10942 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10943 TRACE("(%p)\n", coords );
10944 funcs->ext.p_glTexCoord1bvOES( coords );
10947 static void WINAPI glTexCoord1hNV( GLhalfNV s ) {
10948 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10949 TRACE("(%d)\n", s );
10950 funcs->ext.p_glTexCoord1hNV( s );
10953 static void WINAPI glTexCoord1hvNV( const GLhalfNV* v ) {
10954 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10955 TRACE("(%p)\n", v );
10956 funcs->ext.p_glTexCoord1hvNV( v );
10959 static void WINAPI glTexCoord1xOES( GLfixed s ) {
10960 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10961 TRACE("(%d)\n", s );
10962 funcs->ext.p_glTexCoord1xOES( s );
10965 static void WINAPI glTexCoord1xvOES( const GLfixed* coords ) {
10966 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10967 TRACE("(%p)\n", coords );
10968 funcs->ext.p_glTexCoord1xvOES( coords );
10971 static void WINAPI glTexCoord2bOES( GLbyte s, GLbyte t ) {
10972 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10973 TRACE("(%d, %d)\n", s, t );
10974 funcs->ext.p_glTexCoord2bOES( s, t );
10977 static void WINAPI glTexCoord2bvOES( const GLbyte* coords ) {
10978 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10979 TRACE("(%p)\n", coords );
10980 funcs->ext.p_glTexCoord2bvOES( coords );
10983 static void WINAPI glTexCoord2fColor3fVertex3fSUN( GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z ) {
10984 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10985 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f)\n", s, t, r, g, b, x, y, z );
10986 funcs->ext.p_glTexCoord2fColor3fVertex3fSUN( s, t, r, g, b, x, y, z );
10989 static void WINAPI glTexCoord2fColor3fVertex3fvSUN( const GLfloat* tc, const GLfloat* c, const GLfloat* v ) {
10990 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10991 TRACE("(%p, %p, %p)\n", tc, c, v );
10992 funcs->ext.p_glTexCoord2fColor3fVertex3fvSUN( tc, c, v );
10995 static void WINAPI glTexCoord2fColor4fNormal3fVertex3fSUN( GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
10996 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
10997 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", s, t, r, g, b, a, nx, ny, nz, x, y, z );
10998 funcs->ext.p_glTexCoord2fColor4fNormal3fVertex3fSUN( s, t, r, g, b, a, nx, ny, nz, x, y, z );
11001 static void WINAPI glTexCoord2fColor4fNormal3fVertex3fvSUN( const GLfloat* tc, const GLfloat* c, const GLfloat* n, const GLfloat* v ) {
11002 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11003 TRACE("(%p, %p, %p, %p)\n", tc, c, n, v );
11004 funcs->ext.p_glTexCoord2fColor4fNormal3fVertex3fvSUN( tc, c, n, v );
11007 static void WINAPI glTexCoord2fColor4ubVertex3fSUN( GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z ) {
11008 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11009 TRACE("(%f, %f, %d, %d, %d, %d, %f, %f, %f)\n", s, t, r, g, b, a, x, y, z );
11010 funcs->ext.p_glTexCoord2fColor4ubVertex3fSUN( s, t, r, g, b, a, x, y, z );
11013 static void WINAPI glTexCoord2fColor4ubVertex3fvSUN( const GLfloat* tc, const GLubyte* c, const GLfloat* v ) {
11014 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11015 TRACE("(%p, %p, %p)\n", tc, c, v );
11016 funcs->ext.p_glTexCoord2fColor4ubVertex3fvSUN( tc, c, v );
11019 static void WINAPI glTexCoord2fNormal3fVertex3fSUN( GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z ) {
11020 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11021 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f)\n", s, t, nx, ny, nz, x, y, z );
11022 funcs->ext.p_glTexCoord2fNormal3fVertex3fSUN( s, t, nx, ny, nz, x, y, z );
11025 static void WINAPI glTexCoord2fNormal3fVertex3fvSUN( const GLfloat* tc, const GLfloat* n, const GLfloat* v ) {
11026 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11027 TRACE("(%p, %p, %p)\n", tc, n, v );
11028 funcs->ext.p_glTexCoord2fNormal3fVertex3fvSUN( tc, n, v );
11031 static void WINAPI glTexCoord2fVertex3fSUN( GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z ) {
11032 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11033 TRACE("(%f, %f, %f, %f, %f)\n", s, t, x, y, z );
11034 funcs->ext.p_glTexCoord2fVertex3fSUN( s, t, x, y, z );
11037 static void WINAPI glTexCoord2fVertex3fvSUN( const GLfloat* tc, const GLfloat* v ) {
11038 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11039 TRACE("(%p, %p)\n", tc, v );
11040 funcs->ext.p_glTexCoord2fVertex3fvSUN( tc, v );
11043 static void WINAPI glTexCoord2hNV( GLhalfNV s, GLhalfNV t ) {
11044 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11045 TRACE("(%d, %d)\n", s, t );
11046 funcs->ext.p_glTexCoord2hNV( s, t );
11049 static void WINAPI glTexCoord2hvNV( const GLhalfNV* v ) {
11050 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11051 TRACE("(%p)\n", v );
11052 funcs->ext.p_glTexCoord2hvNV( v );
11055 static void WINAPI glTexCoord2xOES( GLfixed s, GLfixed t ) {
11056 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11057 TRACE("(%d, %d)\n", s, t );
11058 funcs->ext.p_glTexCoord2xOES( s, t );
11061 static void WINAPI glTexCoord2xvOES( const GLfixed* coords ) {
11062 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11063 TRACE("(%p)\n", coords );
11064 funcs->ext.p_glTexCoord2xvOES( coords );
11067 static void WINAPI glTexCoord3bOES( GLbyte s, GLbyte t, GLbyte r ) {
11068 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11069 TRACE("(%d, %d, %d)\n", s, t, r );
11070 funcs->ext.p_glTexCoord3bOES( s, t, r );
11073 static void WINAPI glTexCoord3bvOES( const GLbyte* coords ) {
11074 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11075 TRACE("(%p)\n", coords );
11076 funcs->ext.p_glTexCoord3bvOES( coords );
11079 static void WINAPI glTexCoord3hNV( GLhalfNV s, GLhalfNV t, GLhalfNV r ) {
11080 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11081 TRACE("(%d, %d, %d)\n", s, t, r );
11082 funcs->ext.p_glTexCoord3hNV( s, t, r );
11085 static void WINAPI glTexCoord3hvNV( const GLhalfNV* v ) {
11086 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11087 TRACE("(%p)\n", v );
11088 funcs->ext.p_glTexCoord3hvNV( v );
11091 static void WINAPI glTexCoord3xOES( GLfixed s, GLfixed t, GLfixed r ) {
11092 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11093 TRACE("(%d, %d, %d)\n", s, t, r );
11094 funcs->ext.p_glTexCoord3xOES( s, t, r );
11097 static void WINAPI glTexCoord3xvOES( const GLfixed* coords ) {
11098 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11099 TRACE("(%p)\n", coords );
11100 funcs->ext.p_glTexCoord3xvOES( coords );
11103 static void WINAPI glTexCoord4bOES( GLbyte s, GLbyte t, GLbyte r, GLbyte q ) {
11104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11105 TRACE("(%d, %d, %d, %d)\n", s, t, r, q );
11106 funcs->ext.p_glTexCoord4bOES( s, t, r, q );
11109 static void WINAPI glTexCoord4bvOES( const GLbyte* coords ) {
11110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11111 TRACE("(%p)\n", coords );
11112 funcs->ext.p_glTexCoord4bvOES( coords );
11115 static void WINAPI glTexCoord4fColor4fNormal3fVertex4fSUN( GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
11116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11117 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)\n", s, t, p, q, r, g, b, a, nx, ny, nz, x, y, z, w );
11118 funcs->ext.p_glTexCoord4fColor4fNormal3fVertex4fSUN( s, t, p, q, r, g, b, a, nx, ny, nz, x, y, z, w );
11121 static void WINAPI glTexCoord4fColor4fNormal3fVertex4fvSUN( const GLfloat* tc, const GLfloat* c, const GLfloat* n, const GLfloat* v ) {
11122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11123 TRACE("(%p, %p, %p, %p)\n", tc, c, n, v );
11124 funcs->ext.p_glTexCoord4fColor4fNormal3fVertex4fvSUN( tc, c, n, v );
11127 static void WINAPI glTexCoord4fVertex4fSUN( GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
11128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11129 TRACE("(%f, %f, %f, %f, %f, %f, %f, %f)\n", s, t, p, q, x, y, z, w );
11130 funcs->ext.p_glTexCoord4fVertex4fSUN( s, t, p, q, x, y, z, w );
11133 static void WINAPI glTexCoord4fVertex4fvSUN( const GLfloat* tc, const GLfloat* v ) {
11134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11135 TRACE("(%p, %p)\n", tc, v );
11136 funcs->ext.p_glTexCoord4fVertex4fvSUN( tc, v );
11139 static void WINAPI glTexCoord4hNV( GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q ) {
11140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11141 TRACE("(%d, %d, %d, %d)\n", s, t, r, q );
11142 funcs->ext.p_glTexCoord4hNV( s, t, r, q );
11145 static void WINAPI glTexCoord4hvNV( const GLhalfNV* v ) {
11146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11147 TRACE("(%p)\n", v );
11148 funcs->ext.p_glTexCoord4hvNV( v );
11151 static void WINAPI glTexCoord4xOES( GLfixed s, GLfixed t, GLfixed r, GLfixed q ) {
11152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11153 TRACE("(%d, %d, %d, %d)\n", s, t, r, q );
11154 funcs->ext.p_glTexCoord4xOES( s, t, r, q );
11157 static void WINAPI glTexCoord4xvOES( const GLfixed* coords ) {
11158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11159 TRACE("(%p)\n", coords );
11160 funcs->ext.p_glTexCoord4xvOES( coords );
11163 static void WINAPI glTexCoordFormatNV( GLint size, GLenum type, GLsizei stride ) {
11164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11165 TRACE("(%d, %d, %d)\n", size, type, stride );
11166 funcs->ext.p_glTexCoordFormatNV( size, type, stride );
11169 static void WINAPI glTexCoordP1ui( GLenum type, GLuint coords ) {
11170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11171 TRACE("(%d, %d)\n", type, coords );
11172 funcs->ext.p_glTexCoordP1ui( type, coords );
11175 static void WINAPI glTexCoordP1uiv( GLenum type, const GLuint* coords ) {
11176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11177 TRACE("(%d, %p)\n", type, coords );
11178 funcs->ext.p_glTexCoordP1uiv( type, coords );
11181 static void WINAPI glTexCoordP2ui( GLenum type, GLuint coords ) {
11182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11183 TRACE("(%d, %d)\n", type, coords );
11184 funcs->ext.p_glTexCoordP2ui( type, coords );
11187 static void WINAPI glTexCoordP2uiv( GLenum type, const GLuint* coords ) {
11188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11189 TRACE("(%d, %p)\n", type, coords );
11190 funcs->ext.p_glTexCoordP2uiv( type, coords );
11193 static void WINAPI glTexCoordP3ui( GLenum type, GLuint coords ) {
11194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11195 TRACE("(%d, %d)\n", type, coords );
11196 funcs->ext.p_glTexCoordP3ui( type, coords );
11199 static void WINAPI glTexCoordP3uiv( GLenum type, const GLuint* coords ) {
11200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11201 TRACE("(%d, %p)\n", type, coords );
11202 funcs->ext.p_glTexCoordP3uiv( type, coords );
11205 static void WINAPI glTexCoordP4ui( GLenum type, GLuint coords ) {
11206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11207 TRACE("(%d, %d)\n", type, coords );
11208 funcs->ext.p_glTexCoordP4ui( type, coords );
11211 static void WINAPI glTexCoordP4uiv( GLenum type, const GLuint* coords ) {
11212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11213 TRACE("(%d, %p)\n", type, coords );
11214 funcs->ext.p_glTexCoordP4uiv( type, coords );
11217 static void WINAPI glTexCoordPointerEXT( GLint size, GLenum type, GLsizei stride, GLsizei count, const void* pointer ) {
11218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11219 TRACE("(%d, %d, %d, %d, %p)\n", size, type, stride, count, pointer );
11220 funcs->ext.p_glTexCoordPointerEXT( size, type, stride, count, pointer );
11223 static void WINAPI glTexCoordPointerListIBM( GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
11224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11225 TRACE("(%d, %d, %d, %p, %d)\n", size, type, stride, pointer, ptrstride );
11226 funcs->ext.p_glTexCoordPointerListIBM( size, type, stride, pointer, ptrstride );
11229 static void WINAPI glTexCoordPointervINTEL( GLint size, GLenum type, const void** pointer ) {
11230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11231 TRACE("(%d, %d, %p)\n", size, type, pointer );
11232 funcs->ext.p_glTexCoordPointervINTEL( size, type, pointer );
11235 static void WINAPI glTexEnvxOES( GLenum target, GLenum pname, GLfixed param ) {
11236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11237 TRACE("(%d, %d, %d)\n", target, pname, param );
11238 funcs->ext.p_glTexEnvxOES( target, pname, param );
11241 static void WINAPI glTexEnvxvOES( GLenum target, GLenum pname, const GLfixed* params ) {
11242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11243 TRACE("(%d, %d, %p)\n", target, pname, params );
11244 funcs->ext.p_glTexEnvxvOES( target, pname, params );
11247 static void WINAPI glTexFilterFuncSGIS( GLenum target, GLenum filter, GLsizei n, const GLfloat* weights ) {
11248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11249 TRACE("(%d, %d, %d, %p)\n", target, filter, n, weights );
11250 funcs->ext.p_glTexFilterFuncSGIS( target, filter, n, weights );
11253 static void WINAPI glTexGenxOES( GLenum coord, GLenum pname, GLfixed param ) {
11254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11255 TRACE("(%d, %d, %d)\n", coord, pname, param );
11256 funcs->ext.p_glTexGenxOES( coord, pname, param );
11259 static void WINAPI glTexGenxvOES( GLenum coord, GLenum pname, const GLfixed* params ) {
11260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11261 TRACE("(%d, %d, %p)\n", coord, pname, params );
11262 funcs->ext.p_glTexGenxvOES( coord, pname, params );
11265 static void WINAPI glTexImage2DMultisample( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations ) {
11266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11267 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height, fixedsamplelocations );
11268 funcs->ext.p_glTexImage2DMultisample( target, samples, internalformat, width, height, fixedsamplelocations );
11271 static void WINAPI glTexImage2DMultisampleCoverageNV( GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations ) {
11272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11273 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations );
11274 funcs->ext.p_glTexImage2DMultisampleCoverageNV( target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations );
11277 static void WINAPI glTexImage3D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* pixels ) {
11278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11279 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, depth, border, format, type, pixels );
11280 funcs->ext.p_glTexImage3D( target, level, internalformat, width, height, depth, border, format, type, pixels );
11283 static void WINAPI glTexImage3DEXT( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* pixels ) {
11284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11285 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, depth, border, format, type, pixels );
11286 funcs->ext.p_glTexImage3DEXT( target, level, internalformat, width, height, depth, border, format, type, pixels );
11289 static void WINAPI glTexImage3DMultisample( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) {
11290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11291 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height, depth, fixedsamplelocations );
11292 funcs->ext.p_glTexImage3DMultisample( target, samples, internalformat, width, height, depth, fixedsamplelocations );
11295 static void WINAPI glTexImage3DMultisampleCoverageNV( GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations ) {
11296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11297 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations );
11298 funcs->ext.p_glTexImage3DMultisampleCoverageNV( target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations );
11301 static void WINAPI glTexImage4DSGIS( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const void* pixels ) {
11302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11303 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, internalformat, width, height, depth, size4d, border, format, type, pixels );
11304 funcs->ext.p_glTexImage4DSGIS( target, level, internalformat, width, height, depth, size4d, border, format, type, pixels );
11307 static void WINAPI glTexPageCommitmentARB( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean resident ) {
11308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11309 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", target, level, xoffset, yoffset, zoffset, width, height, depth, resident );
11310 funcs->ext.p_glTexPageCommitmentARB( target, level, xoffset, yoffset, zoffset, width, height, depth, resident );
11313 static void WINAPI glTexParameterIiv( GLenum target, GLenum pname, const GLint* params ) {
11314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11315 TRACE("(%d, %d, %p)\n", target, pname, params );
11316 funcs->ext.p_glTexParameterIiv( target, pname, params );
11319 static void WINAPI glTexParameterIivEXT( GLenum target, GLenum pname, const GLint* params ) {
11320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11321 TRACE("(%d, %d, %p)\n", target, pname, params );
11322 funcs->ext.p_glTexParameterIivEXT( target, pname, params );
11325 static void WINAPI glTexParameterIuiv( GLenum target, GLenum pname, const GLuint* params ) {
11326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11327 TRACE("(%d, %d, %p)\n", target, pname, params );
11328 funcs->ext.p_glTexParameterIuiv( target, pname, params );
11331 static void WINAPI glTexParameterIuivEXT( GLenum target, GLenum pname, const GLuint* params ) {
11332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11333 TRACE("(%d, %d, %p)\n", target, pname, params );
11334 funcs->ext.p_glTexParameterIuivEXT( target, pname, params );
11337 static void WINAPI glTexParameterxOES( GLenum target, GLenum pname, GLfixed param ) {
11338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11339 TRACE("(%d, %d, %d)\n", target, pname, param );
11340 funcs->ext.p_glTexParameterxOES( target, pname, param );
11343 static void WINAPI glTexParameterxvOES( GLenum target, GLenum pname, const GLfixed* params ) {
11344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11345 TRACE("(%d, %d, %p)\n", target, pname, params );
11346 funcs->ext.p_glTexParameterxvOES( target, pname, params );
11349 static void WINAPI glTexRenderbufferNV( GLenum target, GLuint renderbuffer ) {
11350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11351 TRACE("(%d, %d)\n", target, renderbuffer );
11352 funcs->ext.p_glTexRenderbufferNV( target, renderbuffer );
11355 static void WINAPI glTexStorage1D( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width ) {
11356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11357 TRACE("(%d, %d, %d, %d)\n", target, levels, internalformat, width );
11358 funcs->ext.p_glTexStorage1D( target, levels, internalformat, width );
11361 static void WINAPI glTexStorage2D( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height ) {
11362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11363 TRACE("(%d, %d, %d, %d, %d)\n", target, levels, internalformat, width, height );
11364 funcs->ext.p_glTexStorage2D( target, levels, internalformat, width, height );
11367 static void WINAPI glTexStorage2DMultisample( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations ) {
11368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11369 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height, fixedsamplelocations );
11370 funcs->ext.p_glTexStorage2DMultisample( target, samples, internalformat, width, height, fixedsamplelocations );
11373 static void WINAPI glTexStorage3D( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth ) {
11374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11375 TRACE("(%d, %d, %d, %d, %d, %d)\n", target, levels, internalformat, width, height, depth );
11376 funcs->ext.p_glTexStorage3D( target, levels, internalformat, width, height, depth );
11379 static void WINAPI glTexStorage3DMultisample( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) {
11380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11381 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", target, samples, internalformat, width, height, depth, fixedsamplelocations );
11382 funcs->ext.p_glTexStorage3DMultisample( target, samples, internalformat, width, height, depth, fixedsamplelocations );
11385 static void WINAPI glTexStorageSparseAMD( GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags ) {
11386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11387 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", target, internalFormat, width, height, depth, layers, flags );
11388 funcs->ext.p_glTexStorageSparseAMD( target, internalFormat, width, height, depth, layers, flags );
11391 static void WINAPI glTexSubImage1DEXT( GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void* pixels ) {
11392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11393 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, width, format, type, pixels );
11394 funcs->ext.p_glTexSubImage1DEXT( target, level, xoffset, width, format, type, pixels );
11397 static void WINAPI glTexSubImage2DEXT( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels ) {
11398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11399 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, width, height, format, type, pixels );
11400 funcs->ext.p_glTexSubImage2DEXT( target, level, xoffset, yoffset, width, height, format, type, pixels );
11403 static void WINAPI glTexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* pixels ) {
11404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11405 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11406 funcs->ext.p_glTexSubImage3D( target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11409 static void WINAPI glTexSubImage3DEXT( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* pixels ) {
11410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11411 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11412 funcs->ext.p_glTexSubImage3DEXT( target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11415 static void WINAPI glTexSubImage4DSGIS( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const void* pixels ) {
11416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11417 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", target, level, xoffset, yoffset, zoffset, woffset, width, height, depth, size4d, format, type, pixels );
11418 funcs->ext.p_glTexSubImage4DSGIS( target, level, xoffset, yoffset, zoffset, woffset, width, height, depth, size4d, format, type, pixels );
11421 static void WINAPI glTextureBarrier( void ) {
11422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11423 TRACE("()\n");
11424 funcs->ext.p_glTextureBarrier( );
11427 static void WINAPI glTextureBarrierNV( void ) {
11428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11429 TRACE("()\n");
11430 funcs->ext.p_glTextureBarrierNV( );
11433 static void WINAPI glTextureBuffer( GLuint texture, GLenum internalformat, GLuint buffer ) {
11434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11435 TRACE("(%d, %d, %d)\n", texture, internalformat, buffer );
11436 funcs->ext.p_glTextureBuffer( texture, internalformat, buffer );
11439 static void WINAPI glTextureBufferEXT( GLuint texture, GLenum target, GLenum internalformat, GLuint buffer ) {
11440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11441 TRACE("(%d, %d, %d, %d)\n", texture, target, internalformat, buffer );
11442 funcs->ext.p_glTextureBufferEXT( texture, target, internalformat, buffer );
11445 static void WINAPI glTextureBufferRange( GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizei size ) {
11446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11447 TRACE("(%d, %d, %d, %ld, %d)\n", texture, internalformat, buffer, offset, size );
11448 funcs->ext.p_glTextureBufferRange( texture, internalformat, buffer, offset, size );
11451 static void WINAPI glTextureBufferRangeEXT( GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size ) {
11452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11453 TRACE("(%d, %d, %d, %d, %ld, %ld)\n", texture, target, internalformat, buffer, offset, size );
11454 funcs->ext.p_glTextureBufferRangeEXT( texture, target, internalformat, buffer, offset, size );
11457 static void WINAPI glTextureColorMaskSGIS( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) {
11458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11459 TRACE("(%d, %d, %d, %d)\n", red, green, blue, alpha );
11460 funcs->ext.p_glTextureColorMaskSGIS( red, green, blue, alpha );
11463 static void WINAPI glTextureImage1DEXT( GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void* pixels ) {
11464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11465 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, border, format, type, pixels );
11466 funcs->ext.p_glTextureImage1DEXT( texture, target, level, internalformat, width, border, format, type, pixels );
11469 static void WINAPI glTextureImage2DEXT( GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels ) {
11470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11471 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, height, border, format, type, pixels );
11472 funcs->ext.p_glTextureImage2DEXT( texture, target, level, internalformat, width, height, border, format, type, pixels );
11475 static void WINAPI glTextureImage2DMultisampleCoverageNV( GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations ) {
11476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11477 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations );
11478 funcs->ext.p_glTextureImage2DMultisampleCoverageNV( texture, target, coverageSamples, colorSamples, internalFormat, width, height, fixedSampleLocations );
11481 static void WINAPI glTextureImage2DMultisampleNV( GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations ) {
11482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11483 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texture, target, samples, internalFormat, width, height, fixedSampleLocations );
11484 funcs->ext.p_glTextureImage2DMultisampleNV( texture, target, samples, internalFormat, width, height, fixedSampleLocations );
11487 static void WINAPI glTextureImage3DEXT( GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* pixels ) {
11488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11489 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, internalformat, width, height, depth, border, format, type, pixels );
11490 funcs->ext.p_glTextureImage3DEXT( texture, target, level, internalformat, width, height, depth, border, format, type, pixels );
11493 static void WINAPI glTextureImage3DMultisampleCoverageNV( GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations ) {
11494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11495 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations );
11496 funcs->ext.p_glTextureImage3DMultisampleCoverageNV( texture, target, coverageSamples, colorSamples, internalFormat, width, height, depth, fixedSampleLocations );
11499 static void WINAPI glTextureImage3DMultisampleNV( GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations ) {
11500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11501 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, samples, internalFormat, width, height, depth, fixedSampleLocations );
11502 funcs->ext.p_glTextureImage3DMultisampleNV( texture, target, samples, internalFormat, width, height, depth, fixedSampleLocations );
11505 static void WINAPI glTextureLightEXT( GLenum pname ) {
11506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11507 TRACE("(%d)\n", pname );
11508 funcs->ext.p_glTextureLightEXT( pname );
11511 static void WINAPI glTextureMaterialEXT( GLenum face, GLenum mode ) {
11512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11513 TRACE("(%d, %d)\n", face, mode );
11514 funcs->ext.p_glTextureMaterialEXT( face, mode );
11517 static void WINAPI glTextureNormalEXT( GLenum mode ) {
11518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11519 TRACE("(%d)\n", mode );
11520 funcs->ext.p_glTextureNormalEXT( mode );
11523 static void WINAPI glTexturePageCommitmentEXT( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean resident ) {
11524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11525 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, resident );
11526 funcs->ext.p_glTexturePageCommitmentEXT( texture, level, xoffset, yoffset, zoffset, width, height, depth, resident );
11529 static void WINAPI glTextureParameterIiv( GLuint texture, GLenum pname, const GLint* params ) {
11530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11531 TRACE("(%d, %d, %p)\n", texture, pname, params );
11532 funcs->ext.p_glTextureParameterIiv( texture, pname, params );
11535 static void WINAPI glTextureParameterIivEXT( GLuint texture, GLenum target, GLenum pname, const GLint* params ) {
11536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11537 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
11538 funcs->ext.p_glTextureParameterIivEXT( texture, target, pname, params );
11541 static void WINAPI glTextureParameterIuiv( GLuint texture, GLenum pname, const GLuint* params ) {
11542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11543 TRACE("(%d, %d, %p)\n", texture, pname, params );
11544 funcs->ext.p_glTextureParameterIuiv( texture, pname, params );
11547 static void WINAPI glTextureParameterIuivEXT( GLuint texture, GLenum target, GLenum pname, const GLuint* params ) {
11548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11549 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
11550 funcs->ext.p_glTextureParameterIuivEXT( texture, target, pname, params );
11553 static void WINAPI glTextureParameterf( GLuint texture, GLenum pname, GLfloat param ) {
11554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11555 TRACE("(%d, %d, %f)\n", texture, pname, param );
11556 funcs->ext.p_glTextureParameterf( texture, pname, param );
11559 static void WINAPI glTextureParameterfEXT( GLuint texture, GLenum target, GLenum pname, GLfloat param ) {
11560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11561 TRACE("(%d, %d, %d, %f)\n", texture, target, pname, param );
11562 funcs->ext.p_glTextureParameterfEXT( texture, target, pname, param );
11565 static void WINAPI glTextureParameterfv( GLuint texture, GLenum pname, const GLfloat* param ) {
11566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11567 TRACE("(%d, %d, %p)\n", texture, pname, param );
11568 funcs->ext.p_glTextureParameterfv( texture, pname, param );
11571 static void WINAPI glTextureParameterfvEXT( GLuint texture, GLenum target, GLenum pname, const GLfloat* params ) {
11572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11573 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
11574 funcs->ext.p_glTextureParameterfvEXT( texture, target, pname, params );
11577 static void WINAPI glTextureParameteri( GLuint texture, GLenum pname, GLint param ) {
11578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11579 TRACE("(%d, %d, %d)\n", texture, pname, param );
11580 funcs->ext.p_glTextureParameteri( texture, pname, param );
11583 static void WINAPI glTextureParameteriEXT( GLuint texture, GLenum target, GLenum pname, GLint param ) {
11584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11585 TRACE("(%d, %d, %d, %d)\n", texture, target, pname, param );
11586 funcs->ext.p_glTextureParameteriEXT( texture, target, pname, param );
11589 static void WINAPI glTextureParameteriv( GLuint texture, GLenum pname, const GLint* param ) {
11590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11591 TRACE("(%d, %d, %p)\n", texture, pname, param );
11592 funcs->ext.p_glTextureParameteriv( texture, pname, param );
11595 static void WINAPI glTextureParameterivEXT( GLuint texture, GLenum target, GLenum pname, const GLint* params ) {
11596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11597 TRACE("(%d, %d, %d, %p)\n", texture, target, pname, params );
11598 funcs->ext.p_glTextureParameterivEXT( texture, target, pname, params );
11601 static void WINAPI glTextureRangeAPPLE( GLenum target, GLsizei length, const void* pointer ) {
11602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11603 TRACE("(%d, %d, %p)\n", target, length, pointer );
11604 funcs->ext.p_glTextureRangeAPPLE( target, length, pointer );
11607 static void WINAPI glTextureRenderbufferEXT( GLuint texture, GLenum target, GLuint renderbuffer ) {
11608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11609 TRACE("(%d, %d, %d)\n", texture, target, renderbuffer );
11610 funcs->ext.p_glTextureRenderbufferEXT( texture, target, renderbuffer );
11613 static void WINAPI glTextureStorage1D( GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width ) {
11614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11615 TRACE("(%d, %d, %d, %d)\n", texture, levels, internalformat, width );
11616 funcs->ext.p_glTextureStorage1D( texture, levels, internalformat, width );
11619 static void WINAPI glTextureStorage1DEXT( GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width ) {
11620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11621 TRACE("(%d, %d, %d, %d, %d)\n", texture, target, levels, internalformat, width );
11622 funcs->ext.p_glTextureStorage1DEXT( texture, target, levels, internalformat, width );
11625 static void WINAPI glTextureStorage2D( GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height ) {
11626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11627 TRACE("(%d, %d, %d, %d, %d)\n", texture, levels, internalformat, width, height );
11628 funcs->ext.p_glTextureStorage2D( texture, levels, internalformat, width, height );
11631 static void WINAPI glTextureStorage2DEXT( GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height ) {
11632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11633 TRACE("(%d, %d, %d, %d, %d, %d)\n", texture, target, levels, internalformat, width, height );
11634 funcs->ext.p_glTextureStorage2DEXT( texture, target, levels, internalformat, width, height );
11637 static void WINAPI glTextureStorage2DMultisample( GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations ) {
11638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11639 TRACE("(%d, %d, %d, %d, %d, %d)\n", texture, samples, internalformat, width, height, fixedsamplelocations );
11640 funcs->ext.p_glTextureStorage2DMultisample( texture, samples, internalformat, width, height, fixedsamplelocations );
11643 static void WINAPI glTextureStorage2DMultisampleEXT( GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations ) {
11644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11645 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texture, target, samples, internalformat, width, height, fixedsamplelocations );
11646 funcs->ext.p_glTextureStorage2DMultisampleEXT( texture, target, samples, internalformat, width, height, fixedsamplelocations );
11649 static void WINAPI glTextureStorage3D( GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth ) {
11650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11651 TRACE("(%d, %d, %d, %d, %d, %d)\n", texture, levels, internalformat, width, height, depth );
11652 funcs->ext.p_glTextureStorage3D( texture, levels, internalformat, width, height, depth );
11655 static void WINAPI glTextureStorage3DEXT( GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth ) {
11656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11657 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texture, target, levels, internalformat, width, height, depth );
11658 funcs->ext.p_glTextureStorage3DEXT( texture, target, levels, internalformat, width, height, depth );
11661 static void WINAPI glTextureStorage3DMultisample( GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) {
11662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11663 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", texture, samples, internalformat, width, height, depth, fixedsamplelocations );
11664 funcs->ext.p_glTextureStorage3DMultisample( texture, samples, internalformat, width, height, depth, fixedsamplelocations );
11667 static void WINAPI glTextureStorage3DMultisampleEXT( GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) {
11668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11669 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, samples, internalformat, width, height, depth, fixedsamplelocations );
11670 funcs->ext.p_glTextureStorage3DMultisampleEXT( texture, target, samples, internalformat, width, height, depth, fixedsamplelocations );
11673 static void WINAPI glTextureStorageSparseAMD( GLuint texture, GLenum target, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLsizei layers, GLbitfield flags ) {
11674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11675 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, internalFormat, width, height, depth, layers, flags );
11676 funcs->ext.p_glTextureStorageSparseAMD( texture, target, internalFormat, width, height, depth, layers, flags );
11679 static void WINAPI glTextureSubImage1D( GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void* pixels ) {
11680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11681 TRACE("(%d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, width, format, type, pixels );
11682 funcs->ext.p_glTextureSubImage1D( texture, level, xoffset, width, format, type, pixels );
11685 static void WINAPI glTextureSubImage1DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void* pixels ) {
11686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11687 TRACE("(%d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, width, format, type, pixels );
11688 funcs->ext.p_glTextureSubImage1DEXT( texture, target, level, xoffset, width, format, type, pixels );
11691 static void WINAPI glTextureSubImage2D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels ) {
11692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11693 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, width, height, format, type, pixels );
11694 funcs->ext.p_glTextureSubImage2D( texture, level, xoffset, yoffset, width, height, format, type, pixels );
11697 static void WINAPI glTextureSubImage2DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels ) {
11698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11699 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, yoffset, width, height, format, type, pixels );
11700 funcs->ext.p_glTextureSubImage2DEXT( texture, target, level, xoffset, yoffset, width, height, format, type, pixels );
11703 static void WINAPI glTextureSubImage3D( GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* pixels ) {
11704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11705 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11706 funcs->ext.p_glTextureSubImage3D( texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11709 static void WINAPI glTextureSubImage3DEXT( GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void* pixels ) {
11710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11711 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p)\n", texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11712 funcs->ext.p_glTextureSubImage3DEXT( texture, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels );
11715 static void WINAPI glTextureView( GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers ) {
11716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11717 TRACE("(%d, %d, %d, %d, %d, %d, %d, %d)\n", texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers );
11718 funcs->ext.p_glTextureView( texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers );
11721 static void WINAPI glTrackMatrixNV( GLenum target, GLuint address, GLenum matrix, GLenum transform ) {
11722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11723 TRACE("(%d, %d, %d, %d)\n", target, address, matrix, transform );
11724 funcs->ext.p_glTrackMatrixNV( target, address, matrix, transform );
11727 static void WINAPI glTransformFeedbackAttribsNV( GLsizei count, const GLint* attribs, GLenum bufferMode ) {
11728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11729 TRACE("(%d, %p, %d)\n", count, attribs, bufferMode );
11730 funcs->ext.p_glTransformFeedbackAttribsNV( count, attribs, bufferMode );
11733 static void WINAPI glTransformFeedbackBufferBase( GLuint xfb, GLuint index, GLuint buffer ) {
11734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11735 TRACE("(%d, %d, %d)\n", xfb, index, buffer );
11736 funcs->ext.p_glTransformFeedbackBufferBase( xfb, index, buffer );
11739 static void WINAPI glTransformFeedbackBufferRange( GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizei size ) {
11740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11741 TRACE("(%d, %d, %d, %ld, %d)\n", xfb, index, buffer, offset, size );
11742 funcs->ext.p_glTransformFeedbackBufferRange( xfb, index, buffer, offset, size );
11745 static void WINAPI glTransformFeedbackStreamAttribsNV( GLsizei count, const GLint* attribs, GLsizei nbuffers, const GLint* bufstreams, GLenum bufferMode ) {
11746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11747 TRACE("(%d, %p, %d, %p, %d)\n", count, attribs, nbuffers, bufstreams, bufferMode );
11748 funcs->ext.p_glTransformFeedbackStreamAttribsNV( count, attribs, nbuffers, bufstreams, bufferMode );
11751 static void WINAPI glTransformFeedbackVaryings( GLuint program, GLsizei count, const GLchar*const* varyings, GLenum bufferMode ) {
11752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11753 TRACE("(%d, %d, %p, %d)\n", program, count, varyings, bufferMode );
11754 funcs->ext.p_glTransformFeedbackVaryings( program, count, varyings, bufferMode );
11757 static void WINAPI glTransformFeedbackVaryingsEXT( GLuint program, GLsizei count, const GLchar*const* varyings, GLenum bufferMode ) {
11758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11759 TRACE("(%d, %d, %p, %d)\n", program, count, varyings, bufferMode );
11760 funcs->ext.p_glTransformFeedbackVaryingsEXT( program, count, varyings, bufferMode );
11763 static void WINAPI glTransformFeedbackVaryingsNV( GLuint program, GLsizei count, const GLint* locations, GLenum bufferMode ) {
11764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11765 TRACE("(%d, %d, %p, %d)\n", program, count, locations, bufferMode );
11766 funcs->ext.p_glTransformFeedbackVaryingsNV( program, count, locations, bufferMode );
11769 static void WINAPI glTransformPathNV( GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat* transformValues ) {
11770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11771 TRACE("(%d, %d, %d, %p)\n", resultPath, srcPath, transformType, transformValues );
11772 funcs->ext.p_glTransformPathNV( resultPath, srcPath, transformType, transformValues );
11775 static void WINAPI glTranslatexOES( GLfixed x, GLfixed y, GLfixed z ) {
11776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11777 TRACE("(%d, %d, %d)\n", x, y, z );
11778 funcs->ext.p_glTranslatexOES( x, y, z );
11781 static void WINAPI glUniform1d( GLint location, GLdouble x ) {
11782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11783 TRACE("(%d, %f)\n", location, x );
11784 funcs->ext.p_glUniform1d( location, x );
11787 static void WINAPI glUniform1dv( GLint location, GLsizei count, const GLdouble* value ) {
11788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11789 TRACE("(%d, %d, %p)\n", location, count, value );
11790 funcs->ext.p_glUniform1dv( location, count, value );
11793 static void WINAPI glUniform1f( GLint location, GLfloat v0 ) {
11794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11795 TRACE("(%d, %f)\n", location, v0 );
11796 funcs->ext.p_glUniform1f( location, v0 );
11799 static void WINAPI glUniform1fARB( GLint location, GLfloat v0 ) {
11800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11801 TRACE("(%d, %f)\n", location, v0 );
11802 funcs->ext.p_glUniform1fARB( location, v0 );
11805 static void WINAPI glUniform1fv( GLint location, GLsizei count, const GLfloat* value ) {
11806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11807 TRACE("(%d, %d, %p)\n", location, count, value );
11808 funcs->ext.p_glUniform1fv( location, count, value );
11811 static void WINAPI glUniform1fvARB( GLint location, GLsizei count, const GLfloat* value ) {
11812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11813 TRACE("(%d, %d, %p)\n", location, count, value );
11814 funcs->ext.p_glUniform1fvARB( location, count, value );
11817 static void WINAPI glUniform1i( GLint location, GLint v0 ) {
11818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11819 TRACE("(%d, %d)\n", location, v0 );
11820 funcs->ext.p_glUniform1i( location, v0 );
11823 static void WINAPI glUniform1i64NV( GLint location, GLint64EXT x ) {
11824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11825 TRACE("(%d, %s)\n", location, wine_dbgstr_longlong(x) );
11826 funcs->ext.p_glUniform1i64NV( location, x );
11829 static void WINAPI glUniform1i64vNV( GLint location, GLsizei count, const GLint64EXT* value ) {
11830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11831 TRACE("(%d, %d, %p)\n", location, count, value );
11832 funcs->ext.p_glUniform1i64vNV( location, count, value );
11835 static void WINAPI glUniform1iARB( GLint location, GLint v0 ) {
11836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11837 TRACE("(%d, %d)\n", location, v0 );
11838 funcs->ext.p_glUniform1iARB( location, v0 );
11841 static void WINAPI glUniform1iv( GLint location, GLsizei count, const GLint* value ) {
11842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11843 TRACE("(%d, %d, %p)\n", location, count, value );
11844 funcs->ext.p_glUniform1iv( location, count, value );
11847 static void WINAPI glUniform1ivARB( GLint location, GLsizei count, const GLint* value ) {
11848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11849 TRACE("(%d, %d, %p)\n", location, count, value );
11850 funcs->ext.p_glUniform1ivARB( location, count, value );
11853 static void WINAPI glUniform1ui( GLint location, GLuint v0 ) {
11854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11855 TRACE("(%d, %d)\n", location, v0 );
11856 funcs->ext.p_glUniform1ui( location, v0 );
11859 static void WINAPI glUniform1ui64NV( GLint location, GLuint64EXT x ) {
11860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11861 TRACE("(%d, %s)\n", location, wine_dbgstr_longlong(x) );
11862 funcs->ext.p_glUniform1ui64NV( location, x );
11865 static void WINAPI glUniform1ui64vNV( GLint location, GLsizei count, const GLuint64EXT* value ) {
11866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11867 TRACE("(%d, %d, %p)\n", location, count, value );
11868 funcs->ext.p_glUniform1ui64vNV( location, count, value );
11871 static void WINAPI glUniform1uiEXT( GLint location, GLuint v0 ) {
11872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11873 TRACE("(%d, %d)\n", location, v0 );
11874 funcs->ext.p_glUniform1uiEXT( location, v0 );
11877 static void WINAPI glUniform1uiv( GLint location, GLsizei count, const GLuint* value ) {
11878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11879 TRACE("(%d, %d, %p)\n", location, count, value );
11880 funcs->ext.p_glUniform1uiv( location, count, value );
11883 static void WINAPI glUniform1uivEXT( GLint location, GLsizei count, const GLuint* value ) {
11884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11885 TRACE("(%d, %d, %p)\n", location, count, value );
11886 funcs->ext.p_glUniform1uivEXT( location, count, value );
11889 static void WINAPI glUniform2d( GLint location, GLdouble x, GLdouble y ) {
11890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11891 TRACE("(%d, %f, %f)\n", location, x, y );
11892 funcs->ext.p_glUniform2d( location, x, y );
11895 static void WINAPI glUniform2dv( GLint location, GLsizei count, const GLdouble* value ) {
11896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11897 TRACE("(%d, %d, %p)\n", location, count, value );
11898 funcs->ext.p_glUniform2dv( location, count, value );
11901 static void WINAPI glUniform2f( GLint location, GLfloat v0, GLfloat v1 ) {
11902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11903 TRACE("(%d, %f, %f)\n", location, v0, v1 );
11904 funcs->ext.p_glUniform2f( location, v0, v1 );
11907 static void WINAPI glUniform2fARB( GLint location, GLfloat v0, GLfloat v1 ) {
11908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11909 TRACE("(%d, %f, %f)\n", location, v0, v1 );
11910 funcs->ext.p_glUniform2fARB( location, v0, v1 );
11913 static void WINAPI glUniform2fv( GLint location, GLsizei count, const GLfloat* value ) {
11914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11915 TRACE("(%d, %d, %p)\n", location, count, value );
11916 funcs->ext.p_glUniform2fv( location, count, value );
11919 static void WINAPI glUniform2fvARB( GLint location, GLsizei count, const GLfloat* value ) {
11920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11921 TRACE("(%d, %d, %p)\n", location, count, value );
11922 funcs->ext.p_glUniform2fvARB( location, count, value );
11925 static void WINAPI glUniform2i( GLint location, GLint v0, GLint v1 ) {
11926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11927 TRACE("(%d, %d, %d)\n", location, v0, v1 );
11928 funcs->ext.p_glUniform2i( location, v0, v1 );
11931 static void WINAPI glUniform2i64NV( GLint location, GLint64EXT x, GLint64EXT y ) {
11932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11933 TRACE("(%d, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
11934 funcs->ext.p_glUniform2i64NV( location, x, y );
11937 static void WINAPI glUniform2i64vNV( GLint location, GLsizei count, const GLint64EXT* value ) {
11938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11939 TRACE("(%d, %d, %p)\n", location, count, value );
11940 funcs->ext.p_glUniform2i64vNV( location, count, value );
11943 static void WINAPI glUniform2iARB( GLint location, GLint v0, GLint v1 ) {
11944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11945 TRACE("(%d, %d, %d)\n", location, v0, v1 );
11946 funcs->ext.p_glUniform2iARB( location, v0, v1 );
11949 static void WINAPI glUniform2iv( GLint location, GLsizei count, const GLint* value ) {
11950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11951 TRACE("(%d, %d, %p)\n", location, count, value );
11952 funcs->ext.p_glUniform2iv( location, count, value );
11955 static void WINAPI glUniform2ivARB( GLint location, GLsizei count, const GLint* value ) {
11956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11957 TRACE("(%d, %d, %p)\n", location, count, value );
11958 funcs->ext.p_glUniform2ivARB( location, count, value );
11961 static void WINAPI glUniform2ui( GLint location, GLuint v0, GLuint v1 ) {
11962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11963 TRACE("(%d, %d, %d)\n", location, v0, v1 );
11964 funcs->ext.p_glUniform2ui( location, v0, v1 );
11967 static void WINAPI glUniform2ui64NV( GLint location, GLuint64EXT x, GLuint64EXT y ) {
11968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11969 TRACE("(%d, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
11970 funcs->ext.p_glUniform2ui64NV( location, x, y );
11973 static void WINAPI glUniform2ui64vNV( GLint location, GLsizei count, const GLuint64EXT* value ) {
11974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11975 TRACE("(%d, %d, %p)\n", location, count, value );
11976 funcs->ext.p_glUniform2ui64vNV( location, count, value );
11979 static void WINAPI glUniform2uiEXT( GLint location, GLuint v0, GLuint v1 ) {
11980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11981 TRACE("(%d, %d, %d)\n", location, v0, v1 );
11982 funcs->ext.p_glUniform2uiEXT( location, v0, v1 );
11985 static void WINAPI glUniform2uiv( GLint location, GLsizei count, const GLuint* value ) {
11986 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11987 TRACE("(%d, %d, %p)\n", location, count, value );
11988 funcs->ext.p_glUniform2uiv( location, count, value );
11991 static void WINAPI glUniform2uivEXT( GLint location, GLsizei count, const GLuint* value ) {
11992 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11993 TRACE("(%d, %d, %p)\n", location, count, value );
11994 funcs->ext.p_glUniform2uivEXT( location, count, value );
11997 static void WINAPI glUniform3d( GLint location, GLdouble x, GLdouble y, GLdouble z ) {
11998 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
11999 TRACE("(%d, %f, %f, %f)\n", location, x, y, z );
12000 funcs->ext.p_glUniform3d( location, x, y, z );
12003 static void WINAPI glUniform3dv( GLint location, GLsizei count, const GLdouble* value ) {
12004 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12005 TRACE("(%d, %d, %p)\n", location, count, value );
12006 funcs->ext.p_glUniform3dv( location, count, value );
12009 static void WINAPI glUniform3f( GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) {
12010 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12011 TRACE("(%d, %f, %f, %f)\n", location, v0, v1, v2 );
12012 funcs->ext.p_glUniform3f( location, v0, v1, v2 );
12015 static void WINAPI glUniform3fARB( GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) {
12016 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12017 TRACE("(%d, %f, %f, %f)\n", location, v0, v1, v2 );
12018 funcs->ext.p_glUniform3fARB( location, v0, v1, v2 );
12021 static void WINAPI glUniform3fv( GLint location, GLsizei count, const GLfloat* value ) {
12022 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12023 TRACE("(%d, %d, %p)\n", location, count, value );
12024 funcs->ext.p_glUniform3fv( location, count, value );
12027 static void WINAPI glUniform3fvARB( GLint location, GLsizei count, const GLfloat* value ) {
12028 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12029 TRACE("(%d, %d, %p)\n", location, count, value );
12030 funcs->ext.p_glUniform3fvARB( location, count, value );
12033 static void WINAPI glUniform3i( GLint location, GLint v0, GLint v1, GLint v2 ) {
12034 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12035 TRACE("(%d, %d, %d, %d)\n", location, v0, v1, v2 );
12036 funcs->ext.p_glUniform3i( location, v0, v1, v2 );
12039 static void WINAPI glUniform3i64NV( GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z ) {
12040 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12041 TRACE("(%d, %s, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
12042 funcs->ext.p_glUniform3i64NV( location, x, y, z );
12045 static void WINAPI glUniform3i64vNV( GLint location, GLsizei count, const GLint64EXT* value ) {
12046 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12047 TRACE("(%d, %d, %p)\n", location, count, value );
12048 funcs->ext.p_glUniform3i64vNV( location, count, value );
12051 static void WINAPI glUniform3iARB( GLint location, GLint v0, GLint v1, GLint v2 ) {
12052 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12053 TRACE("(%d, %d, %d, %d)\n", location, v0, v1, v2 );
12054 funcs->ext.p_glUniform3iARB( location, v0, v1, v2 );
12057 static void WINAPI glUniform3iv( GLint location, GLsizei count, const GLint* value ) {
12058 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12059 TRACE("(%d, %d, %p)\n", location, count, value );
12060 funcs->ext.p_glUniform3iv( location, count, value );
12063 static void WINAPI glUniform3ivARB( GLint location, GLsizei count, const GLint* value ) {
12064 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12065 TRACE("(%d, %d, %p)\n", location, count, value );
12066 funcs->ext.p_glUniform3ivARB( location, count, value );
12069 static void WINAPI glUniform3ui( GLint location, GLuint v0, GLuint v1, GLuint v2 ) {
12070 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12071 TRACE("(%d, %d, %d, %d)\n", location, v0, v1, v2 );
12072 funcs->ext.p_glUniform3ui( location, v0, v1, v2 );
12075 static void WINAPI glUniform3ui64NV( GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z ) {
12076 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12077 TRACE("(%d, %s, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
12078 funcs->ext.p_glUniform3ui64NV( location, x, y, z );
12081 static void WINAPI glUniform3ui64vNV( GLint location, GLsizei count, const GLuint64EXT* value ) {
12082 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12083 TRACE("(%d, %d, %p)\n", location, count, value );
12084 funcs->ext.p_glUniform3ui64vNV( location, count, value );
12087 static void WINAPI glUniform3uiEXT( GLint location, GLuint v0, GLuint v1, GLuint v2 ) {
12088 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12089 TRACE("(%d, %d, %d, %d)\n", location, v0, v1, v2 );
12090 funcs->ext.p_glUniform3uiEXT( location, v0, v1, v2 );
12093 static void WINAPI glUniform3uiv( GLint location, GLsizei count, const GLuint* value ) {
12094 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12095 TRACE("(%d, %d, %p)\n", location, count, value );
12096 funcs->ext.p_glUniform3uiv( location, count, value );
12099 static void WINAPI glUniform3uivEXT( GLint location, GLsizei count, const GLuint* value ) {
12100 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12101 TRACE("(%d, %d, %p)\n", location, count, value );
12102 funcs->ext.p_glUniform3uivEXT( location, count, value );
12105 static void WINAPI glUniform4d( GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
12106 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12107 TRACE("(%d, %f, %f, %f, %f)\n", location, x, y, z, w );
12108 funcs->ext.p_glUniform4d( location, x, y, z, w );
12111 static void WINAPI glUniform4dv( GLint location, GLsizei count, const GLdouble* value ) {
12112 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12113 TRACE("(%d, %d, %p)\n", location, count, value );
12114 funcs->ext.p_glUniform4dv( location, count, value );
12117 static void WINAPI glUniform4f( GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3 ) {
12118 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12119 TRACE("(%d, %f, %f, %f, %f)\n", location, v0, v1, v2, v3 );
12120 funcs->ext.p_glUniform4f( location, v0, v1, v2, v3 );
12123 static void WINAPI glUniform4fARB( GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3 ) {
12124 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12125 TRACE("(%d, %f, %f, %f, %f)\n", location, v0, v1, v2, v3 );
12126 funcs->ext.p_glUniform4fARB( location, v0, v1, v2, v3 );
12129 static void WINAPI glUniform4fv( GLint location, GLsizei count, const GLfloat* value ) {
12130 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12131 TRACE("(%d, %d, %p)\n", location, count, value );
12132 funcs->ext.p_glUniform4fv( location, count, value );
12135 static void WINAPI glUniform4fvARB( GLint location, GLsizei count, const GLfloat* value ) {
12136 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12137 TRACE("(%d, %d, %p)\n", location, count, value );
12138 funcs->ext.p_glUniform4fvARB( location, count, value );
12141 static void WINAPI glUniform4i( GLint location, GLint v0, GLint v1, GLint v2, GLint v3 ) {
12142 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12143 TRACE("(%d, %d, %d, %d, %d)\n", location, v0, v1, v2, v3 );
12144 funcs->ext.p_glUniform4i( location, v0, v1, v2, v3 );
12147 static void WINAPI glUniform4i64NV( GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w ) {
12148 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12149 TRACE("(%d, %s, %s, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
12150 funcs->ext.p_glUniform4i64NV( location, x, y, z, w );
12153 static void WINAPI glUniform4i64vNV( GLint location, GLsizei count, const GLint64EXT* value ) {
12154 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12155 TRACE("(%d, %d, %p)\n", location, count, value );
12156 funcs->ext.p_glUniform4i64vNV( location, count, value );
12159 static void WINAPI glUniform4iARB( GLint location, GLint v0, GLint v1, GLint v2, GLint v3 ) {
12160 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12161 TRACE("(%d, %d, %d, %d, %d)\n", location, v0, v1, v2, v3 );
12162 funcs->ext.p_glUniform4iARB( location, v0, v1, v2, v3 );
12165 static void WINAPI glUniform4iv( GLint location, GLsizei count, const GLint* value ) {
12166 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12167 TRACE("(%d, %d, %p)\n", location, count, value );
12168 funcs->ext.p_glUniform4iv( location, count, value );
12171 static void WINAPI glUniform4ivARB( GLint location, GLsizei count, const GLint* value ) {
12172 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12173 TRACE("(%d, %d, %p)\n", location, count, value );
12174 funcs->ext.p_glUniform4ivARB( location, count, value );
12177 static void WINAPI glUniform4ui( GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) {
12178 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12179 TRACE("(%d, %d, %d, %d, %d)\n", location, v0, v1, v2, v3 );
12180 funcs->ext.p_glUniform4ui( location, v0, v1, v2, v3 );
12183 static void WINAPI glUniform4ui64NV( GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w ) {
12184 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12185 TRACE("(%d, %s, %s, %s, %s)\n", location, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
12186 funcs->ext.p_glUniform4ui64NV( location, x, y, z, w );
12189 static void WINAPI glUniform4ui64vNV( GLint location, GLsizei count, const GLuint64EXT* value ) {
12190 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12191 TRACE("(%d, %d, %p)\n", location, count, value );
12192 funcs->ext.p_glUniform4ui64vNV( location, count, value );
12195 static void WINAPI glUniform4uiEXT( GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) {
12196 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12197 TRACE("(%d, %d, %d, %d, %d)\n", location, v0, v1, v2, v3 );
12198 funcs->ext.p_glUniform4uiEXT( location, v0, v1, v2, v3 );
12201 static void WINAPI glUniform4uiv( GLint location, GLsizei count, const GLuint* value ) {
12202 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12203 TRACE("(%d, %d, %p)\n", location, count, value );
12204 funcs->ext.p_glUniform4uiv( location, count, value );
12207 static void WINAPI glUniform4uivEXT( GLint location, GLsizei count, const GLuint* value ) {
12208 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12209 TRACE("(%d, %d, %p)\n", location, count, value );
12210 funcs->ext.p_glUniform4uivEXT( location, count, value );
12213 static void WINAPI glUniformBlockBinding( GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding ) {
12214 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12215 TRACE("(%d, %d, %d)\n", program, uniformBlockIndex, uniformBlockBinding );
12216 funcs->ext.p_glUniformBlockBinding( program, uniformBlockIndex, uniformBlockBinding );
12219 static void WINAPI glUniformBufferEXT( GLuint program, GLint location, GLuint buffer ) {
12220 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12221 TRACE("(%d, %d, %d)\n", program, location, buffer );
12222 funcs->ext.p_glUniformBufferEXT( program, location, buffer );
12225 static void WINAPI glUniformHandleui64ARB( GLint location, GLuint64 value ) {
12226 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12227 TRACE("(%d, %s)\n", location, wine_dbgstr_longlong(value) );
12228 funcs->ext.p_glUniformHandleui64ARB( location, value );
12231 static void WINAPI glUniformHandleui64NV( GLint location, GLuint64 value ) {
12232 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12233 TRACE("(%d, %s)\n", location, wine_dbgstr_longlong(value) );
12234 funcs->ext.p_glUniformHandleui64NV( location, value );
12237 static void WINAPI glUniformHandleui64vARB( GLint location, GLsizei count, const GLuint64* value ) {
12238 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12239 TRACE("(%d, %d, %p)\n", location, count, value );
12240 funcs->ext.p_glUniformHandleui64vARB( location, count, value );
12243 static void WINAPI glUniformHandleui64vNV( GLint location, GLsizei count, const GLuint64* value ) {
12244 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12245 TRACE("(%d, %d, %p)\n", location, count, value );
12246 funcs->ext.p_glUniformHandleui64vNV( location, count, value );
12249 static void WINAPI glUniformMatrix2dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12250 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12251 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12252 funcs->ext.p_glUniformMatrix2dv( location, count, transpose, value );
12255 static void WINAPI glUniformMatrix2fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12256 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12257 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12258 funcs->ext.p_glUniformMatrix2fv( location, count, transpose, value );
12261 static void WINAPI glUniformMatrix2fvARB( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12262 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12263 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12264 funcs->ext.p_glUniformMatrix2fvARB( location, count, transpose, value );
12267 static void WINAPI glUniformMatrix2x3dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12268 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12269 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12270 funcs->ext.p_glUniformMatrix2x3dv( location, count, transpose, value );
12273 static void WINAPI glUniformMatrix2x3fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12274 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12275 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12276 funcs->ext.p_glUniformMatrix2x3fv( location, count, transpose, value );
12279 static void WINAPI glUniformMatrix2x4dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12280 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12281 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12282 funcs->ext.p_glUniformMatrix2x4dv( location, count, transpose, value );
12285 static void WINAPI glUniformMatrix2x4fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12286 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12287 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12288 funcs->ext.p_glUniformMatrix2x4fv( location, count, transpose, value );
12291 static void WINAPI glUniformMatrix3dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12292 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12293 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12294 funcs->ext.p_glUniformMatrix3dv( location, count, transpose, value );
12297 static void WINAPI glUniformMatrix3fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12298 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12299 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12300 funcs->ext.p_glUniformMatrix3fv( location, count, transpose, value );
12303 static void WINAPI glUniformMatrix3fvARB( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12304 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12305 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12306 funcs->ext.p_glUniformMatrix3fvARB( location, count, transpose, value );
12309 static void WINAPI glUniformMatrix3x2dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12310 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12311 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12312 funcs->ext.p_glUniformMatrix3x2dv( location, count, transpose, value );
12315 static void WINAPI glUniformMatrix3x2fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12316 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12317 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12318 funcs->ext.p_glUniformMatrix3x2fv( location, count, transpose, value );
12321 static void WINAPI glUniformMatrix3x4dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12322 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12323 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12324 funcs->ext.p_glUniformMatrix3x4dv( location, count, transpose, value );
12327 static void WINAPI glUniformMatrix3x4fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12328 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12329 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12330 funcs->ext.p_glUniformMatrix3x4fv( location, count, transpose, value );
12333 static void WINAPI glUniformMatrix4dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12334 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12335 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12336 funcs->ext.p_glUniformMatrix4dv( location, count, transpose, value );
12339 static void WINAPI glUniformMatrix4fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12340 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12341 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12342 funcs->ext.p_glUniformMatrix4fv( location, count, transpose, value );
12345 static void WINAPI glUniformMatrix4fvARB( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12346 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12347 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12348 funcs->ext.p_glUniformMatrix4fvARB( location, count, transpose, value );
12351 static void WINAPI glUniformMatrix4x2dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12352 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12353 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12354 funcs->ext.p_glUniformMatrix4x2dv( location, count, transpose, value );
12357 static void WINAPI glUniformMatrix4x2fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12358 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12359 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12360 funcs->ext.p_glUniformMatrix4x2fv( location, count, transpose, value );
12363 static void WINAPI glUniformMatrix4x3dv( GLint location, GLsizei count, GLboolean transpose, const GLdouble* value ) {
12364 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12365 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12366 funcs->ext.p_glUniformMatrix4x3dv( location, count, transpose, value );
12369 static void WINAPI glUniformMatrix4x3fv( GLint location, GLsizei count, GLboolean transpose, const GLfloat* value ) {
12370 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12371 TRACE("(%d, %d, %d, %p)\n", location, count, transpose, value );
12372 funcs->ext.p_glUniformMatrix4x3fv( location, count, transpose, value );
12375 static void WINAPI glUniformSubroutinesuiv( GLenum shadertype, GLsizei count, const GLuint* indices ) {
12376 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12377 TRACE("(%d, %d, %p)\n", shadertype, count, indices );
12378 funcs->ext.p_glUniformSubroutinesuiv( shadertype, count, indices );
12381 static void WINAPI glUniformui64NV( GLint location, GLuint64EXT value ) {
12382 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12383 TRACE("(%d, %s)\n", location, wine_dbgstr_longlong(value) );
12384 funcs->ext.p_glUniformui64NV( location, value );
12387 static void WINAPI glUniformui64vNV( GLint location, GLsizei count, const GLuint64EXT* value ) {
12388 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12389 TRACE("(%d, %d, %p)\n", location, count, value );
12390 funcs->ext.p_glUniformui64vNV( location, count, value );
12393 static void WINAPI glUnlockArraysEXT( void ) {
12394 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12395 TRACE("()\n");
12396 funcs->ext.p_glUnlockArraysEXT( );
12399 static GLboolean WINAPI glUnmapBuffer( GLenum target ) {
12400 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12401 TRACE("(%d)\n", target );
12402 return funcs->ext.p_glUnmapBuffer( target );
12405 static GLboolean WINAPI glUnmapBufferARB( GLenum target ) {
12406 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12407 TRACE("(%d)\n", target );
12408 return funcs->ext.p_glUnmapBufferARB( target );
12411 static GLboolean WINAPI glUnmapNamedBuffer( GLuint buffer ) {
12412 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12413 TRACE("(%d)\n", buffer );
12414 return funcs->ext.p_glUnmapNamedBuffer( buffer );
12417 static GLboolean WINAPI glUnmapNamedBufferEXT( GLuint buffer ) {
12418 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12419 TRACE("(%d)\n", buffer );
12420 return funcs->ext.p_glUnmapNamedBufferEXT( buffer );
12423 static void WINAPI glUnmapObjectBufferATI( GLuint buffer ) {
12424 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12425 TRACE("(%d)\n", buffer );
12426 funcs->ext.p_glUnmapObjectBufferATI( buffer );
12429 static void WINAPI glUnmapTexture2DINTEL( GLuint texture, GLint level ) {
12430 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12431 TRACE("(%d, %d)\n", texture, level );
12432 funcs->ext.p_glUnmapTexture2DINTEL( texture, level );
12435 static void WINAPI glUpdateObjectBufferATI( GLuint buffer, GLuint offset, GLsizei size, const void* pointer, GLenum preserve ) {
12436 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12437 TRACE("(%d, %d, %d, %p, %d)\n", buffer, offset, size, pointer, preserve );
12438 funcs->ext.p_glUpdateObjectBufferATI( buffer, offset, size, pointer, preserve );
12441 static void WINAPI glUseProgram( GLuint program ) {
12442 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12443 TRACE("(%d)\n", program );
12444 funcs->ext.p_glUseProgram( program );
12447 static void WINAPI glUseProgramObjectARB( GLhandleARB programObj ) {
12448 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12449 TRACE("(%d)\n", programObj );
12450 funcs->ext.p_glUseProgramObjectARB( programObj );
12453 static void WINAPI glUseProgramStages( GLuint pipeline, GLbitfield stages, GLuint program ) {
12454 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12455 TRACE("(%d, %d, %d)\n", pipeline, stages, program );
12456 funcs->ext.p_glUseProgramStages( pipeline, stages, program );
12459 static void WINAPI glUseShaderProgramEXT( GLenum type, GLuint program ) {
12460 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12461 TRACE("(%d, %d)\n", type, program );
12462 funcs->ext.p_glUseShaderProgramEXT( type, program );
12465 static void WINAPI glVDPAUFiniNV( void ) {
12466 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12467 TRACE("()\n");
12468 funcs->ext.p_glVDPAUFiniNV( );
12471 static void WINAPI glVDPAUGetSurfaceivNV( GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values ) {
12472 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12473 TRACE("(%ld, %d, %d, %p, %p)\n", surface, pname, bufSize, length, values );
12474 funcs->ext.p_glVDPAUGetSurfaceivNV( surface, pname, bufSize, length, values );
12477 static void WINAPI glVDPAUInitNV( const void* vdpDevice, const void* getProcAddress ) {
12478 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12479 TRACE("(%p, %p)\n", vdpDevice, getProcAddress );
12480 funcs->ext.p_glVDPAUInitNV( vdpDevice, getProcAddress );
12483 static GLboolean WINAPI glVDPAUIsSurfaceNV( GLvdpauSurfaceNV surface ) {
12484 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12485 TRACE("(%ld)\n", surface );
12486 return funcs->ext.p_glVDPAUIsSurfaceNV( surface );
12489 static void WINAPI glVDPAUMapSurfacesNV( GLsizei numSurfaces, const GLvdpauSurfaceNV* surfaces ) {
12490 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12491 TRACE("(%d, %p)\n", numSurfaces, surfaces );
12492 funcs->ext.p_glVDPAUMapSurfacesNV( numSurfaces, surfaces );
12495 static GLvdpauSurfaceNV WINAPI glVDPAURegisterOutputSurfaceNV( const void* vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint* textureNames ) {
12496 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12497 TRACE("(%p, %d, %d, %p)\n", vdpSurface, target, numTextureNames, textureNames );
12498 return funcs->ext.p_glVDPAURegisterOutputSurfaceNV( vdpSurface, target, numTextureNames, textureNames );
12501 static GLvdpauSurfaceNV WINAPI glVDPAURegisterVideoSurfaceNV( const void* vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint* textureNames ) {
12502 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12503 TRACE("(%p, %d, %d, %p)\n", vdpSurface, target, numTextureNames, textureNames );
12504 return funcs->ext.p_glVDPAURegisterVideoSurfaceNV( vdpSurface, target, numTextureNames, textureNames );
12507 static void WINAPI glVDPAUSurfaceAccessNV( GLvdpauSurfaceNV surface, GLenum access ) {
12508 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12509 TRACE("(%ld, %d)\n", surface, access );
12510 funcs->ext.p_glVDPAUSurfaceAccessNV( surface, access );
12513 static void WINAPI glVDPAUUnmapSurfacesNV( GLsizei numSurface, const GLvdpauSurfaceNV* surfaces ) {
12514 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12515 TRACE("(%d, %p)\n", numSurface, surfaces );
12516 funcs->ext.p_glVDPAUUnmapSurfacesNV( numSurface, surfaces );
12519 static void WINAPI glVDPAUUnregisterSurfaceNV( GLvdpauSurfaceNV surface ) {
12520 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12521 TRACE("(%ld)\n", surface );
12522 funcs->ext.p_glVDPAUUnregisterSurfaceNV( surface );
12525 static void WINAPI glValidateProgram( GLuint program ) {
12526 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12527 TRACE("(%d)\n", program );
12528 funcs->ext.p_glValidateProgram( program );
12531 static void WINAPI glValidateProgramARB( GLhandleARB programObj ) {
12532 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12533 TRACE("(%d)\n", programObj );
12534 funcs->ext.p_glValidateProgramARB( programObj );
12537 static void WINAPI glValidateProgramPipeline( GLuint pipeline ) {
12538 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12539 TRACE("(%d)\n", pipeline );
12540 funcs->ext.p_glValidateProgramPipeline( pipeline );
12543 static void WINAPI glVariantArrayObjectATI( GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset ) {
12544 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12545 TRACE("(%d, %d, %d, %d, %d)\n", id, type, stride, buffer, offset );
12546 funcs->ext.p_glVariantArrayObjectATI( id, type, stride, buffer, offset );
12549 static void WINAPI glVariantPointerEXT( GLuint id, GLenum type, GLuint stride, const void* addr ) {
12550 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12551 TRACE("(%d, %d, %d, %p)\n", id, type, stride, addr );
12552 funcs->ext.p_glVariantPointerEXT( id, type, stride, addr );
12555 static void WINAPI glVariantbvEXT( GLuint id, const GLbyte* addr ) {
12556 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12557 TRACE("(%d, %p)\n", id, addr );
12558 funcs->ext.p_glVariantbvEXT( id, addr );
12561 static void WINAPI glVariantdvEXT( GLuint id, const GLdouble* addr ) {
12562 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12563 TRACE("(%d, %p)\n", id, addr );
12564 funcs->ext.p_glVariantdvEXT( id, addr );
12567 static void WINAPI glVariantfvEXT( GLuint id, const GLfloat* addr ) {
12568 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12569 TRACE("(%d, %p)\n", id, addr );
12570 funcs->ext.p_glVariantfvEXT( id, addr );
12573 static void WINAPI glVariantivEXT( GLuint id, const GLint* addr ) {
12574 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12575 TRACE("(%d, %p)\n", id, addr );
12576 funcs->ext.p_glVariantivEXT( id, addr );
12579 static void WINAPI glVariantsvEXT( GLuint id, const GLshort* addr ) {
12580 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12581 TRACE("(%d, %p)\n", id, addr );
12582 funcs->ext.p_glVariantsvEXT( id, addr );
12585 static void WINAPI glVariantubvEXT( GLuint id, const GLubyte* addr ) {
12586 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12587 TRACE("(%d, %p)\n", id, addr );
12588 funcs->ext.p_glVariantubvEXT( id, addr );
12591 static void WINAPI glVariantuivEXT( GLuint id, const GLuint* addr ) {
12592 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12593 TRACE("(%d, %p)\n", id, addr );
12594 funcs->ext.p_glVariantuivEXT( id, addr );
12597 static void WINAPI glVariantusvEXT( GLuint id, const GLushort* addr ) {
12598 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12599 TRACE("(%d, %p)\n", id, addr );
12600 funcs->ext.p_glVariantusvEXT( id, addr );
12603 static void WINAPI glVertex2bOES( GLbyte x, GLbyte y ) {
12604 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12605 TRACE("(%d, %d)\n", x, y );
12606 funcs->ext.p_glVertex2bOES( x, y );
12609 static void WINAPI glVertex2bvOES( const GLbyte* coords ) {
12610 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12611 TRACE("(%p)\n", coords );
12612 funcs->ext.p_glVertex2bvOES( coords );
12615 static void WINAPI glVertex2hNV( GLhalfNV x, GLhalfNV y ) {
12616 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12617 TRACE("(%d, %d)\n", x, y );
12618 funcs->ext.p_glVertex2hNV( x, y );
12621 static void WINAPI glVertex2hvNV( const GLhalfNV* v ) {
12622 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12623 TRACE("(%p)\n", v );
12624 funcs->ext.p_glVertex2hvNV( v );
12627 static void WINAPI glVertex2xOES( GLfixed x ) {
12628 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12629 TRACE("(%d)\n", x );
12630 funcs->ext.p_glVertex2xOES( x );
12633 static void WINAPI glVertex2xvOES( const GLfixed* coords ) {
12634 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12635 TRACE("(%p)\n", coords );
12636 funcs->ext.p_glVertex2xvOES( coords );
12639 static void WINAPI glVertex3bOES( GLbyte x, GLbyte y, GLbyte z ) {
12640 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12641 TRACE("(%d, %d, %d)\n", x, y, z );
12642 funcs->ext.p_glVertex3bOES( x, y, z );
12645 static void WINAPI glVertex3bvOES( const GLbyte* coords ) {
12646 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12647 TRACE("(%p)\n", coords );
12648 funcs->ext.p_glVertex3bvOES( coords );
12651 static void WINAPI glVertex3hNV( GLhalfNV x, GLhalfNV y, GLhalfNV z ) {
12652 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12653 TRACE("(%d, %d, %d)\n", x, y, z );
12654 funcs->ext.p_glVertex3hNV( x, y, z );
12657 static void WINAPI glVertex3hvNV( const GLhalfNV* v ) {
12658 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12659 TRACE("(%p)\n", v );
12660 funcs->ext.p_glVertex3hvNV( v );
12663 static void WINAPI glVertex3xOES( GLfixed x, GLfixed y ) {
12664 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12665 TRACE("(%d, %d)\n", x, y );
12666 funcs->ext.p_glVertex3xOES( x, y );
12669 static void WINAPI glVertex3xvOES( const GLfixed* coords ) {
12670 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12671 TRACE("(%p)\n", coords );
12672 funcs->ext.p_glVertex3xvOES( coords );
12675 static void WINAPI glVertex4bOES( GLbyte x, GLbyte y, GLbyte z, GLbyte w ) {
12676 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12677 TRACE("(%d, %d, %d, %d)\n", x, y, z, w );
12678 funcs->ext.p_glVertex4bOES( x, y, z, w );
12681 static void WINAPI glVertex4bvOES( const GLbyte* coords ) {
12682 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12683 TRACE("(%p)\n", coords );
12684 funcs->ext.p_glVertex4bvOES( coords );
12687 static void WINAPI glVertex4hNV( GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w ) {
12688 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12689 TRACE("(%d, %d, %d, %d)\n", x, y, z, w );
12690 funcs->ext.p_glVertex4hNV( x, y, z, w );
12693 static void WINAPI glVertex4hvNV( const GLhalfNV* v ) {
12694 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12695 TRACE("(%p)\n", v );
12696 funcs->ext.p_glVertex4hvNV( v );
12699 static void WINAPI glVertex4xOES( GLfixed x, GLfixed y, GLfixed z ) {
12700 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12701 TRACE("(%d, %d, %d)\n", x, y, z );
12702 funcs->ext.p_glVertex4xOES( x, y, z );
12705 static void WINAPI glVertex4xvOES( const GLfixed* coords ) {
12706 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12707 TRACE("(%p)\n", coords );
12708 funcs->ext.p_glVertex4xvOES( coords );
12711 static void WINAPI glVertexArrayAttribBinding( GLuint vaobj, GLuint attribindex, GLuint bindingindex ) {
12712 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12713 TRACE("(%d, %d, %d)\n", vaobj, attribindex, bindingindex );
12714 funcs->ext.p_glVertexArrayAttribBinding( vaobj, attribindex, bindingindex );
12717 static void WINAPI glVertexArrayAttribFormat( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) {
12718 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12719 TRACE("(%d, %d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, normalized, relativeoffset );
12720 funcs->ext.p_glVertexArrayAttribFormat( vaobj, attribindex, size, type, normalized, relativeoffset );
12723 static void WINAPI glVertexArrayAttribIFormat( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
12724 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12725 TRACE("(%d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, relativeoffset );
12726 funcs->ext.p_glVertexArrayAttribIFormat( vaobj, attribindex, size, type, relativeoffset );
12729 static void WINAPI glVertexArrayAttribLFormat( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
12730 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12731 TRACE("(%d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, relativeoffset );
12732 funcs->ext.p_glVertexArrayAttribLFormat( vaobj, attribindex, size, type, relativeoffset );
12735 static void WINAPI glVertexArrayBindVertexBufferEXT( GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) {
12736 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12737 TRACE("(%d, %d, %d, %ld, %d)\n", vaobj, bindingindex, buffer, offset, stride );
12738 funcs->ext.p_glVertexArrayBindVertexBufferEXT( vaobj, bindingindex, buffer, offset, stride );
12741 static void WINAPI glVertexArrayBindingDivisor( GLuint vaobj, GLuint bindingindex, GLuint divisor ) {
12742 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12743 TRACE("(%d, %d, %d)\n", vaobj, bindingindex, divisor );
12744 funcs->ext.p_glVertexArrayBindingDivisor( vaobj, bindingindex, divisor );
12747 static void WINAPI glVertexArrayColorOffsetEXT( GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12748 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12749 TRACE("(%d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, size, type, stride, offset );
12750 funcs->ext.p_glVertexArrayColorOffsetEXT( vaobj, buffer, size, type, stride, offset );
12753 static void WINAPI glVertexArrayEdgeFlagOffsetEXT( GLuint vaobj, GLuint buffer, GLsizei stride, GLintptr offset ) {
12754 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12755 TRACE("(%d, %d, %d, %ld)\n", vaobj, buffer, stride, offset );
12756 funcs->ext.p_glVertexArrayEdgeFlagOffsetEXT( vaobj, buffer, stride, offset );
12759 static void WINAPI glVertexArrayElementBuffer( GLuint vaobj, GLuint buffer ) {
12760 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12761 TRACE("(%d, %d)\n", vaobj, buffer );
12762 funcs->ext.p_glVertexArrayElementBuffer( vaobj, buffer );
12765 static void WINAPI glVertexArrayFogCoordOffsetEXT( GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset ) {
12766 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12767 TRACE("(%d, %d, %d, %d, %ld)\n", vaobj, buffer, type, stride, offset );
12768 funcs->ext.p_glVertexArrayFogCoordOffsetEXT( vaobj, buffer, type, stride, offset );
12771 static void WINAPI glVertexArrayIndexOffsetEXT( GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset ) {
12772 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12773 TRACE("(%d, %d, %d, %d, %ld)\n", vaobj, buffer, type, stride, offset );
12774 funcs->ext.p_glVertexArrayIndexOffsetEXT( vaobj, buffer, type, stride, offset );
12777 static void WINAPI glVertexArrayMultiTexCoordOffsetEXT( GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12778 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12779 TRACE("(%d, %d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, texunit, size, type, stride, offset );
12780 funcs->ext.p_glVertexArrayMultiTexCoordOffsetEXT( vaobj, buffer, texunit, size, type, stride, offset );
12783 static void WINAPI glVertexArrayNormalOffsetEXT( GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, GLintptr offset ) {
12784 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12785 TRACE("(%d, %d, %d, %d, %ld)\n", vaobj, buffer, type, stride, offset );
12786 funcs->ext.p_glVertexArrayNormalOffsetEXT( vaobj, buffer, type, stride, offset );
12789 static void WINAPI glVertexArrayParameteriAPPLE( GLenum pname, GLint param ) {
12790 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12791 TRACE("(%d, %d)\n", pname, param );
12792 funcs->ext.p_glVertexArrayParameteriAPPLE( pname, param );
12795 static void WINAPI glVertexArrayRangeAPPLE( GLsizei length, void* pointer ) {
12796 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12797 TRACE("(%d, %p)\n", length, pointer );
12798 funcs->ext.p_glVertexArrayRangeAPPLE( length, pointer );
12801 static void WINAPI glVertexArrayRangeNV( GLsizei length, const void* pointer ) {
12802 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12803 TRACE("(%d, %p)\n", length, pointer );
12804 funcs->ext.p_glVertexArrayRangeNV( length, pointer );
12807 static void WINAPI glVertexArraySecondaryColorOffsetEXT( GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12808 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12809 TRACE("(%d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, size, type, stride, offset );
12810 funcs->ext.p_glVertexArraySecondaryColorOffsetEXT( vaobj, buffer, size, type, stride, offset );
12813 static void WINAPI glVertexArrayTexCoordOffsetEXT( GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12814 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12815 TRACE("(%d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, size, type, stride, offset );
12816 funcs->ext.p_glVertexArrayTexCoordOffsetEXT( vaobj, buffer, size, type, stride, offset );
12819 static void WINAPI glVertexArrayVertexAttribBindingEXT( GLuint vaobj, GLuint attribindex, GLuint bindingindex ) {
12820 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12821 TRACE("(%d, %d, %d)\n", vaobj, attribindex, bindingindex );
12822 funcs->ext.p_glVertexArrayVertexAttribBindingEXT( vaobj, attribindex, bindingindex );
12825 static void WINAPI glVertexArrayVertexAttribDivisorEXT( GLuint vaobj, GLuint index, GLuint divisor ) {
12826 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12827 TRACE("(%d, %d, %d)\n", vaobj, index, divisor );
12828 funcs->ext.p_glVertexArrayVertexAttribDivisorEXT( vaobj, index, divisor );
12831 static void WINAPI glVertexArrayVertexAttribFormatEXT( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) {
12832 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12833 TRACE("(%d, %d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, normalized, relativeoffset );
12834 funcs->ext.p_glVertexArrayVertexAttribFormatEXT( vaobj, attribindex, size, type, normalized, relativeoffset );
12837 static void WINAPI glVertexArrayVertexAttribIFormatEXT( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
12838 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12839 TRACE("(%d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, relativeoffset );
12840 funcs->ext.p_glVertexArrayVertexAttribIFormatEXT( vaobj, attribindex, size, type, relativeoffset );
12843 static void WINAPI glVertexArrayVertexAttribIOffsetEXT( GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12844 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12845 TRACE("(%d, %d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, index, size, type, stride, offset );
12846 funcs->ext.p_glVertexArrayVertexAttribIOffsetEXT( vaobj, buffer, index, size, type, stride, offset );
12849 static void WINAPI glVertexArrayVertexAttribLFormatEXT( GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
12850 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12851 TRACE("(%d, %d, %d, %d, %d)\n", vaobj, attribindex, size, type, relativeoffset );
12852 funcs->ext.p_glVertexArrayVertexAttribLFormatEXT( vaobj, attribindex, size, type, relativeoffset );
12855 static void WINAPI glVertexArrayVertexAttribLOffsetEXT( GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12856 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12857 TRACE("(%d, %d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, index, size, type, stride, offset );
12858 funcs->ext.p_glVertexArrayVertexAttribLOffsetEXT( vaobj, buffer, index, size, type, stride, offset );
12861 static void WINAPI glVertexArrayVertexAttribOffsetEXT( GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset ) {
12862 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12863 TRACE("(%d, %d, %d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, index, size, type, normalized, stride, offset );
12864 funcs->ext.p_glVertexArrayVertexAttribOffsetEXT( vaobj, buffer, index, size, type, normalized, stride, offset );
12867 static void WINAPI glVertexArrayVertexBindingDivisorEXT( GLuint vaobj, GLuint bindingindex, GLuint divisor ) {
12868 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12869 TRACE("(%d, %d, %d)\n", vaobj, bindingindex, divisor );
12870 funcs->ext.p_glVertexArrayVertexBindingDivisorEXT( vaobj, bindingindex, divisor );
12873 static void WINAPI glVertexArrayVertexBuffer( GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride ) {
12874 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12875 TRACE("(%d, %d, %d, %ld, %d)\n", vaobj, bindingindex, buffer, offset, stride );
12876 funcs->ext.p_glVertexArrayVertexBuffer( vaobj, bindingindex, buffer, offset, stride );
12879 static void WINAPI glVertexArrayVertexBuffers( GLuint vaobj, GLuint first, GLsizei count, const GLuint* buffers, const GLintptr* offsets, const GLsizei* strides ) {
12880 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12881 TRACE("(%d, %d, %d, %p, %p, %p)\n", vaobj, first, count, buffers, offsets, strides );
12882 funcs->ext.p_glVertexArrayVertexBuffers( vaobj, first, count, buffers, offsets, strides );
12885 static void WINAPI glVertexArrayVertexOffsetEXT( GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, GLintptr offset ) {
12886 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12887 TRACE("(%d, %d, %d, %d, %d, %ld)\n", vaobj, buffer, size, type, stride, offset );
12888 funcs->ext.p_glVertexArrayVertexOffsetEXT( vaobj, buffer, size, type, stride, offset );
12891 static void WINAPI glVertexAttrib1d( GLuint index, GLdouble x ) {
12892 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12893 TRACE("(%d, %f)\n", index, x );
12894 funcs->ext.p_glVertexAttrib1d( index, x );
12897 static void WINAPI glVertexAttrib1dARB( GLuint index, GLdouble x ) {
12898 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12899 TRACE("(%d, %f)\n", index, x );
12900 funcs->ext.p_glVertexAttrib1dARB( index, x );
12903 static void WINAPI glVertexAttrib1dNV( GLuint index, GLdouble x ) {
12904 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12905 TRACE("(%d, %f)\n", index, x );
12906 funcs->ext.p_glVertexAttrib1dNV( index, x );
12909 static void WINAPI glVertexAttrib1dv( GLuint index, const GLdouble* v ) {
12910 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12911 TRACE("(%d, %p)\n", index, v );
12912 funcs->ext.p_glVertexAttrib1dv( index, v );
12915 static void WINAPI glVertexAttrib1dvARB( GLuint index, const GLdouble* v ) {
12916 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12917 TRACE("(%d, %p)\n", index, v );
12918 funcs->ext.p_glVertexAttrib1dvARB( index, v );
12921 static void WINAPI glVertexAttrib1dvNV( GLuint index, const GLdouble* v ) {
12922 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12923 TRACE("(%d, %p)\n", index, v );
12924 funcs->ext.p_glVertexAttrib1dvNV( index, v );
12927 static void WINAPI glVertexAttrib1f( GLuint index, GLfloat x ) {
12928 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12929 TRACE("(%d, %f)\n", index, x );
12930 funcs->ext.p_glVertexAttrib1f( index, x );
12933 static void WINAPI glVertexAttrib1fARB( GLuint index, GLfloat x ) {
12934 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12935 TRACE("(%d, %f)\n", index, x );
12936 funcs->ext.p_glVertexAttrib1fARB( index, x );
12939 static void WINAPI glVertexAttrib1fNV( GLuint index, GLfloat x ) {
12940 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12941 TRACE("(%d, %f)\n", index, x );
12942 funcs->ext.p_glVertexAttrib1fNV( index, x );
12945 static void WINAPI glVertexAttrib1fv( GLuint index, const GLfloat* v ) {
12946 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12947 TRACE("(%d, %p)\n", index, v );
12948 funcs->ext.p_glVertexAttrib1fv( index, v );
12951 static void WINAPI glVertexAttrib1fvARB( GLuint index, const GLfloat* v ) {
12952 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12953 TRACE("(%d, %p)\n", index, v );
12954 funcs->ext.p_glVertexAttrib1fvARB( index, v );
12957 static void WINAPI glVertexAttrib1fvNV( GLuint index, const GLfloat* v ) {
12958 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12959 TRACE("(%d, %p)\n", index, v );
12960 funcs->ext.p_glVertexAttrib1fvNV( index, v );
12963 static void WINAPI glVertexAttrib1hNV( GLuint index, GLhalfNV x ) {
12964 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12965 TRACE("(%d, %d)\n", index, x );
12966 funcs->ext.p_glVertexAttrib1hNV( index, x );
12969 static void WINAPI glVertexAttrib1hvNV( GLuint index, const GLhalfNV* v ) {
12970 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12971 TRACE("(%d, %p)\n", index, v );
12972 funcs->ext.p_glVertexAttrib1hvNV( index, v );
12975 static void WINAPI glVertexAttrib1s( GLuint index, GLshort x ) {
12976 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12977 TRACE("(%d, %d)\n", index, x );
12978 funcs->ext.p_glVertexAttrib1s( index, x );
12981 static void WINAPI glVertexAttrib1sARB( GLuint index, GLshort x ) {
12982 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12983 TRACE("(%d, %d)\n", index, x );
12984 funcs->ext.p_glVertexAttrib1sARB( index, x );
12987 static void WINAPI glVertexAttrib1sNV( GLuint index, GLshort x ) {
12988 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12989 TRACE("(%d, %d)\n", index, x );
12990 funcs->ext.p_glVertexAttrib1sNV( index, x );
12993 static void WINAPI glVertexAttrib1sv( GLuint index, const GLshort* v ) {
12994 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
12995 TRACE("(%d, %p)\n", index, v );
12996 funcs->ext.p_glVertexAttrib1sv( index, v );
12999 static void WINAPI glVertexAttrib1svARB( GLuint index, const GLshort* v ) {
13000 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13001 TRACE("(%d, %p)\n", index, v );
13002 funcs->ext.p_glVertexAttrib1svARB( index, v );
13005 static void WINAPI glVertexAttrib1svNV( GLuint index, const GLshort* v ) {
13006 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13007 TRACE("(%d, %p)\n", index, v );
13008 funcs->ext.p_glVertexAttrib1svNV( index, v );
13011 static void WINAPI glVertexAttrib2d( GLuint index, GLdouble x, GLdouble y ) {
13012 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13013 TRACE("(%d, %f, %f)\n", index, x, y );
13014 funcs->ext.p_glVertexAttrib2d( index, x, y );
13017 static void WINAPI glVertexAttrib2dARB( GLuint index, GLdouble x, GLdouble y ) {
13018 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13019 TRACE("(%d, %f, %f)\n", index, x, y );
13020 funcs->ext.p_glVertexAttrib2dARB( index, x, y );
13023 static void WINAPI glVertexAttrib2dNV( GLuint index, GLdouble x, GLdouble y ) {
13024 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13025 TRACE("(%d, %f, %f)\n", index, x, y );
13026 funcs->ext.p_glVertexAttrib2dNV( index, x, y );
13029 static void WINAPI glVertexAttrib2dv( GLuint index, const GLdouble* v ) {
13030 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13031 TRACE("(%d, %p)\n", index, v );
13032 funcs->ext.p_glVertexAttrib2dv( index, v );
13035 static void WINAPI glVertexAttrib2dvARB( GLuint index, const GLdouble* v ) {
13036 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13037 TRACE("(%d, %p)\n", index, v );
13038 funcs->ext.p_glVertexAttrib2dvARB( index, v );
13041 static void WINAPI glVertexAttrib2dvNV( GLuint index, const GLdouble* v ) {
13042 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13043 TRACE("(%d, %p)\n", index, v );
13044 funcs->ext.p_glVertexAttrib2dvNV( index, v );
13047 static void WINAPI glVertexAttrib2f( GLuint index, GLfloat x, GLfloat y ) {
13048 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13049 TRACE("(%d, %f, %f)\n", index, x, y );
13050 funcs->ext.p_glVertexAttrib2f( index, x, y );
13053 static void WINAPI glVertexAttrib2fARB( GLuint index, GLfloat x, GLfloat y ) {
13054 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13055 TRACE("(%d, %f, %f)\n", index, x, y );
13056 funcs->ext.p_glVertexAttrib2fARB( index, x, y );
13059 static void WINAPI glVertexAttrib2fNV( GLuint index, GLfloat x, GLfloat y ) {
13060 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13061 TRACE("(%d, %f, %f)\n", index, x, y );
13062 funcs->ext.p_glVertexAttrib2fNV( index, x, y );
13065 static void WINAPI glVertexAttrib2fv( GLuint index, const GLfloat* v ) {
13066 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13067 TRACE("(%d, %p)\n", index, v );
13068 funcs->ext.p_glVertexAttrib2fv( index, v );
13071 static void WINAPI glVertexAttrib2fvARB( GLuint index, const GLfloat* v ) {
13072 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13073 TRACE("(%d, %p)\n", index, v );
13074 funcs->ext.p_glVertexAttrib2fvARB( index, v );
13077 static void WINAPI glVertexAttrib2fvNV( GLuint index, const GLfloat* v ) {
13078 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13079 TRACE("(%d, %p)\n", index, v );
13080 funcs->ext.p_glVertexAttrib2fvNV( index, v );
13083 static void WINAPI glVertexAttrib2hNV( GLuint index, GLhalfNV x, GLhalfNV y ) {
13084 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13085 TRACE("(%d, %d, %d)\n", index, x, y );
13086 funcs->ext.p_glVertexAttrib2hNV( index, x, y );
13089 static void WINAPI glVertexAttrib2hvNV( GLuint index, const GLhalfNV* v ) {
13090 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13091 TRACE("(%d, %p)\n", index, v );
13092 funcs->ext.p_glVertexAttrib2hvNV( index, v );
13095 static void WINAPI glVertexAttrib2s( GLuint index, GLshort x, GLshort y ) {
13096 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13097 TRACE("(%d, %d, %d)\n", index, x, y );
13098 funcs->ext.p_glVertexAttrib2s( index, x, y );
13101 static void WINAPI glVertexAttrib2sARB( GLuint index, GLshort x, GLshort y ) {
13102 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13103 TRACE("(%d, %d, %d)\n", index, x, y );
13104 funcs->ext.p_glVertexAttrib2sARB( index, x, y );
13107 static void WINAPI glVertexAttrib2sNV( GLuint index, GLshort x, GLshort y ) {
13108 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13109 TRACE("(%d, %d, %d)\n", index, x, y );
13110 funcs->ext.p_glVertexAttrib2sNV( index, x, y );
13113 static void WINAPI glVertexAttrib2sv( GLuint index, const GLshort* v ) {
13114 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13115 TRACE("(%d, %p)\n", index, v );
13116 funcs->ext.p_glVertexAttrib2sv( index, v );
13119 static void WINAPI glVertexAttrib2svARB( GLuint index, const GLshort* v ) {
13120 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13121 TRACE("(%d, %p)\n", index, v );
13122 funcs->ext.p_glVertexAttrib2svARB( index, v );
13125 static void WINAPI glVertexAttrib2svNV( GLuint index, const GLshort* v ) {
13126 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13127 TRACE("(%d, %p)\n", index, v );
13128 funcs->ext.p_glVertexAttrib2svNV( index, v );
13131 static void WINAPI glVertexAttrib3d( GLuint index, GLdouble x, GLdouble y, GLdouble z ) {
13132 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13133 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13134 funcs->ext.p_glVertexAttrib3d( index, x, y, z );
13137 static void WINAPI glVertexAttrib3dARB( GLuint index, GLdouble x, GLdouble y, GLdouble z ) {
13138 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13139 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13140 funcs->ext.p_glVertexAttrib3dARB( index, x, y, z );
13143 static void WINAPI glVertexAttrib3dNV( GLuint index, GLdouble x, GLdouble y, GLdouble z ) {
13144 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13145 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13146 funcs->ext.p_glVertexAttrib3dNV( index, x, y, z );
13149 static void WINAPI glVertexAttrib3dv( GLuint index, const GLdouble* v ) {
13150 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13151 TRACE("(%d, %p)\n", index, v );
13152 funcs->ext.p_glVertexAttrib3dv( index, v );
13155 static void WINAPI glVertexAttrib3dvARB( GLuint index, const GLdouble* v ) {
13156 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13157 TRACE("(%d, %p)\n", index, v );
13158 funcs->ext.p_glVertexAttrib3dvARB( index, v );
13161 static void WINAPI glVertexAttrib3dvNV( GLuint index, const GLdouble* v ) {
13162 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13163 TRACE("(%d, %p)\n", index, v );
13164 funcs->ext.p_glVertexAttrib3dvNV( index, v );
13167 static void WINAPI glVertexAttrib3f( GLuint index, GLfloat x, GLfloat y, GLfloat z ) {
13168 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13169 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13170 funcs->ext.p_glVertexAttrib3f( index, x, y, z );
13173 static void WINAPI glVertexAttrib3fARB( GLuint index, GLfloat x, GLfloat y, GLfloat z ) {
13174 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13175 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13176 funcs->ext.p_glVertexAttrib3fARB( index, x, y, z );
13179 static void WINAPI glVertexAttrib3fNV( GLuint index, GLfloat x, GLfloat y, GLfloat z ) {
13180 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13181 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13182 funcs->ext.p_glVertexAttrib3fNV( index, x, y, z );
13185 static void WINAPI glVertexAttrib3fv( GLuint index, const GLfloat* v ) {
13186 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13187 TRACE("(%d, %p)\n", index, v );
13188 funcs->ext.p_glVertexAttrib3fv( index, v );
13191 static void WINAPI glVertexAttrib3fvARB( GLuint index, const GLfloat* v ) {
13192 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13193 TRACE("(%d, %p)\n", index, v );
13194 funcs->ext.p_glVertexAttrib3fvARB( index, v );
13197 static void WINAPI glVertexAttrib3fvNV( GLuint index, const GLfloat* v ) {
13198 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13199 TRACE("(%d, %p)\n", index, v );
13200 funcs->ext.p_glVertexAttrib3fvNV( index, v );
13203 static void WINAPI glVertexAttrib3hNV( GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z ) {
13204 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13205 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13206 funcs->ext.p_glVertexAttrib3hNV( index, x, y, z );
13209 static void WINAPI glVertexAttrib3hvNV( GLuint index, const GLhalfNV* v ) {
13210 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13211 TRACE("(%d, %p)\n", index, v );
13212 funcs->ext.p_glVertexAttrib3hvNV( index, v );
13215 static void WINAPI glVertexAttrib3s( GLuint index, GLshort x, GLshort y, GLshort z ) {
13216 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13217 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13218 funcs->ext.p_glVertexAttrib3s( index, x, y, z );
13221 static void WINAPI glVertexAttrib3sARB( GLuint index, GLshort x, GLshort y, GLshort z ) {
13222 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13223 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13224 funcs->ext.p_glVertexAttrib3sARB( index, x, y, z );
13227 static void WINAPI glVertexAttrib3sNV( GLuint index, GLshort x, GLshort y, GLshort z ) {
13228 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13229 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13230 funcs->ext.p_glVertexAttrib3sNV( index, x, y, z );
13233 static void WINAPI glVertexAttrib3sv( GLuint index, const GLshort* v ) {
13234 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13235 TRACE("(%d, %p)\n", index, v );
13236 funcs->ext.p_glVertexAttrib3sv( index, v );
13239 static void WINAPI glVertexAttrib3svARB( GLuint index, const GLshort* v ) {
13240 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13241 TRACE("(%d, %p)\n", index, v );
13242 funcs->ext.p_glVertexAttrib3svARB( index, v );
13245 static void WINAPI glVertexAttrib3svNV( GLuint index, const GLshort* v ) {
13246 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13247 TRACE("(%d, %p)\n", index, v );
13248 funcs->ext.p_glVertexAttrib3svNV( index, v );
13251 static void WINAPI glVertexAttrib4Nbv( GLuint index, const GLbyte* v ) {
13252 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13253 TRACE("(%d, %p)\n", index, v );
13254 funcs->ext.p_glVertexAttrib4Nbv( index, v );
13257 static void WINAPI glVertexAttrib4NbvARB( GLuint index, const GLbyte* v ) {
13258 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13259 TRACE("(%d, %p)\n", index, v );
13260 funcs->ext.p_glVertexAttrib4NbvARB( index, v );
13263 static void WINAPI glVertexAttrib4Niv( GLuint index, const GLint* v ) {
13264 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13265 TRACE("(%d, %p)\n", index, v );
13266 funcs->ext.p_glVertexAttrib4Niv( index, v );
13269 static void WINAPI glVertexAttrib4NivARB( GLuint index, const GLint* v ) {
13270 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13271 TRACE("(%d, %p)\n", index, v );
13272 funcs->ext.p_glVertexAttrib4NivARB( index, v );
13275 static void WINAPI glVertexAttrib4Nsv( GLuint index, const GLshort* v ) {
13276 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13277 TRACE("(%d, %p)\n", index, v );
13278 funcs->ext.p_glVertexAttrib4Nsv( index, v );
13281 static void WINAPI glVertexAttrib4NsvARB( GLuint index, const GLshort* v ) {
13282 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13283 TRACE("(%d, %p)\n", index, v );
13284 funcs->ext.p_glVertexAttrib4NsvARB( index, v );
13287 static void WINAPI glVertexAttrib4Nub( GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w ) {
13288 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13289 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13290 funcs->ext.p_glVertexAttrib4Nub( index, x, y, z, w );
13293 static void WINAPI glVertexAttrib4NubARB( GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w ) {
13294 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13295 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13296 funcs->ext.p_glVertexAttrib4NubARB( index, x, y, z, w );
13299 static void WINAPI glVertexAttrib4Nubv( GLuint index, const GLubyte* v ) {
13300 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13301 TRACE("(%d, %p)\n", index, v );
13302 funcs->ext.p_glVertexAttrib4Nubv( index, v );
13305 static void WINAPI glVertexAttrib4NubvARB( GLuint index, const GLubyte* v ) {
13306 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13307 TRACE("(%d, %p)\n", index, v );
13308 funcs->ext.p_glVertexAttrib4NubvARB( index, v );
13311 static void WINAPI glVertexAttrib4Nuiv( GLuint index, const GLuint* v ) {
13312 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13313 TRACE("(%d, %p)\n", index, v );
13314 funcs->ext.p_glVertexAttrib4Nuiv( index, v );
13317 static void WINAPI glVertexAttrib4NuivARB( GLuint index, const GLuint* v ) {
13318 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13319 TRACE("(%d, %p)\n", index, v );
13320 funcs->ext.p_glVertexAttrib4NuivARB( index, v );
13323 static void WINAPI glVertexAttrib4Nusv( GLuint index, const GLushort* v ) {
13324 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13325 TRACE("(%d, %p)\n", index, v );
13326 funcs->ext.p_glVertexAttrib4Nusv( index, v );
13329 static void WINAPI glVertexAttrib4NusvARB( GLuint index, const GLushort* v ) {
13330 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13331 TRACE("(%d, %p)\n", index, v );
13332 funcs->ext.p_glVertexAttrib4NusvARB( index, v );
13335 static void WINAPI glVertexAttrib4bv( GLuint index, const GLbyte* v ) {
13336 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13337 TRACE("(%d, %p)\n", index, v );
13338 funcs->ext.p_glVertexAttrib4bv( index, v );
13341 static void WINAPI glVertexAttrib4bvARB( GLuint index, const GLbyte* v ) {
13342 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13343 TRACE("(%d, %p)\n", index, v );
13344 funcs->ext.p_glVertexAttrib4bvARB( index, v );
13347 static void WINAPI glVertexAttrib4d( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
13348 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13349 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13350 funcs->ext.p_glVertexAttrib4d( index, x, y, z, w );
13353 static void WINAPI glVertexAttrib4dARB( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
13354 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13355 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13356 funcs->ext.p_glVertexAttrib4dARB( index, x, y, z, w );
13359 static void WINAPI glVertexAttrib4dNV( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
13360 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13361 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13362 funcs->ext.p_glVertexAttrib4dNV( index, x, y, z, w );
13365 static void WINAPI glVertexAttrib4dv( GLuint index, const GLdouble* v ) {
13366 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13367 TRACE("(%d, %p)\n", index, v );
13368 funcs->ext.p_glVertexAttrib4dv( index, v );
13371 static void WINAPI glVertexAttrib4dvARB( GLuint index, const GLdouble* v ) {
13372 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13373 TRACE("(%d, %p)\n", index, v );
13374 funcs->ext.p_glVertexAttrib4dvARB( index, v );
13377 static void WINAPI glVertexAttrib4dvNV( GLuint index, const GLdouble* v ) {
13378 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13379 TRACE("(%d, %p)\n", index, v );
13380 funcs->ext.p_glVertexAttrib4dvNV( index, v );
13383 static void WINAPI glVertexAttrib4f( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
13384 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13385 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13386 funcs->ext.p_glVertexAttrib4f( index, x, y, z, w );
13389 static void WINAPI glVertexAttrib4fARB( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
13390 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13391 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13392 funcs->ext.p_glVertexAttrib4fARB( index, x, y, z, w );
13395 static void WINAPI glVertexAttrib4fNV( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
13396 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13397 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13398 funcs->ext.p_glVertexAttrib4fNV( index, x, y, z, w );
13401 static void WINAPI glVertexAttrib4fv( GLuint index, const GLfloat* v ) {
13402 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13403 TRACE("(%d, %p)\n", index, v );
13404 funcs->ext.p_glVertexAttrib4fv( index, v );
13407 static void WINAPI glVertexAttrib4fvARB( GLuint index, const GLfloat* v ) {
13408 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13409 TRACE("(%d, %p)\n", index, v );
13410 funcs->ext.p_glVertexAttrib4fvARB( index, v );
13413 static void WINAPI glVertexAttrib4fvNV( GLuint index, const GLfloat* v ) {
13414 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13415 TRACE("(%d, %p)\n", index, v );
13416 funcs->ext.p_glVertexAttrib4fvNV( index, v );
13419 static void WINAPI glVertexAttrib4hNV( GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w ) {
13420 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13421 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13422 funcs->ext.p_glVertexAttrib4hNV( index, x, y, z, w );
13425 static void WINAPI glVertexAttrib4hvNV( GLuint index, const GLhalfNV* v ) {
13426 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13427 TRACE("(%d, %p)\n", index, v );
13428 funcs->ext.p_glVertexAttrib4hvNV( index, v );
13431 static void WINAPI glVertexAttrib4iv( GLuint index, const GLint* v ) {
13432 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13433 TRACE("(%d, %p)\n", index, v );
13434 funcs->ext.p_glVertexAttrib4iv( index, v );
13437 static void WINAPI glVertexAttrib4ivARB( GLuint index, const GLint* v ) {
13438 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13439 TRACE("(%d, %p)\n", index, v );
13440 funcs->ext.p_glVertexAttrib4ivARB( index, v );
13443 static void WINAPI glVertexAttrib4s( GLuint index, GLshort x, GLshort y, GLshort z, GLshort w ) {
13444 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13445 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13446 funcs->ext.p_glVertexAttrib4s( index, x, y, z, w );
13449 static void WINAPI glVertexAttrib4sARB( GLuint index, GLshort x, GLshort y, GLshort z, GLshort w ) {
13450 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13451 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13452 funcs->ext.p_glVertexAttrib4sARB( index, x, y, z, w );
13455 static void WINAPI glVertexAttrib4sNV( GLuint index, GLshort x, GLshort y, GLshort z, GLshort w ) {
13456 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13457 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13458 funcs->ext.p_glVertexAttrib4sNV( index, x, y, z, w );
13461 static void WINAPI glVertexAttrib4sv( GLuint index, const GLshort* v ) {
13462 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13463 TRACE("(%d, %p)\n", index, v );
13464 funcs->ext.p_glVertexAttrib4sv( index, v );
13467 static void WINAPI glVertexAttrib4svARB( GLuint index, const GLshort* v ) {
13468 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13469 TRACE("(%d, %p)\n", index, v );
13470 funcs->ext.p_glVertexAttrib4svARB( index, v );
13473 static void WINAPI glVertexAttrib4svNV( GLuint index, const GLshort* v ) {
13474 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13475 TRACE("(%d, %p)\n", index, v );
13476 funcs->ext.p_glVertexAttrib4svNV( index, v );
13479 static void WINAPI glVertexAttrib4ubNV( GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w ) {
13480 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13481 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13482 funcs->ext.p_glVertexAttrib4ubNV( index, x, y, z, w );
13485 static void WINAPI glVertexAttrib4ubv( GLuint index, const GLubyte* v ) {
13486 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13487 TRACE("(%d, %p)\n", index, v );
13488 funcs->ext.p_glVertexAttrib4ubv( index, v );
13491 static void WINAPI glVertexAttrib4ubvARB( GLuint index, const GLubyte* v ) {
13492 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13493 TRACE("(%d, %p)\n", index, v );
13494 funcs->ext.p_glVertexAttrib4ubvARB( index, v );
13497 static void WINAPI glVertexAttrib4ubvNV( GLuint index, const GLubyte* v ) {
13498 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13499 TRACE("(%d, %p)\n", index, v );
13500 funcs->ext.p_glVertexAttrib4ubvNV( index, v );
13503 static void WINAPI glVertexAttrib4uiv( GLuint index, const GLuint* v ) {
13504 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13505 TRACE("(%d, %p)\n", index, v );
13506 funcs->ext.p_glVertexAttrib4uiv( index, v );
13509 static void WINAPI glVertexAttrib4uivARB( GLuint index, const GLuint* v ) {
13510 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13511 TRACE("(%d, %p)\n", index, v );
13512 funcs->ext.p_glVertexAttrib4uivARB( index, v );
13515 static void WINAPI glVertexAttrib4usv( GLuint index, const GLushort* v ) {
13516 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13517 TRACE("(%d, %p)\n", index, v );
13518 funcs->ext.p_glVertexAttrib4usv( index, v );
13521 static void WINAPI glVertexAttrib4usvARB( GLuint index, const GLushort* v ) {
13522 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13523 TRACE("(%d, %p)\n", index, v );
13524 funcs->ext.p_glVertexAttrib4usvARB( index, v );
13527 static void WINAPI glVertexAttribArrayObjectATI( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset ) {
13528 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13529 TRACE("(%d, %d, %d, %d, %d, %d, %d)\n", index, size, type, normalized, stride, buffer, offset );
13530 funcs->ext.p_glVertexAttribArrayObjectATI( index, size, type, normalized, stride, buffer, offset );
13533 static void WINAPI glVertexAttribBinding( GLuint attribindex, GLuint bindingindex ) {
13534 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13535 TRACE("(%d, %d)\n", attribindex, bindingindex );
13536 funcs->ext.p_glVertexAttribBinding( attribindex, bindingindex );
13539 static void WINAPI glVertexAttribDivisor( GLuint index, GLuint divisor ) {
13540 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13541 TRACE("(%d, %d)\n", index, divisor );
13542 funcs->ext.p_glVertexAttribDivisor( index, divisor );
13545 static void WINAPI glVertexAttribDivisorARB( GLuint index, GLuint divisor ) {
13546 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13547 TRACE("(%d, %d)\n", index, divisor );
13548 funcs->ext.p_glVertexAttribDivisorARB( index, divisor );
13551 static void WINAPI glVertexAttribFormat( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) {
13552 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13553 TRACE("(%d, %d, %d, %d, %d)\n", attribindex, size, type, normalized, relativeoffset );
13554 funcs->ext.p_glVertexAttribFormat( attribindex, size, type, normalized, relativeoffset );
13557 static void WINAPI glVertexAttribFormatNV( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride ) {
13558 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13559 TRACE("(%d, %d, %d, %d, %d)\n", index, size, type, normalized, stride );
13560 funcs->ext.p_glVertexAttribFormatNV( index, size, type, normalized, stride );
13563 static void WINAPI glVertexAttribI1i( GLuint index, GLint x ) {
13564 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13565 TRACE("(%d, %d)\n", index, x );
13566 funcs->ext.p_glVertexAttribI1i( index, x );
13569 static void WINAPI glVertexAttribI1iEXT( GLuint index, GLint x ) {
13570 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13571 TRACE("(%d, %d)\n", index, x );
13572 funcs->ext.p_glVertexAttribI1iEXT( index, x );
13575 static void WINAPI glVertexAttribI1iv( GLuint index, const GLint* v ) {
13576 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13577 TRACE("(%d, %p)\n", index, v );
13578 funcs->ext.p_glVertexAttribI1iv( index, v );
13581 static void WINAPI glVertexAttribI1ivEXT( GLuint index, const GLint* v ) {
13582 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13583 TRACE("(%d, %p)\n", index, v );
13584 funcs->ext.p_glVertexAttribI1ivEXT( index, v );
13587 static void WINAPI glVertexAttribI1ui( GLuint index, GLuint x ) {
13588 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13589 TRACE("(%d, %d)\n", index, x );
13590 funcs->ext.p_glVertexAttribI1ui( index, x );
13593 static void WINAPI glVertexAttribI1uiEXT( GLuint index, GLuint x ) {
13594 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13595 TRACE("(%d, %d)\n", index, x );
13596 funcs->ext.p_glVertexAttribI1uiEXT( index, x );
13599 static void WINAPI glVertexAttribI1uiv( GLuint index, const GLuint* v ) {
13600 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13601 TRACE("(%d, %p)\n", index, v );
13602 funcs->ext.p_glVertexAttribI1uiv( index, v );
13605 static void WINAPI glVertexAttribI1uivEXT( GLuint index, const GLuint* v ) {
13606 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13607 TRACE("(%d, %p)\n", index, v );
13608 funcs->ext.p_glVertexAttribI1uivEXT( index, v );
13611 static void WINAPI glVertexAttribI2i( GLuint index, GLint x, GLint y ) {
13612 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13613 TRACE("(%d, %d, %d)\n", index, x, y );
13614 funcs->ext.p_glVertexAttribI2i( index, x, y );
13617 static void WINAPI glVertexAttribI2iEXT( GLuint index, GLint x, GLint y ) {
13618 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13619 TRACE("(%d, %d, %d)\n", index, x, y );
13620 funcs->ext.p_glVertexAttribI2iEXT( index, x, y );
13623 static void WINAPI glVertexAttribI2iv( GLuint index, const GLint* v ) {
13624 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13625 TRACE("(%d, %p)\n", index, v );
13626 funcs->ext.p_glVertexAttribI2iv( index, v );
13629 static void WINAPI glVertexAttribI2ivEXT( GLuint index, const GLint* v ) {
13630 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13631 TRACE("(%d, %p)\n", index, v );
13632 funcs->ext.p_glVertexAttribI2ivEXT( index, v );
13635 static void WINAPI glVertexAttribI2ui( GLuint index, GLuint x, GLuint y ) {
13636 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13637 TRACE("(%d, %d, %d)\n", index, x, y );
13638 funcs->ext.p_glVertexAttribI2ui( index, x, y );
13641 static void WINAPI glVertexAttribI2uiEXT( GLuint index, GLuint x, GLuint y ) {
13642 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13643 TRACE("(%d, %d, %d)\n", index, x, y );
13644 funcs->ext.p_glVertexAttribI2uiEXT( index, x, y );
13647 static void WINAPI glVertexAttribI2uiv( GLuint index, const GLuint* v ) {
13648 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13649 TRACE("(%d, %p)\n", index, v );
13650 funcs->ext.p_glVertexAttribI2uiv( index, v );
13653 static void WINAPI glVertexAttribI2uivEXT( GLuint index, const GLuint* v ) {
13654 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13655 TRACE("(%d, %p)\n", index, v );
13656 funcs->ext.p_glVertexAttribI2uivEXT( index, v );
13659 static void WINAPI glVertexAttribI3i( GLuint index, GLint x, GLint y, GLint z ) {
13660 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13661 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13662 funcs->ext.p_glVertexAttribI3i( index, x, y, z );
13665 static void WINAPI glVertexAttribI3iEXT( GLuint index, GLint x, GLint y, GLint z ) {
13666 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13667 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13668 funcs->ext.p_glVertexAttribI3iEXT( index, x, y, z );
13671 static void WINAPI glVertexAttribI3iv( GLuint index, const GLint* v ) {
13672 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13673 TRACE("(%d, %p)\n", index, v );
13674 funcs->ext.p_glVertexAttribI3iv( index, v );
13677 static void WINAPI glVertexAttribI3ivEXT( GLuint index, const GLint* v ) {
13678 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13679 TRACE("(%d, %p)\n", index, v );
13680 funcs->ext.p_glVertexAttribI3ivEXT( index, v );
13683 static void WINAPI glVertexAttribI3ui( GLuint index, GLuint x, GLuint y, GLuint z ) {
13684 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13685 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13686 funcs->ext.p_glVertexAttribI3ui( index, x, y, z );
13689 static void WINAPI glVertexAttribI3uiEXT( GLuint index, GLuint x, GLuint y, GLuint z ) {
13690 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13691 TRACE("(%d, %d, %d, %d)\n", index, x, y, z );
13692 funcs->ext.p_glVertexAttribI3uiEXT( index, x, y, z );
13695 static void WINAPI glVertexAttribI3uiv( GLuint index, const GLuint* v ) {
13696 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13697 TRACE("(%d, %p)\n", index, v );
13698 funcs->ext.p_glVertexAttribI3uiv( index, v );
13701 static void WINAPI glVertexAttribI3uivEXT( GLuint index, const GLuint* v ) {
13702 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13703 TRACE("(%d, %p)\n", index, v );
13704 funcs->ext.p_glVertexAttribI3uivEXT( index, v );
13707 static void WINAPI glVertexAttribI4bv( GLuint index, const GLbyte* v ) {
13708 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13709 TRACE("(%d, %p)\n", index, v );
13710 funcs->ext.p_glVertexAttribI4bv( index, v );
13713 static void WINAPI glVertexAttribI4bvEXT( GLuint index, const GLbyte* v ) {
13714 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13715 TRACE("(%d, %p)\n", index, v );
13716 funcs->ext.p_glVertexAttribI4bvEXT( index, v );
13719 static void WINAPI glVertexAttribI4i( GLuint index, GLint x, GLint y, GLint z, GLint w ) {
13720 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13721 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13722 funcs->ext.p_glVertexAttribI4i( index, x, y, z, w );
13725 static void WINAPI glVertexAttribI4iEXT( GLuint index, GLint x, GLint y, GLint z, GLint w ) {
13726 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13727 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13728 funcs->ext.p_glVertexAttribI4iEXT( index, x, y, z, w );
13731 static void WINAPI glVertexAttribI4iv( GLuint index, const GLint* v ) {
13732 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13733 TRACE("(%d, %p)\n", index, v );
13734 funcs->ext.p_glVertexAttribI4iv( index, v );
13737 static void WINAPI glVertexAttribI4ivEXT( GLuint index, const GLint* v ) {
13738 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13739 TRACE("(%d, %p)\n", index, v );
13740 funcs->ext.p_glVertexAttribI4ivEXT( index, v );
13743 static void WINAPI glVertexAttribI4sv( GLuint index, const GLshort* v ) {
13744 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13745 TRACE("(%d, %p)\n", index, v );
13746 funcs->ext.p_glVertexAttribI4sv( index, v );
13749 static void WINAPI glVertexAttribI4svEXT( GLuint index, const GLshort* v ) {
13750 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13751 TRACE("(%d, %p)\n", index, v );
13752 funcs->ext.p_glVertexAttribI4svEXT( index, v );
13755 static void WINAPI glVertexAttribI4ubv( GLuint index, const GLubyte* v ) {
13756 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13757 TRACE("(%d, %p)\n", index, v );
13758 funcs->ext.p_glVertexAttribI4ubv( index, v );
13761 static void WINAPI glVertexAttribI4ubvEXT( GLuint index, const GLubyte* v ) {
13762 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13763 TRACE("(%d, %p)\n", index, v );
13764 funcs->ext.p_glVertexAttribI4ubvEXT( index, v );
13767 static void WINAPI glVertexAttribI4ui( GLuint index, GLuint x, GLuint y, GLuint z, GLuint w ) {
13768 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13769 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13770 funcs->ext.p_glVertexAttribI4ui( index, x, y, z, w );
13773 static void WINAPI glVertexAttribI4uiEXT( GLuint index, GLuint x, GLuint y, GLuint z, GLuint w ) {
13774 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13775 TRACE("(%d, %d, %d, %d, %d)\n", index, x, y, z, w );
13776 funcs->ext.p_glVertexAttribI4uiEXT( index, x, y, z, w );
13779 static void WINAPI glVertexAttribI4uiv( GLuint index, const GLuint* v ) {
13780 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13781 TRACE("(%d, %p)\n", index, v );
13782 funcs->ext.p_glVertexAttribI4uiv( index, v );
13785 static void WINAPI glVertexAttribI4uivEXT( GLuint index, const GLuint* v ) {
13786 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13787 TRACE("(%d, %p)\n", index, v );
13788 funcs->ext.p_glVertexAttribI4uivEXT( index, v );
13791 static void WINAPI glVertexAttribI4usv( GLuint index, const GLushort* v ) {
13792 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13793 TRACE("(%d, %p)\n", index, v );
13794 funcs->ext.p_glVertexAttribI4usv( index, v );
13797 static void WINAPI glVertexAttribI4usvEXT( GLuint index, const GLushort* v ) {
13798 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13799 TRACE("(%d, %p)\n", index, v );
13800 funcs->ext.p_glVertexAttribI4usvEXT( index, v );
13803 static void WINAPI glVertexAttribIFormat( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
13804 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13805 TRACE("(%d, %d, %d, %d)\n", attribindex, size, type, relativeoffset );
13806 funcs->ext.p_glVertexAttribIFormat( attribindex, size, type, relativeoffset );
13809 static void WINAPI glVertexAttribIFormatNV( GLuint index, GLint size, GLenum type, GLsizei stride ) {
13810 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13811 TRACE("(%d, %d, %d, %d)\n", index, size, type, stride );
13812 funcs->ext.p_glVertexAttribIFormatNV( index, size, type, stride );
13815 static void WINAPI glVertexAttribIPointer( GLuint index, GLint size, GLenum type, GLsizei stride, const void* pointer ) {
13816 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13817 TRACE("(%d, %d, %d, %d, %p)\n", index, size, type, stride, pointer );
13818 funcs->ext.p_glVertexAttribIPointer( index, size, type, stride, pointer );
13821 static void WINAPI glVertexAttribIPointerEXT( GLuint index, GLint size, GLenum type, GLsizei stride, const void* pointer ) {
13822 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13823 TRACE("(%d, %d, %d, %d, %p)\n", index, size, type, stride, pointer );
13824 funcs->ext.p_glVertexAttribIPointerEXT( index, size, type, stride, pointer );
13827 static void WINAPI glVertexAttribL1d( GLuint index, GLdouble x ) {
13828 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13829 TRACE("(%d, %f)\n", index, x );
13830 funcs->ext.p_glVertexAttribL1d( index, x );
13833 static void WINAPI glVertexAttribL1dEXT( GLuint index, GLdouble x ) {
13834 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13835 TRACE("(%d, %f)\n", index, x );
13836 funcs->ext.p_glVertexAttribL1dEXT( index, x );
13839 static void WINAPI glVertexAttribL1dv( GLuint index, const GLdouble* v ) {
13840 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13841 TRACE("(%d, %p)\n", index, v );
13842 funcs->ext.p_glVertexAttribL1dv( index, v );
13845 static void WINAPI glVertexAttribL1dvEXT( GLuint index, const GLdouble* v ) {
13846 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13847 TRACE("(%d, %p)\n", index, v );
13848 funcs->ext.p_glVertexAttribL1dvEXT( index, v );
13851 static void WINAPI glVertexAttribL1i64NV( GLuint index, GLint64EXT x ) {
13852 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13853 TRACE("(%d, %s)\n", index, wine_dbgstr_longlong(x) );
13854 funcs->ext.p_glVertexAttribL1i64NV( index, x );
13857 static void WINAPI glVertexAttribL1i64vNV( GLuint index, const GLint64EXT* v ) {
13858 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13859 TRACE("(%d, %p)\n", index, v );
13860 funcs->ext.p_glVertexAttribL1i64vNV( index, v );
13863 static void WINAPI glVertexAttribL1ui64ARB( GLuint index, GLuint64EXT x ) {
13864 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13865 TRACE("(%d, %s)\n", index, wine_dbgstr_longlong(x) );
13866 funcs->ext.p_glVertexAttribL1ui64ARB( index, x );
13869 static void WINAPI glVertexAttribL1ui64NV( GLuint index, GLuint64EXT x ) {
13870 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13871 TRACE("(%d, %s)\n", index, wine_dbgstr_longlong(x) );
13872 funcs->ext.p_glVertexAttribL1ui64NV( index, x );
13875 static void WINAPI glVertexAttribL1ui64vARB( GLuint index, const GLuint64EXT* v ) {
13876 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13877 TRACE("(%d, %p)\n", index, v );
13878 funcs->ext.p_glVertexAttribL1ui64vARB( index, v );
13881 static void WINAPI glVertexAttribL1ui64vNV( GLuint index, const GLuint64EXT* v ) {
13882 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13883 TRACE("(%d, %p)\n", index, v );
13884 funcs->ext.p_glVertexAttribL1ui64vNV( index, v );
13887 static void WINAPI glVertexAttribL2d( GLuint index, GLdouble x, GLdouble y ) {
13888 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13889 TRACE("(%d, %f, %f)\n", index, x, y );
13890 funcs->ext.p_glVertexAttribL2d( index, x, y );
13893 static void WINAPI glVertexAttribL2dEXT( GLuint index, GLdouble x, GLdouble y ) {
13894 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13895 TRACE("(%d, %f, %f)\n", index, x, y );
13896 funcs->ext.p_glVertexAttribL2dEXT( index, x, y );
13899 static void WINAPI glVertexAttribL2dv( GLuint index, const GLdouble* v ) {
13900 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13901 TRACE("(%d, %p)\n", index, v );
13902 funcs->ext.p_glVertexAttribL2dv( index, v );
13905 static void WINAPI glVertexAttribL2dvEXT( GLuint index, const GLdouble* v ) {
13906 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13907 TRACE("(%d, %p)\n", index, v );
13908 funcs->ext.p_glVertexAttribL2dvEXT( index, v );
13911 static void WINAPI glVertexAttribL2i64NV( GLuint index, GLint64EXT x, GLint64EXT y ) {
13912 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13913 TRACE("(%d, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
13914 funcs->ext.p_glVertexAttribL2i64NV( index, x, y );
13917 static void WINAPI glVertexAttribL2i64vNV( GLuint index, const GLint64EXT* v ) {
13918 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13919 TRACE("(%d, %p)\n", index, v );
13920 funcs->ext.p_glVertexAttribL2i64vNV( index, v );
13923 static void WINAPI glVertexAttribL2ui64NV( GLuint index, GLuint64EXT x, GLuint64EXT y ) {
13924 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13925 TRACE("(%d, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y) );
13926 funcs->ext.p_glVertexAttribL2ui64NV( index, x, y );
13929 static void WINAPI glVertexAttribL2ui64vNV( GLuint index, const GLuint64EXT* v ) {
13930 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13931 TRACE("(%d, %p)\n", index, v );
13932 funcs->ext.p_glVertexAttribL2ui64vNV( index, v );
13935 static void WINAPI glVertexAttribL3d( GLuint index, GLdouble x, GLdouble y, GLdouble z ) {
13936 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13937 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13938 funcs->ext.p_glVertexAttribL3d( index, x, y, z );
13941 static void WINAPI glVertexAttribL3dEXT( GLuint index, GLdouble x, GLdouble y, GLdouble z ) {
13942 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13943 TRACE("(%d, %f, %f, %f)\n", index, x, y, z );
13944 funcs->ext.p_glVertexAttribL3dEXT( index, x, y, z );
13947 static void WINAPI glVertexAttribL3dv( GLuint index, const GLdouble* v ) {
13948 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13949 TRACE("(%d, %p)\n", index, v );
13950 funcs->ext.p_glVertexAttribL3dv( index, v );
13953 static void WINAPI glVertexAttribL3dvEXT( GLuint index, const GLdouble* v ) {
13954 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13955 TRACE("(%d, %p)\n", index, v );
13956 funcs->ext.p_glVertexAttribL3dvEXT( index, v );
13959 static void WINAPI glVertexAttribL3i64NV( GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z ) {
13960 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13961 TRACE("(%d, %s, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
13962 funcs->ext.p_glVertexAttribL3i64NV( index, x, y, z );
13965 static void WINAPI glVertexAttribL3i64vNV( GLuint index, const GLint64EXT* v ) {
13966 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13967 TRACE("(%d, %p)\n", index, v );
13968 funcs->ext.p_glVertexAttribL3i64vNV( index, v );
13971 static void WINAPI glVertexAttribL3ui64NV( GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z ) {
13972 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13973 TRACE("(%d, %s, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z) );
13974 funcs->ext.p_glVertexAttribL3ui64NV( index, x, y, z );
13977 static void WINAPI glVertexAttribL3ui64vNV( GLuint index, const GLuint64EXT* v ) {
13978 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13979 TRACE("(%d, %p)\n", index, v );
13980 funcs->ext.p_glVertexAttribL3ui64vNV( index, v );
13983 static void WINAPI glVertexAttribL4d( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
13984 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13985 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13986 funcs->ext.p_glVertexAttribL4d( index, x, y, z, w );
13989 static void WINAPI glVertexAttribL4dEXT( GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
13990 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13991 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, z, w );
13992 funcs->ext.p_glVertexAttribL4dEXT( index, x, y, z, w );
13995 static void WINAPI glVertexAttribL4dv( GLuint index, const GLdouble* v ) {
13996 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
13997 TRACE("(%d, %p)\n", index, v );
13998 funcs->ext.p_glVertexAttribL4dv( index, v );
14001 static void WINAPI glVertexAttribL4dvEXT( GLuint index, const GLdouble* v ) {
14002 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14003 TRACE("(%d, %p)\n", index, v );
14004 funcs->ext.p_glVertexAttribL4dvEXT( index, v );
14007 static void WINAPI glVertexAttribL4i64NV( GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w ) {
14008 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14009 TRACE("(%d, %s, %s, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
14010 funcs->ext.p_glVertexAttribL4i64NV( index, x, y, z, w );
14013 static void WINAPI glVertexAttribL4i64vNV( GLuint index, const GLint64EXT* v ) {
14014 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14015 TRACE("(%d, %p)\n", index, v );
14016 funcs->ext.p_glVertexAttribL4i64vNV( index, v );
14019 static void WINAPI glVertexAttribL4ui64NV( GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w ) {
14020 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14021 TRACE("(%d, %s, %s, %s, %s)\n", index, wine_dbgstr_longlong(x), wine_dbgstr_longlong(y), wine_dbgstr_longlong(z), wine_dbgstr_longlong(w) );
14022 funcs->ext.p_glVertexAttribL4ui64NV( index, x, y, z, w );
14025 static void WINAPI glVertexAttribL4ui64vNV( GLuint index, const GLuint64EXT* v ) {
14026 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14027 TRACE("(%d, %p)\n", index, v );
14028 funcs->ext.p_glVertexAttribL4ui64vNV( index, v );
14031 static void WINAPI glVertexAttribLFormat( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset ) {
14032 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14033 TRACE("(%d, %d, %d, %d)\n", attribindex, size, type, relativeoffset );
14034 funcs->ext.p_glVertexAttribLFormat( attribindex, size, type, relativeoffset );
14037 static void WINAPI glVertexAttribLFormatNV( GLuint index, GLint size, GLenum type, GLsizei stride ) {
14038 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14039 TRACE("(%d, %d, %d, %d)\n", index, size, type, stride );
14040 funcs->ext.p_glVertexAttribLFormatNV( index, size, type, stride );
14043 static void WINAPI glVertexAttribLPointer( GLuint index, GLint size, GLenum type, GLsizei stride, const void* pointer ) {
14044 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14045 TRACE("(%d, %d, %d, %d, %p)\n", index, size, type, stride, pointer );
14046 funcs->ext.p_glVertexAttribLPointer( index, size, type, stride, pointer );
14049 static void WINAPI glVertexAttribLPointerEXT( GLuint index, GLint size, GLenum type, GLsizei stride, const void* pointer ) {
14050 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14051 TRACE("(%d, %d, %d, %d, %p)\n", index, size, type, stride, pointer );
14052 funcs->ext.p_glVertexAttribLPointerEXT( index, size, type, stride, pointer );
14055 static void WINAPI glVertexAttribP1ui( GLuint index, GLenum type, GLboolean normalized, GLuint value ) {
14056 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14057 TRACE("(%d, %d, %d, %d)\n", index, type, normalized, value );
14058 funcs->ext.p_glVertexAttribP1ui( index, type, normalized, value );
14061 static void WINAPI glVertexAttribP1uiv( GLuint index, GLenum type, GLboolean normalized, const GLuint* value ) {
14062 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14063 TRACE("(%d, %d, %d, %p)\n", index, type, normalized, value );
14064 funcs->ext.p_glVertexAttribP1uiv( index, type, normalized, value );
14067 static void WINAPI glVertexAttribP2ui( GLuint index, GLenum type, GLboolean normalized, GLuint value ) {
14068 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14069 TRACE("(%d, %d, %d, %d)\n", index, type, normalized, value );
14070 funcs->ext.p_glVertexAttribP2ui( index, type, normalized, value );
14073 static void WINAPI glVertexAttribP2uiv( GLuint index, GLenum type, GLboolean normalized, const GLuint* value ) {
14074 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14075 TRACE("(%d, %d, %d, %p)\n", index, type, normalized, value );
14076 funcs->ext.p_glVertexAttribP2uiv( index, type, normalized, value );
14079 static void WINAPI glVertexAttribP3ui( GLuint index, GLenum type, GLboolean normalized, GLuint value ) {
14080 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14081 TRACE("(%d, %d, %d, %d)\n", index, type, normalized, value );
14082 funcs->ext.p_glVertexAttribP3ui( index, type, normalized, value );
14085 static void WINAPI glVertexAttribP3uiv( GLuint index, GLenum type, GLboolean normalized, const GLuint* value ) {
14086 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14087 TRACE("(%d, %d, %d, %p)\n", index, type, normalized, value );
14088 funcs->ext.p_glVertexAttribP3uiv( index, type, normalized, value );
14091 static void WINAPI glVertexAttribP4ui( GLuint index, GLenum type, GLboolean normalized, GLuint value ) {
14092 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14093 TRACE("(%d, %d, %d, %d)\n", index, type, normalized, value );
14094 funcs->ext.p_glVertexAttribP4ui( index, type, normalized, value );
14097 static void WINAPI glVertexAttribP4uiv( GLuint index, GLenum type, GLboolean normalized, const GLuint* value ) {
14098 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14099 TRACE("(%d, %d, %d, %p)\n", index, type, normalized, value );
14100 funcs->ext.p_glVertexAttribP4uiv( index, type, normalized, value );
14103 static void WINAPI glVertexAttribParameteriAMD( GLuint index, GLenum pname, GLint param ) {
14104 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14105 TRACE("(%d, %d, %d)\n", index, pname, param );
14106 funcs->ext.p_glVertexAttribParameteriAMD( index, pname, param );
14109 static void WINAPI glVertexAttribPointer( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* pointer ) {
14110 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14111 TRACE("(%d, %d, %d, %d, %d, %p)\n", index, size, type, normalized, stride, pointer );
14112 funcs->ext.p_glVertexAttribPointer( index, size, type, normalized, stride, pointer );
14115 static void WINAPI glVertexAttribPointerARB( GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void* pointer ) {
14116 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14117 TRACE("(%d, %d, %d, %d, %d, %p)\n", index, size, type, normalized, stride, pointer );
14118 funcs->ext.p_glVertexAttribPointerARB( index, size, type, normalized, stride, pointer );
14121 static void WINAPI glVertexAttribPointerNV( GLuint index, GLint fsize, GLenum type, GLsizei stride, const void* pointer ) {
14122 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14123 TRACE("(%d, %d, %d, %d, %p)\n", index, fsize, type, stride, pointer );
14124 funcs->ext.p_glVertexAttribPointerNV( index, fsize, type, stride, pointer );
14127 static void WINAPI glVertexAttribs1dvNV( GLuint index, GLsizei count, const GLdouble* v ) {
14128 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14129 TRACE("(%d, %d, %p)\n", index, count, v );
14130 funcs->ext.p_glVertexAttribs1dvNV( index, count, v );
14133 static void WINAPI glVertexAttribs1fvNV( GLuint index, GLsizei count, const GLfloat* v ) {
14134 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14135 TRACE("(%d, %d, %p)\n", index, count, v );
14136 funcs->ext.p_glVertexAttribs1fvNV( index, count, v );
14139 static void WINAPI glVertexAttribs1hvNV( GLuint index, GLsizei n, const GLhalfNV* v ) {
14140 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14141 TRACE("(%d, %d, %p)\n", index, n, v );
14142 funcs->ext.p_glVertexAttribs1hvNV( index, n, v );
14145 static void WINAPI glVertexAttribs1svNV( GLuint index, GLsizei count, const GLshort* v ) {
14146 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14147 TRACE("(%d, %d, %p)\n", index, count, v );
14148 funcs->ext.p_glVertexAttribs1svNV( index, count, v );
14151 static void WINAPI glVertexAttribs2dvNV( GLuint index, GLsizei count, const GLdouble* v ) {
14152 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14153 TRACE("(%d, %d, %p)\n", index, count, v );
14154 funcs->ext.p_glVertexAttribs2dvNV( index, count, v );
14157 static void WINAPI glVertexAttribs2fvNV( GLuint index, GLsizei count, const GLfloat* v ) {
14158 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14159 TRACE("(%d, %d, %p)\n", index, count, v );
14160 funcs->ext.p_glVertexAttribs2fvNV( index, count, v );
14163 static void WINAPI glVertexAttribs2hvNV( GLuint index, GLsizei n, const GLhalfNV* v ) {
14164 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14165 TRACE("(%d, %d, %p)\n", index, n, v );
14166 funcs->ext.p_glVertexAttribs2hvNV( index, n, v );
14169 static void WINAPI glVertexAttribs2svNV( GLuint index, GLsizei count, const GLshort* v ) {
14170 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14171 TRACE("(%d, %d, %p)\n", index, count, v );
14172 funcs->ext.p_glVertexAttribs2svNV( index, count, v );
14175 static void WINAPI glVertexAttribs3dvNV( GLuint index, GLsizei count, const GLdouble* v ) {
14176 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14177 TRACE("(%d, %d, %p)\n", index, count, v );
14178 funcs->ext.p_glVertexAttribs3dvNV( index, count, v );
14181 static void WINAPI glVertexAttribs3fvNV( GLuint index, GLsizei count, const GLfloat* v ) {
14182 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14183 TRACE("(%d, %d, %p)\n", index, count, v );
14184 funcs->ext.p_glVertexAttribs3fvNV( index, count, v );
14187 static void WINAPI glVertexAttribs3hvNV( GLuint index, GLsizei n, const GLhalfNV* v ) {
14188 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14189 TRACE("(%d, %d, %p)\n", index, n, v );
14190 funcs->ext.p_glVertexAttribs3hvNV( index, n, v );
14193 static void WINAPI glVertexAttribs3svNV( GLuint index, GLsizei count, const GLshort* v ) {
14194 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14195 TRACE("(%d, %d, %p)\n", index, count, v );
14196 funcs->ext.p_glVertexAttribs3svNV( index, count, v );
14199 static void WINAPI glVertexAttribs4dvNV( GLuint index, GLsizei count, const GLdouble* v ) {
14200 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14201 TRACE("(%d, %d, %p)\n", index, count, v );
14202 funcs->ext.p_glVertexAttribs4dvNV( index, count, v );
14205 static void WINAPI glVertexAttribs4fvNV( GLuint index, GLsizei count, const GLfloat* v ) {
14206 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14207 TRACE("(%d, %d, %p)\n", index, count, v );
14208 funcs->ext.p_glVertexAttribs4fvNV( index, count, v );
14211 static void WINAPI glVertexAttribs4hvNV( GLuint index, GLsizei n, const GLhalfNV* v ) {
14212 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14213 TRACE("(%d, %d, %p)\n", index, n, v );
14214 funcs->ext.p_glVertexAttribs4hvNV( index, n, v );
14217 static void WINAPI glVertexAttribs4svNV( GLuint index, GLsizei count, const GLshort* v ) {
14218 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14219 TRACE("(%d, %d, %p)\n", index, count, v );
14220 funcs->ext.p_glVertexAttribs4svNV( index, count, v );
14223 static void WINAPI glVertexAttribs4ubvNV( GLuint index, GLsizei count, const GLubyte* v ) {
14224 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14225 TRACE("(%d, %d, %p)\n", index, count, v );
14226 funcs->ext.p_glVertexAttribs4ubvNV( index, count, v );
14229 static void WINAPI glVertexBindingDivisor( GLuint bindingindex, GLuint divisor ) {
14230 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14231 TRACE("(%d, %d)\n", bindingindex, divisor );
14232 funcs->ext.p_glVertexBindingDivisor( bindingindex, divisor );
14235 static void WINAPI glVertexBlendARB( GLint count ) {
14236 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14237 TRACE("(%d)\n", count );
14238 funcs->ext.p_glVertexBlendARB( count );
14241 static void WINAPI glVertexBlendEnvfATI( GLenum pname, GLfloat param ) {
14242 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14243 TRACE("(%d, %f)\n", pname, param );
14244 funcs->ext.p_glVertexBlendEnvfATI( pname, param );
14247 static void WINAPI glVertexBlendEnviATI( GLenum pname, GLint param ) {
14248 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14249 TRACE("(%d, %d)\n", pname, param );
14250 funcs->ext.p_glVertexBlendEnviATI( pname, param );
14253 static void WINAPI glVertexFormatNV( GLint size, GLenum type, GLsizei stride ) {
14254 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14255 TRACE("(%d, %d, %d)\n", size, type, stride );
14256 funcs->ext.p_glVertexFormatNV( size, type, stride );
14259 static void WINAPI glVertexP2ui( GLenum type, GLuint value ) {
14260 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14261 TRACE("(%d, %d)\n", type, value );
14262 funcs->ext.p_glVertexP2ui( type, value );
14265 static void WINAPI glVertexP2uiv( GLenum type, const GLuint* value ) {
14266 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14267 TRACE("(%d, %p)\n", type, value );
14268 funcs->ext.p_glVertexP2uiv( type, value );
14271 static void WINAPI glVertexP3ui( GLenum type, GLuint value ) {
14272 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14273 TRACE("(%d, %d)\n", type, value );
14274 funcs->ext.p_glVertexP3ui( type, value );
14277 static void WINAPI glVertexP3uiv( GLenum type, const GLuint* value ) {
14278 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14279 TRACE("(%d, %p)\n", type, value );
14280 funcs->ext.p_glVertexP3uiv( type, value );
14283 static void WINAPI glVertexP4ui( GLenum type, GLuint value ) {
14284 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14285 TRACE("(%d, %d)\n", type, value );
14286 funcs->ext.p_glVertexP4ui( type, value );
14289 static void WINAPI glVertexP4uiv( GLenum type, const GLuint* value ) {
14290 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14291 TRACE("(%d, %p)\n", type, value );
14292 funcs->ext.p_glVertexP4uiv( type, value );
14295 static void WINAPI glVertexPointerEXT( GLint size, GLenum type, GLsizei stride, GLsizei count, const void* pointer ) {
14296 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14297 TRACE("(%d, %d, %d, %d, %p)\n", size, type, stride, count, pointer );
14298 funcs->ext.p_glVertexPointerEXT( size, type, stride, count, pointer );
14301 static void WINAPI glVertexPointerListIBM( GLint size, GLenum type, GLint stride, const void** pointer, GLint ptrstride ) {
14302 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14303 TRACE("(%d, %d, %d, %p, %d)\n", size, type, stride, pointer, ptrstride );
14304 funcs->ext.p_glVertexPointerListIBM( size, type, stride, pointer, ptrstride );
14307 static void WINAPI glVertexPointervINTEL( GLint size, GLenum type, const void** pointer ) {
14308 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14309 TRACE("(%d, %d, %p)\n", size, type, pointer );
14310 funcs->ext.p_glVertexPointervINTEL( size, type, pointer );
14313 static void WINAPI glVertexStream1dATI( GLenum stream, GLdouble x ) {
14314 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14315 TRACE("(%d, %f)\n", stream, x );
14316 funcs->ext.p_glVertexStream1dATI( stream, x );
14319 static void WINAPI glVertexStream1dvATI( GLenum stream, const GLdouble* coords ) {
14320 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14321 TRACE("(%d, %p)\n", stream, coords );
14322 funcs->ext.p_glVertexStream1dvATI( stream, coords );
14325 static void WINAPI glVertexStream1fATI( GLenum stream, GLfloat x ) {
14326 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14327 TRACE("(%d, %f)\n", stream, x );
14328 funcs->ext.p_glVertexStream1fATI( stream, x );
14331 static void WINAPI glVertexStream1fvATI( GLenum stream, const GLfloat* coords ) {
14332 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14333 TRACE("(%d, %p)\n", stream, coords );
14334 funcs->ext.p_glVertexStream1fvATI( stream, coords );
14337 static void WINAPI glVertexStream1iATI( GLenum stream, GLint x ) {
14338 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14339 TRACE("(%d, %d)\n", stream, x );
14340 funcs->ext.p_glVertexStream1iATI( stream, x );
14343 static void WINAPI glVertexStream1ivATI( GLenum stream, const GLint* coords ) {
14344 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14345 TRACE("(%d, %p)\n", stream, coords );
14346 funcs->ext.p_glVertexStream1ivATI( stream, coords );
14349 static void WINAPI glVertexStream1sATI( GLenum stream, GLshort x ) {
14350 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14351 TRACE("(%d, %d)\n", stream, x );
14352 funcs->ext.p_glVertexStream1sATI( stream, x );
14355 static void WINAPI glVertexStream1svATI( GLenum stream, const GLshort* coords ) {
14356 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14357 TRACE("(%d, %p)\n", stream, coords );
14358 funcs->ext.p_glVertexStream1svATI( stream, coords );
14361 static void WINAPI glVertexStream2dATI( GLenum stream, GLdouble x, GLdouble y ) {
14362 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14363 TRACE("(%d, %f, %f)\n", stream, x, y );
14364 funcs->ext.p_glVertexStream2dATI( stream, x, y );
14367 static void WINAPI glVertexStream2dvATI( GLenum stream, const GLdouble* coords ) {
14368 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14369 TRACE("(%d, %p)\n", stream, coords );
14370 funcs->ext.p_glVertexStream2dvATI( stream, coords );
14373 static void WINAPI glVertexStream2fATI( GLenum stream, GLfloat x, GLfloat y ) {
14374 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14375 TRACE("(%d, %f, %f)\n", stream, x, y );
14376 funcs->ext.p_glVertexStream2fATI( stream, x, y );
14379 static void WINAPI glVertexStream2fvATI( GLenum stream, const GLfloat* coords ) {
14380 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14381 TRACE("(%d, %p)\n", stream, coords );
14382 funcs->ext.p_glVertexStream2fvATI( stream, coords );
14385 static void WINAPI glVertexStream2iATI( GLenum stream, GLint x, GLint y ) {
14386 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14387 TRACE("(%d, %d, %d)\n", stream, x, y );
14388 funcs->ext.p_glVertexStream2iATI( stream, x, y );
14391 static void WINAPI glVertexStream2ivATI( GLenum stream, const GLint* coords ) {
14392 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14393 TRACE("(%d, %p)\n", stream, coords );
14394 funcs->ext.p_glVertexStream2ivATI( stream, coords );
14397 static void WINAPI glVertexStream2sATI( GLenum stream, GLshort x, GLshort y ) {
14398 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14399 TRACE("(%d, %d, %d)\n", stream, x, y );
14400 funcs->ext.p_glVertexStream2sATI( stream, x, y );
14403 static void WINAPI glVertexStream2svATI( GLenum stream, const GLshort* coords ) {
14404 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14405 TRACE("(%d, %p)\n", stream, coords );
14406 funcs->ext.p_glVertexStream2svATI( stream, coords );
14409 static void WINAPI glVertexStream3dATI( GLenum stream, GLdouble x, GLdouble y, GLdouble z ) {
14410 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14411 TRACE("(%d, %f, %f, %f)\n", stream, x, y, z );
14412 funcs->ext.p_glVertexStream3dATI( stream, x, y, z );
14415 static void WINAPI glVertexStream3dvATI( GLenum stream, const GLdouble* coords ) {
14416 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14417 TRACE("(%d, %p)\n", stream, coords );
14418 funcs->ext.p_glVertexStream3dvATI( stream, coords );
14421 static void WINAPI glVertexStream3fATI( GLenum stream, GLfloat x, GLfloat y, GLfloat z ) {
14422 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14423 TRACE("(%d, %f, %f, %f)\n", stream, x, y, z );
14424 funcs->ext.p_glVertexStream3fATI( stream, x, y, z );
14427 static void WINAPI glVertexStream3fvATI( GLenum stream, const GLfloat* coords ) {
14428 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14429 TRACE("(%d, %p)\n", stream, coords );
14430 funcs->ext.p_glVertexStream3fvATI( stream, coords );
14433 static void WINAPI glVertexStream3iATI( GLenum stream, GLint x, GLint y, GLint z ) {
14434 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14435 TRACE("(%d, %d, %d, %d)\n", stream, x, y, z );
14436 funcs->ext.p_glVertexStream3iATI( stream, x, y, z );
14439 static void WINAPI glVertexStream3ivATI( GLenum stream, const GLint* coords ) {
14440 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14441 TRACE("(%d, %p)\n", stream, coords );
14442 funcs->ext.p_glVertexStream3ivATI( stream, coords );
14445 static void WINAPI glVertexStream3sATI( GLenum stream, GLshort x, GLshort y, GLshort z ) {
14446 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14447 TRACE("(%d, %d, %d, %d)\n", stream, x, y, z );
14448 funcs->ext.p_glVertexStream3sATI( stream, x, y, z );
14451 static void WINAPI glVertexStream3svATI( GLenum stream, const GLshort* coords ) {
14452 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14453 TRACE("(%d, %p)\n", stream, coords );
14454 funcs->ext.p_glVertexStream3svATI( stream, coords );
14457 static void WINAPI glVertexStream4dATI( GLenum stream, GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
14458 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14459 TRACE("(%d, %f, %f, %f, %f)\n", stream, x, y, z, w );
14460 funcs->ext.p_glVertexStream4dATI( stream, x, y, z, w );
14463 static void WINAPI glVertexStream4dvATI( GLenum stream, const GLdouble* coords ) {
14464 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14465 TRACE("(%d, %p)\n", stream, coords );
14466 funcs->ext.p_glVertexStream4dvATI( stream, coords );
14469 static void WINAPI glVertexStream4fATI( GLenum stream, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
14470 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14471 TRACE("(%d, %f, %f, %f, %f)\n", stream, x, y, z, w );
14472 funcs->ext.p_glVertexStream4fATI( stream, x, y, z, w );
14475 static void WINAPI glVertexStream4fvATI( GLenum stream, const GLfloat* coords ) {
14476 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14477 TRACE("(%d, %p)\n", stream, coords );
14478 funcs->ext.p_glVertexStream4fvATI( stream, coords );
14481 static void WINAPI glVertexStream4iATI( GLenum stream, GLint x, GLint y, GLint z, GLint w ) {
14482 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14483 TRACE("(%d, %d, %d, %d, %d)\n", stream, x, y, z, w );
14484 funcs->ext.p_glVertexStream4iATI( stream, x, y, z, w );
14487 static void WINAPI glVertexStream4ivATI( GLenum stream, const GLint* coords ) {
14488 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14489 TRACE("(%d, %p)\n", stream, coords );
14490 funcs->ext.p_glVertexStream4ivATI( stream, coords );
14493 static void WINAPI glVertexStream4sATI( GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w ) {
14494 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14495 TRACE("(%d, %d, %d, %d, %d)\n", stream, x, y, z, w );
14496 funcs->ext.p_glVertexStream4sATI( stream, x, y, z, w );
14499 static void WINAPI glVertexStream4svATI( GLenum stream, const GLshort* coords ) {
14500 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14501 TRACE("(%d, %p)\n", stream, coords );
14502 funcs->ext.p_glVertexStream4svATI( stream, coords );
14505 static void WINAPI glVertexWeightPointerEXT( GLint size, GLenum type, GLsizei stride, const void* pointer ) {
14506 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14507 TRACE("(%d, %d, %d, %p)\n", size, type, stride, pointer );
14508 funcs->ext.p_glVertexWeightPointerEXT( size, type, stride, pointer );
14511 static void WINAPI glVertexWeightfEXT( GLfloat weight ) {
14512 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14513 TRACE("(%f)\n", weight );
14514 funcs->ext.p_glVertexWeightfEXT( weight );
14517 static void WINAPI glVertexWeightfvEXT( const GLfloat* weight ) {
14518 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14519 TRACE("(%p)\n", weight );
14520 funcs->ext.p_glVertexWeightfvEXT( weight );
14523 static void WINAPI glVertexWeighthNV( GLhalfNV weight ) {
14524 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14525 TRACE("(%d)\n", weight );
14526 funcs->ext.p_glVertexWeighthNV( weight );
14529 static void WINAPI glVertexWeighthvNV( const GLhalfNV* weight ) {
14530 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14531 TRACE("(%p)\n", weight );
14532 funcs->ext.p_glVertexWeighthvNV( weight );
14535 static GLenum WINAPI glVideoCaptureNV( GLuint video_capture_slot, GLuint* sequence_num, GLuint64EXT* capture_time ) {
14536 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14537 TRACE("(%d, %p, %p)\n", video_capture_slot, sequence_num, capture_time );
14538 return funcs->ext.p_glVideoCaptureNV( video_capture_slot, sequence_num, capture_time );
14541 static void WINAPI glVideoCaptureStreamParameterdvNV( GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble* params ) {
14542 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14543 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
14544 funcs->ext.p_glVideoCaptureStreamParameterdvNV( video_capture_slot, stream, pname, params );
14547 static void WINAPI glVideoCaptureStreamParameterfvNV( GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat* params ) {
14548 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14549 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
14550 funcs->ext.p_glVideoCaptureStreamParameterfvNV( video_capture_slot, stream, pname, params );
14553 static void WINAPI glVideoCaptureStreamParameterivNV( GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint* params ) {
14554 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14555 TRACE("(%d, %d, %d, %p)\n", video_capture_slot, stream, pname, params );
14556 funcs->ext.p_glVideoCaptureStreamParameterivNV( video_capture_slot, stream, pname, params );
14559 static void WINAPI glViewportArrayv( GLuint first, GLsizei count, const GLfloat* v ) {
14560 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14561 TRACE("(%d, %d, %p)\n", first, count, v );
14562 funcs->ext.p_glViewportArrayv( first, count, v );
14565 static void WINAPI glViewportIndexedf( GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h ) {
14566 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14567 TRACE("(%d, %f, %f, %f, %f)\n", index, x, y, w, h );
14568 funcs->ext.p_glViewportIndexedf( index, x, y, w, h );
14571 static void WINAPI glViewportIndexedfv( GLuint index, const GLfloat* v ) {
14572 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14573 TRACE("(%d, %p)\n", index, v );
14574 funcs->ext.p_glViewportIndexedfv( index, v );
14577 static void WINAPI glWaitSync( GLsync sync, GLbitfield flags, GLuint64 timeout ) {
14578 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14579 TRACE("(%p, %d, %s)\n", sync, flags, wine_dbgstr_longlong(timeout) );
14580 funcs->ext.p_glWaitSync( sync, flags, timeout );
14583 static void WINAPI glWeightPathsNV( GLuint resultPath, GLsizei numPaths, const GLuint* paths, const GLfloat* weights ) {
14584 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14585 TRACE("(%d, %d, %p, %p)\n", resultPath, numPaths, paths, weights );
14586 funcs->ext.p_glWeightPathsNV( resultPath, numPaths, paths, weights );
14589 static void WINAPI glWeightPointerARB( GLint size, GLenum type, GLsizei stride, const void* pointer ) {
14590 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14591 TRACE("(%d, %d, %d, %p)\n", size, type, stride, pointer );
14592 funcs->ext.p_glWeightPointerARB( size, type, stride, pointer );
14595 static void WINAPI glWeightbvARB( GLint size, const GLbyte* weights ) {
14596 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14597 TRACE("(%d, %p)\n", size, weights );
14598 funcs->ext.p_glWeightbvARB( size, weights );
14601 static void WINAPI glWeightdvARB( GLint size, const GLdouble* weights ) {
14602 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14603 TRACE("(%d, %p)\n", size, weights );
14604 funcs->ext.p_glWeightdvARB( size, weights );
14607 static void WINAPI glWeightfvARB( GLint size, const GLfloat* weights ) {
14608 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14609 TRACE("(%d, %p)\n", size, weights );
14610 funcs->ext.p_glWeightfvARB( size, weights );
14613 static void WINAPI glWeightivARB( GLint size, const GLint* weights ) {
14614 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14615 TRACE("(%d, %p)\n", size, weights );
14616 funcs->ext.p_glWeightivARB( size, weights );
14619 static void WINAPI glWeightsvARB( GLint size, const GLshort* weights ) {
14620 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14621 TRACE("(%d, %p)\n", size, weights );
14622 funcs->ext.p_glWeightsvARB( size, weights );
14625 static void WINAPI glWeightubvARB( GLint size, const GLubyte* weights ) {
14626 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14627 TRACE("(%d, %p)\n", size, weights );
14628 funcs->ext.p_glWeightubvARB( size, weights );
14631 static void WINAPI glWeightuivARB( GLint size, const GLuint* weights ) {
14632 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14633 TRACE("(%d, %p)\n", size, weights );
14634 funcs->ext.p_glWeightuivARB( size, weights );
14637 static void WINAPI glWeightusvARB( GLint size, const GLushort* weights ) {
14638 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14639 TRACE("(%d, %p)\n", size, weights );
14640 funcs->ext.p_glWeightusvARB( size, weights );
14643 static void WINAPI glWindowPos2d( GLdouble x, GLdouble y ) {
14644 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14645 TRACE("(%f, %f)\n", x, y );
14646 funcs->ext.p_glWindowPos2d( x, y );
14649 static void WINAPI glWindowPos2dARB( GLdouble x, GLdouble y ) {
14650 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14651 TRACE("(%f, %f)\n", x, y );
14652 funcs->ext.p_glWindowPos2dARB( x, y );
14655 static void WINAPI glWindowPos2dMESA( GLdouble x, GLdouble y ) {
14656 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14657 TRACE("(%f, %f)\n", x, y );
14658 funcs->ext.p_glWindowPos2dMESA( x, y );
14661 static void WINAPI glWindowPos2dv( const GLdouble* v ) {
14662 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14663 TRACE("(%p)\n", v );
14664 funcs->ext.p_glWindowPos2dv( v );
14667 static void WINAPI glWindowPos2dvARB( const GLdouble* v ) {
14668 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14669 TRACE("(%p)\n", v );
14670 funcs->ext.p_glWindowPos2dvARB( v );
14673 static void WINAPI glWindowPos2dvMESA( const GLdouble* v ) {
14674 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14675 TRACE("(%p)\n", v );
14676 funcs->ext.p_glWindowPos2dvMESA( v );
14679 static void WINAPI glWindowPos2f( GLfloat x, GLfloat y ) {
14680 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14681 TRACE("(%f, %f)\n", x, y );
14682 funcs->ext.p_glWindowPos2f( x, y );
14685 static void WINAPI glWindowPos2fARB( GLfloat x, GLfloat y ) {
14686 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14687 TRACE("(%f, %f)\n", x, y );
14688 funcs->ext.p_glWindowPos2fARB( x, y );
14691 static void WINAPI glWindowPos2fMESA( GLfloat x, GLfloat y ) {
14692 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14693 TRACE("(%f, %f)\n", x, y );
14694 funcs->ext.p_glWindowPos2fMESA( x, y );
14697 static void WINAPI glWindowPos2fv( const GLfloat* v ) {
14698 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14699 TRACE("(%p)\n", v );
14700 funcs->ext.p_glWindowPos2fv( v );
14703 static void WINAPI glWindowPos2fvARB( const GLfloat* v ) {
14704 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14705 TRACE("(%p)\n", v );
14706 funcs->ext.p_glWindowPos2fvARB( v );
14709 static void WINAPI glWindowPos2fvMESA( const GLfloat* v ) {
14710 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14711 TRACE("(%p)\n", v );
14712 funcs->ext.p_glWindowPos2fvMESA( v );
14715 static void WINAPI glWindowPos2i( GLint x, GLint y ) {
14716 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14717 TRACE("(%d, %d)\n", x, y );
14718 funcs->ext.p_glWindowPos2i( x, y );
14721 static void WINAPI glWindowPos2iARB( GLint x, GLint y ) {
14722 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14723 TRACE("(%d, %d)\n", x, y );
14724 funcs->ext.p_glWindowPos2iARB( x, y );
14727 static void WINAPI glWindowPos2iMESA( GLint x, GLint y ) {
14728 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14729 TRACE("(%d, %d)\n", x, y );
14730 funcs->ext.p_glWindowPos2iMESA( x, y );
14733 static void WINAPI glWindowPos2iv( const GLint* v ) {
14734 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14735 TRACE("(%p)\n", v );
14736 funcs->ext.p_glWindowPos2iv( v );
14739 static void WINAPI glWindowPos2ivARB( const GLint* v ) {
14740 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14741 TRACE("(%p)\n", v );
14742 funcs->ext.p_glWindowPos2ivARB( v );
14745 static void WINAPI glWindowPos2ivMESA( const GLint* v ) {
14746 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14747 TRACE("(%p)\n", v );
14748 funcs->ext.p_glWindowPos2ivMESA( v );
14751 static void WINAPI glWindowPos2s( GLshort x, GLshort y ) {
14752 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14753 TRACE("(%d, %d)\n", x, y );
14754 funcs->ext.p_glWindowPos2s( x, y );
14757 static void WINAPI glWindowPos2sARB( GLshort x, GLshort y ) {
14758 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14759 TRACE("(%d, %d)\n", x, y );
14760 funcs->ext.p_glWindowPos2sARB( x, y );
14763 static void WINAPI glWindowPos2sMESA( GLshort x, GLshort y ) {
14764 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14765 TRACE("(%d, %d)\n", x, y );
14766 funcs->ext.p_glWindowPos2sMESA( x, y );
14769 static void WINAPI glWindowPos2sv( const GLshort* v ) {
14770 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14771 TRACE("(%p)\n", v );
14772 funcs->ext.p_glWindowPos2sv( v );
14775 static void WINAPI glWindowPos2svARB( const GLshort* v ) {
14776 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14777 TRACE("(%p)\n", v );
14778 funcs->ext.p_glWindowPos2svARB( v );
14781 static void WINAPI glWindowPos2svMESA( const GLshort* v ) {
14782 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14783 TRACE("(%p)\n", v );
14784 funcs->ext.p_glWindowPos2svMESA( v );
14787 static void WINAPI glWindowPos3d( GLdouble x, GLdouble y, GLdouble z ) {
14788 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14789 TRACE("(%f, %f, %f)\n", x, y, z );
14790 funcs->ext.p_glWindowPos3d( x, y, z );
14793 static void WINAPI glWindowPos3dARB( GLdouble x, GLdouble y, GLdouble z ) {
14794 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14795 TRACE("(%f, %f, %f)\n", x, y, z );
14796 funcs->ext.p_glWindowPos3dARB( x, y, z );
14799 static void WINAPI glWindowPos3dMESA( GLdouble x, GLdouble y, GLdouble z ) {
14800 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14801 TRACE("(%f, %f, %f)\n", x, y, z );
14802 funcs->ext.p_glWindowPos3dMESA( x, y, z );
14805 static void WINAPI glWindowPos3dv( const GLdouble* v ) {
14806 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14807 TRACE("(%p)\n", v );
14808 funcs->ext.p_glWindowPos3dv( v );
14811 static void WINAPI glWindowPos3dvARB( const GLdouble* v ) {
14812 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14813 TRACE("(%p)\n", v );
14814 funcs->ext.p_glWindowPos3dvARB( v );
14817 static void WINAPI glWindowPos3dvMESA( const GLdouble* v ) {
14818 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14819 TRACE("(%p)\n", v );
14820 funcs->ext.p_glWindowPos3dvMESA( v );
14823 static void WINAPI glWindowPos3f( GLfloat x, GLfloat y, GLfloat z ) {
14824 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14825 TRACE("(%f, %f, %f)\n", x, y, z );
14826 funcs->ext.p_glWindowPos3f( x, y, z );
14829 static void WINAPI glWindowPos3fARB( GLfloat x, GLfloat y, GLfloat z ) {
14830 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14831 TRACE("(%f, %f, %f)\n", x, y, z );
14832 funcs->ext.p_glWindowPos3fARB( x, y, z );
14835 static void WINAPI glWindowPos3fMESA( GLfloat x, GLfloat y, GLfloat z ) {
14836 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14837 TRACE("(%f, %f, %f)\n", x, y, z );
14838 funcs->ext.p_glWindowPos3fMESA( x, y, z );
14841 static void WINAPI glWindowPos3fv( const GLfloat* v ) {
14842 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14843 TRACE("(%p)\n", v );
14844 funcs->ext.p_glWindowPos3fv( v );
14847 static void WINAPI glWindowPos3fvARB( const GLfloat* v ) {
14848 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14849 TRACE("(%p)\n", v );
14850 funcs->ext.p_glWindowPos3fvARB( v );
14853 static void WINAPI glWindowPos3fvMESA( const GLfloat* v ) {
14854 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14855 TRACE("(%p)\n", v );
14856 funcs->ext.p_glWindowPos3fvMESA( v );
14859 static void WINAPI glWindowPos3i( GLint x, GLint y, GLint z ) {
14860 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14861 TRACE("(%d, %d, %d)\n", x, y, z );
14862 funcs->ext.p_glWindowPos3i( x, y, z );
14865 static void WINAPI glWindowPos3iARB( GLint x, GLint y, GLint z ) {
14866 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14867 TRACE("(%d, %d, %d)\n", x, y, z );
14868 funcs->ext.p_glWindowPos3iARB( x, y, z );
14871 static void WINAPI glWindowPos3iMESA( GLint x, GLint y, GLint z ) {
14872 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14873 TRACE("(%d, %d, %d)\n", x, y, z );
14874 funcs->ext.p_glWindowPos3iMESA( x, y, z );
14877 static void WINAPI glWindowPos3iv( const GLint* v ) {
14878 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14879 TRACE("(%p)\n", v );
14880 funcs->ext.p_glWindowPos3iv( v );
14883 static void WINAPI glWindowPos3ivARB( const GLint* v ) {
14884 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14885 TRACE("(%p)\n", v );
14886 funcs->ext.p_glWindowPos3ivARB( v );
14889 static void WINAPI glWindowPos3ivMESA( const GLint* v ) {
14890 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14891 TRACE("(%p)\n", v );
14892 funcs->ext.p_glWindowPos3ivMESA( v );
14895 static void WINAPI glWindowPos3s( GLshort x, GLshort y, GLshort z ) {
14896 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14897 TRACE("(%d, %d, %d)\n", x, y, z );
14898 funcs->ext.p_glWindowPos3s( x, y, z );
14901 static void WINAPI glWindowPos3sARB( GLshort x, GLshort y, GLshort z ) {
14902 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14903 TRACE("(%d, %d, %d)\n", x, y, z );
14904 funcs->ext.p_glWindowPos3sARB( x, y, z );
14907 static void WINAPI glWindowPos3sMESA( GLshort x, GLshort y, GLshort z ) {
14908 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14909 TRACE("(%d, %d, %d)\n", x, y, z );
14910 funcs->ext.p_glWindowPos3sMESA( x, y, z );
14913 static void WINAPI glWindowPos3sv( const GLshort* v ) {
14914 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14915 TRACE("(%p)\n", v );
14916 funcs->ext.p_glWindowPos3sv( v );
14919 static void WINAPI glWindowPos3svARB( const GLshort* v ) {
14920 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14921 TRACE("(%p)\n", v );
14922 funcs->ext.p_glWindowPos3svARB( v );
14925 static void WINAPI glWindowPos3svMESA( const GLshort* v ) {
14926 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14927 TRACE("(%p)\n", v );
14928 funcs->ext.p_glWindowPos3svMESA( v );
14931 static void WINAPI glWindowPos4dMESA( GLdouble x, GLdouble y, GLdouble z, GLdouble w ) {
14932 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14933 TRACE("(%f, %f, %f, %f)\n", x, y, z, w );
14934 funcs->ext.p_glWindowPos4dMESA( x, y, z, w );
14937 static void WINAPI glWindowPos4dvMESA( const GLdouble* v ) {
14938 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14939 TRACE("(%p)\n", v );
14940 funcs->ext.p_glWindowPos4dvMESA( v );
14943 static void WINAPI glWindowPos4fMESA( GLfloat x, GLfloat y, GLfloat z, GLfloat w ) {
14944 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14945 TRACE("(%f, %f, %f, %f)\n", x, y, z, w );
14946 funcs->ext.p_glWindowPos4fMESA( x, y, z, w );
14949 static void WINAPI glWindowPos4fvMESA( const GLfloat* v ) {
14950 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14951 TRACE("(%p)\n", v );
14952 funcs->ext.p_glWindowPos4fvMESA( v );
14955 static void WINAPI glWindowPos4iMESA( GLint x, GLint y, GLint z, GLint w ) {
14956 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14957 TRACE("(%d, %d, %d, %d)\n", x, y, z, w );
14958 funcs->ext.p_glWindowPos4iMESA( x, y, z, w );
14961 static void WINAPI glWindowPos4ivMESA( const GLint* v ) {
14962 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14963 TRACE("(%p)\n", v );
14964 funcs->ext.p_glWindowPos4ivMESA( v );
14967 static void WINAPI glWindowPos4sMESA( GLshort x, GLshort y, GLshort z, GLshort w ) {
14968 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14969 TRACE("(%d, %d, %d, %d)\n", x, y, z, w );
14970 funcs->ext.p_glWindowPos4sMESA( x, y, z, w );
14973 static void WINAPI glWindowPos4svMESA( const GLshort* v ) {
14974 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14975 TRACE("(%p)\n", v );
14976 funcs->ext.p_glWindowPos4svMESA( v );
14979 static void WINAPI glWriteMaskEXT( GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW ) {
14980 const struct opengl_funcs *funcs = NtCurrentTeb()->glTable;
14981 TRACE("(%d, %d, %d, %d, %d, %d)\n", res, in, outX, outY, outZ, outW );
14982 funcs->ext.p_glWriteMaskEXT( res, in, outX, outY, outZ, outW );
14985 const OpenGL_extension extension_registry[2516] = {
14986 { "glAccumxOES", "GL_OES_fixed_point", glAccumxOES },
14987 { "glActiveProgramEXT", "GL_EXT_separate_shader_objects", glActiveProgramEXT },
14988 { "glActiveShaderProgram", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glActiveShaderProgram },
14989 { "glActiveStencilFaceEXT", "GL_EXT_stencil_two_side", glActiveStencilFaceEXT },
14990 { "glActiveTexture", "GL_VERSION_1_3", glActiveTexture },
14991 { "glActiveTextureARB", "GL_ARB_multitexture", glActiveTextureARB },
14992 { "glActiveVaryingNV", "GL_NV_transform_feedback", glActiveVaryingNV },
14993 { "glAlphaFragmentOp1ATI", "GL_ATI_fragment_shader", glAlphaFragmentOp1ATI },
14994 { "glAlphaFragmentOp2ATI", "GL_ATI_fragment_shader", glAlphaFragmentOp2ATI },
14995 { "glAlphaFragmentOp3ATI", "GL_ATI_fragment_shader", glAlphaFragmentOp3ATI },
14996 { "glAlphaFuncxOES", "GL_OES_fixed_point", glAlphaFuncxOES },
14997 { "glApplyTextureEXT", "GL_EXT_light_texture", glApplyTextureEXT },
14998 { "glAreProgramsResidentNV", "GL_NV_vertex_program", glAreProgramsResidentNV },
14999 { "glAreTexturesResidentEXT", "GL_EXT_texture_object", glAreTexturesResidentEXT },
15000 { "glArrayElementEXT", "GL_EXT_vertex_array", glArrayElementEXT },
15001 { "glArrayObjectATI", "GL_ATI_vertex_array_object", glArrayObjectATI },
15002 { "glAsyncMarkerSGIX", "GL_SGIX_async", glAsyncMarkerSGIX },
15003 { "glAttachObjectARB", "GL_ARB_shader_objects", glAttachObjectARB },
15004 { "glAttachShader", "GL_VERSION_2_0", glAttachShader },
15005 { "glBeginConditionalRender", "GL_VERSION_3_0", glBeginConditionalRender },
15006 { "glBeginConditionalRenderNV", "GL_NV_conditional_render", glBeginConditionalRenderNV },
15007 { "glBeginConditionalRenderNVX", "GL_NVX_conditional_render", glBeginConditionalRenderNVX },
15008 { "glBeginFragmentShaderATI", "GL_ATI_fragment_shader", glBeginFragmentShaderATI },
15009 { "glBeginOcclusionQueryNV", "GL_NV_occlusion_query", glBeginOcclusionQueryNV },
15010 { "glBeginPerfMonitorAMD", "GL_AMD_performance_monitor", glBeginPerfMonitorAMD },
15011 { "glBeginPerfQueryINTEL", "GL_INTEL_performance_query", glBeginPerfQueryINTEL },
15012 { "glBeginQuery", "GL_VERSION_1_5", glBeginQuery },
15013 { "glBeginQueryARB", "GL_ARB_occlusion_query", glBeginQueryARB },
15014 { "glBeginQueryIndexed", "GL_ARB_transform_feedback3 GL_VERSION_4_0", glBeginQueryIndexed },
15015 { "glBeginTransformFeedback", "GL_VERSION_3_0", glBeginTransformFeedback },
15016 { "glBeginTransformFeedbackEXT", "GL_EXT_transform_feedback", glBeginTransformFeedbackEXT },
15017 { "glBeginTransformFeedbackNV", "GL_NV_transform_feedback", glBeginTransformFeedbackNV },
15018 { "glBeginVertexShaderEXT", "GL_EXT_vertex_shader", glBeginVertexShaderEXT },
15019 { "glBeginVideoCaptureNV", "GL_NV_video_capture", glBeginVideoCaptureNV },
15020 { "glBindAttribLocation", "GL_VERSION_2_0", glBindAttribLocation },
15021 { "glBindAttribLocationARB", "GL_ARB_vertex_shader", glBindAttribLocationARB },
15022 { "glBindBuffer", "GL_VERSION_1_5", glBindBuffer },
15023 { "glBindBufferARB", "GL_ARB_vertex_buffer_object", glBindBufferARB },
15024 { "glBindBufferBase", "GL_VERSION_3_0", glBindBufferBase },
15025 { "glBindBufferBaseEXT", "GL_EXT_transform_feedback", glBindBufferBaseEXT },
15026 { "glBindBufferBaseNV", "GL_NV_transform_feedback", glBindBufferBaseNV },
15027 { "glBindBufferOffsetEXT", "GL_EXT_transform_feedback", glBindBufferOffsetEXT },
15028 { "glBindBufferOffsetNV", "GL_NV_transform_feedback", glBindBufferOffsetNV },
15029 { "glBindBufferRange", "GL_VERSION_3_0", glBindBufferRange },
15030 { "glBindBufferRangeEXT", "GL_EXT_transform_feedback", glBindBufferRangeEXT },
15031 { "glBindBufferRangeNV", "GL_NV_transform_feedback", glBindBufferRangeNV },
15032 { "glBindBuffersBase", "GL_ARB_multi_bind GL_VERSION_4_4", glBindBuffersBase },
15033 { "glBindBuffersRange", "GL_ARB_multi_bind GL_VERSION_4_4", glBindBuffersRange },
15034 { "glBindFragDataLocation", "GL_VERSION_3_0", glBindFragDataLocation },
15035 { "glBindFragDataLocationEXT", "GL_EXT_gpu_shader4", glBindFragDataLocationEXT },
15036 { "glBindFragDataLocationIndexed", "GL_ARB_blend_func_extended GL_VERSION_3_3", glBindFragDataLocationIndexed },
15037 { "glBindFragmentShaderATI", "GL_ATI_fragment_shader", glBindFragmentShaderATI },
15038 { "glBindFramebuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glBindFramebuffer },
15039 { "glBindFramebufferEXT", "GL_EXT_framebuffer_object", glBindFramebufferEXT },
15040 { "glBindImageTexture", "GL_ARB_shader_image_load_store GL_VERSION_4_2", glBindImageTexture },
15041 { "glBindImageTextureEXT", "GL_EXT_shader_image_load_store", glBindImageTextureEXT },
15042 { "glBindImageTextures", "GL_ARB_multi_bind GL_VERSION_4_4", glBindImageTextures },
15043 { "glBindLightParameterEXT", "GL_EXT_vertex_shader", glBindLightParameterEXT },
15044 { "glBindMaterialParameterEXT", "GL_EXT_vertex_shader", glBindMaterialParameterEXT },
15045 { "glBindMultiTextureEXT", "GL_EXT_direct_state_access", glBindMultiTextureEXT },
15046 { "glBindParameterEXT", "GL_EXT_vertex_shader", glBindParameterEXT },
15047 { "glBindProgramARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glBindProgramARB },
15048 { "glBindProgramNV", "GL_NV_vertex_program", glBindProgramNV },
15049 { "glBindProgramPipeline", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glBindProgramPipeline },
15050 { "glBindRenderbuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glBindRenderbuffer },
15051 { "glBindRenderbufferEXT", "GL_EXT_framebuffer_object", glBindRenderbufferEXT },
15052 { "glBindSampler", "GL_ARB_sampler_objects GL_VERSION_3_3", glBindSampler },
15053 { "glBindSamplers", "GL_ARB_multi_bind GL_VERSION_4_4", glBindSamplers },
15054 { "glBindTexGenParameterEXT", "GL_EXT_vertex_shader", glBindTexGenParameterEXT },
15055 { "glBindTextureEXT", "GL_EXT_texture_object", glBindTextureEXT },
15056 { "glBindTextureUnit", "GL_ARB_direct_state_access GL_VERSION_4_5", glBindTextureUnit },
15057 { "glBindTextureUnitParameterEXT", "GL_EXT_vertex_shader", glBindTextureUnitParameterEXT },
15058 { "glBindTextures", "GL_ARB_multi_bind GL_VERSION_4_4", glBindTextures },
15059 { "glBindTransformFeedback", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glBindTransformFeedback },
15060 { "glBindTransformFeedbackNV", "GL_NV_transform_feedback2", glBindTransformFeedbackNV },
15061 { "glBindVertexArray", "GL_ARB_vertex_array_object GL_VERSION_3_0", glBindVertexArray },
15062 { "glBindVertexArrayAPPLE", "GL_APPLE_vertex_array_object", glBindVertexArrayAPPLE },
15063 { "glBindVertexBuffer", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glBindVertexBuffer },
15064 { "glBindVertexBuffers", "GL_ARB_multi_bind GL_VERSION_4_4", glBindVertexBuffers },
15065 { "glBindVertexShaderEXT", "GL_EXT_vertex_shader", glBindVertexShaderEXT },
15066 { "glBindVideoCaptureStreamBufferNV", "GL_NV_video_capture", glBindVideoCaptureStreamBufferNV },
15067 { "glBindVideoCaptureStreamTextureNV", "GL_NV_video_capture", glBindVideoCaptureStreamTextureNV },
15068 { "glBinormal3bEXT", "GL_EXT_coordinate_frame", glBinormal3bEXT },
15069 { "glBinormal3bvEXT", "GL_EXT_coordinate_frame", glBinormal3bvEXT },
15070 { "glBinormal3dEXT", "GL_EXT_coordinate_frame", glBinormal3dEXT },
15071 { "glBinormal3dvEXT", "GL_EXT_coordinate_frame", glBinormal3dvEXT },
15072 { "glBinormal3fEXT", "GL_EXT_coordinate_frame", glBinormal3fEXT },
15073 { "glBinormal3fvEXT", "GL_EXT_coordinate_frame", glBinormal3fvEXT },
15074 { "glBinormal3iEXT", "GL_EXT_coordinate_frame", glBinormal3iEXT },
15075 { "glBinormal3ivEXT", "GL_EXT_coordinate_frame", glBinormal3ivEXT },
15076 { "glBinormal3sEXT", "GL_EXT_coordinate_frame", glBinormal3sEXT },
15077 { "glBinormal3svEXT", "GL_EXT_coordinate_frame", glBinormal3svEXT },
15078 { "glBinormalPointerEXT", "GL_EXT_coordinate_frame", glBinormalPointerEXT },
15079 { "glBitmapxOES", "GL_OES_fixed_point", glBitmapxOES },
15080 { "glBlendBarrierKHR", "GL_KHR_blend_equation_advanced", glBlendBarrierKHR },
15081 { "glBlendBarrierNV", "GL_NV_blend_equation_advanced", glBlendBarrierNV },
15082 { "glBlendColor", "GL_ARB_imaging GL_VERSION_1_4", glBlendColor },
15083 { "glBlendColorEXT", "GL_EXT_blend_color", glBlendColorEXT },
15084 { "glBlendColorxOES", "GL_OES_fixed_point", glBlendColorxOES },
15085 { "glBlendEquation", "GL_ARB_imaging GL_VERSION_1_4", glBlendEquation },
15086 { "glBlendEquationEXT", "GL_EXT_blend_minmax", glBlendEquationEXT },
15087 { "glBlendEquationIndexedAMD", "GL_AMD_draw_buffers_blend", glBlendEquationIndexedAMD },
15088 { "glBlendEquationSeparate", "GL_VERSION_2_0", glBlendEquationSeparate },
15089 { "glBlendEquationSeparateEXT", "GL_EXT_blend_equation_separate", glBlendEquationSeparateEXT },
15090 { "glBlendEquationSeparateIndexedAMD", "GL_AMD_draw_buffers_blend", glBlendEquationSeparateIndexedAMD },
15091 { "glBlendEquationSeparatei", "GL_VERSION_4_0", glBlendEquationSeparatei },
15092 { "glBlendEquationSeparateiARB", "GL_ARB_draw_buffers_blend", glBlendEquationSeparateiARB },
15093 { "glBlendEquationi", "GL_VERSION_4_0", glBlendEquationi },
15094 { "glBlendEquationiARB", "GL_ARB_draw_buffers_blend", glBlendEquationiARB },
15095 { "glBlendFuncIndexedAMD", "GL_AMD_draw_buffers_blend", glBlendFuncIndexedAMD },
15096 { "glBlendFuncSeparate", "GL_VERSION_1_4", glBlendFuncSeparate },
15097 { "glBlendFuncSeparateEXT", "GL_EXT_blend_func_separate", glBlendFuncSeparateEXT },
15098 { "glBlendFuncSeparateINGR", "GL_INGR_blend_func_separate", glBlendFuncSeparateINGR },
15099 { "glBlendFuncSeparateIndexedAMD", "GL_AMD_draw_buffers_blend", glBlendFuncSeparateIndexedAMD },
15100 { "glBlendFuncSeparatei", "GL_VERSION_4_0", glBlendFuncSeparatei },
15101 { "glBlendFuncSeparateiARB", "GL_ARB_draw_buffers_blend", glBlendFuncSeparateiARB },
15102 { "glBlendFunci", "GL_VERSION_4_0", glBlendFunci },
15103 { "glBlendFunciARB", "GL_ARB_draw_buffers_blend", glBlendFunciARB },
15104 { "glBlendParameteriNV", "GL_NV_blend_equation_advanced", glBlendParameteriNV },
15105 { "glBlitFramebuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glBlitFramebuffer },
15106 { "glBlitFramebufferEXT", "GL_EXT_framebuffer_blit", glBlitFramebufferEXT },
15107 { "glBlitNamedFramebuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glBlitNamedFramebuffer },
15108 { "glBufferAddressRangeNV", "GL_NV_vertex_buffer_unified_memory", glBufferAddressRangeNV },
15109 { "glBufferData", "GL_VERSION_1_5", glBufferData },
15110 { "glBufferDataARB", "GL_ARB_vertex_buffer_object", glBufferDataARB },
15111 { "glBufferPageCommitmentARB", "GL_ARB_sparse_buffer", glBufferPageCommitmentARB },
15112 { "glBufferParameteriAPPLE", "GL_APPLE_flush_buffer_range", glBufferParameteriAPPLE },
15113 { "glBufferRegionEnabled", "GL_KTX_buffer_region", glBufferRegionEnabled },
15114 { "glBufferStorage", "GL_ARB_buffer_storage GL_VERSION_4_4", glBufferStorage },
15115 { "glBufferSubData", "GL_VERSION_1_5", glBufferSubData },
15116 { "glBufferSubDataARB", "GL_ARB_vertex_buffer_object", glBufferSubDataARB },
15117 { "glCheckFramebufferStatus", "GL_ARB_framebuffer_object GL_VERSION_3_0", glCheckFramebufferStatus },
15118 { "glCheckFramebufferStatusEXT", "GL_EXT_framebuffer_object", glCheckFramebufferStatusEXT },
15119 { "glCheckNamedFramebufferStatus", "GL_ARB_direct_state_access GL_VERSION_4_5", glCheckNamedFramebufferStatus },
15120 { "glCheckNamedFramebufferStatusEXT", "GL_EXT_direct_state_access", glCheckNamedFramebufferStatusEXT },
15121 { "glClampColor", "GL_VERSION_3_0", glClampColor },
15122 { "glClampColorARB", "GL_ARB_color_buffer_float", glClampColorARB },
15123 { "glClearAccumxOES", "GL_OES_fixed_point", glClearAccumxOES },
15124 { "glClearBufferData", "GL_ARB_clear_buffer_object GL_VERSION_4_3", glClearBufferData },
15125 { "glClearBufferSubData", "GL_ARB_clear_buffer_object GL_VERSION_4_3", glClearBufferSubData },
15126 { "glClearBufferfi", "GL_VERSION_3_0", glClearBufferfi },
15127 { "glClearBufferfv", "GL_VERSION_3_0", glClearBufferfv },
15128 { "glClearBufferiv", "GL_VERSION_3_0", glClearBufferiv },
15129 { "glClearBufferuiv", "GL_VERSION_3_0", glClearBufferuiv },
15130 { "glClearColorIiEXT", "GL_EXT_texture_integer", glClearColorIiEXT },
15131 { "glClearColorIuiEXT", "GL_EXT_texture_integer", glClearColorIuiEXT },
15132 { "glClearColorxOES", "GL_OES_fixed_point", glClearColorxOES },
15133 { "glClearDepthdNV", "GL_NV_depth_buffer_float", glClearDepthdNV },
15134 { "glClearDepthf", "GL_ARB_ES2_compatibility GL_VERSION_4_1", glClearDepthf },
15135 { "glClearDepthfOES", "GL_OES_single_precision", glClearDepthfOES },
15136 { "glClearDepthxOES", "GL_OES_fixed_point", glClearDepthxOES },
15137 { "glClearNamedBufferData", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedBufferData },
15138 { "glClearNamedBufferDataEXT", "GL_EXT_direct_state_access", glClearNamedBufferDataEXT },
15139 { "glClearNamedBufferSubData", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedBufferSubData },
15140 { "glClearNamedBufferSubDataEXT", "GL_EXT_direct_state_access", glClearNamedBufferSubDataEXT },
15141 { "glClearNamedFramebufferfi", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedFramebufferfi },
15142 { "glClearNamedFramebufferfv", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedFramebufferfv },
15143 { "glClearNamedFramebufferiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedFramebufferiv },
15144 { "glClearNamedFramebufferuiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glClearNamedFramebufferuiv },
15145 { "glClearTexImage", "GL_ARB_clear_texture GL_VERSION_4_4", glClearTexImage },
15146 { "glClearTexSubImage", "GL_ARB_clear_texture GL_VERSION_4_4", glClearTexSubImage },
15147 { "glClientActiveTexture", "GL_VERSION_1_3", glClientActiveTexture },
15148 { "glClientActiveTextureARB", "GL_ARB_multitexture", glClientActiveTextureARB },
15149 { "glClientActiveVertexStreamATI", "GL_ATI_vertex_streams", glClientActiveVertexStreamATI },
15150 { "glClientAttribDefaultEXT", "GL_EXT_direct_state_access", glClientAttribDefaultEXT },
15151 { "glClientWaitSync", "GL_ARB_sync GL_VERSION_3_2", glClientWaitSync },
15152 { "glClipControl", "GL_ARB_clip_control GL_VERSION_4_5", glClipControl },
15153 { "glClipPlanefOES", "GL_OES_single_precision", glClipPlanefOES },
15154 { "glClipPlanexOES", "GL_OES_fixed_point", glClipPlanexOES },
15155 { "glColor3fVertex3fSUN", "GL_SUN_vertex", glColor3fVertex3fSUN },
15156 { "glColor3fVertex3fvSUN", "GL_SUN_vertex", glColor3fVertex3fvSUN },
15157 { "glColor3hNV", "GL_NV_half_float", glColor3hNV },
15158 { "glColor3hvNV", "GL_NV_half_float", glColor3hvNV },
15159 { "glColor3xOES", "GL_OES_fixed_point", glColor3xOES },
15160 { "glColor3xvOES", "GL_OES_fixed_point", glColor3xvOES },
15161 { "glColor4fNormal3fVertex3fSUN", "GL_SUN_vertex", glColor4fNormal3fVertex3fSUN },
15162 { "glColor4fNormal3fVertex3fvSUN", "GL_SUN_vertex", glColor4fNormal3fVertex3fvSUN },
15163 { "glColor4hNV", "GL_NV_half_float", glColor4hNV },
15164 { "glColor4hvNV", "GL_NV_half_float", glColor4hvNV },
15165 { "glColor4ubVertex2fSUN", "GL_SUN_vertex", glColor4ubVertex2fSUN },
15166 { "glColor4ubVertex2fvSUN", "GL_SUN_vertex", glColor4ubVertex2fvSUN },
15167 { "glColor4ubVertex3fSUN", "GL_SUN_vertex", glColor4ubVertex3fSUN },
15168 { "glColor4ubVertex3fvSUN", "GL_SUN_vertex", glColor4ubVertex3fvSUN },
15169 { "glColor4xOES", "GL_OES_fixed_point", glColor4xOES },
15170 { "glColor4xvOES", "GL_OES_fixed_point", glColor4xvOES },
15171 { "glColorFormatNV", "GL_NV_vertex_buffer_unified_memory", glColorFormatNV },
15172 { "glColorFragmentOp1ATI", "GL_ATI_fragment_shader", glColorFragmentOp1ATI },
15173 { "glColorFragmentOp2ATI", "GL_ATI_fragment_shader", glColorFragmentOp2ATI },
15174 { "glColorFragmentOp3ATI", "GL_ATI_fragment_shader", glColorFragmentOp3ATI },
15175 { "glColorMaskIndexedEXT", "GL_EXT_draw_buffers2", glColorMaskIndexedEXT },
15176 { "glColorMaski", "GL_VERSION_3_0", glColorMaski },
15177 { "glColorP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glColorP3ui },
15178 { "glColorP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glColorP3uiv },
15179 { "glColorP4ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glColorP4ui },
15180 { "glColorP4uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glColorP4uiv },
15181 { "glColorPointerEXT", "GL_EXT_vertex_array", glColorPointerEXT },
15182 { "glColorPointerListIBM", "GL_IBM_vertex_array_lists", glColorPointerListIBM },
15183 { "glColorPointervINTEL", "GL_INTEL_parallel_arrays", glColorPointervINTEL },
15184 { "glColorSubTable", "GL_ARB_imaging", glColorSubTable },
15185 { "glColorSubTableEXT", "GL_EXT_color_subtable", glColorSubTableEXT },
15186 { "glColorTable", "GL_ARB_imaging", glColorTable },
15187 { "glColorTableEXT", "GL_EXT_paletted_texture", glColorTableEXT },
15188 { "glColorTableParameterfv", "GL_ARB_imaging", glColorTableParameterfv },
15189 { "glColorTableParameterfvSGI", "GL_SGI_color_table", glColorTableParameterfvSGI },
15190 { "glColorTableParameteriv", "GL_ARB_imaging", glColorTableParameteriv },
15191 { "glColorTableParameterivSGI", "GL_SGI_color_table", glColorTableParameterivSGI },
15192 { "glColorTableSGI", "GL_SGI_color_table", glColorTableSGI },
15193 { "glCombinerInputNV", "GL_NV_register_combiners", glCombinerInputNV },
15194 { "glCombinerOutputNV", "GL_NV_register_combiners", glCombinerOutputNV },
15195 { "glCombinerParameterfNV", "GL_NV_register_combiners", glCombinerParameterfNV },
15196 { "glCombinerParameterfvNV", "GL_NV_register_combiners", glCombinerParameterfvNV },
15197 { "glCombinerParameteriNV", "GL_NV_register_combiners", glCombinerParameteriNV },
15198 { "glCombinerParameterivNV", "GL_NV_register_combiners", glCombinerParameterivNV },
15199 { "glCombinerStageParameterfvNV", "GL_NV_register_combiners2", glCombinerStageParameterfvNV },
15200 { "glCompileShader", "GL_VERSION_2_0", glCompileShader },
15201 { "glCompileShaderARB", "GL_ARB_shader_objects", glCompileShaderARB },
15202 { "glCompileShaderIncludeARB", "GL_ARB_shading_language_include", glCompileShaderIncludeARB },
15203 { "glCompressedMultiTexImage1DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexImage1DEXT },
15204 { "glCompressedMultiTexImage2DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexImage2DEXT },
15205 { "glCompressedMultiTexImage3DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexImage3DEXT },
15206 { "glCompressedMultiTexSubImage1DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexSubImage1DEXT },
15207 { "glCompressedMultiTexSubImage2DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexSubImage2DEXT },
15208 { "glCompressedMultiTexSubImage3DEXT", "GL_EXT_direct_state_access", glCompressedMultiTexSubImage3DEXT },
15209 { "glCompressedTexImage1D", "GL_VERSION_1_3", glCompressedTexImage1D },
15210 { "glCompressedTexImage1DARB", "GL_ARB_texture_compression", glCompressedTexImage1DARB },
15211 { "glCompressedTexImage2D", "GL_VERSION_1_3", glCompressedTexImage2D },
15212 { "glCompressedTexImage2DARB", "GL_ARB_texture_compression", glCompressedTexImage2DARB },
15213 { "glCompressedTexImage3D", "GL_VERSION_1_3", glCompressedTexImage3D },
15214 { "glCompressedTexImage3DARB", "GL_ARB_texture_compression", glCompressedTexImage3DARB },
15215 { "glCompressedTexSubImage1D", "GL_VERSION_1_3", glCompressedTexSubImage1D },
15216 { "glCompressedTexSubImage1DARB", "GL_ARB_texture_compression", glCompressedTexSubImage1DARB },
15217 { "glCompressedTexSubImage2D", "GL_VERSION_1_3", glCompressedTexSubImage2D },
15218 { "glCompressedTexSubImage2DARB", "GL_ARB_texture_compression", glCompressedTexSubImage2DARB },
15219 { "glCompressedTexSubImage3D", "GL_VERSION_1_3", glCompressedTexSubImage3D },
15220 { "glCompressedTexSubImage3DARB", "GL_ARB_texture_compression", glCompressedTexSubImage3DARB },
15221 { "glCompressedTextureImage1DEXT", "GL_EXT_direct_state_access", glCompressedTextureImage1DEXT },
15222 { "glCompressedTextureImage2DEXT", "GL_EXT_direct_state_access", glCompressedTextureImage2DEXT },
15223 { "glCompressedTextureImage3DEXT", "GL_EXT_direct_state_access", glCompressedTextureImage3DEXT },
15224 { "glCompressedTextureSubImage1D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCompressedTextureSubImage1D },
15225 { "glCompressedTextureSubImage1DEXT", "GL_EXT_direct_state_access", glCompressedTextureSubImage1DEXT },
15226 { "glCompressedTextureSubImage2D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCompressedTextureSubImage2D },
15227 { "glCompressedTextureSubImage2DEXT", "GL_EXT_direct_state_access", glCompressedTextureSubImage2DEXT },
15228 { "glCompressedTextureSubImage3D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCompressedTextureSubImage3D },
15229 { "glCompressedTextureSubImage3DEXT", "GL_EXT_direct_state_access", glCompressedTextureSubImage3DEXT },
15230 { "glConvolutionFilter1D", "GL_ARB_imaging", glConvolutionFilter1D },
15231 { "glConvolutionFilter1DEXT", "GL_EXT_convolution", glConvolutionFilter1DEXT },
15232 { "glConvolutionFilter2D", "GL_ARB_imaging", glConvolutionFilter2D },
15233 { "glConvolutionFilter2DEXT", "GL_EXT_convolution", glConvolutionFilter2DEXT },
15234 { "glConvolutionParameterf", "GL_ARB_imaging", glConvolutionParameterf },
15235 { "glConvolutionParameterfEXT", "GL_EXT_convolution", glConvolutionParameterfEXT },
15236 { "glConvolutionParameterfv", "GL_ARB_imaging", glConvolutionParameterfv },
15237 { "glConvolutionParameterfvEXT", "GL_EXT_convolution", glConvolutionParameterfvEXT },
15238 { "glConvolutionParameteri", "GL_ARB_imaging", glConvolutionParameteri },
15239 { "glConvolutionParameteriEXT", "GL_EXT_convolution", glConvolutionParameteriEXT },
15240 { "glConvolutionParameteriv", "GL_ARB_imaging", glConvolutionParameteriv },
15241 { "glConvolutionParameterivEXT", "GL_EXT_convolution", glConvolutionParameterivEXT },
15242 { "glConvolutionParameterxOES", "GL_OES_fixed_point", glConvolutionParameterxOES },
15243 { "glConvolutionParameterxvOES", "GL_OES_fixed_point", glConvolutionParameterxvOES },
15244 { "glCopyBufferSubData", "GL_ARB_copy_buffer GL_VERSION_3_1", glCopyBufferSubData },
15245 { "glCopyColorSubTable", "GL_ARB_imaging", glCopyColorSubTable },
15246 { "glCopyColorSubTableEXT", "GL_EXT_color_subtable", glCopyColorSubTableEXT },
15247 { "glCopyColorTable", "GL_ARB_imaging", glCopyColorTable },
15248 { "glCopyColorTableSGI", "GL_SGI_color_table", glCopyColorTableSGI },
15249 { "glCopyConvolutionFilter1D", "GL_ARB_imaging", glCopyConvolutionFilter1D },
15250 { "glCopyConvolutionFilter1DEXT", "GL_EXT_convolution", glCopyConvolutionFilter1DEXT },
15251 { "glCopyConvolutionFilter2D", "GL_ARB_imaging", glCopyConvolutionFilter2D },
15252 { "glCopyConvolutionFilter2DEXT", "GL_EXT_convolution", glCopyConvolutionFilter2DEXT },
15253 { "glCopyImageSubData", "GL_ARB_copy_image GL_VERSION_4_3", glCopyImageSubData },
15254 { "glCopyImageSubDataNV", "GL_NV_copy_image", glCopyImageSubDataNV },
15255 { "glCopyMultiTexImage1DEXT", "GL_EXT_direct_state_access", glCopyMultiTexImage1DEXT },
15256 { "glCopyMultiTexImage2DEXT", "GL_EXT_direct_state_access", glCopyMultiTexImage2DEXT },
15257 { "glCopyMultiTexSubImage1DEXT", "GL_EXT_direct_state_access", glCopyMultiTexSubImage1DEXT },
15258 { "glCopyMultiTexSubImage2DEXT", "GL_EXT_direct_state_access", glCopyMultiTexSubImage2DEXT },
15259 { "glCopyMultiTexSubImage3DEXT", "GL_EXT_direct_state_access", glCopyMultiTexSubImage3DEXT },
15260 { "glCopyNamedBufferSubData", "GL_ARB_direct_state_access GL_VERSION_4_5", glCopyNamedBufferSubData },
15261 { "glCopyPathNV", "GL_NV_path_rendering", glCopyPathNV },
15262 { "glCopyTexImage1DEXT", "GL_EXT_copy_texture", glCopyTexImage1DEXT },
15263 { "glCopyTexImage2DEXT", "GL_EXT_copy_texture", glCopyTexImage2DEXT },
15264 { "glCopyTexSubImage1DEXT", "GL_EXT_copy_texture", glCopyTexSubImage1DEXT },
15265 { "glCopyTexSubImage2DEXT", "GL_EXT_copy_texture", glCopyTexSubImage2DEXT },
15266 { "glCopyTexSubImage3D", "GL_VERSION_1_2", glCopyTexSubImage3D },
15267 { "glCopyTexSubImage3DEXT", "GL_EXT_copy_texture", glCopyTexSubImage3DEXT },
15268 { "glCopyTextureImage1DEXT", "GL_EXT_direct_state_access", glCopyTextureImage1DEXT },
15269 { "glCopyTextureImage2DEXT", "GL_EXT_direct_state_access", glCopyTextureImage2DEXT },
15270 { "glCopyTextureSubImage1D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCopyTextureSubImage1D },
15271 { "glCopyTextureSubImage1DEXT", "GL_EXT_direct_state_access", glCopyTextureSubImage1DEXT },
15272 { "glCopyTextureSubImage2D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCopyTextureSubImage2D },
15273 { "glCopyTextureSubImage2DEXT", "GL_EXT_direct_state_access", glCopyTextureSubImage2DEXT },
15274 { "glCopyTextureSubImage3D", "GL_ARB_direct_state_access GL_VERSION_4_5", glCopyTextureSubImage3D },
15275 { "glCopyTextureSubImage3DEXT", "GL_EXT_direct_state_access", glCopyTextureSubImage3DEXT },
15276 { "glCoverFillPathInstancedNV", "GL_NV_path_rendering", glCoverFillPathInstancedNV },
15277 { "glCoverFillPathNV", "GL_NV_path_rendering", glCoverFillPathNV },
15278 { "glCoverStrokePathInstancedNV", "GL_NV_path_rendering", glCoverStrokePathInstancedNV },
15279 { "glCoverStrokePathNV", "GL_NV_path_rendering", glCoverStrokePathNV },
15280 { "glCoverageModulationNV", "GL_NV_framebuffer_mixed_samples", glCoverageModulationNV },
15281 { "glCoverageModulationTableNV", "GL_NV_framebuffer_mixed_samples", glCoverageModulationTableNV },
15282 { "glCreateBuffers", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateBuffers },
15283 { "glCreateFramebuffers", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateFramebuffers },
15284 { "glCreatePerfQueryINTEL", "GL_INTEL_performance_query", glCreatePerfQueryINTEL },
15285 { "glCreateProgram", "GL_VERSION_2_0", glCreateProgram },
15286 { "glCreateProgramObjectARB", "GL_ARB_shader_objects", glCreateProgramObjectARB },
15287 { "glCreateProgramPipelines", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateProgramPipelines },
15288 { "glCreateQueries", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateQueries },
15289 { "glCreateRenderbuffers", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateRenderbuffers },
15290 { "glCreateSamplers", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateSamplers },
15291 { "glCreateShader", "GL_VERSION_2_0", glCreateShader },
15292 { "glCreateShaderObjectARB", "GL_ARB_shader_objects", glCreateShaderObjectARB },
15293 { "glCreateShaderProgramEXT", "GL_EXT_separate_shader_objects", glCreateShaderProgramEXT },
15294 { "glCreateShaderProgramv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glCreateShaderProgramv },
15295 { "glCreateSyncFromCLeventARB", "GL_ARB_cl_event", glCreateSyncFromCLeventARB },
15296 { "glCreateTextures", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateTextures },
15297 { "glCreateTransformFeedbacks", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateTransformFeedbacks },
15298 { "glCreateVertexArrays", "GL_ARB_direct_state_access GL_VERSION_4_5", glCreateVertexArrays },
15299 { "glCullParameterdvEXT", "GL_EXT_cull_vertex", glCullParameterdvEXT },
15300 { "glCullParameterfvEXT", "GL_EXT_cull_vertex", glCullParameterfvEXT },
15301 { "glCurrentPaletteMatrixARB", "GL_ARB_matrix_palette", glCurrentPaletteMatrixARB },
15302 { "glDebugMessageCallback", "GL_KHR_debug GL_VERSION_4_3", glDebugMessageCallback },
15303 { "glDebugMessageCallbackAMD", "GL_AMD_debug_output", glDebugMessageCallbackAMD },
15304 { "glDebugMessageCallbackARB", "GL_ARB_debug_output", glDebugMessageCallbackARB },
15305 { "glDebugMessageControl", "GL_KHR_debug GL_VERSION_4_3", glDebugMessageControl },
15306 { "glDebugMessageControlARB", "GL_ARB_debug_output", glDebugMessageControlARB },
15307 { "glDebugMessageEnableAMD", "GL_AMD_debug_output", glDebugMessageEnableAMD },
15308 { "glDebugMessageInsert", "GL_KHR_debug GL_VERSION_4_3", glDebugMessageInsert },
15309 { "glDebugMessageInsertAMD", "GL_AMD_debug_output", glDebugMessageInsertAMD },
15310 { "glDebugMessageInsertARB", "GL_ARB_debug_output", glDebugMessageInsertARB },
15311 { "glDeformSGIX", "GL_SGIX_polynomial_ffd", glDeformSGIX },
15312 { "glDeformationMap3dSGIX", "GL_SGIX_polynomial_ffd", glDeformationMap3dSGIX },
15313 { "glDeformationMap3fSGIX", "GL_SGIX_polynomial_ffd", glDeformationMap3fSGIX },
15314 { "glDeleteAsyncMarkersSGIX", "GL_SGIX_async", glDeleteAsyncMarkersSGIX },
15315 { "glDeleteBufferRegion", "GL_KTX_buffer_region", glDeleteBufferRegion },
15316 { "glDeleteBuffers", "GL_VERSION_1_5", glDeleteBuffers },
15317 { "glDeleteBuffersARB", "GL_ARB_vertex_buffer_object", glDeleteBuffersARB },
15318 { "glDeleteFencesAPPLE", "GL_APPLE_fence", glDeleteFencesAPPLE },
15319 { "glDeleteFencesNV", "GL_NV_fence", glDeleteFencesNV },
15320 { "glDeleteFragmentShaderATI", "GL_ATI_fragment_shader", glDeleteFragmentShaderATI },
15321 { "glDeleteFramebuffers", "GL_ARB_framebuffer_object GL_VERSION_3_0", glDeleteFramebuffers },
15322 { "glDeleteFramebuffersEXT", "GL_EXT_framebuffer_object", glDeleteFramebuffersEXT },
15323 { "glDeleteNamedStringARB", "GL_ARB_shading_language_include", glDeleteNamedStringARB },
15324 { "glDeleteNamesAMD", "GL_AMD_name_gen_delete", glDeleteNamesAMD },
15325 { "glDeleteObjectARB", "GL_ARB_shader_objects", glDeleteObjectARB },
15326 { "glDeleteObjectBufferATI", "GL_ATI_vertex_array_object", glDeleteObjectBufferATI },
15327 { "glDeleteOcclusionQueriesNV", "GL_NV_occlusion_query", glDeleteOcclusionQueriesNV },
15328 { "glDeletePathsNV", "GL_NV_path_rendering", glDeletePathsNV },
15329 { "glDeletePerfMonitorsAMD", "GL_AMD_performance_monitor", glDeletePerfMonitorsAMD },
15330 { "glDeletePerfQueryINTEL", "GL_INTEL_performance_query", glDeletePerfQueryINTEL },
15331 { "glDeleteProgram", "GL_VERSION_2_0", glDeleteProgram },
15332 { "glDeleteProgramPipelines", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glDeleteProgramPipelines },
15333 { "glDeleteProgramsARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glDeleteProgramsARB },
15334 { "glDeleteProgramsNV", "GL_NV_vertex_program", glDeleteProgramsNV },
15335 { "glDeleteQueries", "GL_VERSION_1_5", glDeleteQueries },
15336 { "glDeleteQueriesARB", "GL_ARB_occlusion_query", glDeleteQueriesARB },
15337 { "glDeleteRenderbuffers", "GL_ARB_framebuffer_object GL_VERSION_3_0", glDeleteRenderbuffers },
15338 { "glDeleteRenderbuffersEXT", "GL_EXT_framebuffer_object", glDeleteRenderbuffersEXT },
15339 { "glDeleteSamplers", "GL_ARB_sampler_objects GL_VERSION_3_3", glDeleteSamplers },
15340 { "glDeleteShader", "GL_VERSION_2_0", glDeleteShader },
15341 { "glDeleteSync", "GL_ARB_sync GL_VERSION_3_2", glDeleteSync },
15342 { "glDeleteTexturesEXT", "GL_EXT_texture_object", glDeleteTexturesEXT },
15343 { "glDeleteTransformFeedbacks", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glDeleteTransformFeedbacks },
15344 { "glDeleteTransformFeedbacksNV", "GL_NV_transform_feedback2", glDeleteTransformFeedbacksNV },
15345 { "glDeleteVertexArrays", "GL_ARB_vertex_array_object GL_VERSION_3_0", glDeleteVertexArrays },
15346 { "glDeleteVertexArraysAPPLE", "GL_APPLE_vertex_array_object", glDeleteVertexArraysAPPLE },
15347 { "glDeleteVertexShaderEXT", "GL_EXT_vertex_shader", glDeleteVertexShaderEXT },
15348 { "glDepthBoundsEXT", "GL_EXT_depth_bounds_test", glDepthBoundsEXT },
15349 { "glDepthBoundsdNV", "GL_NV_depth_buffer_float", glDepthBoundsdNV },
15350 { "glDepthRangeArrayv", "GL_ARB_viewport_array GL_VERSION_4_1", glDepthRangeArrayv },
15351 { "glDepthRangeIndexed", "GL_ARB_viewport_array GL_VERSION_4_1", glDepthRangeIndexed },
15352 { "glDepthRangedNV", "GL_NV_depth_buffer_float", glDepthRangedNV },
15353 { "glDepthRangef", "GL_ARB_ES2_compatibility GL_VERSION_4_1", glDepthRangef },
15354 { "glDepthRangefOES", "GL_OES_single_precision", glDepthRangefOES },
15355 { "glDepthRangexOES", "GL_OES_fixed_point", glDepthRangexOES },
15356 { "glDetachObjectARB", "GL_ARB_shader_objects", glDetachObjectARB },
15357 { "glDetachShader", "GL_VERSION_2_0", glDetachShader },
15358 { "glDetailTexFuncSGIS", "GL_SGIS_detail_texture", glDetailTexFuncSGIS },
15359 { "glDisableClientStateIndexedEXT", "GL_EXT_direct_state_access", glDisableClientStateIndexedEXT },
15360 { "glDisableClientStateiEXT", "GL_EXT_direct_state_access", glDisableClientStateiEXT },
15361 { "glDisableIndexedEXT", "GL_EXT_direct_state_access GL_EXT_draw_buffers2", glDisableIndexedEXT },
15362 { "glDisableVariantClientStateEXT", "GL_EXT_vertex_shader", glDisableVariantClientStateEXT },
15363 { "glDisableVertexArrayAttrib", "GL_ARB_direct_state_access GL_VERSION_4_5", glDisableVertexArrayAttrib },
15364 { "glDisableVertexArrayAttribEXT", "GL_EXT_direct_state_access", glDisableVertexArrayAttribEXT },
15365 { "glDisableVertexArrayEXT", "GL_EXT_direct_state_access", glDisableVertexArrayEXT },
15366 { "glDisableVertexAttribAPPLE", "GL_APPLE_vertex_program_evaluators", glDisableVertexAttribAPPLE },
15367 { "glDisableVertexAttribArray", "GL_VERSION_2_0", glDisableVertexAttribArray },
15368 { "glDisableVertexAttribArrayARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glDisableVertexAttribArrayARB },
15369 { "glDisablei", "GL_VERSION_3_0", glDisablei },
15370 { "glDispatchCompute", "GL_ARB_compute_shader GL_VERSION_4_3", glDispatchCompute },
15371 { "glDispatchComputeGroupSizeARB", "GL_ARB_compute_variable_group_size", glDispatchComputeGroupSizeARB },
15372 { "glDispatchComputeIndirect", "GL_ARB_compute_shader GL_VERSION_4_3", glDispatchComputeIndirect },
15373 { "glDrawArraysEXT", "GL_EXT_vertex_array", glDrawArraysEXT },
15374 { "glDrawArraysIndirect", "GL_ARB_draw_indirect GL_VERSION_4_0", glDrawArraysIndirect },
15375 { "glDrawArraysInstanced", "GL_VERSION_3_1", glDrawArraysInstanced },
15376 { "glDrawArraysInstancedARB", "GL_ARB_draw_instanced", glDrawArraysInstancedARB },
15377 { "glDrawArraysInstancedBaseInstance", "GL_ARB_base_instance GL_VERSION_4_2", glDrawArraysInstancedBaseInstance },
15378 { "glDrawArraysInstancedEXT", "GL_EXT_draw_instanced", glDrawArraysInstancedEXT },
15379 { "glDrawBufferRegion", "GL_KTX_buffer_region", glDrawBufferRegion },
15380 { "glDrawBuffers", "GL_VERSION_2_0", glDrawBuffers },
15381 { "glDrawBuffersARB", "GL_ARB_draw_buffers", glDrawBuffersARB },
15382 { "glDrawBuffersATI", "GL_ATI_draw_buffers", glDrawBuffersATI },
15383 { "glDrawElementArrayAPPLE", "GL_APPLE_element_array", glDrawElementArrayAPPLE },
15384 { "glDrawElementArrayATI", "GL_ATI_element_array", glDrawElementArrayATI },
15385 { "glDrawElementsBaseVertex", "GL_ARB_draw_elements_base_vertex GL_VERSION_3_2", glDrawElementsBaseVertex },
15386 { "glDrawElementsIndirect", "GL_ARB_draw_indirect GL_VERSION_4_0", glDrawElementsIndirect },
15387 { "glDrawElementsInstanced", "GL_VERSION_3_1", glDrawElementsInstanced },
15388 { "glDrawElementsInstancedARB", "GL_ARB_draw_instanced", glDrawElementsInstancedARB },
15389 { "glDrawElementsInstancedBaseInstance", "GL_ARB_base_instance GL_VERSION_4_2", glDrawElementsInstancedBaseInstance },
15390 { "glDrawElementsInstancedBaseVertex", "GL_ARB_draw_elements_base_vertex GL_VERSION_3_2", glDrawElementsInstancedBaseVertex },
15391 { "glDrawElementsInstancedBaseVertexBaseInstance", "GL_ARB_base_instance GL_VERSION_4_2", glDrawElementsInstancedBaseVertexBaseInstance },
15392 { "glDrawElementsInstancedEXT", "GL_EXT_draw_instanced", glDrawElementsInstancedEXT },
15393 { "glDrawMeshArraysSUN", "GL_SUN_mesh_array", glDrawMeshArraysSUN },
15394 { "glDrawRangeElementArrayAPPLE", "GL_APPLE_element_array", glDrawRangeElementArrayAPPLE },
15395 { "glDrawRangeElementArrayATI", "GL_ATI_element_array", glDrawRangeElementArrayATI },
15396 { "glDrawRangeElements", "GL_VERSION_1_2", glDrawRangeElements },
15397 { "glDrawRangeElementsBaseVertex", "GL_ARB_draw_elements_base_vertex GL_VERSION_3_2", glDrawRangeElementsBaseVertex },
15398 { "glDrawRangeElementsEXT", "GL_EXT_draw_range_elements", glDrawRangeElementsEXT },
15399 { "glDrawTextureNV", "GL_NV_draw_texture", glDrawTextureNV },
15400 { "glDrawTransformFeedback", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glDrawTransformFeedback },
15401 { "glDrawTransformFeedbackInstanced", "GL_ARB_transform_feedback_instanced GL_VERSION_4_2", glDrawTransformFeedbackInstanced },
15402 { "glDrawTransformFeedbackNV", "GL_NV_transform_feedback2", glDrawTransformFeedbackNV },
15403 { "glDrawTransformFeedbackStream", "GL_ARB_transform_feedback3 GL_VERSION_4_0", glDrawTransformFeedbackStream },
15404 { "glDrawTransformFeedbackStreamInstanced", "GL_ARB_transform_feedback_instanced GL_VERSION_4_2", glDrawTransformFeedbackStreamInstanced },
15405 { "glEdgeFlagFormatNV", "GL_NV_vertex_buffer_unified_memory", glEdgeFlagFormatNV },
15406 { "glEdgeFlagPointerEXT", "GL_EXT_vertex_array", glEdgeFlagPointerEXT },
15407 { "glEdgeFlagPointerListIBM", "GL_IBM_vertex_array_lists", glEdgeFlagPointerListIBM },
15408 { "glElementPointerAPPLE", "GL_APPLE_element_array", glElementPointerAPPLE },
15409 { "glElementPointerATI", "GL_ATI_element_array", glElementPointerATI },
15410 { "glEnableClientStateIndexedEXT", "GL_EXT_direct_state_access", glEnableClientStateIndexedEXT },
15411 { "glEnableClientStateiEXT", "GL_EXT_direct_state_access", glEnableClientStateiEXT },
15412 { "glEnableIndexedEXT", "GL_EXT_direct_state_access GL_EXT_draw_buffers2", glEnableIndexedEXT },
15413 { "glEnableVariantClientStateEXT", "GL_EXT_vertex_shader", glEnableVariantClientStateEXT },
15414 { "glEnableVertexArrayAttrib", "GL_ARB_direct_state_access GL_VERSION_4_5", glEnableVertexArrayAttrib },
15415 { "glEnableVertexArrayAttribEXT", "GL_EXT_direct_state_access", glEnableVertexArrayAttribEXT },
15416 { "glEnableVertexArrayEXT", "GL_EXT_direct_state_access", glEnableVertexArrayEXT },
15417 { "glEnableVertexAttribAPPLE", "GL_APPLE_vertex_program_evaluators", glEnableVertexAttribAPPLE },
15418 { "glEnableVertexAttribArray", "GL_VERSION_2_0", glEnableVertexAttribArray },
15419 { "glEnableVertexAttribArrayARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glEnableVertexAttribArrayARB },
15420 { "glEnablei", "GL_VERSION_3_0", glEnablei },
15421 { "glEndConditionalRender", "GL_VERSION_3_0", glEndConditionalRender },
15422 { "glEndConditionalRenderNV", "GL_NV_conditional_render", glEndConditionalRenderNV },
15423 { "glEndConditionalRenderNVX", "GL_NVX_conditional_render", glEndConditionalRenderNVX },
15424 { "glEndFragmentShaderATI", "GL_ATI_fragment_shader", glEndFragmentShaderATI },
15425 { "glEndOcclusionQueryNV", "GL_NV_occlusion_query", glEndOcclusionQueryNV },
15426 { "glEndPerfMonitorAMD", "GL_AMD_performance_monitor", glEndPerfMonitorAMD },
15427 { "glEndPerfQueryINTEL", "GL_INTEL_performance_query", glEndPerfQueryINTEL },
15428 { "glEndQuery", "GL_VERSION_1_5", glEndQuery },
15429 { "glEndQueryARB", "GL_ARB_occlusion_query", glEndQueryARB },
15430 { "glEndQueryIndexed", "GL_ARB_transform_feedback3 GL_VERSION_4_0", glEndQueryIndexed },
15431 { "glEndTransformFeedback", "GL_VERSION_3_0", glEndTransformFeedback },
15432 { "glEndTransformFeedbackEXT", "GL_EXT_transform_feedback", glEndTransformFeedbackEXT },
15433 { "glEndTransformFeedbackNV", "GL_NV_transform_feedback", glEndTransformFeedbackNV },
15434 { "glEndVertexShaderEXT", "GL_EXT_vertex_shader", glEndVertexShaderEXT },
15435 { "glEndVideoCaptureNV", "GL_NV_video_capture", glEndVideoCaptureNV },
15436 { "glEvalCoord1xOES", "GL_OES_fixed_point", glEvalCoord1xOES },
15437 { "glEvalCoord1xvOES", "GL_OES_fixed_point", glEvalCoord1xvOES },
15438 { "glEvalCoord2xOES", "GL_OES_fixed_point", glEvalCoord2xOES },
15439 { "glEvalCoord2xvOES", "GL_OES_fixed_point", glEvalCoord2xvOES },
15440 { "glEvalMapsNV", "GL_NV_evaluators", glEvalMapsNV },
15441 { "glExecuteProgramNV", "GL_NV_vertex_program", glExecuteProgramNV },
15442 { "glExtractComponentEXT", "GL_EXT_vertex_shader", glExtractComponentEXT },
15443 { "glFeedbackBufferxOES", "GL_OES_fixed_point", glFeedbackBufferxOES },
15444 { "glFenceSync", "GL_ARB_sync GL_VERSION_3_2", glFenceSync },
15445 { "glFinalCombinerInputNV", "GL_NV_register_combiners", glFinalCombinerInputNV },
15446 { "glFinishAsyncSGIX", "GL_SGIX_async", glFinishAsyncSGIX },
15447 { "glFinishFenceAPPLE", "GL_APPLE_fence", glFinishFenceAPPLE },
15448 { "glFinishFenceNV", "GL_NV_fence", glFinishFenceNV },
15449 { "glFinishObjectAPPLE", "GL_APPLE_fence", glFinishObjectAPPLE },
15450 { "glFinishTextureSUNX", "GL_SUNX_constant_data", glFinishTextureSUNX },
15451 { "glFlushMappedBufferRange", "GL_ARB_map_buffer_range GL_VERSION_3_0", glFlushMappedBufferRange },
15452 { "glFlushMappedBufferRangeAPPLE", "GL_APPLE_flush_buffer_range", glFlushMappedBufferRangeAPPLE },
15453 { "glFlushMappedNamedBufferRange", "GL_ARB_direct_state_access GL_VERSION_4_5", glFlushMappedNamedBufferRange },
15454 { "glFlushMappedNamedBufferRangeEXT", "GL_EXT_direct_state_access", glFlushMappedNamedBufferRangeEXT },
15455 { "glFlushPixelDataRangeNV", "GL_NV_pixel_data_range", glFlushPixelDataRangeNV },
15456 { "glFlushRasterSGIX", "GL_SGIX_flush_raster", glFlushRasterSGIX },
15457 { "glFlushStaticDataIBM", "GL_IBM_static_data", glFlushStaticDataIBM },
15458 { "glFlushVertexArrayRangeAPPLE", "GL_APPLE_vertex_array_range", glFlushVertexArrayRangeAPPLE },
15459 { "glFlushVertexArrayRangeNV", "GL_NV_vertex_array_range", glFlushVertexArrayRangeNV },
15460 { "glFogCoordFormatNV", "GL_NV_vertex_buffer_unified_memory", glFogCoordFormatNV },
15461 { "glFogCoordPointer", "GL_VERSION_1_4", glFogCoordPointer },
15462 { "glFogCoordPointerEXT", "GL_EXT_fog_coord", glFogCoordPointerEXT },
15463 { "glFogCoordPointerListIBM", "GL_IBM_vertex_array_lists", glFogCoordPointerListIBM },
15464 { "glFogCoordd", "GL_VERSION_1_4", glFogCoordd },
15465 { "glFogCoorddEXT", "GL_EXT_fog_coord", glFogCoorddEXT },
15466 { "glFogCoorddv", "GL_VERSION_1_4", glFogCoorddv },
15467 { "glFogCoorddvEXT", "GL_EXT_fog_coord", glFogCoorddvEXT },
15468 { "glFogCoordf", "GL_VERSION_1_4", glFogCoordf },
15469 { "glFogCoordfEXT", "GL_EXT_fog_coord", glFogCoordfEXT },
15470 { "glFogCoordfv", "GL_VERSION_1_4", glFogCoordfv },
15471 { "glFogCoordfvEXT", "GL_EXT_fog_coord", glFogCoordfvEXT },
15472 { "glFogCoordhNV", "GL_NV_half_float", glFogCoordhNV },
15473 { "glFogCoordhvNV", "GL_NV_half_float", glFogCoordhvNV },
15474 { "glFogFuncSGIS", "GL_SGIS_fog_function", glFogFuncSGIS },
15475 { "glFogxOES", "GL_OES_fixed_point", glFogxOES },
15476 { "glFogxvOES", "GL_OES_fixed_point", glFogxvOES },
15477 { "glFragmentColorMaterialSGIX", "GL_SGIX_fragment_lighting", glFragmentColorMaterialSGIX },
15478 { "glFragmentCoverageColorNV", "GL_NV_fragment_coverage_to_color", glFragmentCoverageColorNV },
15479 { "glFragmentLightModelfSGIX", "GL_SGIX_fragment_lighting", glFragmentLightModelfSGIX },
15480 { "glFragmentLightModelfvSGIX", "GL_SGIX_fragment_lighting", glFragmentLightModelfvSGIX },
15481 { "glFragmentLightModeliSGIX", "GL_SGIX_fragment_lighting", glFragmentLightModeliSGIX },
15482 { "glFragmentLightModelivSGIX", "GL_SGIX_fragment_lighting", glFragmentLightModelivSGIX },
15483 { "glFragmentLightfSGIX", "GL_SGIX_fragment_lighting", glFragmentLightfSGIX },
15484 { "glFragmentLightfvSGIX", "GL_SGIX_fragment_lighting", glFragmentLightfvSGIX },
15485 { "glFragmentLightiSGIX", "GL_SGIX_fragment_lighting", glFragmentLightiSGIX },
15486 { "glFragmentLightivSGIX", "GL_SGIX_fragment_lighting", glFragmentLightivSGIX },
15487 { "glFragmentMaterialfSGIX", "GL_SGIX_fragment_lighting", glFragmentMaterialfSGIX },
15488 { "glFragmentMaterialfvSGIX", "GL_SGIX_fragment_lighting", glFragmentMaterialfvSGIX },
15489 { "glFragmentMaterialiSGIX", "GL_SGIX_fragment_lighting", glFragmentMaterialiSGIX },
15490 { "glFragmentMaterialivSGIX", "GL_SGIX_fragment_lighting", glFragmentMaterialivSGIX },
15491 { "glFrameTerminatorGREMEDY", "GL_GREMEDY_frame_terminator", glFrameTerminatorGREMEDY },
15492 { "glFrameZoomSGIX", "GL_SGIX_framezoom", glFrameZoomSGIX },
15493 { "glFramebufferDrawBufferEXT", "GL_EXT_direct_state_access", glFramebufferDrawBufferEXT },
15494 { "glFramebufferDrawBuffersEXT", "GL_EXT_direct_state_access", glFramebufferDrawBuffersEXT },
15495 { "glFramebufferParameteri", "GL_ARB_framebuffer_no_attachments GL_VERSION_4_3", glFramebufferParameteri },
15496 { "glFramebufferReadBufferEXT", "GL_EXT_direct_state_access", glFramebufferReadBufferEXT },
15497 { "glFramebufferRenderbuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glFramebufferRenderbuffer },
15498 { "glFramebufferRenderbufferEXT", "GL_EXT_framebuffer_object", glFramebufferRenderbufferEXT },
15499 { "glFramebufferSampleLocationsfvNV", "GL_NV_sample_locations", glFramebufferSampleLocationsfvNV },
15500 { "glFramebufferTexture", "GL_VERSION_3_2", glFramebufferTexture },
15501 { "glFramebufferTexture1D", "GL_ARB_framebuffer_object GL_VERSION_3_0", glFramebufferTexture1D },
15502 { "glFramebufferTexture1DEXT", "GL_EXT_framebuffer_object", glFramebufferTexture1DEXT },
15503 { "glFramebufferTexture2D", "GL_ARB_framebuffer_object GL_VERSION_3_0", glFramebufferTexture2D },
15504 { "glFramebufferTexture2DEXT", "GL_EXT_framebuffer_object", glFramebufferTexture2DEXT },
15505 { "glFramebufferTexture3D", "GL_ARB_framebuffer_object GL_VERSION_3_0", glFramebufferTexture3D },
15506 { "glFramebufferTexture3DEXT", "GL_EXT_framebuffer_object", glFramebufferTexture3DEXT },
15507 { "glFramebufferTextureARB", "GL_ARB_geometry_shader4", glFramebufferTextureARB },
15508 { "glFramebufferTextureEXT", "GL_NV_geometry_program4", glFramebufferTextureEXT },
15509 { "glFramebufferTextureFaceARB", "GL_ARB_geometry_shader4", glFramebufferTextureFaceARB },
15510 { "glFramebufferTextureFaceEXT", "GL_NV_geometry_program4", glFramebufferTextureFaceEXT },
15511 { "glFramebufferTextureLayer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glFramebufferTextureLayer },
15512 { "glFramebufferTextureLayerARB", "GL_ARB_geometry_shader4", glFramebufferTextureLayerARB },
15513 { "glFramebufferTextureLayerEXT", "GL_EXT_texture_array GL_NV_geometry_program4", glFramebufferTextureLayerEXT },
15514 { "glFreeObjectBufferATI", "GL_ATI_vertex_array_object", glFreeObjectBufferATI },
15515 { "glFrustumfOES", "GL_OES_single_precision", glFrustumfOES },
15516 { "glFrustumxOES", "GL_OES_fixed_point", glFrustumxOES },
15517 { "glGenAsyncMarkersSGIX", "GL_SGIX_async", glGenAsyncMarkersSGIX },
15518 { "glGenBuffers", "GL_VERSION_1_5", glGenBuffers },
15519 { "glGenBuffersARB", "GL_ARB_vertex_buffer_object", glGenBuffersARB },
15520 { "glGenFencesAPPLE", "GL_APPLE_fence", glGenFencesAPPLE },
15521 { "glGenFencesNV", "GL_NV_fence", glGenFencesNV },
15522 { "glGenFragmentShadersATI", "GL_ATI_fragment_shader", glGenFragmentShadersATI },
15523 { "glGenFramebuffers", "GL_ARB_framebuffer_object GL_VERSION_3_0", glGenFramebuffers },
15524 { "glGenFramebuffersEXT", "GL_EXT_framebuffer_object", glGenFramebuffersEXT },
15525 { "glGenNamesAMD", "GL_AMD_name_gen_delete", glGenNamesAMD },
15526 { "glGenOcclusionQueriesNV", "GL_NV_occlusion_query", glGenOcclusionQueriesNV },
15527 { "glGenPathsNV", "GL_NV_path_rendering", glGenPathsNV },
15528 { "glGenPerfMonitorsAMD", "GL_AMD_performance_monitor", glGenPerfMonitorsAMD },
15529 { "glGenProgramPipelines", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glGenProgramPipelines },
15530 { "glGenProgramsARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGenProgramsARB },
15531 { "glGenProgramsNV", "GL_NV_vertex_program", glGenProgramsNV },
15532 { "glGenQueries", "GL_VERSION_1_5", glGenQueries },
15533 { "glGenQueriesARB", "GL_ARB_occlusion_query", glGenQueriesARB },
15534 { "glGenRenderbuffers", "GL_ARB_framebuffer_object GL_VERSION_3_0", glGenRenderbuffers },
15535 { "glGenRenderbuffersEXT", "GL_EXT_framebuffer_object", glGenRenderbuffersEXT },
15536 { "glGenSamplers", "GL_ARB_sampler_objects GL_VERSION_3_3", glGenSamplers },
15537 { "glGenSymbolsEXT", "GL_EXT_vertex_shader", glGenSymbolsEXT },
15538 { "glGenTexturesEXT", "GL_EXT_texture_object", glGenTexturesEXT },
15539 { "glGenTransformFeedbacks", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glGenTransformFeedbacks },
15540 { "glGenTransformFeedbacksNV", "GL_NV_transform_feedback2", glGenTransformFeedbacksNV },
15541 { "glGenVertexArrays", "GL_ARB_vertex_array_object GL_VERSION_3_0", glGenVertexArrays },
15542 { "glGenVertexArraysAPPLE", "GL_APPLE_vertex_array_object", glGenVertexArraysAPPLE },
15543 { "glGenVertexShadersEXT", "GL_EXT_vertex_shader", glGenVertexShadersEXT },
15544 { "glGenerateMipmap", "GL_ARB_framebuffer_object GL_VERSION_3_0", glGenerateMipmap },
15545 { "glGenerateMipmapEXT", "GL_EXT_framebuffer_object", glGenerateMipmapEXT },
15546 { "glGenerateMultiTexMipmapEXT", "GL_EXT_direct_state_access", glGenerateMultiTexMipmapEXT },
15547 { "glGenerateTextureMipmap", "GL_ARB_direct_state_access GL_VERSION_4_5", glGenerateTextureMipmap },
15548 { "glGenerateTextureMipmapEXT", "GL_EXT_direct_state_access", glGenerateTextureMipmapEXT },
15549 { "glGetActiveAtomicCounterBufferiv", "GL_ARB_shader_atomic_counters GL_VERSION_4_2", glGetActiveAtomicCounterBufferiv },
15550 { "glGetActiveAttrib", "GL_VERSION_2_0", glGetActiveAttrib },
15551 { "glGetActiveAttribARB", "GL_ARB_vertex_shader", glGetActiveAttribARB },
15552 { "glGetActiveSubroutineName", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetActiveSubroutineName },
15553 { "glGetActiveSubroutineUniformName", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetActiveSubroutineUniformName },
15554 { "glGetActiveSubroutineUniformiv", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetActiveSubroutineUniformiv },
15555 { "glGetActiveUniform", "GL_VERSION_2_0", glGetActiveUniform },
15556 { "glGetActiveUniformARB", "GL_ARB_shader_objects", glGetActiveUniformARB },
15557 { "glGetActiveUniformBlockName", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetActiveUniformBlockName },
15558 { "glGetActiveUniformBlockiv", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetActiveUniformBlockiv },
15559 { "glGetActiveUniformName", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetActiveUniformName },
15560 { "glGetActiveUniformsiv", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetActiveUniformsiv },
15561 { "glGetActiveVaryingNV", "GL_NV_transform_feedback", glGetActiveVaryingNV },
15562 { "glGetArrayObjectfvATI", "GL_ATI_vertex_array_object", glGetArrayObjectfvATI },
15563 { "glGetArrayObjectivATI", "GL_ATI_vertex_array_object", glGetArrayObjectivATI },
15564 { "glGetAttachedObjectsARB", "GL_ARB_shader_objects", glGetAttachedObjectsARB },
15565 { "glGetAttachedShaders", "GL_VERSION_2_0", glGetAttachedShaders },
15566 { "glGetAttribLocation", "GL_VERSION_2_0", glGetAttribLocation },
15567 { "glGetAttribLocationARB", "GL_ARB_vertex_shader", glGetAttribLocationARB },
15568 { "glGetBooleanIndexedvEXT", "GL_EXT_direct_state_access GL_EXT_draw_buffers2", glGetBooleanIndexedvEXT },
15569 { "glGetBooleani_v", "GL_VERSION_3_0", glGetBooleani_v },
15570 { "glGetBufferParameteri64v", "GL_VERSION_3_2", glGetBufferParameteri64v },
15571 { "glGetBufferParameteriv", "GL_VERSION_1_5", glGetBufferParameteriv },
15572 { "glGetBufferParameterivARB", "GL_ARB_vertex_buffer_object", glGetBufferParameterivARB },
15573 { "glGetBufferParameterui64vNV", "GL_NV_shader_buffer_load", glGetBufferParameterui64vNV },
15574 { "glGetBufferPointerv", "GL_VERSION_1_5", glGetBufferPointerv },
15575 { "glGetBufferPointervARB", "GL_ARB_vertex_buffer_object", glGetBufferPointervARB },
15576 { "glGetBufferSubData", "GL_VERSION_1_5", glGetBufferSubData },
15577 { "glGetBufferSubDataARB", "GL_ARB_vertex_buffer_object", glGetBufferSubDataARB },
15578 { "glGetClipPlanefOES", "GL_OES_single_precision", glGetClipPlanefOES },
15579 { "glGetClipPlanexOES", "GL_OES_fixed_point", glGetClipPlanexOES },
15580 { "glGetColorTable", "GL_ARB_imaging", glGetColorTable },
15581 { "glGetColorTableEXT", "GL_EXT_paletted_texture", glGetColorTableEXT },
15582 { "glGetColorTableParameterfv", "GL_ARB_imaging", glGetColorTableParameterfv },
15583 { "glGetColorTableParameterfvEXT", "GL_EXT_paletted_texture", glGetColorTableParameterfvEXT },
15584 { "glGetColorTableParameterfvSGI", "GL_SGI_color_table", glGetColorTableParameterfvSGI },
15585 { "glGetColorTableParameteriv", "GL_ARB_imaging", glGetColorTableParameteriv },
15586 { "glGetColorTableParameterivEXT", "GL_EXT_paletted_texture", glGetColorTableParameterivEXT },
15587 { "glGetColorTableParameterivSGI", "GL_SGI_color_table", glGetColorTableParameterivSGI },
15588 { "glGetColorTableSGI", "GL_SGI_color_table", glGetColorTableSGI },
15589 { "glGetCombinerInputParameterfvNV", "GL_NV_register_combiners", glGetCombinerInputParameterfvNV },
15590 { "glGetCombinerInputParameterivNV", "GL_NV_register_combiners", glGetCombinerInputParameterivNV },
15591 { "glGetCombinerOutputParameterfvNV", "GL_NV_register_combiners", glGetCombinerOutputParameterfvNV },
15592 { "glGetCombinerOutputParameterivNV", "GL_NV_register_combiners", glGetCombinerOutputParameterivNV },
15593 { "glGetCombinerStageParameterfvNV", "GL_NV_register_combiners2", glGetCombinerStageParameterfvNV },
15594 { "glGetCompressedMultiTexImageEXT", "GL_EXT_direct_state_access", glGetCompressedMultiTexImageEXT },
15595 { "glGetCompressedTexImage", "GL_VERSION_1_3", glGetCompressedTexImage },
15596 { "glGetCompressedTexImageARB", "GL_ARB_texture_compression", glGetCompressedTexImageARB },
15597 { "glGetCompressedTextureImage", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetCompressedTextureImage },
15598 { "glGetCompressedTextureImageEXT", "GL_EXT_direct_state_access", glGetCompressedTextureImageEXT },
15599 { "glGetCompressedTextureSubImage", "GL_ARB_get_texture_sub_image GL_VERSION_4_5", glGetCompressedTextureSubImage },
15600 { "glGetConvolutionFilter", "GL_ARB_imaging", glGetConvolutionFilter },
15601 { "glGetConvolutionFilterEXT", "GL_EXT_convolution", glGetConvolutionFilterEXT },
15602 { "glGetConvolutionParameterfv", "GL_ARB_imaging", glGetConvolutionParameterfv },
15603 { "glGetConvolutionParameterfvEXT", "GL_EXT_convolution", glGetConvolutionParameterfvEXT },
15604 { "glGetConvolutionParameteriv", "GL_ARB_imaging", glGetConvolutionParameteriv },
15605 { "glGetConvolutionParameterivEXT", "GL_EXT_convolution", glGetConvolutionParameterivEXT },
15606 { "glGetConvolutionParameterxvOES", "GL_OES_fixed_point", glGetConvolutionParameterxvOES },
15607 { "glGetCoverageModulationTableNV", "GL_NV_framebuffer_mixed_samples", glGetCoverageModulationTableNV },
15608 { "glGetDebugMessageLog", "GL_KHR_debug GL_VERSION_4_3", glGetDebugMessageLog },
15609 { "glGetDebugMessageLogAMD", "GL_AMD_debug_output", glGetDebugMessageLogAMD },
15610 { "glGetDebugMessageLogARB", "GL_ARB_debug_output", glGetDebugMessageLogARB },
15611 { "glGetDetailTexFuncSGIS", "GL_SGIS_detail_texture", glGetDetailTexFuncSGIS },
15612 { "glGetDoubleIndexedvEXT", "GL_EXT_direct_state_access", glGetDoubleIndexedvEXT },
15613 { "glGetDoublei_v", "GL_ARB_viewport_array GL_VERSION_4_1", glGetDoublei_v },
15614 { "glGetDoublei_vEXT", "GL_EXT_direct_state_access", glGetDoublei_vEXT },
15615 { "glGetFenceivNV", "GL_NV_fence", glGetFenceivNV },
15616 { "glGetFinalCombinerInputParameterfvNV", "GL_NV_register_combiners", glGetFinalCombinerInputParameterfvNV },
15617 { "glGetFinalCombinerInputParameterivNV", "GL_NV_register_combiners", glGetFinalCombinerInputParameterivNV },
15618 { "glGetFirstPerfQueryIdINTEL", "GL_INTEL_performance_query", glGetFirstPerfQueryIdINTEL },
15619 { "glGetFixedvOES", "GL_OES_fixed_point", glGetFixedvOES },
15620 { "glGetFloatIndexedvEXT", "GL_EXT_direct_state_access", glGetFloatIndexedvEXT },
15621 { "glGetFloati_v", "GL_ARB_viewport_array GL_VERSION_4_1", glGetFloati_v },
15622 { "glGetFloati_vEXT", "GL_EXT_direct_state_access", glGetFloati_vEXT },
15623 { "glGetFogFuncSGIS", "GL_SGIS_fog_function", glGetFogFuncSGIS },
15624 { "glGetFragDataIndex", "GL_ARB_blend_func_extended GL_VERSION_3_3", glGetFragDataIndex },
15625 { "glGetFragDataLocation", "GL_VERSION_3_0", glGetFragDataLocation },
15626 { "glGetFragDataLocationEXT", "GL_EXT_gpu_shader4", glGetFragDataLocationEXT },
15627 { "glGetFragmentLightfvSGIX", "GL_SGIX_fragment_lighting", glGetFragmentLightfvSGIX },
15628 { "glGetFragmentLightivSGIX", "GL_SGIX_fragment_lighting", glGetFragmentLightivSGIX },
15629 { "glGetFragmentMaterialfvSGIX", "GL_SGIX_fragment_lighting", glGetFragmentMaterialfvSGIX },
15630 { "glGetFragmentMaterialivSGIX", "GL_SGIX_fragment_lighting", glGetFragmentMaterialivSGIX },
15631 { "glGetFramebufferAttachmentParameteriv", "GL_ARB_framebuffer_object GL_VERSION_3_0", glGetFramebufferAttachmentParameteriv },
15632 { "glGetFramebufferAttachmentParameterivEXT", "GL_EXT_framebuffer_object", glGetFramebufferAttachmentParameterivEXT },
15633 { "glGetFramebufferParameteriv", "GL_ARB_framebuffer_no_attachments GL_VERSION_4_3", glGetFramebufferParameteriv },
15634 { "glGetFramebufferParameterivEXT", "GL_EXT_direct_state_access", glGetFramebufferParameterivEXT },
15635 { "glGetGraphicsResetStatus", "GL_KHR_robustness GL_VERSION_4_5", glGetGraphicsResetStatus },
15636 { "glGetGraphicsResetStatusARB", "GL_ARB_robustness", glGetGraphicsResetStatusARB },
15637 { "glGetHandleARB", "GL_ARB_shader_objects", glGetHandleARB },
15638 { "glGetHistogram", "GL_ARB_imaging", glGetHistogram },
15639 { "glGetHistogramEXT", "GL_EXT_histogram", glGetHistogramEXT },
15640 { "glGetHistogramParameterfv", "GL_ARB_imaging", glGetHistogramParameterfv },
15641 { "glGetHistogramParameterfvEXT", "GL_EXT_histogram", glGetHistogramParameterfvEXT },
15642 { "glGetHistogramParameteriv", "GL_ARB_imaging", glGetHistogramParameteriv },
15643 { "glGetHistogramParameterivEXT", "GL_EXT_histogram", glGetHistogramParameterivEXT },
15644 { "glGetHistogramParameterxvOES", "GL_OES_fixed_point", glGetHistogramParameterxvOES },
15645 { "glGetImageHandleARB", "GL_ARB_bindless_texture", glGetImageHandleARB },
15646 { "glGetImageHandleNV", "GL_NV_bindless_texture", glGetImageHandleNV },
15647 { "glGetImageTransformParameterfvHP", "GL_HP_image_transform", glGetImageTransformParameterfvHP },
15648 { "glGetImageTransformParameterivHP", "GL_HP_image_transform", glGetImageTransformParameterivHP },
15649 { "glGetInfoLogARB", "GL_ARB_shader_objects", glGetInfoLogARB },
15650 { "glGetInstrumentsSGIX", "GL_SGIX_instruments", glGetInstrumentsSGIX },
15651 { "glGetInteger64i_v", "GL_VERSION_3_2", glGetInteger64i_v },
15652 { "glGetInteger64v", "GL_ARB_sync GL_VERSION_3_2", glGetInteger64v },
15653 { "glGetIntegerIndexedvEXT", "GL_EXT_direct_state_access GL_EXT_draw_buffers2", glGetIntegerIndexedvEXT },
15654 { "glGetIntegeri_v", "GL_VERSION_3_0", glGetIntegeri_v },
15655 { "glGetIntegerui64i_vNV", "GL_NV_vertex_buffer_unified_memory", glGetIntegerui64i_vNV },
15656 { "glGetIntegerui64vNV", "GL_NV_shader_buffer_load", glGetIntegerui64vNV },
15657 { "glGetInternalformatSampleivNV", "GL_NV_internalformat_sample_query", glGetInternalformatSampleivNV },
15658 { "glGetInternalformati64v", "GL_ARB_internalformat_query2 GL_VERSION_4_3", glGetInternalformati64v },
15659 { "glGetInternalformativ", "GL_ARB_internalformat_query GL_VERSION_4_2", glGetInternalformativ },
15660 { "glGetInvariantBooleanvEXT", "GL_EXT_vertex_shader", glGetInvariantBooleanvEXT },
15661 { "glGetInvariantFloatvEXT", "GL_EXT_vertex_shader", glGetInvariantFloatvEXT },
15662 { "glGetInvariantIntegervEXT", "GL_EXT_vertex_shader", glGetInvariantIntegervEXT },
15663 { "glGetLightxOES", "GL_OES_fixed_point", glGetLightxOES },
15664 { "glGetListParameterfvSGIX", "GL_SGIX_list_priority", glGetListParameterfvSGIX },
15665 { "glGetListParameterivSGIX", "GL_SGIX_list_priority", glGetListParameterivSGIX },
15666 { "glGetLocalConstantBooleanvEXT", "GL_EXT_vertex_shader", glGetLocalConstantBooleanvEXT },
15667 { "glGetLocalConstantFloatvEXT", "GL_EXT_vertex_shader", glGetLocalConstantFloatvEXT },
15668 { "glGetLocalConstantIntegervEXT", "GL_EXT_vertex_shader", glGetLocalConstantIntegervEXT },
15669 { "glGetMapAttribParameterfvNV", "GL_NV_evaluators", glGetMapAttribParameterfvNV },
15670 { "glGetMapAttribParameterivNV", "GL_NV_evaluators", glGetMapAttribParameterivNV },
15671 { "glGetMapControlPointsNV", "GL_NV_evaluators", glGetMapControlPointsNV },
15672 { "glGetMapParameterfvNV", "GL_NV_evaluators", glGetMapParameterfvNV },
15673 { "glGetMapParameterivNV", "GL_NV_evaluators", glGetMapParameterivNV },
15674 { "glGetMapxvOES", "GL_OES_fixed_point", glGetMapxvOES },
15675 { "glGetMaterialxOES", "GL_OES_fixed_point", glGetMaterialxOES },
15676 { "glGetMinmax", "GL_ARB_imaging", glGetMinmax },
15677 { "glGetMinmaxEXT", "GL_EXT_histogram", glGetMinmaxEXT },
15678 { "glGetMinmaxParameterfv", "GL_ARB_imaging", glGetMinmaxParameterfv },
15679 { "glGetMinmaxParameterfvEXT", "GL_EXT_histogram", glGetMinmaxParameterfvEXT },
15680 { "glGetMinmaxParameteriv", "GL_ARB_imaging", glGetMinmaxParameteriv },
15681 { "glGetMinmaxParameterivEXT", "GL_EXT_histogram", glGetMinmaxParameterivEXT },
15682 { "glGetMultiTexEnvfvEXT", "GL_EXT_direct_state_access", glGetMultiTexEnvfvEXT },
15683 { "glGetMultiTexEnvivEXT", "GL_EXT_direct_state_access", glGetMultiTexEnvivEXT },
15684 { "glGetMultiTexGendvEXT", "GL_EXT_direct_state_access", glGetMultiTexGendvEXT },
15685 { "glGetMultiTexGenfvEXT", "GL_EXT_direct_state_access", glGetMultiTexGenfvEXT },
15686 { "glGetMultiTexGenivEXT", "GL_EXT_direct_state_access", glGetMultiTexGenivEXT },
15687 { "glGetMultiTexImageEXT", "GL_EXT_direct_state_access", glGetMultiTexImageEXT },
15688 { "glGetMultiTexLevelParameterfvEXT", "GL_EXT_direct_state_access", glGetMultiTexLevelParameterfvEXT },
15689 { "glGetMultiTexLevelParameterivEXT", "GL_EXT_direct_state_access", glGetMultiTexLevelParameterivEXT },
15690 { "glGetMultiTexParameterIivEXT", "GL_EXT_direct_state_access", glGetMultiTexParameterIivEXT },
15691 { "glGetMultiTexParameterIuivEXT", "GL_EXT_direct_state_access", glGetMultiTexParameterIuivEXT },
15692 { "glGetMultiTexParameterfvEXT", "GL_EXT_direct_state_access", glGetMultiTexParameterfvEXT },
15693 { "glGetMultiTexParameterivEXT", "GL_EXT_direct_state_access", glGetMultiTexParameterivEXT },
15694 { "glGetMultisamplefv", "GL_ARB_texture_multisample GL_VERSION_3_2", glGetMultisamplefv },
15695 { "glGetMultisamplefvNV", "GL_NV_explicit_multisample", glGetMultisamplefvNV },
15696 { "glGetNamedBufferParameteri64v", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedBufferParameteri64v },
15697 { "glGetNamedBufferParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedBufferParameteriv },
15698 { "glGetNamedBufferParameterivEXT", "GL_EXT_direct_state_access", glGetNamedBufferParameterivEXT },
15699 { "glGetNamedBufferParameterui64vNV", "GL_NV_shader_buffer_load", glGetNamedBufferParameterui64vNV },
15700 { "glGetNamedBufferPointerv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedBufferPointerv },
15701 { "glGetNamedBufferPointervEXT", "GL_EXT_direct_state_access", glGetNamedBufferPointervEXT },
15702 { "glGetNamedBufferSubData", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedBufferSubData },
15703 { "glGetNamedBufferSubDataEXT", "GL_EXT_direct_state_access", glGetNamedBufferSubDataEXT },
15704 { "glGetNamedFramebufferAttachmentParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedFramebufferAttachmentParameteriv },
15705 { "glGetNamedFramebufferAttachmentParameterivEXT", "GL_EXT_direct_state_access", glGetNamedFramebufferAttachmentParameterivEXT },
15706 { "glGetNamedFramebufferParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedFramebufferParameteriv },
15707 { "glGetNamedFramebufferParameterivEXT", "GL_EXT_direct_state_access", glGetNamedFramebufferParameterivEXT },
15708 { "glGetNamedProgramLocalParameterIivEXT", "GL_EXT_direct_state_access", glGetNamedProgramLocalParameterIivEXT },
15709 { "glGetNamedProgramLocalParameterIuivEXT", "GL_EXT_direct_state_access", glGetNamedProgramLocalParameterIuivEXT },
15710 { "glGetNamedProgramLocalParameterdvEXT", "GL_EXT_direct_state_access", glGetNamedProgramLocalParameterdvEXT },
15711 { "glGetNamedProgramLocalParameterfvEXT", "GL_EXT_direct_state_access", glGetNamedProgramLocalParameterfvEXT },
15712 { "glGetNamedProgramStringEXT", "GL_EXT_direct_state_access", glGetNamedProgramStringEXT },
15713 { "glGetNamedProgramivEXT", "GL_EXT_direct_state_access", glGetNamedProgramivEXT },
15714 { "glGetNamedRenderbufferParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetNamedRenderbufferParameteriv },
15715 { "glGetNamedRenderbufferParameterivEXT", "GL_EXT_direct_state_access", glGetNamedRenderbufferParameterivEXT },
15716 { "glGetNamedStringARB", "GL_ARB_shading_language_include", glGetNamedStringARB },
15717 { "glGetNamedStringivARB", "GL_ARB_shading_language_include", glGetNamedStringivARB },
15718 { "glGetNextPerfQueryIdINTEL", "GL_INTEL_performance_query", glGetNextPerfQueryIdINTEL },
15719 { "glGetObjectBufferfvATI", "GL_ATI_vertex_array_object", glGetObjectBufferfvATI },
15720 { "glGetObjectBufferivATI", "GL_ATI_vertex_array_object", glGetObjectBufferivATI },
15721 { "glGetObjectLabel", "GL_KHR_debug GL_VERSION_4_3", glGetObjectLabel },
15722 { "glGetObjectLabelEXT", "GL_EXT_debug_label", glGetObjectLabelEXT },
15723 { "glGetObjectParameterfvARB", "GL_ARB_shader_objects", glGetObjectParameterfvARB },
15724 { "glGetObjectParameterivAPPLE", "GL_APPLE_object_purgeable", glGetObjectParameterivAPPLE },
15725 { "glGetObjectParameterivARB", "GL_ARB_shader_objects", glGetObjectParameterivARB },
15726 { "glGetObjectPtrLabel", "GL_KHR_debug GL_VERSION_4_3", glGetObjectPtrLabel },
15727 { "glGetOcclusionQueryivNV", "GL_NV_occlusion_query", glGetOcclusionQueryivNV },
15728 { "glGetOcclusionQueryuivNV", "GL_NV_occlusion_query", glGetOcclusionQueryuivNV },
15729 { "glGetPathColorGenfvNV", "GL_NV_path_rendering", glGetPathColorGenfvNV },
15730 { "glGetPathColorGenivNV", "GL_NV_path_rendering", glGetPathColorGenivNV },
15731 { "glGetPathCommandsNV", "GL_NV_path_rendering", glGetPathCommandsNV },
15732 { "glGetPathCoordsNV", "GL_NV_path_rendering", glGetPathCoordsNV },
15733 { "glGetPathDashArrayNV", "GL_NV_path_rendering", glGetPathDashArrayNV },
15734 { "glGetPathLengthNV", "GL_NV_path_rendering", glGetPathLengthNV },
15735 { "glGetPathMetricRangeNV", "GL_NV_path_rendering", glGetPathMetricRangeNV },
15736 { "glGetPathMetricsNV", "GL_NV_path_rendering", glGetPathMetricsNV },
15737 { "glGetPathParameterfvNV", "GL_NV_path_rendering", glGetPathParameterfvNV },
15738 { "glGetPathParameterivNV", "GL_NV_path_rendering", glGetPathParameterivNV },
15739 { "glGetPathSpacingNV", "GL_NV_path_rendering", glGetPathSpacingNV },
15740 { "glGetPathTexGenfvNV", "GL_NV_path_rendering", glGetPathTexGenfvNV },
15741 { "glGetPathTexGenivNV", "GL_NV_path_rendering", glGetPathTexGenivNV },
15742 { "glGetPerfCounterInfoINTEL", "GL_INTEL_performance_query", glGetPerfCounterInfoINTEL },
15743 { "glGetPerfMonitorCounterDataAMD", "GL_AMD_performance_monitor", glGetPerfMonitorCounterDataAMD },
15744 { "glGetPerfMonitorCounterInfoAMD", "GL_AMD_performance_monitor", glGetPerfMonitorCounterInfoAMD },
15745 { "glGetPerfMonitorCounterStringAMD", "GL_AMD_performance_monitor", glGetPerfMonitorCounterStringAMD },
15746 { "glGetPerfMonitorCountersAMD", "GL_AMD_performance_monitor", glGetPerfMonitorCountersAMD },
15747 { "glGetPerfMonitorGroupStringAMD", "GL_AMD_performance_monitor", glGetPerfMonitorGroupStringAMD },
15748 { "glGetPerfMonitorGroupsAMD", "GL_AMD_performance_monitor", glGetPerfMonitorGroupsAMD },
15749 { "glGetPerfQueryDataINTEL", "GL_INTEL_performance_query", glGetPerfQueryDataINTEL },
15750 { "glGetPerfQueryIdByNameINTEL", "GL_INTEL_performance_query", glGetPerfQueryIdByNameINTEL },
15751 { "glGetPerfQueryInfoINTEL", "GL_INTEL_performance_query", glGetPerfQueryInfoINTEL },
15752 { "glGetPixelMapxv", "GL_OES_fixed_point", glGetPixelMapxv },
15753 { "glGetPixelTexGenParameterfvSGIS", "GL_SGIS_pixel_texture", glGetPixelTexGenParameterfvSGIS },
15754 { "glGetPixelTexGenParameterivSGIS", "GL_SGIS_pixel_texture", glGetPixelTexGenParameterivSGIS },
15755 { "glGetPixelTransformParameterfvEXT", "GL_EXT_pixel_transform", glGetPixelTransformParameterfvEXT },
15756 { "glGetPixelTransformParameterivEXT", "GL_EXT_pixel_transform", glGetPixelTransformParameterivEXT },
15757 { "glGetPointerIndexedvEXT", "GL_EXT_direct_state_access", glGetPointerIndexedvEXT },
15758 { "glGetPointeri_vEXT", "GL_EXT_direct_state_access", glGetPointeri_vEXT },
15759 { "glGetPointervEXT", "GL_EXT_vertex_array", glGetPointervEXT },
15760 { "glGetProgramBinary", "GL_ARB_get_program_binary GL_VERSION_4_1", glGetProgramBinary },
15761 { "glGetProgramEnvParameterIivNV", "GL_NV_gpu_program4", glGetProgramEnvParameterIivNV },
15762 { "glGetProgramEnvParameterIuivNV", "GL_NV_gpu_program4", glGetProgramEnvParameterIuivNV },
15763 { "glGetProgramEnvParameterdvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramEnvParameterdvARB },
15764 { "glGetProgramEnvParameterfvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramEnvParameterfvARB },
15765 { "glGetProgramInfoLog", "GL_VERSION_2_0", glGetProgramInfoLog },
15766 { "glGetProgramInterfaceiv", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramInterfaceiv },
15767 { "glGetProgramLocalParameterIivNV", "GL_NV_gpu_program4", glGetProgramLocalParameterIivNV },
15768 { "glGetProgramLocalParameterIuivNV", "GL_NV_gpu_program4", glGetProgramLocalParameterIuivNV },
15769 { "glGetProgramLocalParameterdvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramLocalParameterdvARB },
15770 { "glGetProgramLocalParameterfvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramLocalParameterfvARB },
15771 { "glGetProgramNamedParameterdvNV", "GL_NV_fragment_program", glGetProgramNamedParameterdvNV },
15772 { "glGetProgramNamedParameterfvNV", "GL_NV_fragment_program", glGetProgramNamedParameterfvNV },
15773 { "glGetProgramParameterdvNV", "GL_NV_vertex_program", glGetProgramParameterdvNV },
15774 { "glGetProgramParameterfvNV", "GL_NV_vertex_program", glGetProgramParameterfvNV },
15775 { "glGetProgramPipelineInfoLog", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glGetProgramPipelineInfoLog },
15776 { "glGetProgramPipelineiv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glGetProgramPipelineiv },
15777 { "glGetProgramResourceIndex", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramResourceIndex },
15778 { "glGetProgramResourceLocation", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramResourceLocation },
15779 { "glGetProgramResourceLocationIndex", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramResourceLocationIndex },
15780 { "glGetProgramResourceName", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramResourceName },
15781 { "glGetProgramResourcefvNV", "GL_NV_path_rendering", glGetProgramResourcefvNV },
15782 { "glGetProgramResourceiv", "GL_ARB_program_interface_query GL_VERSION_4_3", glGetProgramResourceiv },
15783 { "glGetProgramStageiv", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetProgramStageiv },
15784 { "glGetProgramStringARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramStringARB },
15785 { "glGetProgramStringNV", "GL_NV_vertex_program", glGetProgramStringNV },
15786 { "glGetProgramSubroutineParameteruivNV", "GL_NV_gpu_program5", glGetProgramSubroutineParameteruivNV },
15787 { "glGetProgramiv", "GL_VERSION_2_0", glGetProgramiv },
15788 { "glGetProgramivARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glGetProgramivARB },
15789 { "glGetProgramivNV", "GL_NV_vertex_program", glGetProgramivNV },
15790 { "glGetQueryBufferObjecti64v", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetQueryBufferObjecti64v },
15791 { "glGetQueryBufferObjectiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetQueryBufferObjectiv },
15792 { "glGetQueryBufferObjectui64v", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetQueryBufferObjectui64v },
15793 { "glGetQueryBufferObjectuiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetQueryBufferObjectuiv },
15794 { "glGetQueryIndexediv", "GL_ARB_transform_feedback3 GL_VERSION_4_0", glGetQueryIndexediv },
15795 { "glGetQueryObjecti64v", "GL_ARB_timer_query GL_VERSION_3_3", glGetQueryObjecti64v },
15796 { "glGetQueryObjecti64vEXT", "GL_EXT_timer_query", glGetQueryObjecti64vEXT },
15797 { "glGetQueryObjectiv", "GL_VERSION_1_5", glGetQueryObjectiv },
15798 { "glGetQueryObjectivARB", "GL_ARB_occlusion_query", glGetQueryObjectivARB },
15799 { "glGetQueryObjectui64v", "GL_ARB_timer_query GL_VERSION_3_3", glGetQueryObjectui64v },
15800 { "glGetQueryObjectui64vEXT", "GL_EXT_timer_query", glGetQueryObjectui64vEXT },
15801 { "glGetQueryObjectuiv", "GL_VERSION_1_5", glGetQueryObjectuiv },
15802 { "glGetQueryObjectuivARB", "GL_ARB_occlusion_query", glGetQueryObjectuivARB },
15803 { "glGetQueryiv", "GL_VERSION_1_5", glGetQueryiv },
15804 { "glGetQueryivARB", "GL_ARB_occlusion_query", glGetQueryivARB },
15805 { "glGetRenderbufferParameteriv", "GL_ARB_framebuffer_object GL_VERSION_3_0", glGetRenderbufferParameteriv },
15806 { "glGetRenderbufferParameterivEXT", "GL_EXT_framebuffer_object", glGetRenderbufferParameterivEXT },
15807 { "glGetSamplerParameterIiv", "GL_ARB_sampler_objects GL_VERSION_3_3", glGetSamplerParameterIiv },
15808 { "glGetSamplerParameterIuiv", "GL_ARB_sampler_objects GL_VERSION_3_3", glGetSamplerParameterIuiv },
15809 { "glGetSamplerParameterfv", "GL_ARB_sampler_objects GL_VERSION_3_3", glGetSamplerParameterfv },
15810 { "glGetSamplerParameteriv", "GL_ARB_sampler_objects GL_VERSION_3_3", glGetSamplerParameteriv },
15811 { "glGetSeparableFilter", "GL_ARB_imaging", glGetSeparableFilter },
15812 { "glGetSeparableFilterEXT", "GL_EXT_convolution", glGetSeparableFilterEXT },
15813 { "glGetShaderInfoLog", "GL_VERSION_2_0", glGetShaderInfoLog },
15814 { "glGetShaderPrecisionFormat", "GL_ARB_ES2_compatibility GL_VERSION_4_1", glGetShaderPrecisionFormat },
15815 { "glGetShaderSource", "GL_VERSION_2_0", glGetShaderSource },
15816 { "glGetShaderSourceARB", "GL_ARB_shader_objects", glGetShaderSourceARB },
15817 { "glGetShaderiv", "GL_VERSION_2_0", glGetShaderiv },
15818 { "glGetSharpenTexFuncSGIS", "GL_SGIS_sharpen_texture", glGetSharpenTexFuncSGIS },
15819 { "glGetStringi", "GL_VERSION_3_0", glGetStringi },
15820 { "glGetSubroutineIndex", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetSubroutineIndex },
15821 { "glGetSubroutineUniformLocation", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetSubroutineUniformLocation },
15822 { "glGetSynciv", "GL_ARB_sync GL_VERSION_3_2", glGetSynciv },
15823 { "glGetTexBumpParameterfvATI", "GL_ATI_envmap_bumpmap", glGetTexBumpParameterfvATI },
15824 { "glGetTexBumpParameterivATI", "GL_ATI_envmap_bumpmap", glGetTexBumpParameterivATI },
15825 { "glGetTexEnvxvOES", "GL_OES_fixed_point", glGetTexEnvxvOES },
15826 { "glGetTexFilterFuncSGIS", "GL_SGIS_texture_filter4", glGetTexFilterFuncSGIS },
15827 { "glGetTexGenxvOES", "GL_OES_fixed_point", glGetTexGenxvOES },
15828 { "glGetTexLevelParameterxvOES", "GL_OES_fixed_point", glGetTexLevelParameterxvOES },
15829 { "glGetTexParameterIiv", "GL_VERSION_3_0", glGetTexParameterIiv },
15830 { "glGetTexParameterIivEXT", "GL_EXT_texture_integer", glGetTexParameterIivEXT },
15831 { "glGetTexParameterIuiv", "GL_VERSION_3_0", glGetTexParameterIuiv },
15832 { "glGetTexParameterIuivEXT", "GL_EXT_texture_integer", glGetTexParameterIuivEXT },
15833 { "glGetTexParameterPointervAPPLE", "GL_APPLE_texture_range", glGetTexParameterPointervAPPLE },
15834 { "glGetTexParameterxvOES", "GL_OES_fixed_point", glGetTexParameterxvOES },
15835 { "glGetTextureHandleARB", "GL_ARB_bindless_texture", glGetTextureHandleARB },
15836 { "glGetTextureHandleNV", "GL_NV_bindless_texture", glGetTextureHandleNV },
15837 { "glGetTextureImage", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureImage },
15838 { "glGetTextureImageEXT", "GL_EXT_direct_state_access", glGetTextureImageEXT },
15839 { "glGetTextureLevelParameterfv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureLevelParameterfv },
15840 { "glGetTextureLevelParameterfvEXT", "GL_EXT_direct_state_access", glGetTextureLevelParameterfvEXT },
15841 { "glGetTextureLevelParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureLevelParameteriv },
15842 { "glGetTextureLevelParameterivEXT", "GL_EXT_direct_state_access", glGetTextureLevelParameterivEXT },
15843 { "glGetTextureParameterIiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureParameterIiv },
15844 { "glGetTextureParameterIivEXT", "GL_EXT_direct_state_access", glGetTextureParameterIivEXT },
15845 { "glGetTextureParameterIuiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureParameterIuiv },
15846 { "glGetTextureParameterIuivEXT", "GL_EXT_direct_state_access", glGetTextureParameterIuivEXT },
15847 { "glGetTextureParameterfv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureParameterfv },
15848 { "glGetTextureParameterfvEXT", "GL_EXT_direct_state_access", glGetTextureParameterfvEXT },
15849 { "glGetTextureParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTextureParameteriv },
15850 { "glGetTextureParameterivEXT", "GL_EXT_direct_state_access", glGetTextureParameterivEXT },
15851 { "glGetTextureSamplerHandleARB", "GL_ARB_bindless_texture", glGetTextureSamplerHandleARB },
15852 { "glGetTextureSamplerHandleNV", "GL_NV_bindless_texture", glGetTextureSamplerHandleNV },
15853 { "glGetTextureSubImage", "GL_ARB_get_texture_sub_image GL_VERSION_4_5", glGetTextureSubImage },
15854 { "glGetTrackMatrixivNV", "GL_NV_vertex_program", glGetTrackMatrixivNV },
15855 { "glGetTransformFeedbackVarying", "GL_VERSION_3_0", glGetTransformFeedbackVarying },
15856 { "glGetTransformFeedbackVaryingEXT", "GL_EXT_transform_feedback", glGetTransformFeedbackVaryingEXT },
15857 { "glGetTransformFeedbackVaryingNV", "GL_NV_transform_feedback", glGetTransformFeedbackVaryingNV },
15858 { "glGetTransformFeedbacki64_v", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTransformFeedbacki64_v },
15859 { "glGetTransformFeedbacki_v", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTransformFeedbacki_v },
15860 { "glGetTransformFeedbackiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetTransformFeedbackiv },
15861 { "glGetUniformBlockIndex", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetUniformBlockIndex },
15862 { "glGetUniformBufferSizeEXT", "GL_EXT_bindable_uniform", glGetUniformBufferSizeEXT },
15863 { "glGetUniformIndices", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glGetUniformIndices },
15864 { "glGetUniformLocation", "GL_VERSION_2_0", glGetUniformLocation },
15865 { "glGetUniformLocationARB", "GL_ARB_shader_objects", glGetUniformLocationARB },
15866 { "glGetUniformOffsetEXT", "GL_EXT_bindable_uniform", glGetUniformOffsetEXT },
15867 { "glGetUniformSubroutineuiv", "GL_ARB_shader_subroutine GL_VERSION_4_0", glGetUniformSubroutineuiv },
15868 { "glGetUniformdv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glGetUniformdv },
15869 { "glGetUniformfv", "GL_VERSION_2_0", glGetUniformfv },
15870 { "glGetUniformfvARB", "GL_ARB_shader_objects", glGetUniformfvARB },
15871 { "glGetUniformi64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glGetUniformi64vNV },
15872 { "glGetUniformiv", "GL_VERSION_2_0", glGetUniformiv },
15873 { "glGetUniformivARB", "GL_ARB_shader_objects", glGetUniformivARB },
15874 { "glGetUniformui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_shader_buffer_load", glGetUniformui64vNV },
15875 { "glGetUniformuiv", "GL_VERSION_3_0", glGetUniformuiv },
15876 { "glGetUniformuivEXT", "GL_EXT_gpu_shader4", glGetUniformuivEXT },
15877 { "glGetVariantArrayObjectfvATI", "GL_ATI_vertex_array_object", glGetVariantArrayObjectfvATI },
15878 { "glGetVariantArrayObjectivATI", "GL_ATI_vertex_array_object", glGetVariantArrayObjectivATI },
15879 { "glGetVariantBooleanvEXT", "GL_EXT_vertex_shader", glGetVariantBooleanvEXT },
15880 { "glGetVariantFloatvEXT", "GL_EXT_vertex_shader", glGetVariantFloatvEXT },
15881 { "glGetVariantIntegervEXT", "GL_EXT_vertex_shader", glGetVariantIntegervEXT },
15882 { "glGetVariantPointervEXT", "GL_EXT_vertex_shader", glGetVariantPointervEXT },
15883 { "glGetVaryingLocationNV", "GL_NV_transform_feedback", glGetVaryingLocationNV },
15884 { "glGetVertexArrayIndexed64iv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetVertexArrayIndexed64iv },
15885 { "glGetVertexArrayIndexediv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetVertexArrayIndexediv },
15886 { "glGetVertexArrayIntegeri_vEXT", "GL_EXT_direct_state_access", glGetVertexArrayIntegeri_vEXT },
15887 { "glGetVertexArrayIntegervEXT", "GL_EXT_direct_state_access", glGetVertexArrayIntegervEXT },
15888 { "glGetVertexArrayPointeri_vEXT", "GL_EXT_direct_state_access", glGetVertexArrayPointeri_vEXT },
15889 { "glGetVertexArrayPointervEXT", "GL_EXT_direct_state_access", glGetVertexArrayPointervEXT },
15890 { "glGetVertexArrayiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glGetVertexArrayiv },
15891 { "glGetVertexAttribArrayObjectfvATI", "GL_ATI_vertex_attrib_array_object", glGetVertexAttribArrayObjectfvATI },
15892 { "glGetVertexAttribArrayObjectivATI", "GL_ATI_vertex_attrib_array_object", glGetVertexAttribArrayObjectivATI },
15893 { "glGetVertexAttribIiv", "GL_VERSION_3_0", glGetVertexAttribIiv },
15894 { "glGetVertexAttribIivEXT", "GL_NV_vertex_program4", glGetVertexAttribIivEXT },
15895 { "glGetVertexAttribIuiv", "GL_VERSION_3_0", glGetVertexAttribIuiv },
15896 { "glGetVertexAttribIuivEXT", "GL_NV_vertex_program4", glGetVertexAttribIuivEXT },
15897 { "glGetVertexAttribLdv", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glGetVertexAttribLdv },
15898 { "glGetVertexAttribLdvEXT", "GL_EXT_vertex_attrib_64bit", glGetVertexAttribLdvEXT },
15899 { "glGetVertexAttribLi64vNV", "GL_NV_vertex_attrib_integer_64bit", glGetVertexAttribLi64vNV },
15900 { "glGetVertexAttribLui64vARB", "GL_ARB_bindless_texture", glGetVertexAttribLui64vARB },
15901 { "glGetVertexAttribLui64vNV", "GL_NV_vertex_attrib_integer_64bit", glGetVertexAttribLui64vNV },
15902 { "glGetVertexAttribPointerv", "GL_VERSION_2_0", glGetVertexAttribPointerv },
15903 { "glGetVertexAttribPointervARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glGetVertexAttribPointervARB },
15904 { "glGetVertexAttribPointervNV", "GL_NV_vertex_program", glGetVertexAttribPointervNV },
15905 { "glGetVertexAttribdv", "GL_VERSION_2_0", glGetVertexAttribdv },
15906 { "glGetVertexAttribdvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glGetVertexAttribdvARB },
15907 { "glGetVertexAttribdvNV", "GL_NV_vertex_program", glGetVertexAttribdvNV },
15908 { "glGetVertexAttribfv", "GL_VERSION_2_0", glGetVertexAttribfv },
15909 { "glGetVertexAttribfvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glGetVertexAttribfvARB },
15910 { "glGetVertexAttribfvNV", "GL_NV_vertex_program", glGetVertexAttribfvNV },
15911 { "glGetVertexAttribiv", "GL_VERSION_2_0", glGetVertexAttribiv },
15912 { "glGetVertexAttribivARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glGetVertexAttribivARB },
15913 { "glGetVertexAttribivNV", "GL_NV_vertex_program", glGetVertexAttribivNV },
15914 { "glGetVideoCaptureStreamdvNV", "GL_NV_video_capture", glGetVideoCaptureStreamdvNV },
15915 { "glGetVideoCaptureStreamfvNV", "GL_NV_video_capture", glGetVideoCaptureStreamfvNV },
15916 { "glGetVideoCaptureStreamivNV", "GL_NV_video_capture", glGetVideoCaptureStreamivNV },
15917 { "glGetVideoCaptureivNV", "GL_NV_video_capture", glGetVideoCaptureivNV },
15918 { "glGetVideoi64vNV", "GL_NV_present_video", glGetVideoi64vNV },
15919 { "glGetVideoivNV", "GL_NV_present_video", glGetVideoivNV },
15920 { "glGetVideoui64vNV", "GL_NV_present_video", glGetVideoui64vNV },
15921 { "glGetVideouivNV", "GL_NV_present_video", glGetVideouivNV },
15922 { "glGetnColorTable", "GL_VERSION_4_5", glGetnColorTable },
15923 { "glGetnColorTableARB", "GL_ARB_robustness", glGetnColorTableARB },
15924 { "glGetnCompressedTexImage", "GL_VERSION_4_5", glGetnCompressedTexImage },
15925 { "glGetnCompressedTexImageARB", "GL_ARB_robustness", glGetnCompressedTexImageARB },
15926 { "glGetnConvolutionFilter", "GL_VERSION_4_5", glGetnConvolutionFilter },
15927 { "glGetnConvolutionFilterARB", "GL_ARB_robustness", glGetnConvolutionFilterARB },
15928 { "glGetnHistogram", "GL_VERSION_4_5", glGetnHistogram },
15929 { "glGetnHistogramARB", "GL_ARB_robustness", glGetnHistogramARB },
15930 { "glGetnMapdv", "GL_VERSION_4_5", glGetnMapdv },
15931 { "glGetnMapdvARB", "GL_ARB_robustness", glGetnMapdvARB },
15932 { "glGetnMapfv", "GL_VERSION_4_5", glGetnMapfv },
15933 { "glGetnMapfvARB", "GL_ARB_robustness", glGetnMapfvARB },
15934 { "glGetnMapiv", "GL_VERSION_4_5", glGetnMapiv },
15935 { "glGetnMapivARB", "GL_ARB_robustness", glGetnMapivARB },
15936 { "glGetnMinmax", "GL_VERSION_4_5", glGetnMinmax },
15937 { "glGetnMinmaxARB", "GL_ARB_robustness", glGetnMinmaxARB },
15938 { "glGetnPixelMapfv", "GL_VERSION_4_5", glGetnPixelMapfv },
15939 { "glGetnPixelMapfvARB", "GL_ARB_robustness", glGetnPixelMapfvARB },
15940 { "glGetnPixelMapuiv", "GL_VERSION_4_5", glGetnPixelMapuiv },
15941 { "glGetnPixelMapuivARB", "GL_ARB_robustness", glGetnPixelMapuivARB },
15942 { "glGetnPixelMapusv", "GL_VERSION_4_5", glGetnPixelMapusv },
15943 { "glGetnPixelMapusvARB", "GL_ARB_robustness", glGetnPixelMapusvARB },
15944 { "glGetnPolygonStipple", "GL_VERSION_4_5", glGetnPolygonStipple },
15945 { "glGetnPolygonStippleARB", "GL_ARB_robustness", glGetnPolygonStippleARB },
15946 { "glGetnSeparableFilter", "GL_VERSION_4_5", glGetnSeparableFilter },
15947 { "glGetnSeparableFilterARB", "GL_ARB_robustness", glGetnSeparableFilterARB },
15948 { "glGetnTexImage", "GL_VERSION_4_5", glGetnTexImage },
15949 { "glGetnTexImageARB", "GL_ARB_robustness", glGetnTexImageARB },
15950 { "glGetnUniformdv", "GL_VERSION_4_5", glGetnUniformdv },
15951 { "glGetnUniformdvARB", "GL_ARB_robustness", glGetnUniformdvARB },
15952 { "glGetnUniformfv", "GL_KHR_robustness GL_VERSION_4_5", glGetnUniformfv },
15953 { "glGetnUniformfvARB", "GL_ARB_robustness", glGetnUniformfvARB },
15954 { "glGetnUniformiv", "GL_KHR_robustness GL_VERSION_4_5", glGetnUniformiv },
15955 { "glGetnUniformivARB", "GL_ARB_robustness", glGetnUniformivARB },
15956 { "glGetnUniformuiv", "GL_KHR_robustness GL_VERSION_4_5", glGetnUniformuiv },
15957 { "glGetnUniformuivARB", "GL_ARB_robustness", glGetnUniformuivARB },
15958 { "glGlobalAlphaFactorbSUN", "GL_SUN_global_alpha", glGlobalAlphaFactorbSUN },
15959 { "glGlobalAlphaFactordSUN", "GL_SUN_global_alpha", glGlobalAlphaFactordSUN },
15960 { "glGlobalAlphaFactorfSUN", "GL_SUN_global_alpha", glGlobalAlphaFactorfSUN },
15961 { "glGlobalAlphaFactoriSUN", "GL_SUN_global_alpha", glGlobalAlphaFactoriSUN },
15962 { "glGlobalAlphaFactorsSUN", "GL_SUN_global_alpha", glGlobalAlphaFactorsSUN },
15963 { "glGlobalAlphaFactorubSUN", "GL_SUN_global_alpha", glGlobalAlphaFactorubSUN },
15964 { "glGlobalAlphaFactoruiSUN", "GL_SUN_global_alpha", glGlobalAlphaFactoruiSUN },
15965 { "glGlobalAlphaFactorusSUN", "GL_SUN_global_alpha", glGlobalAlphaFactorusSUN },
15966 { "glHintPGI", "GL_PGI_misc_hints", glHintPGI },
15967 { "glHistogram", "GL_ARB_imaging", glHistogram },
15968 { "glHistogramEXT", "GL_EXT_histogram", glHistogramEXT },
15969 { "glIglooInterfaceSGIX", "GL_SGIX_igloo_interface", glIglooInterfaceSGIX },
15970 { "glImageTransformParameterfHP", "GL_HP_image_transform", glImageTransformParameterfHP },
15971 { "glImageTransformParameterfvHP", "GL_HP_image_transform", glImageTransformParameterfvHP },
15972 { "glImageTransformParameteriHP", "GL_HP_image_transform", glImageTransformParameteriHP },
15973 { "glImageTransformParameterivHP", "GL_HP_image_transform", glImageTransformParameterivHP },
15974 { "glImportSyncEXT", "GL_EXT_x11_sync_object", glImportSyncEXT },
15975 { "glIndexFormatNV", "GL_NV_vertex_buffer_unified_memory", glIndexFormatNV },
15976 { "glIndexFuncEXT", "GL_EXT_index_func", glIndexFuncEXT },
15977 { "glIndexMaterialEXT", "GL_EXT_index_material", glIndexMaterialEXT },
15978 { "glIndexPointerEXT", "GL_EXT_vertex_array", glIndexPointerEXT },
15979 { "glIndexPointerListIBM", "GL_IBM_vertex_array_lists", glIndexPointerListIBM },
15980 { "glIndexxOES", "GL_OES_fixed_point", glIndexxOES },
15981 { "glIndexxvOES", "GL_OES_fixed_point", glIndexxvOES },
15982 { "glInsertComponentEXT", "GL_EXT_vertex_shader", glInsertComponentEXT },
15983 { "glInsertEventMarkerEXT", "GL_EXT_debug_marker", glInsertEventMarkerEXT },
15984 { "glInstrumentsBufferSGIX", "GL_SGIX_instruments", glInstrumentsBufferSGIX },
15985 { "glInterpolatePathsNV", "GL_NV_path_rendering", glInterpolatePathsNV },
15986 { "glInvalidateBufferData", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateBufferData },
15987 { "glInvalidateBufferSubData", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateBufferSubData },
15988 { "glInvalidateFramebuffer", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateFramebuffer },
15989 { "glInvalidateNamedFramebufferData", "GL_ARB_direct_state_access GL_VERSION_4_5", glInvalidateNamedFramebufferData },
15990 { "glInvalidateNamedFramebufferSubData", "GL_ARB_direct_state_access GL_VERSION_4_5", glInvalidateNamedFramebufferSubData },
15991 { "glInvalidateSubFramebuffer", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateSubFramebuffer },
15992 { "glInvalidateTexImage", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateTexImage },
15993 { "glInvalidateTexSubImage", "GL_ARB_invalidate_subdata GL_VERSION_4_3", glInvalidateTexSubImage },
15994 { "glIsAsyncMarkerSGIX", "GL_SGIX_async", glIsAsyncMarkerSGIX },
15995 { "glIsBuffer", "GL_VERSION_1_5", glIsBuffer },
15996 { "glIsBufferARB", "GL_ARB_vertex_buffer_object", glIsBufferARB },
15997 { "glIsBufferResidentNV", "GL_NV_shader_buffer_load", glIsBufferResidentNV },
15998 { "glIsEnabledIndexedEXT", "GL_EXT_direct_state_access GL_EXT_draw_buffers2", glIsEnabledIndexedEXT },
15999 { "glIsEnabledi", "GL_VERSION_3_0", glIsEnabledi },
16000 { "glIsFenceAPPLE", "GL_APPLE_fence", glIsFenceAPPLE },
16001 { "glIsFenceNV", "GL_NV_fence", glIsFenceNV },
16002 { "glIsFramebuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glIsFramebuffer },
16003 { "glIsFramebufferEXT", "GL_EXT_framebuffer_object", glIsFramebufferEXT },
16004 { "glIsImageHandleResidentARB", "GL_ARB_bindless_texture", glIsImageHandleResidentARB },
16005 { "glIsImageHandleResidentNV", "GL_NV_bindless_texture", glIsImageHandleResidentNV },
16006 { "glIsNameAMD", "GL_AMD_name_gen_delete", glIsNameAMD },
16007 { "glIsNamedBufferResidentNV", "GL_NV_shader_buffer_load", glIsNamedBufferResidentNV },
16008 { "glIsNamedStringARB", "GL_ARB_shading_language_include", glIsNamedStringARB },
16009 { "glIsObjectBufferATI", "GL_ATI_vertex_array_object", glIsObjectBufferATI },
16010 { "glIsOcclusionQueryNV", "GL_NV_occlusion_query", glIsOcclusionQueryNV },
16011 { "glIsPathNV", "GL_NV_path_rendering", glIsPathNV },
16012 { "glIsPointInFillPathNV", "GL_NV_path_rendering", glIsPointInFillPathNV },
16013 { "glIsPointInStrokePathNV", "GL_NV_path_rendering", glIsPointInStrokePathNV },
16014 { "glIsProgram", "GL_VERSION_2_0", glIsProgram },
16015 { "glIsProgramARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glIsProgramARB },
16016 { "glIsProgramNV", "GL_NV_vertex_program", glIsProgramNV },
16017 { "glIsProgramPipeline", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glIsProgramPipeline },
16018 { "glIsQuery", "GL_VERSION_1_5", glIsQuery },
16019 { "glIsQueryARB", "GL_ARB_occlusion_query", glIsQueryARB },
16020 { "glIsRenderbuffer", "GL_ARB_framebuffer_object GL_VERSION_3_0", glIsRenderbuffer },
16021 { "glIsRenderbufferEXT", "GL_EXT_framebuffer_object", glIsRenderbufferEXT },
16022 { "glIsSampler", "GL_ARB_sampler_objects GL_VERSION_3_3", glIsSampler },
16023 { "glIsShader", "GL_VERSION_2_0", glIsShader },
16024 { "glIsSync", "GL_ARB_sync GL_VERSION_3_2", glIsSync },
16025 { "glIsTextureEXT", "GL_EXT_texture_object", glIsTextureEXT },
16026 { "glIsTextureHandleResidentARB", "GL_ARB_bindless_texture", glIsTextureHandleResidentARB },
16027 { "glIsTextureHandleResidentNV", "GL_NV_bindless_texture", glIsTextureHandleResidentNV },
16028 { "glIsTransformFeedback", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glIsTransformFeedback },
16029 { "glIsTransformFeedbackNV", "GL_NV_transform_feedback2", glIsTransformFeedbackNV },
16030 { "glIsVariantEnabledEXT", "GL_EXT_vertex_shader", glIsVariantEnabledEXT },
16031 { "glIsVertexArray", "GL_ARB_vertex_array_object GL_VERSION_3_0", glIsVertexArray },
16032 { "glIsVertexArrayAPPLE", "GL_APPLE_vertex_array_object", glIsVertexArrayAPPLE },
16033 { "glIsVertexAttribEnabledAPPLE", "GL_APPLE_vertex_program_evaluators", glIsVertexAttribEnabledAPPLE },
16034 { "glLabelObjectEXT", "GL_EXT_debug_label", glLabelObjectEXT },
16035 { "glLightEnviSGIX", "GL_SGIX_fragment_lighting", glLightEnviSGIX },
16036 { "glLightModelxOES", "GL_OES_fixed_point", glLightModelxOES },
16037 { "glLightModelxvOES", "GL_OES_fixed_point", glLightModelxvOES },
16038 { "glLightxOES", "GL_OES_fixed_point", glLightxOES },
16039 { "glLightxvOES", "GL_OES_fixed_point", glLightxvOES },
16040 { "glLineWidthxOES", "GL_OES_fixed_point", glLineWidthxOES },
16041 { "glLinkProgram", "GL_VERSION_2_0", glLinkProgram },
16042 { "glLinkProgramARB", "GL_ARB_shader_objects", glLinkProgramARB },
16043 { "glListParameterfSGIX", "GL_SGIX_list_priority", glListParameterfSGIX },
16044 { "glListParameterfvSGIX", "GL_SGIX_list_priority", glListParameterfvSGIX },
16045 { "glListParameteriSGIX", "GL_SGIX_list_priority", glListParameteriSGIX },
16046 { "glListParameterivSGIX", "GL_SGIX_list_priority", glListParameterivSGIX },
16047 { "glLoadIdentityDeformationMapSGIX", "GL_SGIX_polynomial_ffd", glLoadIdentityDeformationMapSGIX },
16048 { "glLoadMatrixxOES", "GL_OES_fixed_point", glLoadMatrixxOES },
16049 { "glLoadProgramNV", "GL_NV_vertex_program", glLoadProgramNV },
16050 { "glLoadTransposeMatrixd", "GL_VERSION_1_3", glLoadTransposeMatrixd },
16051 { "glLoadTransposeMatrixdARB", "GL_ARB_transpose_matrix", glLoadTransposeMatrixdARB },
16052 { "glLoadTransposeMatrixf", "GL_VERSION_1_3", glLoadTransposeMatrixf },
16053 { "glLoadTransposeMatrixfARB", "GL_ARB_transpose_matrix", glLoadTransposeMatrixfARB },
16054 { "glLoadTransposeMatrixxOES", "GL_OES_fixed_point", glLoadTransposeMatrixxOES },
16055 { "glLockArraysEXT", "GL_EXT_compiled_vertex_array", glLockArraysEXT },
16056 { "glMTexCoord2fSGIS", "GL_SGIS_multitexture", glMTexCoord2fSGIS },
16057 { "glMTexCoord2fvSGIS", "GL_SGIS_multitexture", glMTexCoord2fvSGIS },
16058 { "glMakeBufferNonResidentNV", "GL_NV_shader_buffer_load", glMakeBufferNonResidentNV },
16059 { "glMakeBufferResidentNV", "GL_NV_shader_buffer_load", glMakeBufferResidentNV },
16060 { "glMakeImageHandleNonResidentARB", "GL_ARB_bindless_texture", glMakeImageHandleNonResidentARB },
16061 { "glMakeImageHandleNonResidentNV", "GL_NV_bindless_texture", glMakeImageHandleNonResidentNV },
16062 { "glMakeImageHandleResidentARB", "GL_ARB_bindless_texture", glMakeImageHandleResidentARB },
16063 { "glMakeImageHandleResidentNV", "GL_NV_bindless_texture", glMakeImageHandleResidentNV },
16064 { "glMakeNamedBufferNonResidentNV", "GL_NV_shader_buffer_load", glMakeNamedBufferNonResidentNV },
16065 { "glMakeNamedBufferResidentNV", "GL_NV_shader_buffer_load", glMakeNamedBufferResidentNV },
16066 { "glMakeTextureHandleNonResidentARB", "GL_ARB_bindless_texture", glMakeTextureHandleNonResidentARB },
16067 { "glMakeTextureHandleNonResidentNV", "GL_NV_bindless_texture", glMakeTextureHandleNonResidentNV },
16068 { "glMakeTextureHandleResidentARB", "GL_ARB_bindless_texture", glMakeTextureHandleResidentARB },
16069 { "glMakeTextureHandleResidentNV", "GL_NV_bindless_texture", glMakeTextureHandleResidentNV },
16070 { "glMap1xOES", "GL_OES_fixed_point", glMap1xOES },
16071 { "glMap2xOES", "GL_OES_fixed_point", glMap2xOES },
16072 { "glMapBuffer", "GL_VERSION_1_5", glMapBuffer },
16073 { "glMapBufferARB", "GL_ARB_vertex_buffer_object", glMapBufferARB },
16074 { "glMapBufferRange", "GL_ARB_map_buffer_range GL_VERSION_3_0", glMapBufferRange },
16075 { "glMapControlPointsNV", "GL_NV_evaluators", glMapControlPointsNV },
16076 { "glMapGrid1xOES", "GL_OES_fixed_point", glMapGrid1xOES },
16077 { "glMapGrid2xOES", "GL_OES_fixed_point", glMapGrid2xOES },
16078 { "glMapNamedBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glMapNamedBuffer },
16079 { "glMapNamedBufferEXT", "GL_EXT_direct_state_access", glMapNamedBufferEXT },
16080 { "glMapNamedBufferRange", "GL_ARB_direct_state_access GL_VERSION_4_5", glMapNamedBufferRange },
16081 { "glMapNamedBufferRangeEXT", "GL_EXT_direct_state_access", glMapNamedBufferRangeEXT },
16082 { "glMapObjectBufferATI", "GL_ATI_map_object_buffer", glMapObjectBufferATI },
16083 { "glMapParameterfvNV", "GL_NV_evaluators", glMapParameterfvNV },
16084 { "glMapParameterivNV", "GL_NV_evaluators", glMapParameterivNV },
16085 { "glMapTexture2DINTEL", "GL_INTEL_map_texture", glMapTexture2DINTEL },
16086 { "glMapVertexAttrib1dAPPLE", "GL_APPLE_vertex_program_evaluators", glMapVertexAttrib1dAPPLE },
16087 { "glMapVertexAttrib1fAPPLE", "GL_APPLE_vertex_program_evaluators", glMapVertexAttrib1fAPPLE },
16088 { "glMapVertexAttrib2dAPPLE", "GL_APPLE_vertex_program_evaluators", glMapVertexAttrib2dAPPLE },
16089 { "glMapVertexAttrib2fAPPLE", "GL_APPLE_vertex_program_evaluators", glMapVertexAttrib2fAPPLE },
16090 { "glMaterialxOES", "GL_OES_fixed_point", glMaterialxOES },
16091 { "glMaterialxvOES", "GL_OES_fixed_point", glMaterialxvOES },
16092 { "glMatrixFrustumEXT", "GL_EXT_direct_state_access", glMatrixFrustumEXT },
16093 { "glMatrixIndexPointerARB", "GL_ARB_matrix_palette", glMatrixIndexPointerARB },
16094 { "glMatrixIndexubvARB", "GL_ARB_matrix_palette", glMatrixIndexubvARB },
16095 { "glMatrixIndexuivARB", "GL_ARB_matrix_palette", glMatrixIndexuivARB },
16096 { "glMatrixIndexusvARB", "GL_ARB_matrix_palette", glMatrixIndexusvARB },
16097 { "glMatrixLoad3x2fNV", "GL_NV_path_rendering", glMatrixLoad3x2fNV },
16098 { "glMatrixLoad3x3fNV", "GL_NV_path_rendering", glMatrixLoad3x3fNV },
16099 { "glMatrixLoadIdentityEXT", "GL_EXT_direct_state_access", glMatrixLoadIdentityEXT },
16100 { "glMatrixLoadTranspose3x3fNV", "GL_NV_path_rendering", glMatrixLoadTranspose3x3fNV },
16101 { "glMatrixLoadTransposedEXT", "GL_EXT_direct_state_access", glMatrixLoadTransposedEXT },
16102 { "glMatrixLoadTransposefEXT", "GL_EXT_direct_state_access", glMatrixLoadTransposefEXT },
16103 { "glMatrixLoaddEXT", "GL_EXT_direct_state_access", glMatrixLoaddEXT },
16104 { "glMatrixLoadfEXT", "GL_EXT_direct_state_access", glMatrixLoadfEXT },
16105 { "glMatrixMult3x2fNV", "GL_NV_path_rendering", glMatrixMult3x2fNV },
16106 { "glMatrixMult3x3fNV", "GL_NV_path_rendering", glMatrixMult3x3fNV },
16107 { "glMatrixMultTranspose3x3fNV", "GL_NV_path_rendering", glMatrixMultTranspose3x3fNV },
16108 { "glMatrixMultTransposedEXT", "GL_EXT_direct_state_access", glMatrixMultTransposedEXT },
16109 { "glMatrixMultTransposefEXT", "GL_EXT_direct_state_access", glMatrixMultTransposefEXT },
16110 { "glMatrixMultdEXT", "GL_EXT_direct_state_access", glMatrixMultdEXT },
16111 { "glMatrixMultfEXT", "GL_EXT_direct_state_access", glMatrixMultfEXT },
16112 { "glMatrixOrthoEXT", "GL_EXT_direct_state_access", glMatrixOrthoEXT },
16113 { "glMatrixPopEXT", "GL_EXT_direct_state_access", glMatrixPopEXT },
16114 { "glMatrixPushEXT", "GL_EXT_direct_state_access", glMatrixPushEXT },
16115 { "glMatrixRotatedEXT", "GL_EXT_direct_state_access", glMatrixRotatedEXT },
16116 { "glMatrixRotatefEXT", "GL_EXT_direct_state_access", glMatrixRotatefEXT },
16117 { "glMatrixScaledEXT", "GL_EXT_direct_state_access", glMatrixScaledEXT },
16118 { "glMatrixScalefEXT", "GL_EXT_direct_state_access", glMatrixScalefEXT },
16119 { "glMatrixTranslatedEXT", "GL_EXT_direct_state_access", glMatrixTranslatedEXT },
16120 { "glMatrixTranslatefEXT", "GL_EXT_direct_state_access", glMatrixTranslatefEXT },
16121 { "glMemoryBarrier", "GL_ARB_shader_image_load_store GL_VERSION_4_2", glMemoryBarrier },
16122 { "glMemoryBarrierByRegion", "GL_ARB_ES3_1_compatibility GL_VERSION_4_5", glMemoryBarrierByRegion },
16123 { "glMemoryBarrierEXT", "GL_EXT_shader_image_load_store", glMemoryBarrierEXT },
16124 { "glMinSampleShading", "GL_VERSION_4_0", glMinSampleShading },
16125 { "glMinSampleShadingARB", "GL_ARB_sample_shading", glMinSampleShadingARB },
16126 { "glMinmax", "GL_ARB_imaging", glMinmax },
16127 { "glMinmaxEXT", "GL_EXT_histogram", glMinmaxEXT },
16128 { "glMultMatrixxOES", "GL_OES_fixed_point", glMultMatrixxOES },
16129 { "glMultTransposeMatrixd", "GL_VERSION_1_3", glMultTransposeMatrixd },
16130 { "glMultTransposeMatrixdARB", "GL_ARB_transpose_matrix", glMultTransposeMatrixdARB },
16131 { "glMultTransposeMatrixf", "GL_VERSION_1_3", glMultTransposeMatrixf },
16132 { "glMultTransposeMatrixfARB", "GL_ARB_transpose_matrix", glMultTransposeMatrixfARB },
16133 { "glMultTransposeMatrixxOES", "GL_OES_fixed_point", glMultTransposeMatrixxOES },
16134 { "glMultiDrawArrays", "GL_VERSION_1_4", glMultiDrawArrays },
16135 { "glMultiDrawArraysEXT", "GL_EXT_multi_draw_arrays", glMultiDrawArraysEXT },
16136 { "glMultiDrawArraysIndirect", "GL_ARB_multi_draw_indirect GL_VERSION_4_3", glMultiDrawArraysIndirect },
16137 { "glMultiDrawArraysIndirectAMD", "GL_AMD_multi_draw_indirect", glMultiDrawArraysIndirectAMD },
16138 { "glMultiDrawArraysIndirectBindlessCountNV", "GL_NV_bindless_multi_draw_indirect_count", glMultiDrawArraysIndirectBindlessCountNV },
16139 { "glMultiDrawArraysIndirectBindlessNV", "GL_NV_bindless_multi_draw_indirect", glMultiDrawArraysIndirectBindlessNV },
16140 { "glMultiDrawArraysIndirectCountARB", "GL_ARB_indirect_parameters", glMultiDrawArraysIndirectCountARB },
16141 { "glMultiDrawElementArrayAPPLE", "GL_APPLE_element_array", glMultiDrawElementArrayAPPLE },
16142 { "glMultiDrawElements", "GL_VERSION_1_4", glMultiDrawElements },
16143 { "glMultiDrawElementsBaseVertex", "GL_ARB_draw_elements_base_vertex GL_VERSION_3_2", glMultiDrawElementsBaseVertex },
16144 { "glMultiDrawElementsEXT", "GL_EXT_multi_draw_arrays", glMultiDrawElementsEXT },
16145 { "glMultiDrawElementsIndirect", "GL_ARB_multi_draw_indirect GL_VERSION_4_3", glMultiDrawElementsIndirect },
16146 { "glMultiDrawElementsIndirectAMD", "GL_AMD_multi_draw_indirect", glMultiDrawElementsIndirectAMD },
16147 { "glMultiDrawElementsIndirectBindlessCountNV", "GL_NV_bindless_multi_draw_indirect_count", glMultiDrawElementsIndirectBindlessCountNV },
16148 { "glMultiDrawElementsIndirectBindlessNV", "GL_NV_bindless_multi_draw_indirect", glMultiDrawElementsIndirectBindlessNV },
16149 { "glMultiDrawElementsIndirectCountARB", "GL_ARB_indirect_parameters", glMultiDrawElementsIndirectCountARB },
16150 { "glMultiDrawRangeElementArrayAPPLE", "GL_APPLE_element_array", glMultiDrawRangeElementArrayAPPLE },
16151 { "glMultiModeDrawArraysIBM", "GL_IBM_multimode_draw_arrays", glMultiModeDrawArraysIBM },
16152 { "glMultiModeDrawElementsIBM", "GL_IBM_multimode_draw_arrays", glMultiModeDrawElementsIBM },
16153 { "glMultiTexBufferEXT", "GL_EXT_direct_state_access", glMultiTexBufferEXT },
16154 { "glMultiTexCoord1bOES", "GL_OES_byte_coordinates", glMultiTexCoord1bOES },
16155 { "glMultiTexCoord1bvOES", "GL_OES_byte_coordinates", glMultiTexCoord1bvOES },
16156 { "glMultiTexCoord1d", "GL_VERSION_1_3", glMultiTexCoord1d },
16157 { "glMultiTexCoord1dARB", "GL_ARB_multitexture", glMultiTexCoord1dARB },
16158 { "glMultiTexCoord1dSGIS", "GL_SGIS_multitexture", glMultiTexCoord1dSGIS },
16159 { "glMultiTexCoord1dv", "GL_VERSION_1_3", glMultiTexCoord1dv },
16160 { "glMultiTexCoord1dvARB", "GL_ARB_multitexture", glMultiTexCoord1dvARB },
16161 { "glMultiTexCoord1dvSGIS", "GL_SGIS_multitexture", glMultiTexCoord1dvSGIS },
16162 { "glMultiTexCoord1f", "GL_VERSION_1_3", glMultiTexCoord1f },
16163 { "glMultiTexCoord1fARB", "GL_ARB_multitexture", glMultiTexCoord1fARB },
16164 { "glMultiTexCoord1fSGIS", "GL_SGIS_multitexture", glMultiTexCoord1fSGIS },
16165 { "glMultiTexCoord1fv", "GL_VERSION_1_3", glMultiTexCoord1fv },
16166 { "glMultiTexCoord1fvARB", "GL_ARB_multitexture", glMultiTexCoord1fvARB },
16167 { "glMultiTexCoord1fvSGIS", "GL_SGIS_multitexture", glMultiTexCoord1fvSGIS },
16168 { "glMultiTexCoord1hNV", "GL_NV_half_float", glMultiTexCoord1hNV },
16169 { "glMultiTexCoord1hvNV", "GL_NV_half_float", glMultiTexCoord1hvNV },
16170 { "glMultiTexCoord1i", "GL_VERSION_1_3", glMultiTexCoord1i },
16171 { "glMultiTexCoord1iARB", "GL_ARB_multitexture", glMultiTexCoord1iARB },
16172 { "glMultiTexCoord1iSGIS", "GL_SGIS_multitexture", glMultiTexCoord1iSGIS },
16173 { "glMultiTexCoord1iv", "GL_VERSION_1_3", glMultiTexCoord1iv },
16174 { "glMultiTexCoord1ivARB", "GL_ARB_multitexture", glMultiTexCoord1ivARB },
16175 { "glMultiTexCoord1ivSGIS", "GL_SGIS_multitexture", glMultiTexCoord1ivSGIS },
16176 { "glMultiTexCoord1s", "GL_VERSION_1_3", glMultiTexCoord1s },
16177 { "glMultiTexCoord1sARB", "GL_ARB_multitexture", glMultiTexCoord1sARB },
16178 { "glMultiTexCoord1sSGIS", "GL_SGIS_multitexture", glMultiTexCoord1sSGIS },
16179 { "glMultiTexCoord1sv", "GL_VERSION_1_3", glMultiTexCoord1sv },
16180 { "glMultiTexCoord1svARB", "GL_ARB_multitexture", glMultiTexCoord1svARB },
16181 { "glMultiTexCoord1svSGIS", "GL_SGIS_multitexture", glMultiTexCoord1svSGIS },
16182 { "glMultiTexCoord1xOES", "GL_OES_fixed_point", glMultiTexCoord1xOES },
16183 { "glMultiTexCoord1xvOES", "GL_OES_fixed_point", glMultiTexCoord1xvOES },
16184 { "glMultiTexCoord2bOES", "GL_OES_byte_coordinates", glMultiTexCoord2bOES },
16185 { "glMultiTexCoord2bvOES", "GL_OES_byte_coordinates", glMultiTexCoord2bvOES },
16186 { "glMultiTexCoord2d", "GL_VERSION_1_3", glMultiTexCoord2d },
16187 { "glMultiTexCoord2dARB", "GL_ARB_multitexture", glMultiTexCoord2dARB },
16188 { "glMultiTexCoord2dSGIS", "GL_SGIS_multitexture", glMultiTexCoord2dSGIS },
16189 { "glMultiTexCoord2dv", "GL_VERSION_1_3", glMultiTexCoord2dv },
16190 { "glMultiTexCoord2dvARB", "GL_ARB_multitexture", glMultiTexCoord2dvARB },
16191 { "glMultiTexCoord2dvSGIS", "GL_SGIS_multitexture", glMultiTexCoord2dvSGIS },
16192 { "glMultiTexCoord2f", "GL_VERSION_1_3", glMultiTexCoord2f },
16193 { "glMultiTexCoord2fARB", "GL_ARB_multitexture", glMultiTexCoord2fARB },
16194 { "glMultiTexCoord2fSGIS", "GL_SGIS_multitexture", glMultiTexCoord2fSGIS },
16195 { "glMultiTexCoord2fv", "GL_VERSION_1_3", glMultiTexCoord2fv },
16196 { "glMultiTexCoord2fvARB", "GL_ARB_multitexture", glMultiTexCoord2fvARB },
16197 { "glMultiTexCoord2fvSGIS", "GL_SGIS_multitexture", glMultiTexCoord2fvSGIS },
16198 { "glMultiTexCoord2hNV", "GL_NV_half_float", glMultiTexCoord2hNV },
16199 { "glMultiTexCoord2hvNV", "GL_NV_half_float", glMultiTexCoord2hvNV },
16200 { "glMultiTexCoord2i", "GL_VERSION_1_3", glMultiTexCoord2i },
16201 { "glMultiTexCoord2iARB", "GL_ARB_multitexture", glMultiTexCoord2iARB },
16202 { "glMultiTexCoord2iSGIS", "GL_SGIS_multitexture", glMultiTexCoord2iSGIS },
16203 { "glMultiTexCoord2iv", "GL_VERSION_1_3", glMultiTexCoord2iv },
16204 { "glMultiTexCoord2ivARB", "GL_ARB_multitexture", glMultiTexCoord2ivARB },
16205 { "glMultiTexCoord2ivSGIS", "GL_SGIS_multitexture", glMultiTexCoord2ivSGIS },
16206 { "glMultiTexCoord2s", "GL_VERSION_1_3", glMultiTexCoord2s },
16207 { "glMultiTexCoord2sARB", "GL_ARB_multitexture", glMultiTexCoord2sARB },
16208 { "glMultiTexCoord2sSGIS", "GL_SGIS_multitexture", glMultiTexCoord2sSGIS },
16209 { "glMultiTexCoord2sv", "GL_VERSION_1_3", glMultiTexCoord2sv },
16210 { "glMultiTexCoord2svARB", "GL_ARB_multitexture", glMultiTexCoord2svARB },
16211 { "glMultiTexCoord2svSGIS", "GL_SGIS_multitexture", glMultiTexCoord2svSGIS },
16212 { "glMultiTexCoord2xOES", "GL_OES_fixed_point", glMultiTexCoord2xOES },
16213 { "glMultiTexCoord2xvOES", "GL_OES_fixed_point", glMultiTexCoord2xvOES },
16214 { "glMultiTexCoord3bOES", "GL_OES_byte_coordinates", glMultiTexCoord3bOES },
16215 { "glMultiTexCoord3bvOES", "GL_OES_byte_coordinates", glMultiTexCoord3bvOES },
16216 { "glMultiTexCoord3d", "GL_VERSION_1_3", glMultiTexCoord3d },
16217 { "glMultiTexCoord3dARB", "GL_ARB_multitexture", glMultiTexCoord3dARB },
16218 { "glMultiTexCoord3dSGIS", "GL_SGIS_multitexture", glMultiTexCoord3dSGIS },
16219 { "glMultiTexCoord3dv", "GL_VERSION_1_3", glMultiTexCoord3dv },
16220 { "glMultiTexCoord3dvARB", "GL_ARB_multitexture", glMultiTexCoord3dvARB },
16221 { "glMultiTexCoord3dvSGIS", "GL_SGIS_multitexture", glMultiTexCoord3dvSGIS },
16222 { "glMultiTexCoord3f", "GL_VERSION_1_3", glMultiTexCoord3f },
16223 { "glMultiTexCoord3fARB", "GL_ARB_multitexture", glMultiTexCoord3fARB },
16224 { "glMultiTexCoord3fSGIS", "GL_SGIS_multitexture", glMultiTexCoord3fSGIS },
16225 { "glMultiTexCoord3fv", "GL_VERSION_1_3", glMultiTexCoord3fv },
16226 { "glMultiTexCoord3fvARB", "GL_ARB_multitexture", glMultiTexCoord3fvARB },
16227 { "glMultiTexCoord3fvSGIS", "GL_SGIS_multitexture", glMultiTexCoord3fvSGIS },
16228 { "glMultiTexCoord3hNV", "GL_NV_half_float", glMultiTexCoord3hNV },
16229 { "glMultiTexCoord3hvNV", "GL_NV_half_float", glMultiTexCoord3hvNV },
16230 { "glMultiTexCoord3i", "GL_VERSION_1_3", glMultiTexCoord3i },
16231 { "glMultiTexCoord3iARB", "GL_ARB_multitexture", glMultiTexCoord3iARB },
16232 { "glMultiTexCoord3iSGIS", "GL_SGIS_multitexture", glMultiTexCoord3iSGIS },
16233 { "glMultiTexCoord3iv", "GL_VERSION_1_3", glMultiTexCoord3iv },
16234 { "glMultiTexCoord3ivARB", "GL_ARB_multitexture", glMultiTexCoord3ivARB },
16235 { "glMultiTexCoord3ivSGIS", "GL_SGIS_multitexture", glMultiTexCoord3ivSGIS },
16236 { "glMultiTexCoord3s", "GL_VERSION_1_3", glMultiTexCoord3s },
16237 { "glMultiTexCoord3sARB", "GL_ARB_multitexture", glMultiTexCoord3sARB },
16238 { "glMultiTexCoord3sSGIS", "GL_SGIS_multitexture", glMultiTexCoord3sSGIS },
16239 { "glMultiTexCoord3sv", "GL_VERSION_1_3", glMultiTexCoord3sv },
16240 { "glMultiTexCoord3svARB", "GL_ARB_multitexture", glMultiTexCoord3svARB },
16241 { "glMultiTexCoord3svSGIS", "GL_SGIS_multitexture", glMultiTexCoord3svSGIS },
16242 { "glMultiTexCoord3xOES", "GL_OES_fixed_point", glMultiTexCoord3xOES },
16243 { "glMultiTexCoord3xvOES", "GL_OES_fixed_point", glMultiTexCoord3xvOES },
16244 { "glMultiTexCoord4bOES", "GL_OES_byte_coordinates", glMultiTexCoord4bOES },
16245 { "glMultiTexCoord4bvOES", "GL_OES_byte_coordinates", glMultiTexCoord4bvOES },
16246 { "glMultiTexCoord4d", "GL_VERSION_1_3", glMultiTexCoord4d },
16247 { "glMultiTexCoord4dARB", "GL_ARB_multitexture", glMultiTexCoord4dARB },
16248 { "glMultiTexCoord4dSGIS", "GL_SGIS_multitexture", glMultiTexCoord4dSGIS },
16249 { "glMultiTexCoord4dv", "GL_VERSION_1_3", glMultiTexCoord4dv },
16250 { "glMultiTexCoord4dvARB", "GL_ARB_multitexture", glMultiTexCoord4dvARB },
16251 { "glMultiTexCoord4dvSGIS", "GL_SGIS_multitexture", glMultiTexCoord4dvSGIS },
16252 { "glMultiTexCoord4f", "GL_VERSION_1_3", glMultiTexCoord4f },
16253 { "glMultiTexCoord4fARB", "GL_ARB_multitexture", glMultiTexCoord4fARB },
16254 { "glMultiTexCoord4fSGIS", "GL_SGIS_multitexture", glMultiTexCoord4fSGIS },
16255 { "glMultiTexCoord4fv", "GL_VERSION_1_3", glMultiTexCoord4fv },
16256 { "glMultiTexCoord4fvARB", "GL_ARB_multitexture", glMultiTexCoord4fvARB },
16257 { "glMultiTexCoord4fvSGIS", "GL_SGIS_multitexture", glMultiTexCoord4fvSGIS },
16258 { "glMultiTexCoord4hNV", "GL_NV_half_float", glMultiTexCoord4hNV },
16259 { "glMultiTexCoord4hvNV", "GL_NV_half_float", glMultiTexCoord4hvNV },
16260 { "glMultiTexCoord4i", "GL_VERSION_1_3", glMultiTexCoord4i },
16261 { "glMultiTexCoord4iARB", "GL_ARB_multitexture", glMultiTexCoord4iARB },
16262 { "glMultiTexCoord4iSGIS", "GL_SGIS_multitexture", glMultiTexCoord4iSGIS },
16263 { "glMultiTexCoord4iv", "GL_VERSION_1_3", glMultiTexCoord4iv },
16264 { "glMultiTexCoord4ivARB", "GL_ARB_multitexture", glMultiTexCoord4ivARB },
16265 { "glMultiTexCoord4ivSGIS", "GL_SGIS_multitexture", glMultiTexCoord4ivSGIS },
16266 { "glMultiTexCoord4s", "GL_VERSION_1_3", glMultiTexCoord4s },
16267 { "glMultiTexCoord4sARB", "GL_ARB_multitexture", glMultiTexCoord4sARB },
16268 { "glMultiTexCoord4sSGIS", "GL_SGIS_multitexture", glMultiTexCoord4sSGIS },
16269 { "glMultiTexCoord4sv", "GL_VERSION_1_3", glMultiTexCoord4sv },
16270 { "glMultiTexCoord4svARB", "GL_ARB_multitexture", glMultiTexCoord4svARB },
16271 { "glMultiTexCoord4svSGIS", "GL_SGIS_multitexture", glMultiTexCoord4svSGIS },
16272 { "glMultiTexCoord4xOES", "GL_OES_fixed_point", glMultiTexCoord4xOES },
16273 { "glMultiTexCoord4xvOES", "GL_OES_fixed_point", glMultiTexCoord4xvOES },
16274 { "glMultiTexCoordP1ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP1ui },
16275 { "glMultiTexCoordP1uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP1uiv },
16276 { "glMultiTexCoordP2ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP2ui },
16277 { "glMultiTexCoordP2uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP2uiv },
16278 { "glMultiTexCoordP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP3ui },
16279 { "glMultiTexCoordP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP3uiv },
16280 { "glMultiTexCoordP4ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP4ui },
16281 { "glMultiTexCoordP4uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glMultiTexCoordP4uiv },
16282 { "glMultiTexCoordPointerEXT", "GL_EXT_direct_state_access", glMultiTexCoordPointerEXT },
16283 { "glMultiTexCoordPointerSGIS", "GL_SGIS_multitexture", glMultiTexCoordPointerSGIS },
16284 { "glMultiTexEnvfEXT", "GL_EXT_direct_state_access", glMultiTexEnvfEXT },
16285 { "glMultiTexEnvfvEXT", "GL_EXT_direct_state_access", glMultiTexEnvfvEXT },
16286 { "glMultiTexEnviEXT", "GL_EXT_direct_state_access", glMultiTexEnviEXT },
16287 { "glMultiTexEnvivEXT", "GL_EXT_direct_state_access", glMultiTexEnvivEXT },
16288 { "glMultiTexGendEXT", "GL_EXT_direct_state_access", glMultiTexGendEXT },
16289 { "glMultiTexGendvEXT", "GL_EXT_direct_state_access", glMultiTexGendvEXT },
16290 { "glMultiTexGenfEXT", "GL_EXT_direct_state_access", glMultiTexGenfEXT },
16291 { "glMultiTexGenfvEXT", "GL_EXT_direct_state_access", glMultiTexGenfvEXT },
16292 { "glMultiTexGeniEXT", "GL_EXT_direct_state_access", glMultiTexGeniEXT },
16293 { "glMultiTexGenivEXT", "GL_EXT_direct_state_access", glMultiTexGenivEXT },
16294 { "glMultiTexImage1DEXT", "GL_EXT_direct_state_access", glMultiTexImage1DEXT },
16295 { "glMultiTexImage2DEXT", "GL_EXT_direct_state_access", glMultiTexImage2DEXT },
16296 { "glMultiTexImage3DEXT", "GL_EXT_direct_state_access", glMultiTexImage3DEXT },
16297 { "glMultiTexParameterIivEXT", "GL_EXT_direct_state_access", glMultiTexParameterIivEXT },
16298 { "glMultiTexParameterIuivEXT", "GL_EXT_direct_state_access", glMultiTexParameterIuivEXT },
16299 { "glMultiTexParameterfEXT", "GL_EXT_direct_state_access", glMultiTexParameterfEXT },
16300 { "glMultiTexParameterfvEXT", "GL_EXT_direct_state_access", glMultiTexParameterfvEXT },
16301 { "glMultiTexParameteriEXT", "GL_EXT_direct_state_access", glMultiTexParameteriEXT },
16302 { "glMultiTexParameterivEXT", "GL_EXT_direct_state_access", glMultiTexParameterivEXT },
16303 { "glMultiTexRenderbufferEXT", "GL_EXT_direct_state_access", glMultiTexRenderbufferEXT },
16304 { "glMultiTexSubImage1DEXT", "GL_EXT_direct_state_access", glMultiTexSubImage1DEXT },
16305 { "glMultiTexSubImage2DEXT", "GL_EXT_direct_state_access", glMultiTexSubImage2DEXT },
16306 { "glMultiTexSubImage3DEXT", "GL_EXT_direct_state_access", glMultiTexSubImage3DEXT },
16307 { "glNamedBufferData", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedBufferData },
16308 { "glNamedBufferDataEXT", "GL_EXT_direct_state_access", glNamedBufferDataEXT },
16309 { "glNamedBufferPageCommitmentARB", "GL_ARB_sparse_buffer", glNamedBufferPageCommitmentARB },
16310 { "glNamedBufferPageCommitmentEXT", "GL_ARB_sparse_buffer", glNamedBufferPageCommitmentEXT },
16311 { "glNamedBufferStorage", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedBufferStorage },
16312 { "glNamedBufferStorageEXT", "GL_EXT_direct_state_access", glNamedBufferStorageEXT },
16313 { "glNamedBufferSubData", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedBufferSubData },
16314 { "glNamedBufferSubDataEXT", "GL_EXT_direct_state_access", glNamedBufferSubDataEXT },
16315 { "glNamedCopyBufferSubDataEXT", "GL_EXT_direct_state_access", glNamedCopyBufferSubDataEXT },
16316 { "glNamedFramebufferDrawBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferDrawBuffer },
16317 { "glNamedFramebufferDrawBuffers", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferDrawBuffers },
16318 { "glNamedFramebufferParameteri", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferParameteri },
16319 { "glNamedFramebufferParameteriEXT", "GL_EXT_direct_state_access", glNamedFramebufferParameteriEXT },
16320 { "glNamedFramebufferReadBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferReadBuffer },
16321 { "glNamedFramebufferRenderbuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferRenderbuffer },
16322 { "glNamedFramebufferRenderbufferEXT", "GL_EXT_direct_state_access", glNamedFramebufferRenderbufferEXT },
16323 { "glNamedFramebufferSampleLocationsfvNV", "GL_NV_sample_locations", glNamedFramebufferSampleLocationsfvNV },
16324 { "glNamedFramebufferTexture", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferTexture },
16325 { "glNamedFramebufferTexture1DEXT", "GL_EXT_direct_state_access", glNamedFramebufferTexture1DEXT },
16326 { "glNamedFramebufferTexture2DEXT", "GL_EXT_direct_state_access", glNamedFramebufferTexture2DEXT },
16327 { "glNamedFramebufferTexture3DEXT", "GL_EXT_direct_state_access", glNamedFramebufferTexture3DEXT },
16328 { "glNamedFramebufferTextureEXT", "GL_EXT_direct_state_access", glNamedFramebufferTextureEXT },
16329 { "glNamedFramebufferTextureFaceEXT", "GL_EXT_direct_state_access", glNamedFramebufferTextureFaceEXT },
16330 { "glNamedFramebufferTextureLayer", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedFramebufferTextureLayer },
16331 { "glNamedFramebufferTextureLayerEXT", "GL_EXT_direct_state_access", glNamedFramebufferTextureLayerEXT },
16332 { "glNamedProgramLocalParameter4dEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameter4dEXT },
16333 { "glNamedProgramLocalParameter4dvEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameter4dvEXT },
16334 { "glNamedProgramLocalParameter4fEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameter4fEXT },
16335 { "glNamedProgramLocalParameter4fvEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameter4fvEXT },
16336 { "glNamedProgramLocalParameterI4iEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameterI4iEXT },
16337 { "glNamedProgramLocalParameterI4ivEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameterI4ivEXT },
16338 { "glNamedProgramLocalParameterI4uiEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameterI4uiEXT },
16339 { "glNamedProgramLocalParameterI4uivEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameterI4uivEXT },
16340 { "glNamedProgramLocalParameters4fvEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParameters4fvEXT },
16341 { "glNamedProgramLocalParametersI4ivEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParametersI4ivEXT },
16342 { "glNamedProgramLocalParametersI4uivEXT", "GL_EXT_direct_state_access", glNamedProgramLocalParametersI4uivEXT },
16343 { "glNamedProgramStringEXT", "GL_EXT_direct_state_access", glNamedProgramStringEXT },
16344 { "glNamedRenderbufferStorage", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedRenderbufferStorage },
16345 { "glNamedRenderbufferStorageEXT", "GL_EXT_direct_state_access", glNamedRenderbufferStorageEXT },
16346 { "glNamedRenderbufferStorageMultisample", "GL_ARB_direct_state_access GL_VERSION_4_5", glNamedRenderbufferStorageMultisample },
16347 { "glNamedRenderbufferStorageMultisampleCoverageEXT", "GL_EXT_direct_state_access", glNamedRenderbufferStorageMultisampleCoverageEXT },
16348 { "glNamedRenderbufferStorageMultisampleEXT", "GL_EXT_direct_state_access", glNamedRenderbufferStorageMultisampleEXT },
16349 { "glNamedStringARB", "GL_ARB_shading_language_include", glNamedStringARB },
16350 { "glNewBufferRegion", "GL_KTX_buffer_region", glNewBufferRegion },
16351 { "glNewObjectBufferATI", "GL_ATI_vertex_array_object", glNewObjectBufferATI },
16352 { "glNormal3fVertex3fSUN", "GL_SUN_vertex", glNormal3fVertex3fSUN },
16353 { "glNormal3fVertex3fvSUN", "GL_SUN_vertex", glNormal3fVertex3fvSUN },
16354 { "glNormal3hNV", "GL_NV_half_float", glNormal3hNV },
16355 { "glNormal3hvNV", "GL_NV_half_float", glNormal3hvNV },
16356 { "glNormal3xOES", "GL_OES_fixed_point", glNormal3xOES },
16357 { "glNormal3xvOES", "GL_OES_fixed_point", glNormal3xvOES },
16358 { "glNormalFormatNV", "GL_NV_vertex_buffer_unified_memory", glNormalFormatNV },
16359 { "glNormalP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glNormalP3ui },
16360 { "glNormalP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glNormalP3uiv },
16361 { "glNormalPointerEXT", "GL_EXT_vertex_array", glNormalPointerEXT },
16362 { "glNormalPointerListIBM", "GL_IBM_vertex_array_lists", glNormalPointerListIBM },
16363 { "glNormalPointervINTEL", "GL_INTEL_parallel_arrays", glNormalPointervINTEL },
16364 { "glNormalStream3bATI", "GL_ATI_vertex_streams", glNormalStream3bATI },
16365 { "glNormalStream3bvATI", "GL_ATI_vertex_streams", glNormalStream3bvATI },
16366 { "glNormalStream3dATI", "GL_ATI_vertex_streams", glNormalStream3dATI },
16367 { "glNormalStream3dvATI", "GL_ATI_vertex_streams", glNormalStream3dvATI },
16368 { "glNormalStream3fATI", "GL_ATI_vertex_streams", glNormalStream3fATI },
16369 { "glNormalStream3fvATI", "GL_ATI_vertex_streams", glNormalStream3fvATI },
16370 { "glNormalStream3iATI", "GL_ATI_vertex_streams", glNormalStream3iATI },
16371 { "glNormalStream3ivATI", "GL_ATI_vertex_streams", glNormalStream3ivATI },
16372 { "glNormalStream3sATI", "GL_ATI_vertex_streams", glNormalStream3sATI },
16373 { "glNormalStream3svATI", "GL_ATI_vertex_streams", glNormalStream3svATI },
16374 { "glObjectLabel", "GL_KHR_debug GL_VERSION_4_3", glObjectLabel },
16375 { "glObjectPtrLabel", "GL_KHR_debug GL_VERSION_4_3", glObjectPtrLabel },
16376 { "glObjectPurgeableAPPLE", "GL_APPLE_object_purgeable", glObjectPurgeableAPPLE },
16377 { "glObjectUnpurgeableAPPLE", "GL_APPLE_object_purgeable", glObjectUnpurgeableAPPLE },
16378 { "glOrthofOES", "GL_OES_single_precision", glOrthofOES },
16379 { "glOrthoxOES", "GL_OES_fixed_point", glOrthoxOES },
16380 { "glPNTrianglesfATI", "GL_ATI_pn_triangles", glPNTrianglesfATI },
16381 { "glPNTrianglesiATI", "GL_ATI_pn_triangles", glPNTrianglesiATI },
16382 { "glPassTexCoordATI", "GL_ATI_fragment_shader", glPassTexCoordATI },
16383 { "glPassThroughxOES", "GL_OES_fixed_point", glPassThroughxOES },
16384 { "glPatchParameterfv", "GL_ARB_tessellation_shader GL_VERSION_4_0", glPatchParameterfv },
16385 { "glPatchParameteri", "GL_ARB_tessellation_shader GL_VERSION_4_0", glPatchParameteri },
16386 { "glPathColorGenNV", "GL_NV_path_rendering", glPathColorGenNV },
16387 { "glPathCommandsNV", "GL_NV_path_rendering", glPathCommandsNV },
16388 { "glPathCoordsNV", "GL_NV_path_rendering", glPathCoordsNV },
16389 { "glPathCoverDepthFuncNV", "GL_NV_path_rendering", glPathCoverDepthFuncNV },
16390 { "glPathDashArrayNV", "GL_NV_path_rendering", glPathDashArrayNV },
16391 { "glPathFogGenNV", "GL_NV_path_rendering", glPathFogGenNV },
16392 { "glPathGlyphIndexArrayNV", "GL_NV_path_rendering", glPathGlyphIndexArrayNV },
16393 { "glPathGlyphIndexRangeNV", "GL_NV_path_rendering", glPathGlyphIndexRangeNV },
16394 { "glPathGlyphRangeNV", "GL_NV_path_rendering", glPathGlyphRangeNV },
16395 { "glPathGlyphsNV", "GL_NV_path_rendering", glPathGlyphsNV },
16396 { "glPathMemoryGlyphIndexArrayNV", "GL_NV_path_rendering", glPathMemoryGlyphIndexArrayNV },
16397 { "glPathParameterfNV", "GL_NV_path_rendering", glPathParameterfNV },
16398 { "glPathParameterfvNV", "GL_NV_path_rendering", glPathParameterfvNV },
16399 { "glPathParameteriNV", "GL_NV_path_rendering", glPathParameteriNV },
16400 { "glPathParameterivNV", "GL_NV_path_rendering", glPathParameterivNV },
16401 { "glPathStencilDepthOffsetNV", "GL_NV_path_rendering", glPathStencilDepthOffsetNV },
16402 { "glPathStencilFuncNV", "GL_NV_path_rendering", glPathStencilFuncNV },
16403 { "glPathStringNV", "GL_NV_path_rendering", glPathStringNV },
16404 { "glPathSubCommandsNV", "GL_NV_path_rendering", glPathSubCommandsNV },
16405 { "glPathSubCoordsNV", "GL_NV_path_rendering", glPathSubCoordsNV },
16406 { "glPathTexGenNV", "GL_NV_path_rendering", glPathTexGenNV },
16407 { "glPauseTransformFeedback", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glPauseTransformFeedback },
16408 { "glPauseTransformFeedbackNV", "GL_NV_transform_feedback2", glPauseTransformFeedbackNV },
16409 { "glPixelDataRangeNV", "GL_NV_pixel_data_range", glPixelDataRangeNV },
16410 { "glPixelMapx", "GL_OES_fixed_point", glPixelMapx },
16411 { "glPixelStorex", "GL_OES_fixed_point", glPixelStorex },
16412 { "glPixelTexGenParameterfSGIS", "GL_SGIS_pixel_texture", glPixelTexGenParameterfSGIS },
16413 { "glPixelTexGenParameterfvSGIS", "GL_SGIS_pixel_texture", glPixelTexGenParameterfvSGIS },
16414 { "glPixelTexGenParameteriSGIS", "GL_SGIS_pixel_texture", glPixelTexGenParameteriSGIS },
16415 { "glPixelTexGenParameterivSGIS", "GL_SGIS_pixel_texture", glPixelTexGenParameterivSGIS },
16416 { "glPixelTexGenSGIX", "GL_SGIX_pixel_texture", glPixelTexGenSGIX },
16417 { "glPixelTransferxOES", "GL_OES_fixed_point", glPixelTransferxOES },
16418 { "glPixelTransformParameterfEXT", "GL_EXT_pixel_transform", glPixelTransformParameterfEXT },
16419 { "glPixelTransformParameterfvEXT", "GL_EXT_pixel_transform", glPixelTransformParameterfvEXT },
16420 { "glPixelTransformParameteriEXT", "GL_EXT_pixel_transform", glPixelTransformParameteriEXT },
16421 { "glPixelTransformParameterivEXT", "GL_EXT_pixel_transform", glPixelTransformParameterivEXT },
16422 { "glPixelZoomxOES", "GL_OES_fixed_point", glPixelZoomxOES },
16423 { "glPointAlongPathNV", "GL_NV_path_rendering", glPointAlongPathNV },
16424 { "glPointParameterf", "GL_VERSION_1_4", glPointParameterf },
16425 { "glPointParameterfARB", "GL_ARB_point_parameters", glPointParameterfARB },
16426 { "glPointParameterfEXT", "GL_EXT_point_parameters", glPointParameterfEXT },
16427 { "glPointParameterfSGIS", "GL_SGIS_point_parameters", glPointParameterfSGIS },
16428 { "glPointParameterfv", "GL_VERSION_1_4", glPointParameterfv },
16429 { "glPointParameterfvARB", "GL_ARB_point_parameters", glPointParameterfvARB },
16430 { "glPointParameterfvEXT", "GL_EXT_point_parameters", glPointParameterfvEXT },
16431 { "glPointParameterfvSGIS", "GL_SGIS_point_parameters", glPointParameterfvSGIS },
16432 { "glPointParameteri", "GL_VERSION_1_4", glPointParameteri },
16433 { "glPointParameteriNV", "GL_NV_point_sprite", glPointParameteriNV },
16434 { "glPointParameteriv", "GL_VERSION_1_4", glPointParameteriv },
16435 { "glPointParameterivNV", "GL_NV_point_sprite", glPointParameterivNV },
16436 { "glPointParameterxvOES", "GL_OES_fixed_point", glPointParameterxvOES },
16437 { "glPointSizexOES", "GL_OES_fixed_point", glPointSizexOES },
16438 { "glPollAsyncSGIX", "GL_SGIX_async", glPollAsyncSGIX },
16439 { "glPollInstrumentsSGIX", "GL_SGIX_instruments", glPollInstrumentsSGIX },
16440 { "glPolygonOffsetClampEXT", "GL_EXT_polygon_offset_clamp", glPolygonOffsetClampEXT },
16441 { "glPolygonOffsetEXT", "GL_EXT_polygon_offset", glPolygonOffsetEXT },
16442 { "glPolygonOffsetxOES", "GL_OES_fixed_point", glPolygonOffsetxOES },
16443 { "glPopDebugGroup", "GL_KHR_debug GL_VERSION_4_3", glPopDebugGroup },
16444 { "glPopGroupMarkerEXT", "GL_EXT_debug_marker", glPopGroupMarkerEXT },
16445 { "glPresentFrameDualFillNV", "GL_NV_present_video", glPresentFrameDualFillNV },
16446 { "glPresentFrameKeyedNV", "GL_NV_present_video", glPresentFrameKeyedNV },
16447 { "glPrimitiveRestartIndex", "GL_VERSION_3_1", glPrimitiveRestartIndex },
16448 { "glPrimitiveRestartIndexNV", "GL_NV_primitive_restart", glPrimitiveRestartIndexNV },
16449 { "glPrimitiveRestartNV", "GL_NV_primitive_restart", glPrimitiveRestartNV },
16450 { "glPrioritizeTexturesEXT", "GL_EXT_texture_object", glPrioritizeTexturesEXT },
16451 { "glPrioritizeTexturesxOES", "GL_OES_fixed_point", glPrioritizeTexturesxOES },
16452 { "glProgramBinary", "GL_ARB_get_program_binary GL_VERSION_4_1", glProgramBinary },
16453 { "glProgramBufferParametersIivNV", "GL_NV_parameter_buffer_object", glProgramBufferParametersIivNV },
16454 { "glProgramBufferParametersIuivNV", "GL_NV_parameter_buffer_object", glProgramBufferParametersIuivNV },
16455 { "glProgramBufferParametersfvNV", "GL_NV_parameter_buffer_object", glProgramBufferParametersfvNV },
16456 { "glProgramEnvParameter4dARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramEnvParameter4dARB },
16457 { "glProgramEnvParameter4dvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramEnvParameter4dvARB },
16458 { "glProgramEnvParameter4fARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramEnvParameter4fARB },
16459 { "glProgramEnvParameter4fvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramEnvParameter4fvARB },
16460 { "glProgramEnvParameterI4iNV", "GL_NV_gpu_program4", glProgramEnvParameterI4iNV },
16461 { "glProgramEnvParameterI4ivNV", "GL_NV_gpu_program4", glProgramEnvParameterI4ivNV },
16462 { "glProgramEnvParameterI4uiNV", "GL_NV_gpu_program4", glProgramEnvParameterI4uiNV },
16463 { "glProgramEnvParameterI4uivNV", "GL_NV_gpu_program4", glProgramEnvParameterI4uivNV },
16464 { "glProgramEnvParameters4fvEXT", "GL_EXT_gpu_program_parameters", glProgramEnvParameters4fvEXT },
16465 { "glProgramEnvParametersI4ivNV", "GL_NV_gpu_program4", glProgramEnvParametersI4ivNV },
16466 { "glProgramEnvParametersI4uivNV", "GL_NV_gpu_program4", glProgramEnvParametersI4uivNV },
16467 { "glProgramLocalParameter4dARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramLocalParameter4dARB },
16468 { "glProgramLocalParameter4dvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramLocalParameter4dvARB },
16469 { "glProgramLocalParameter4fARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramLocalParameter4fARB },
16470 { "glProgramLocalParameter4fvARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramLocalParameter4fvARB },
16471 { "glProgramLocalParameterI4iNV", "GL_NV_gpu_program4", glProgramLocalParameterI4iNV },
16472 { "glProgramLocalParameterI4ivNV", "GL_NV_gpu_program4", glProgramLocalParameterI4ivNV },
16473 { "glProgramLocalParameterI4uiNV", "GL_NV_gpu_program4", glProgramLocalParameterI4uiNV },
16474 { "glProgramLocalParameterI4uivNV", "GL_NV_gpu_program4", glProgramLocalParameterI4uivNV },
16475 { "glProgramLocalParameters4fvEXT", "GL_EXT_gpu_program_parameters", glProgramLocalParameters4fvEXT },
16476 { "glProgramLocalParametersI4ivNV", "GL_NV_gpu_program4", glProgramLocalParametersI4ivNV },
16477 { "glProgramLocalParametersI4uivNV", "GL_NV_gpu_program4", glProgramLocalParametersI4uivNV },
16478 { "glProgramNamedParameter4dNV", "GL_NV_fragment_program", glProgramNamedParameter4dNV },
16479 { "glProgramNamedParameter4dvNV", "GL_NV_fragment_program", glProgramNamedParameter4dvNV },
16480 { "glProgramNamedParameter4fNV", "GL_NV_fragment_program", glProgramNamedParameter4fNV },
16481 { "glProgramNamedParameter4fvNV", "GL_NV_fragment_program", glProgramNamedParameter4fvNV },
16482 { "glProgramParameter4dNV", "GL_NV_vertex_program", glProgramParameter4dNV },
16483 { "glProgramParameter4dvNV", "GL_NV_vertex_program", glProgramParameter4dvNV },
16484 { "glProgramParameter4fNV", "GL_NV_vertex_program", glProgramParameter4fNV },
16485 { "glProgramParameter4fvNV", "GL_NV_vertex_program", glProgramParameter4fvNV },
16486 { "glProgramParameteri", "GL_ARB_get_program_binary GL_VERSION_4_1", glProgramParameteri },
16487 { "glProgramParameteriARB", "GL_ARB_geometry_shader4", glProgramParameteriARB },
16488 { "glProgramParameteriEXT", "GL_EXT_geometry_shader4", glProgramParameteriEXT },
16489 { "glProgramParameters4dvNV", "GL_NV_vertex_program", glProgramParameters4dvNV },
16490 { "glProgramParameters4fvNV", "GL_NV_vertex_program", glProgramParameters4fvNV },
16491 { "glProgramPathFragmentInputGenNV", "GL_NV_path_rendering", glProgramPathFragmentInputGenNV },
16492 { "glProgramStringARB", "GL_ARB_fragment_program GL_ARB_vertex_program", glProgramStringARB },
16493 { "glProgramSubroutineParametersuivNV", "GL_NV_gpu_program5", glProgramSubroutineParametersuivNV },
16494 { "glProgramUniform1d", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1d },
16495 { "glProgramUniform1dEXT", "GL_EXT_direct_state_access", glProgramUniform1dEXT },
16496 { "glProgramUniform1dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1dv },
16497 { "glProgramUniform1dvEXT", "GL_EXT_direct_state_access", glProgramUniform1dvEXT },
16498 { "glProgramUniform1f", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1f },
16499 { "glProgramUniform1fEXT", "GL_EXT_direct_state_access", glProgramUniform1fEXT },
16500 { "glProgramUniform1fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1fv },
16501 { "glProgramUniform1fvEXT", "GL_EXT_direct_state_access", glProgramUniform1fvEXT },
16502 { "glProgramUniform1i", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1i },
16503 { "glProgramUniform1i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform1i64NV },
16504 { "glProgramUniform1i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform1i64vNV },
16505 { "glProgramUniform1iEXT", "GL_EXT_direct_state_access", glProgramUniform1iEXT },
16506 { "glProgramUniform1iv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1iv },
16507 { "glProgramUniform1ivEXT", "GL_EXT_direct_state_access", glProgramUniform1ivEXT },
16508 { "glProgramUniform1ui", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1ui },
16509 { "glProgramUniform1ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform1ui64NV },
16510 { "glProgramUniform1ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform1ui64vNV },
16511 { "glProgramUniform1uiEXT", "GL_EXT_direct_state_access", glProgramUniform1uiEXT },
16512 { "glProgramUniform1uiv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform1uiv },
16513 { "glProgramUniform1uivEXT", "GL_EXT_direct_state_access", glProgramUniform1uivEXT },
16514 { "glProgramUniform2d", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2d },
16515 { "glProgramUniform2dEXT", "GL_EXT_direct_state_access", glProgramUniform2dEXT },
16516 { "glProgramUniform2dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2dv },
16517 { "glProgramUniform2dvEXT", "GL_EXT_direct_state_access", glProgramUniform2dvEXT },
16518 { "glProgramUniform2f", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2f },
16519 { "glProgramUniform2fEXT", "GL_EXT_direct_state_access", glProgramUniform2fEXT },
16520 { "glProgramUniform2fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2fv },
16521 { "glProgramUniform2fvEXT", "GL_EXT_direct_state_access", glProgramUniform2fvEXT },
16522 { "glProgramUniform2i", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2i },
16523 { "glProgramUniform2i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform2i64NV },
16524 { "glProgramUniform2i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform2i64vNV },
16525 { "glProgramUniform2iEXT", "GL_EXT_direct_state_access", glProgramUniform2iEXT },
16526 { "glProgramUniform2iv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2iv },
16527 { "glProgramUniform2ivEXT", "GL_EXT_direct_state_access", glProgramUniform2ivEXT },
16528 { "glProgramUniform2ui", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2ui },
16529 { "glProgramUniform2ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform2ui64NV },
16530 { "glProgramUniform2ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform2ui64vNV },
16531 { "glProgramUniform2uiEXT", "GL_EXT_direct_state_access", glProgramUniform2uiEXT },
16532 { "glProgramUniform2uiv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform2uiv },
16533 { "glProgramUniform2uivEXT", "GL_EXT_direct_state_access", glProgramUniform2uivEXT },
16534 { "glProgramUniform3d", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3d },
16535 { "glProgramUniform3dEXT", "GL_EXT_direct_state_access", glProgramUniform3dEXT },
16536 { "glProgramUniform3dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3dv },
16537 { "glProgramUniform3dvEXT", "GL_EXT_direct_state_access", glProgramUniform3dvEXT },
16538 { "glProgramUniform3f", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3f },
16539 { "glProgramUniform3fEXT", "GL_EXT_direct_state_access", glProgramUniform3fEXT },
16540 { "glProgramUniform3fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3fv },
16541 { "glProgramUniform3fvEXT", "GL_EXT_direct_state_access", glProgramUniform3fvEXT },
16542 { "glProgramUniform3i", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3i },
16543 { "glProgramUniform3i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform3i64NV },
16544 { "glProgramUniform3i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform3i64vNV },
16545 { "glProgramUniform3iEXT", "GL_EXT_direct_state_access", glProgramUniform3iEXT },
16546 { "glProgramUniform3iv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3iv },
16547 { "glProgramUniform3ivEXT", "GL_EXT_direct_state_access", glProgramUniform3ivEXT },
16548 { "glProgramUniform3ui", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3ui },
16549 { "glProgramUniform3ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform3ui64NV },
16550 { "glProgramUniform3ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform3ui64vNV },
16551 { "glProgramUniform3uiEXT", "GL_EXT_direct_state_access", glProgramUniform3uiEXT },
16552 { "glProgramUniform3uiv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform3uiv },
16553 { "glProgramUniform3uivEXT", "GL_EXT_direct_state_access", glProgramUniform3uivEXT },
16554 { "glProgramUniform4d", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4d },
16555 { "glProgramUniform4dEXT", "GL_EXT_direct_state_access", glProgramUniform4dEXT },
16556 { "glProgramUniform4dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4dv },
16557 { "glProgramUniform4dvEXT", "GL_EXT_direct_state_access", glProgramUniform4dvEXT },
16558 { "glProgramUniform4f", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4f },
16559 { "glProgramUniform4fEXT", "GL_EXT_direct_state_access", glProgramUniform4fEXT },
16560 { "glProgramUniform4fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4fv },
16561 { "glProgramUniform4fvEXT", "GL_EXT_direct_state_access", glProgramUniform4fvEXT },
16562 { "glProgramUniform4i", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4i },
16563 { "glProgramUniform4i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform4i64NV },
16564 { "glProgramUniform4i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform4i64vNV },
16565 { "glProgramUniform4iEXT", "GL_EXT_direct_state_access", glProgramUniform4iEXT },
16566 { "glProgramUniform4iv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4iv },
16567 { "glProgramUniform4ivEXT", "GL_EXT_direct_state_access", glProgramUniform4ivEXT },
16568 { "glProgramUniform4ui", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4ui },
16569 { "glProgramUniform4ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform4ui64NV },
16570 { "glProgramUniform4ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glProgramUniform4ui64vNV },
16571 { "glProgramUniform4uiEXT", "GL_EXT_direct_state_access", glProgramUniform4uiEXT },
16572 { "glProgramUniform4uiv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniform4uiv },
16573 { "glProgramUniform4uivEXT", "GL_EXT_direct_state_access", glProgramUniform4uivEXT },
16574 { "glProgramUniformHandleui64ARB", "GL_ARB_bindless_texture", glProgramUniformHandleui64ARB },
16575 { "glProgramUniformHandleui64NV", "GL_NV_bindless_texture", glProgramUniformHandleui64NV },
16576 { "glProgramUniformHandleui64vARB", "GL_ARB_bindless_texture", glProgramUniformHandleui64vARB },
16577 { "glProgramUniformHandleui64vNV", "GL_NV_bindless_texture", glProgramUniformHandleui64vNV },
16578 { "glProgramUniformMatrix2dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2dv },
16579 { "glProgramUniformMatrix2dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2dvEXT },
16580 { "glProgramUniformMatrix2fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2fv },
16581 { "glProgramUniformMatrix2fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2fvEXT },
16582 { "glProgramUniformMatrix2x3dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2x3dv },
16583 { "glProgramUniformMatrix2x3dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2x3dvEXT },
16584 { "glProgramUniformMatrix2x3fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2x3fv },
16585 { "glProgramUniformMatrix2x3fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2x3fvEXT },
16586 { "glProgramUniformMatrix2x4dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2x4dv },
16587 { "glProgramUniformMatrix2x4dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2x4dvEXT },
16588 { "glProgramUniformMatrix2x4fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix2x4fv },
16589 { "glProgramUniformMatrix2x4fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix2x4fvEXT },
16590 { "glProgramUniformMatrix3dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3dv },
16591 { "glProgramUniformMatrix3dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3dvEXT },
16592 { "glProgramUniformMatrix3fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3fv },
16593 { "glProgramUniformMatrix3fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3fvEXT },
16594 { "glProgramUniformMatrix3x2dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3x2dv },
16595 { "glProgramUniformMatrix3x2dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3x2dvEXT },
16596 { "glProgramUniformMatrix3x2fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3x2fv },
16597 { "glProgramUniformMatrix3x2fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3x2fvEXT },
16598 { "glProgramUniformMatrix3x4dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3x4dv },
16599 { "glProgramUniformMatrix3x4dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3x4dvEXT },
16600 { "glProgramUniformMatrix3x4fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix3x4fv },
16601 { "glProgramUniformMatrix3x4fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix3x4fvEXT },
16602 { "glProgramUniformMatrix4dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4dv },
16603 { "glProgramUniformMatrix4dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4dvEXT },
16604 { "glProgramUniformMatrix4fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4fv },
16605 { "glProgramUniformMatrix4fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4fvEXT },
16606 { "glProgramUniformMatrix4x2dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4x2dv },
16607 { "glProgramUniformMatrix4x2dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4x2dvEXT },
16608 { "glProgramUniformMatrix4x2fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4x2fv },
16609 { "glProgramUniformMatrix4x2fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4x2fvEXT },
16610 { "glProgramUniformMatrix4x3dv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4x3dv },
16611 { "glProgramUniformMatrix4x3dvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4x3dvEXT },
16612 { "glProgramUniformMatrix4x3fv", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glProgramUniformMatrix4x3fv },
16613 { "glProgramUniformMatrix4x3fvEXT", "GL_EXT_direct_state_access", glProgramUniformMatrix4x3fvEXT },
16614 { "glProgramUniformui64NV", "GL_NV_shader_buffer_load", glProgramUniformui64NV },
16615 { "glProgramUniformui64vNV", "GL_NV_shader_buffer_load", glProgramUniformui64vNV },
16616 { "glProgramVertexLimitNV", "GL_NV_geometry_program4", glProgramVertexLimitNV },
16617 { "glProvokingVertex", "GL_ARB_provoking_vertex GL_VERSION_3_2", glProvokingVertex },
16618 { "glProvokingVertexEXT", "GL_EXT_provoking_vertex", glProvokingVertexEXT },
16619 { "glPushClientAttribDefaultEXT", "GL_EXT_direct_state_access", glPushClientAttribDefaultEXT },
16620 { "glPushDebugGroup", "GL_KHR_debug GL_VERSION_4_3", glPushDebugGroup },
16621 { "glPushGroupMarkerEXT", "GL_EXT_debug_marker", glPushGroupMarkerEXT },
16622 { "glQueryCounter", "GL_ARB_timer_query GL_VERSION_3_3", glQueryCounter },
16623 { "glQueryMatrixxOES", "GL_OES_query_matrix", glQueryMatrixxOES },
16624 { "glQueryObjectParameteruiAMD", "GL_AMD_occlusion_query_event", glQueryObjectParameteruiAMD },
16625 { "glRasterPos2xOES", "GL_OES_fixed_point", glRasterPos2xOES },
16626 { "glRasterPos2xvOES", "GL_OES_fixed_point", glRasterPos2xvOES },
16627 { "glRasterPos3xOES", "GL_OES_fixed_point", glRasterPos3xOES },
16628 { "glRasterPos3xvOES", "GL_OES_fixed_point", glRasterPos3xvOES },
16629 { "glRasterPos4xOES", "GL_OES_fixed_point", glRasterPos4xOES },
16630 { "glRasterPos4xvOES", "GL_OES_fixed_point", glRasterPos4xvOES },
16631 { "glRasterSamplesEXT", "GL_EXT_raster_multisample GL_EXT_texture_filter_minmax GL_NV_framebuffer_mixed_samples", glRasterSamplesEXT },
16632 { "glReadBufferRegion", "GL_KTX_buffer_region", glReadBufferRegion },
16633 { "glReadInstrumentsSGIX", "GL_SGIX_instruments", glReadInstrumentsSGIX },
16634 { "glReadnPixels", "GL_KHR_robustness GL_VERSION_4_5", glReadnPixels },
16635 { "glReadnPixelsARB", "GL_ARB_robustness", glReadnPixelsARB },
16636 { "glRectxOES", "GL_OES_fixed_point", glRectxOES },
16637 { "glRectxvOES", "GL_OES_fixed_point", glRectxvOES },
16638 { "glReferencePlaneSGIX", "GL_SGIX_reference_plane", glReferencePlaneSGIX },
16639 { "glReleaseShaderCompiler", "GL_ARB_ES2_compatibility GL_VERSION_4_1", glReleaseShaderCompiler },
16640 { "glRenderbufferStorage", "GL_ARB_framebuffer_object GL_VERSION_3_0", glRenderbufferStorage },
16641 { "glRenderbufferStorageEXT", "GL_EXT_framebuffer_object", glRenderbufferStorageEXT },
16642 { "glRenderbufferStorageMultisample", "GL_ARB_framebuffer_object GL_VERSION_3_0", glRenderbufferStorageMultisample },
16643 { "glRenderbufferStorageMultisampleCoverageNV", "GL_NV_framebuffer_multisample_coverage", glRenderbufferStorageMultisampleCoverageNV },
16644 { "glRenderbufferStorageMultisampleEXT", "GL_EXT_framebuffer_multisample", glRenderbufferStorageMultisampleEXT },
16645 { "glReplacementCodePointerSUN", "GL_SUN_triangle_list", glReplacementCodePointerSUN },
16646 { "glReplacementCodeubSUN", "GL_SUN_triangle_list", glReplacementCodeubSUN },
16647 { "glReplacementCodeubvSUN", "GL_SUN_triangle_list", glReplacementCodeubvSUN },
16648 { "glReplacementCodeuiColor3fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiColor3fVertex3fSUN },
16649 { "glReplacementCodeuiColor3fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiColor3fVertex3fvSUN },
16650 { "glReplacementCodeuiColor4fNormal3fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiColor4fNormal3fVertex3fSUN },
16651 { "glReplacementCodeuiColor4fNormal3fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiColor4fNormal3fVertex3fvSUN },
16652 { "glReplacementCodeuiColor4ubVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiColor4ubVertex3fSUN },
16653 { "glReplacementCodeuiColor4ubVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiColor4ubVertex3fvSUN },
16654 { "glReplacementCodeuiNormal3fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiNormal3fVertex3fSUN },
16655 { "glReplacementCodeuiNormal3fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiNormal3fVertex3fvSUN },
16656 { "glReplacementCodeuiSUN", "GL_SUN_triangle_list", glReplacementCodeuiSUN },
16657 { "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN },
16658 { "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN },
16659 { "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN },
16660 { "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN },
16661 { "glReplacementCodeuiTexCoord2fVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fVertex3fSUN },
16662 { "glReplacementCodeuiTexCoord2fVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiTexCoord2fVertex3fvSUN },
16663 { "glReplacementCodeuiVertex3fSUN", "GL_SUN_vertex", glReplacementCodeuiVertex3fSUN },
16664 { "glReplacementCodeuiVertex3fvSUN", "GL_SUN_vertex", glReplacementCodeuiVertex3fvSUN },
16665 { "glReplacementCodeuivSUN", "GL_SUN_triangle_list", glReplacementCodeuivSUN },
16666 { "glReplacementCodeusSUN", "GL_SUN_triangle_list", glReplacementCodeusSUN },
16667 { "glReplacementCodeusvSUN", "GL_SUN_triangle_list", glReplacementCodeusvSUN },
16668 { "glRequestResidentProgramsNV", "GL_NV_vertex_program", glRequestResidentProgramsNV },
16669 { "glResetHistogram", "GL_ARB_imaging", glResetHistogram },
16670 { "glResetHistogramEXT", "GL_EXT_histogram", glResetHistogramEXT },
16671 { "glResetMinmax", "GL_ARB_imaging", glResetMinmax },
16672 { "glResetMinmaxEXT", "GL_EXT_histogram", glResetMinmaxEXT },
16673 { "glResizeBuffersMESA", "GL_MESA_resize_buffers", glResizeBuffersMESA },
16674 { "glResolveDepthValuesNV", "GL_NV_sample_locations", glResolveDepthValuesNV },
16675 { "glResumeTransformFeedback", "GL_ARB_transform_feedback2 GL_VERSION_4_0", glResumeTransformFeedback },
16676 { "glResumeTransformFeedbackNV", "GL_NV_transform_feedback2", glResumeTransformFeedbackNV },
16677 { "glRotatexOES", "GL_OES_fixed_point", glRotatexOES },
16678 { "glSampleCoverage", "GL_VERSION_1_3", glSampleCoverage },
16679 { "glSampleCoverageARB", "GL_ARB_multisample", glSampleCoverageARB },
16680 { "glSampleCoverageOES", "GL_OES_fixed_point", glSampleCoverageOES },
16681 { "glSampleMapATI", "GL_ATI_fragment_shader", glSampleMapATI },
16682 { "glSampleMaskEXT", "GL_EXT_multisample", glSampleMaskEXT },
16683 { "glSampleMaskIndexedNV", "GL_NV_explicit_multisample", glSampleMaskIndexedNV },
16684 { "glSampleMaskSGIS", "GL_SGIS_multisample", glSampleMaskSGIS },
16685 { "glSampleMaski", "GL_ARB_texture_multisample GL_VERSION_3_2", glSampleMaski },
16686 { "glSamplePatternEXT", "GL_EXT_multisample", glSamplePatternEXT },
16687 { "glSamplePatternSGIS", "GL_SGIS_multisample", glSamplePatternSGIS },
16688 { "glSamplerParameterIiv", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameterIiv },
16689 { "glSamplerParameterIuiv", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameterIuiv },
16690 { "glSamplerParameterf", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameterf },
16691 { "glSamplerParameterfv", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameterfv },
16692 { "glSamplerParameteri", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameteri },
16693 { "glSamplerParameteriv", "GL_ARB_sampler_objects GL_VERSION_3_3", glSamplerParameteriv },
16694 { "glScalexOES", "GL_OES_fixed_point", glScalexOES },
16695 { "glScissorArrayv", "GL_ARB_viewport_array GL_VERSION_4_1", glScissorArrayv },
16696 { "glScissorIndexed", "GL_ARB_viewport_array GL_VERSION_4_1", glScissorIndexed },
16697 { "glScissorIndexedv", "GL_ARB_viewport_array GL_VERSION_4_1", glScissorIndexedv },
16698 { "glSecondaryColor3b", "GL_VERSION_1_4", glSecondaryColor3b },
16699 { "glSecondaryColor3bEXT", "GL_EXT_secondary_color", glSecondaryColor3bEXT },
16700 { "glSecondaryColor3bv", "GL_VERSION_1_4", glSecondaryColor3bv },
16701 { "glSecondaryColor3bvEXT", "GL_EXT_secondary_color", glSecondaryColor3bvEXT },
16702 { "glSecondaryColor3d", "GL_VERSION_1_4", glSecondaryColor3d },
16703 { "glSecondaryColor3dEXT", "GL_EXT_secondary_color", glSecondaryColor3dEXT },
16704 { "glSecondaryColor3dv", "GL_VERSION_1_4", glSecondaryColor3dv },
16705 { "glSecondaryColor3dvEXT", "GL_EXT_secondary_color", glSecondaryColor3dvEXT },
16706 { "glSecondaryColor3f", "GL_VERSION_1_4", glSecondaryColor3f },
16707 { "glSecondaryColor3fEXT", "GL_EXT_secondary_color", glSecondaryColor3fEXT },
16708 { "glSecondaryColor3fv", "GL_VERSION_1_4", glSecondaryColor3fv },
16709 { "glSecondaryColor3fvEXT", "GL_EXT_secondary_color", glSecondaryColor3fvEXT },
16710 { "glSecondaryColor3hNV", "GL_NV_half_float", glSecondaryColor3hNV },
16711 { "glSecondaryColor3hvNV", "GL_NV_half_float", glSecondaryColor3hvNV },
16712 { "glSecondaryColor3i", "GL_VERSION_1_4", glSecondaryColor3i },
16713 { "glSecondaryColor3iEXT", "GL_EXT_secondary_color", glSecondaryColor3iEXT },
16714 { "glSecondaryColor3iv", "GL_VERSION_1_4", glSecondaryColor3iv },
16715 { "glSecondaryColor3ivEXT", "GL_EXT_secondary_color", glSecondaryColor3ivEXT },
16716 { "glSecondaryColor3s", "GL_VERSION_1_4", glSecondaryColor3s },
16717 { "glSecondaryColor3sEXT", "GL_EXT_secondary_color", glSecondaryColor3sEXT },
16718 { "glSecondaryColor3sv", "GL_VERSION_1_4", glSecondaryColor3sv },
16719 { "glSecondaryColor3svEXT", "GL_EXT_secondary_color", glSecondaryColor3svEXT },
16720 { "glSecondaryColor3ub", "GL_VERSION_1_4", glSecondaryColor3ub },
16721 { "glSecondaryColor3ubEXT", "GL_EXT_secondary_color", glSecondaryColor3ubEXT },
16722 { "glSecondaryColor3ubv", "GL_VERSION_1_4", glSecondaryColor3ubv },
16723 { "glSecondaryColor3ubvEXT", "GL_EXT_secondary_color", glSecondaryColor3ubvEXT },
16724 { "glSecondaryColor3ui", "GL_VERSION_1_4", glSecondaryColor3ui },
16725 { "glSecondaryColor3uiEXT", "GL_EXT_secondary_color", glSecondaryColor3uiEXT },
16726 { "glSecondaryColor3uiv", "GL_VERSION_1_4", glSecondaryColor3uiv },
16727 { "glSecondaryColor3uivEXT", "GL_EXT_secondary_color", glSecondaryColor3uivEXT },
16728 { "glSecondaryColor3us", "GL_VERSION_1_4", glSecondaryColor3us },
16729 { "glSecondaryColor3usEXT", "GL_EXT_secondary_color", glSecondaryColor3usEXT },
16730 { "glSecondaryColor3usv", "GL_VERSION_1_4", glSecondaryColor3usv },
16731 { "glSecondaryColor3usvEXT", "GL_EXT_secondary_color", glSecondaryColor3usvEXT },
16732 { "glSecondaryColorFormatNV", "GL_NV_vertex_buffer_unified_memory", glSecondaryColorFormatNV },
16733 { "glSecondaryColorP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glSecondaryColorP3ui },
16734 { "glSecondaryColorP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glSecondaryColorP3uiv },
16735 { "glSecondaryColorPointer", "GL_VERSION_1_4", glSecondaryColorPointer },
16736 { "glSecondaryColorPointerEXT", "GL_EXT_secondary_color", glSecondaryColorPointerEXT },
16737 { "glSecondaryColorPointerListIBM", "GL_IBM_vertex_array_lists", glSecondaryColorPointerListIBM },
16738 { "glSelectPerfMonitorCountersAMD", "GL_AMD_performance_monitor", glSelectPerfMonitorCountersAMD },
16739 { "glSelectTextureCoordSetSGIS", "GL_SGIS_multitexture", glSelectTextureCoordSetSGIS },
16740 { "glSelectTextureSGIS", "GL_SGIS_multitexture", glSelectTextureSGIS },
16741 { "glSeparableFilter2D", "GL_ARB_imaging", glSeparableFilter2D },
16742 { "glSeparableFilter2DEXT", "GL_EXT_convolution", glSeparableFilter2DEXT },
16743 { "glSetFenceAPPLE", "GL_APPLE_fence", glSetFenceAPPLE },
16744 { "glSetFenceNV", "GL_NV_fence", glSetFenceNV },
16745 { "glSetFragmentShaderConstantATI", "GL_ATI_fragment_shader", glSetFragmentShaderConstantATI },
16746 { "glSetInvariantEXT", "GL_EXT_vertex_shader", glSetInvariantEXT },
16747 { "glSetLocalConstantEXT", "GL_EXT_vertex_shader", glSetLocalConstantEXT },
16748 { "glSetMultisamplefvAMD", "GL_AMD_sample_positions", glSetMultisamplefvAMD },
16749 { "glShaderBinary", "GL_ARB_ES2_compatibility GL_VERSION_4_1", glShaderBinary },
16750 { "glShaderOp1EXT", "GL_EXT_vertex_shader", glShaderOp1EXT },
16751 { "glShaderOp2EXT", "GL_EXT_vertex_shader", glShaderOp2EXT },
16752 { "glShaderOp3EXT", "GL_EXT_vertex_shader", glShaderOp3EXT },
16753 { "glShaderSource", "GL_VERSION_2_0", glShaderSource },
16754 { "glShaderSourceARB", "GL_ARB_shader_objects", glShaderSourceARB },
16755 { "glShaderStorageBlockBinding", "GL_ARB_shader_storage_buffer_object GL_VERSION_4_3", glShaderStorageBlockBinding },
16756 { "glSharpenTexFuncSGIS", "GL_SGIS_sharpen_texture", glSharpenTexFuncSGIS },
16757 { "glSpriteParameterfSGIX", "GL_SGIX_sprite", glSpriteParameterfSGIX },
16758 { "glSpriteParameterfvSGIX", "GL_SGIX_sprite", glSpriteParameterfvSGIX },
16759 { "glSpriteParameteriSGIX", "GL_SGIX_sprite", glSpriteParameteriSGIX },
16760 { "glSpriteParameterivSGIX", "GL_SGIX_sprite", glSpriteParameterivSGIX },
16761 { "glStartInstrumentsSGIX", "GL_SGIX_instruments", glStartInstrumentsSGIX },
16762 { "glStencilClearTagEXT", "GL_EXT_stencil_clear_tag", glStencilClearTagEXT },
16763 { "glStencilFillPathInstancedNV", "GL_NV_path_rendering", glStencilFillPathInstancedNV },
16764 { "glStencilFillPathNV", "GL_NV_path_rendering", glStencilFillPathNV },
16765 { "glStencilFuncSeparate", "GL_VERSION_2_0", glStencilFuncSeparate },
16766 { "glStencilFuncSeparateATI", "GL_ATI_separate_stencil", glStencilFuncSeparateATI },
16767 { "glStencilMaskSeparate", "GL_VERSION_2_0", glStencilMaskSeparate },
16768 { "glStencilOpSeparate", "GL_VERSION_2_0", glStencilOpSeparate },
16769 { "glStencilOpSeparateATI", "GL_ATI_separate_stencil", glStencilOpSeparateATI },
16770 { "glStencilOpValueAMD", "GL_AMD_stencil_operation_extended", glStencilOpValueAMD },
16771 { "glStencilStrokePathInstancedNV", "GL_NV_path_rendering", glStencilStrokePathInstancedNV },
16772 { "glStencilStrokePathNV", "GL_NV_path_rendering", glStencilStrokePathNV },
16773 { "glStencilThenCoverFillPathInstancedNV", "GL_NV_path_rendering", glStencilThenCoverFillPathInstancedNV },
16774 { "glStencilThenCoverFillPathNV", "GL_NV_path_rendering", glStencilThenCoverFillPathNV },
16775 { "glStencilThenCoverStrokePathInstancedNV", "GL_NV_path_rendering", glStencilThenCoverStrokePathInstancedNV },
16776 { "glStencilThenCoverStrokePathNV", "GL_NV_path_rendering", glStencilThenCoverStrokePathNV },
16777 { "glStopInstrumentsSGIX", "GL_SGIX_instruments", glStopInstrumentsSGIX },
16778 { "glStringMarkerGREMEDY", "GL_GREMEDY_string_marker", glStringMarkerGREMEDY },
16779 { "glSubpixelPrecisionBiasNV", "GL_NV_conservative_raster", glSubpixelPrecisionBiasNV },
16780 { "glSwizzleEXT", "GL_EXT_vertex_shader", glSwizzleEXT },
16781 { "glSyncTextureINTEL", "GL_INTEL_map_texture", glSyncTextureINTEL },
16782 { "glTagSampleBufferSGIX", "GL_SGIX_tag_sample_buffer", glTagSampleBufferSGIX },
16783 { "glTangent3bEXT", "GL_EXT_coordinate_frame", glTangent3bEXT },
16784 { "glTangent3bvEXT", "GL_EXT_coordinate_frame", glTangent3bvEXT },
16785 { "glTangent3dEXT", "GL_EXT_coordinate_frame", glTangent3dEXT },
16786 { "glTangent3dvEXT", "GL_EXT_coordinate_frame", glTangent3dvEXT },
16787 { "glTangent3fEXT", "GL_EXT_coordinate_frame", glTangent3fEXT },
16788 { "glTangent3fvEXT", "GL_EXT_coordinate_frame", glTangent3fvEXT },
16789 { "glTangent3iEXT", "GL_EXT_coordinate_frame", glTangent3iEXT },
16790 { "glTangent3ivEXT", "GL_EXT_coordinate_frame", glTangent3ivEXT },
16791 { "glTangent3sEXT", "GL_EXT_coordinate_frame", glTangent3sEXT },
16792 { "glTangent3svEXT", "GL_EXT_coordinate_frame", glTangent3svEXT },
16793 { "glTangentPointerEXT", "GL_EXT_coordinate_frame", glTangentPointerEXT },
16794 { "glTbufferMask3DFX", "GL_3DFX_tbuffer", glTbufferMask3DFX },
16795 { "glTessellationFactorAMD", "GL_AMD_vertex_shader_tessellator", glTessellationFactorAMD },
16796 { "glTessellationModeAMD", "GL_AMD_vertex_shader_tessellator", glTessellationModeAMD },
16797 { "glTestFenceAPPLE", "GL_APPLE_fence", glTestFenceAPPLE },
16798 { "glTestFenceNV", "GL_NV_fence", glTestFenceNV },
16799 { "glTestObjectAPPLE", "GL_APPLE_fence", glTestObjectAPPLE },
16800 { "glTexBuffer", "GL_VERSION_3_1", glTexBuffer },
16801 { "glTexBufferARB", "GL_ARB_texture_buffer_object", glTexBufferARB },
16802 { "glTexBufferEXT", "GL_EXT_texture_buffer_object", glTexBufferEXT },
16803 { "glTexBufferRange", "GL_ARB_texture_buffer_range GL_VERSION_4_3", glTexBufferRange },
16804 { "glTexBumpParameterfvATI", "GL_ATI_envmap_bumpmap", glTexBumpParameterfvATI },
16805 { "glTexBumpParameterivATI", "GL_ATI_envmap_bumpmap", glTexBumpParameterivATI },
16806 { "glTexCoord1bOES", "GL_OES_byte_coordinates", glTexCoord1bOES },
16807 { "glTexCoord1bvOES", "GL_OES_byte_coordinates", glTexCoord1bvOES },
16808 { "glTexCoord1hNV", "GL_NV_half_float", glTexCoord1hNV },
16809 { "glTexCoord1hvNV", "GL_NV_half_float", glTexCoord1hvNV },
16810 { "glTexCoord1xOES", "GL_OES_fixed_point", glTexCoord1xOES },
16811 { "glTexCoord1xvOES", "GL_OES_fixed_point", glTexCoord1xvOES },
16812 { "glTexCoord2bOES", "GL_OES_byte_coordinates", glTexCoord2bOES },
16813 { "glTexCoord2bvOES", "GL_OES_byte_coordinates", glTexCoord2bvOES },
16814 { "glTexCoord2fColor3fVertex3fSUN", "GL_SUN_vertex", glTexCoord2fColor3fVertex3fSUN },
16815 { "glTexCoord2fColor3fVertex3fvSUN", "GL_SUN_vertex", glTexCoord2fColor3fVertex3fvSUN },
16816 { "glTexCoord2fColor4fNormal3fVertex3fSUN", "GL_SUN_vertex", glTexCoord2fColor4fNormal3fVertex3fSUN },
16817 { "glTexCoord2fColor4fNormal3fVertex3fvSUN", "GL_SUN_vertex", glTexCoord2fColor4fNormal3fVertex3fvSUN },
16818 { "glTexCoord2fColor4ubVertex3fSUN", "GL_SUN_vertex", glTexCoord2fColor4ubVertex3fSUN },
16819 { "glTexCoord2fColor4ubVertex3fvSUN", "GL_SUN_vertex", glTexCoord2fColor4ubVertex3fvSUN },
16820 { "glTexCoord2fNormal3fVertex3fSUN", "GL_SUN_vertex", glTexCoord2fNormal3fVertex3fSUN },
16821 { "glTexCoord2fNormal3fVertex3fvSUN", "GL_SUN_vertex", glTexCoord2fNormal3fVertex3fvSUN },
16822 { "glTexCoord2fVertex3fSUN", "GL_SUN_vertex", glTexCoord2fVertex3fSUN },
16823 { "glTexCoord2fVertex3fvSUN", "GL_SUN_vertex", glTexCoord2fVertex3fvSUN },
16824 { "glTexCoord2hNV", "GL_NV_half_float", glTexCoord2hNV },
16825 { "glTexCoord2hvNV", "GL_NV_half_float", glTexCoord2hvNV },
16826 { "glTexCoord2xOES", "GL_OES_fixed_point", glTexCoord2xOES },
16827 { "glTexCoord2xvOES", "GL_OES_fixed_point", glTexCoord2xvOES },
16828 { "glTexCoord3bOES", "GL_OES_byte_coordinates", glTexCoord3bOES },
16829 { "glTexCoord3bvOES", "GL_OES_byte_coordinates", glTexCoord3bvOES },
16830 { "glTexCoord3hNV", "GL_NV_half_float", glTexCoord3hNV },
16831 { "glTexCoord3hvNV", "GL_NV_half_float", glTexCoord3hvNV },
16832 { "glTexCoord3xOES", "GL_OES_fixed_point", glTexCoord3xOES },
16833 { "glTexCoord3xvOES", "GL_OES_fixed_point", glTexCoord3xvOES },
16834 { "glTexCoord4bOES", "GL_OES_byte_coordinates", glTexCoord4bOES },
16835 { "glTexCoord4bvOES", "GL_OES_byte_coordinates", glTexCoord4bvOES },
16836 { "glTexCoord4fColor4fNormal3fVertex4fSUN", "GL_SUN_vertex", glTexCoord4fColor4fNormal3fVertex4fSUN },
16837 { "glTexCoord4fColor4fNormal3fVertex4fvSUN", "GL_SUN_vertex", glTexCoord4fColor4fNormal3fVertex4fvSUN },
16838 { "glTexCoord4fVertex4fSUN", "GL_SUN_vertex", glTexCoord4fVertex4fSUN },
16839 { "glTexCoord4fVertex4fvSUN", "GL_SUN_vertex", glTexCoord4fVertex4fvSUN },
16840 { "glTexCoord4hNV", "GL_NV_half_float", glTexCoord4hNV },
16841 { "glTexCoord4hvNV", "GL_NV_half_float", glTexCoord4hvNV },
16842 { "glTexCoord4xOES", "GL_OES_fixed_point", glTexCoord4xOES },
16843 { "glTexCoord4xvOES", "GL_OES_fixed_point", glTexCoord4xvOES },
16844 { "glTexCoordFormatNV", "GL_NV_vertex_buffer_unified_memory", glTexCoordFormatNV },
16845 { "glTexCoordP1ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP1ui },
16846 { "glTexCoordP1uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP1uiv },
16847 { "glTexCoordP2ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP2ui },
16848 { "glTexCoordP2uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP2uiv },
16849 { "glTexCoordP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP3ui },
16850 { "glTexCoordP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP3uiv },
16851 { "glTexCoordP4ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP4ui },
16852 { "glTexCoordP4uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glTexCoordP4uiv },
16853 { "glTexCoordPointerEXT", "GL_EXT_vertex_array", glTexCoordPointerEXT },
16854 { "glTexCoordPointerListIBM", "GL_IBM_vertex_array_lists", glTexCoordPointerListIBM },
16855 { "glTexCoordPointervINTEL", "GL_INTEL_parallel_arrays", glTexCoordPointervINTEL },
16856 { "glTexEnvxOES", "GL_OES_fixed_point", glTexEnvxOES },
16857 { "glTexEnvxvOES", "GL_OES_fixed_point", glTexEnvxvOES },
16858 { "glTexFilterFuncSGIS", "GL_SGIS_texture_filter4", glTexFilterFuncSGIS },
16859 { "glTexGenxOES", "GL_OES_fixed_point", glTexGenxOES },
16860 { "glTexGenxvOES", "GL_OES_fixed_point", glTexGenxvOES },
16861 { "glTexImage2DMultisample", "GL_ARB_texture_multisample GL_VERSION_3_2", glTexImage2DMultisample },
16862 { "glTexImage2DMultisampleCoverageNV", "GL_NV_texture_multisample", glTexImage2DMultisampleCoverageNV },
16863 { "glTexImage3D", "GL_VERSION_1_2", glTexImage3D },
16864 { "glTexImage3DEXT", "GL_EXT_texture3D", glTexImage3DEXT },
16865 { "glTexImage3DMultisample", "GL_ARB_texture_multisample GL_VERSION_3_2", glTexImage3DMultisample },
16866 { "glTexImage3DMultisampleCoverageNV", "GL_NV_texture_multisample", glTexImage3DMultisampleCoverageNV },
16867 { "glTexImage4DSGIS", "GL_SGIS_texture4D", glTexImage4DSGIS },
16868 { "glTexPageCommitmentARB", "GL_ARB_sparse_texture", glTexPageCommitmentARB },
16869 { "glTexParameterIiv", "GL_VERSION_3_0", glTexParameterIiv },
16870 { "glTexParameterIivEXT", "GL_EXT_texture_integer", glTexParameterIivEXT },
16871 { "glTexParameterIuiv", "GL_VERSION_3_0", glTexParameterIuiv },
16872 { "glTexParameterIuivEXT", "GL_EXT_texture_integer", glTexParameterIuivEXT },
16873 { "glTexParameterxOES", "GL_OES_fixed_point", glTexParameterxOES },
16874 { "glTexParameterxvOES", "GL_OES_fixed_point", glTexParameterxvOES },
16875 { "glTexRenderbufferNV", "GL_NV_explicit_multisample", glTexRenderbufferNV },
16876 { "glTexStorage1D", "GL_ARB_texture_storage GL_VERSION_4_2", glTexStorage1D },
16877 { "glTexStorage2D", "GL_ARB_texture_storage GL_VERSION_4_2", glTexStorage2D },
16878 { "glTexStorage2DMultisample", "GL_ARB_texture_storage_multisample GL_VERSION_4_3", glTexStorage2DMultisample },
16879 { "glTexStorage3D", "GL_ARB_texture_storage GL_VERSION_4_2", glTexStorage3D },
16880 { "glTexStorage3DMultisample", "GL_ARB_texture_storage_multisample GL_VERSION_4_3", glTexStorage3DMultisample },
16881 { "glTexStorageSparseAMD", "GL_AMD_sparse_texture", glTexStorageSparseAMD },
16882 { "glTexSubImage1DEXT", "GL_EXT_subtexture", glTexSubImage1DEXT },
16883 { "glTexSubImage2DEXT", "GL_EXT_subtexture", glTexSubImage2DEXT },
16884 { "glTexSubImage3D", "GL_VERSION_1_2", glTexSubImage3D },
16885 { "glTexSubImage3DEXT", "GL_EXT_texture3D", glTexSubImage3DEXT },
16886 { "glTexSubImage4DSGIS", "GL_SGIS_texture4D", glTexSubImage4DSGIS },
16887 { "glTextureBarrier", "GL_ARB_texture_barrier GL_VERSION_4_5", glTextureBarrier },
16888 { "glTextureBarrierNV", "GL_NV_texture_barrier", glTextureBarrierNV },
16889 { "glTextureBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureBuffer },
16890 { "glTextureBufferEXT", "GL_EXT_direct_state_access", glTextureBufferEXT },
16891 { "glTextureBufferRange", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureBufferRange },
16892 { "glTextureBufferRangeEXT", "GL_EXT_direct_state_access", glTextureBufferRangeEXT },
16893 { "glTextureColorMaskSGIS", "GL_SGIS_texture_color_mask", glTextureColorMaskSGIS },
16894 { "glTextureImage1DEXT", "GL_EXT_direct_state_access", glTextureImage1DEXT },
16895 { "glTextureImage2DEXT", "GL_EXT_direct_state_access", glTextureImage2DEXT },
16896 { "glTextureImage2DMultisampleCoverageNV", "GL_NV_texture_multisample", glTextureImage2DMultisampleCoverageNV },
16897 { "glTextureImage2DMultisampleNV", "GL_NV_texture_multisample", glTextureImage2DMultisampleNV },
16898 { "glTextureImage3DEXT", "GL_EXT_direct_state_access", glTextureImage3DEXT },
16899 { "glTextureImage3DMultisampleCoverageNV", "GL_NV_texture_multisample", glTextureImage3DMultisampleCoverageNV },
16900 { "glTextureImage3DMultisampleNV", "GL_NV_texture_multisample", glTextureImage3DMultisampleNV },
16901 { "glTextureLightEXT", "GL_EXT_light_texture", glTextureLightEXT },
16902 { "glTextureMaterialEXT", "GL_EXT_light_texture", glTextureMaterialEXT },
16903 { "glTextureNormalEXT", "GL_EXT_texture_perturb_normal", glTextureNormalEXT },
16904 { "glTexturePageCommitmentEXT", "GL_EXT_direct_state_access", glTexturePageCommitmentEXT },
16905 { "glTextureParameterIiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameterIiv },
16906 { "glTextureParameterIivEXT", "GL_EXT_direct_state_access", glTextureParameterIivEXT },
16907 { "glTextureParameterIuiv", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameterIuiv },
16908 { "glTextureParameterIuivEXT", "GL_EXT_direct_state_access", glTextureParameterIuivEXT },
16909 { "glTextureParameterf", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameterf },
16910 { "glTextureParameterfEXT", "GL_EXT_direct_state_access", glTextureParameterfEXT },
16911 { "glTextureParameterfv", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameterfv },
16912 { "glTextureParameterfvEXT", "GL_EXT_direct_state_access", glTextureParameterfvEXT },
16913 { "glTextureParameteri", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameteri },
16914 { "glTextureParameteriEXT", "GL_EXT_direct_state_access", glTextureParameteriEXT },
16915 { "glTextureParameteriv", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureParameteriv },
16916 { "glTextureParameterivEXT", "GL_EXT_direct_state_access", glTextureParameterivEXT },
16917 { "glTextureRangeAPPLE", "GL_APPLE_texture_range", glTextureRangeAPPLE },
16918 { "glTextureRenderbufferEXT", "GL_EXT_direct_state_access", glTextureRenderbufferEXT },
16919 { "glTextureStorage1D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureStorage1D },
16920 { "glTextureStorage1DEXT", "GL_EXT_direct_state_access", glTextureStorage1DEXT },
16921 { "glTextureStorage2D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureStorage2D },
16922 { "glTextureStorage2DEXT", "GL_EXT_direct_state_access", glTextureStorage2DEXT },
16923 { "glTextureStorage2DMultisample", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureStorage2DMultisample },
16924 { "glTextureStorage2DMultisampleEXT", "GL_EXT_direct_state_access", glTextureStorage2DMultisampleEXT },
16925 { "glTextureStorage3D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureStorage3D },
16926 { "glTextureStorage3DEXT", "GL_EXT_direct_state_access", glTextureStorage3DEXT },
16927 { "glTextureStorage3DMultisample", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureStorage3DMultisample },
16928 { "glTextureStorage3DMultisampleEXT", "GL_EXT_direct_state_access", glTextureStorage3DMultisampleEXT },
16929 { "glTextureStorageSparseAMD", "GL_AMD_sparse_texture", glTextureStorageSparseAMD },
16930 { "glTextureSubImage1D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureSubImage1D },
16931 { "glTextureSubImage1DEXT", "GL_EXT_direct_state_access", glTextureSubImage1DEXT },
16932 { "glTextureSubImage2D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureSubImage2D },
16933 { "glTextureSubImage2DEXT", "GL_EXT_direct_state_access", glTextureSubImage2DEXT },
16934 { "glTextureSubImage3D", "GL_ARB_direct_state_access GL_VERSION_4_5", glTextureSubImage3D },
16935 { "glTextureSubImage3DEXT", "GL_EXT_direct_state_access", glTextureSubImage3DEXT },
16936 { "glTextureView", "GL_ARB_texture_view GL_VERSION_4_3", glTextureView },
16937 { "glTrackMatrixNV", "GL_NV_vertex_program", glTrackMatrixNV },
16938 { "glTransformFeedbackAttribsNV", "GL_NV_transform_feedback", glTransformFeedbackAttribsNV },
16939 { "glTransformFeedbackBufferBase", "GL_ARB_direct_state_access GL_VERSION_4_5", glTransformFeedbackBufferBase },
16940 { "glTransformFeedbackBufferRange", "GL_ARB_direct_state_access GL_VERSION_4_5", glTransformFeedbackBufferRange },
16941 { "glTransformFeedbackStreamAttribsNV", "GL_NV_transform_feedback", glTransformFeedbackStreamAttribsNV },
16942 { "glTransformFeedbackVaryings", "GL_VERSION_3_0", glTransformFeedbackVaryings },
16943 { "glTransformFeedbackVaryingsEXT", "GL_EXT_transform_feedback", glTransformFeedbackVaryingsEXT },
16944 { "glTransformFeedbackVaryingsNV", "GL_NV_transform_feedback", glTransformFeedbackVaryingsNV },
16945 { "glTransformPathNV", "GL_NV_path_rendering", glTransformPathNV },
16946 { "glTranslatexOES", "GL_OES_fixed_point", glTranslatexOES },
16947 { "glUniform1d", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform1d },
16948 { "glUniform1dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform1dv },
16949 { "glUniform1f", "GL_VERSION_2_0", glUniform1f },
16950 { "glUniform1fARB", "GL_ARB_shader_objects", glUniform1fARB },
16951 { "glUniform1fv", "GL_VERSION_2_0", glUniform1fv },
16952 { "glUniform1fvARB", "GL_ARB_shader_objects", glUniform1fvARB },
16953 { "glUniform1i", "GL_VERSION_2_0", glUniform1i },
16954 { "glUniform1i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform1i64NV },
16955 { "glUniform1i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform1i64vNV },
16956 { "glUniform1iARB", "GL_ARB_shader_objects", glUniform1iARB },
16957 { "glUniform1iv", "GL_VERSION_2_0", glUniform1iv },
16958 { "glUniform1ivARB", "GL_ARB_shader_objects", glUniform1ivARB },
16959 { "glUniform1ui", "GL_VERSION_3_0", glUniform1ui },
16960 { "glUniform1ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform1ui64NV },
16961 { "glUniform1ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform1ui64vNV },
16962 { "glUniform1uiEXT", "GL_EXT_gpu_shader4", glUniform1uiEXT },
16963 { "glUniform1uiv", "GL_VERSION_3_0", glUniform1uiv },
16964 { "glUniform1uivEXT", "GL_EXT_gpu_shader4", glUniform1uivEXT },
16965 { "glUniform2d", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform2d },
16966 { "glUniform2dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform2dv },
16967 { "glUniform2f", "GL_VERSION_2_0", glUniform2f },
16968 { "glUniform2fARB", "GL_ARB_shader_objects", glUniform2fARB },
16969 { "glUniform2fv", "GL_VERSION_2_0", glUniform2fv },
16970 { "glUniform2fvARB", "GL_ARB_shader_objects", glUniform2fvARB },
16971 { "glUniform2i", "GL_VERSION_2_0", glUniform2i },
16972 { "glUniform2i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform2i64NV },
16973 { "glUniform2i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform2i64vNV },
16974 { "glUniform2iARB", "GL_ARB_shader_objects", glUniform2iARB },
16975 { "glUniform2iv", "GL_VERSION_2_0", glUniform2iv },
16976 { "glUniform2ivARB", "GL_ARB_shader_objects", glUniform2ivARB },
16977 { "glUniform2ui", "GL_VERSION_3_0", glUniform2ui },
16978 { "glUniform2ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform2ui64NV },
16979 { "glUniform2ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform2ui64vNV },
16980 { "glUniform2uiEXT", "GL_EXT_gpu_shader4", glUniform2uiEXT },
16981 { "glUniform2uiv", "GL_VERSION_3_0", glUniform2uiv },
16982 { "glUniform2uivEXT", "GL_EXT_gpu_shader4", glUniform2uivEXT },
16983 { "glUniform3d", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform3d },
16984 { "glUniform3dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform3dv },
16985 { "glUniform3f", "GL_VERSION_2_0", glUniform3f },
16986 { "glUniform3fARB", "GL_ARB_shader_objects", glUniform3fARB },
16987 { "glUniform3fv", "GL_VERSION_2_0", glUniform3fv },
16988 { "glUniform3fvARB", "GL_ARB_shader_objects", glUniform3fvARB },
16989 { "glUniform3i", "GL_VERSION_2_0", glUniform3i },
16990 { "glUniform3i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform3i64NV },
16991 { "glUniform3i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform3i64vNV },
16992 { "glUniform3iARB", "GL_ARB_shader_objects", glUniform3iARB },
16993 { "glUniform3iv", "GL_VERSION_2_0", glUniform3iv },
16994 { "glUniform3ivARB", "GL_ARB_shader_objects", glUniform3ivARB },
16995 { "glUniform3ui", "GL_VERSION_3_0", glUniform3ui },
16996 { "glUniform3ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform3ui64NV },
16997 { "glUniform3ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform3ui64vNV },
16998 { "glUniform3uiEXT", "GL_EXT_gpu_shader4", glUniform3uiEXT },
16999 { "glUniform3uiv", "GL_VERSION_3_0", glUniform3uiv },
17000 { "glUniform3uivEXT", "GL_EXT_gpu_shader4", glUniform3uivEXT },
17001 { "glUniform4d", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform4d },
17002 { "glUniform4dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniform4dv },
17003 { "glUniform4f", "GL_VERSION_2_0", glUniform4f },
17004 { "glUniform4fARB", "GL_ARB_shader_objects", glUniform4fARB },
17005 { "glUniform4fv", "GL_VERSION_2_0", glUniform4fv },
17006 { "glUniform4fvARB", "GL_ARB_shader_objects", glUniform4fvARB },
17007 { "glUniform4i", "GL_VERSION_2_0", glUniform4i },
17008 { "glUniform4i64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform4i64NV },
17009 { "glUniform4i64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform4i64vNV },
17010 { "glUniform4iARB", "GL_ARB_shader_objects", glUniform4iARB },
17011 { "glUniform4iv", "GL_VERSION_2_0", glUniform4iv },
17012 { "glUniform4ivARB", "GL_ARB_shader_objects", glUniform4ivARB },
17013 { "glUniform4ui", "GL_VERSION_3_0", glUniform4ui },
17014 { "glUniform4ui64NV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform4ui64NV },
17015 { "glUniform4ui64vNV", "GL_AMD_gpu_shader_int64 GL_NV_gpu_shader5", glUniform4ui64vNV },
17016 { "glUniform4uiEXT", "GL_EXT_gpu_shader4", glUniform4uiEXT },
17017 { "glUniform4uiv", "GL_VERSION_3_0", glUniform4uiv },
17018 { "glUniform4uivEXT", "GL_EXT_gpu_shader4", glUniform4uivEXT },
17019 { "glUniformBlockBinding", "GL_ARB_uniform_buffer_object GL_VERSION_3_1", glUniformBlockBinding },
17020 { "glUniformBufferEXT", "GL_EXT_bindable_uniform", glUniformBufferEXT },
17021 { "glUniformHandleui64ARB", "GL_ARB_bindless_texture", glUniformHandleui64ARB },
17022 { "glUniformHandleui64NV", "GL_NV_bindless_texture", glUniformHandleui64NV },
17023 { "glUniformHandleui64vARB", "GL_ARB_bindless_texture", glUniformHandleui64vARB },
17024 { "glUniformHandleui64vNV", "GL_NV_bindless_texture", glUniformHandleui64vNV },
17025 { "glUniformMatrix2dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix2dv },
17026 { "glUniformMatrix2fv", "GL_VERSION_2_0", glUniformMatrix2fv },
17027 { "glUniformMatrix2fvARB", "GL_ARB_shader_objects", glUniformMatrix2fvARB },
17028 { "glUniformMatrix2x3dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix2x3dv },
17029 { "glUniformMatrix2x3fv", "GL_VERSION_2_1", glUniformMatrix2x3fv },
17030 { "glUniformMatrix2x4dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix2x4dv },
17031 { "glUniformMatrix2x4fv", "GL_VERSION_2_1", glUniformMatrix2x4fv },
17032 { "glUniformMatrix3dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix3dv },
17033 { "glUniformMatrix3fv", "GL_VERSION_2_0", glUniformMatrix3fv },
17034 { "glUniformMatrix3fvARB", "GL_ARB_shader_objects", glUniformMatrix3fvARB },
17035 { "glUniformMatrix3x2dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix3x2dv },
17036 { "glUniformMatrix3x2fv", "GL_VERSION_2_1", glUniformMatrix3x2fv },
17037 { "glUniformMatrix3x4dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix3x4dv },
17038 { "glUniformMatrix3x4fv", "GL_VERSION_2_1", glUniformMatrix3x4fv },
17039 { "glUniformMatrix4dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix4dv },
17040 { "glUniformMatrix4fv", "GL_VERSION_2_0", glUniformMatrix4fv },
17041 { "glUniformMatrix4fvARB", "GL_ARB_shader_objects", glUniformMatrix4fvARB },
17042 { "glUniformMatrix4x2dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix4x2dv },
17043 { "glUniformMatrix4x2fv", "GL_VERSION_2_1", glUniformMatrix4x2fv },
17044 { "glUniformMatrix4x3dv", "GL_ARB_gpu_shader_fp64 GL_VERSION_4_0", glUniformMatrix4x3dv },
17045 { "glUniformMatrix4x3fv", "GL_VERSION_2_1", glUniformMatrix4x3fv },
17046 { "glUniformSubroutinesuiv", "GL_ARB_shader_subroutine GL_VERSION_4_0", glUniformSubroutinesuiv },
17047 { "glUniformui64NV", "GL_NV_shader_buffer_load", glUniformui64NV },
17048 { "glUniformui64vNV", "GL_NV_shader_buffer_load", glUniformui64vNV },
17049 { "glUnlockArraysEXT", "GL_EXT_compiled_vertex_array", glUnlockArraysEXT },
17050 { "glUnmapBuffer", "GL_VERSION_1_5", glUnmapBuffer },
17051 { "glUnmapBufferARB", "GL_ARB_vertex_buffer_object", glUnmapBufferARB },
17052 { "glUnmapNamedBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glUnmapNamedBuffer },
17053 { "glUnmapNamedBufferEXT", "GL_EXT_direct_state_access", glUnmapNamedBufferEXT },
17054 { "glUnmapObjectBufferATI", "GL_ATI_map_object_buffer", glUnmapObjectBufferATI },
17055 { "glUnmapTexture2DINTEL", "GL_INTEL_map_texture", glUnmapTexture2DINTEL },
17056 { "glUpdateObjectBufferATI", "GL_ATI_vertex_array_object", glUpdateObjectBufferATI },
17057 { "glUseProgram", "GL_VERSION_2_0", glUseProgram },
17058 { "glUseProgramObjectARB", "GL_ARB_shader_objects", glUseProgramObjectARB },
17059 { "glUseProgramStages", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glUseProgramStages },
17060 { "glUseShaderProgramEXT", "GL_EXT_separate_shader_objects", glUseShaderProgramEXT },
17061 { "glVDPAUFiniNV", "GL_NV_vdpau_interop", glVDPAUFiniNV },
17062 { "glVDPAUGetSurfaceivNV", "GL_NV_vdpau_interop", glVDPAUGetSurfaceivNV },
17063 { "glVDPAUInitNV", "GL_NV_vdpau_interop", glVDPAUInitNV },
17064 { "glVDPAUIsSurfaceNV", "GL_NV_vdpau_interop", glVDPAUIsSurfaceNV },
17065 { "glVDPAUMapSurfacesNV", "GL_NV_vdpau_interop", glVDPAUMapSurfacesNV },
17066 { "glVDPAURegisterOutputSurfaceNV", "GL_NV_vdpau_interop", glVDPAURegisterOutputSurfaceNV },
17067 { "glVDPAURegisterVideoSurfaceNV", "GL_NV_vdpau_interop", glVDPAURegisterVideoSurfaceNV },
17068 { "glVDPAUSurfaceAccessNV", "GL_NV_vdpau_interop", glVDPAUSurfaceAccessNV },
17069 { "glVDPAUUnmapSurfacesNV", "GL_NV_vdpau_interop", glVDPAUUnmapSurfacesNV },
17070 { "glVDPAUUnregisterSurfaceNV", "GL_NV_vdpau_interop", glVDPAUUnregisterSurfaceNV },
17071 { "glValidateProgram", "GL_VERSION_2_0", glValidateProgram },
17072 { "glValidateProgramARB", "GL_ARB_shader_objects", glValidateProgramARB },
17073 { "glValidateProgramPipeline", "GL_ARB_separate_shader_objects GL_VERSION_4_1", glValidateProgramPipeline },
17074 { "glVariantArrayObjectATI", "GL_ATI_vertex_array_object", glVariantArrayObjectATI },
17075 { "glVariantPointerEXT", "GL_EXT_vertex_shader", glVariantPointerEXT },
17076 { "glVariantbvEXT", "GL_EXT_vertex_shader", glVariantbvEXT },
17077 { "glVariantdvEXT", "GL_EXT_vertex_shader", glVariantdvEXT },
17078 { "glVariantfvEXT", "GL_EXT_vertex_shader", glVariantfvEXT },
17079 { "glVariantivEXT", "GL_EXT_vertex_shader", glVariantivEXT },
17080 { "glVariantsvEXT", "GL_EXT_vertex_shader", glVariantsvEXT },
17081 { "glVariantubvEXT", "GL_EXT_vertex_shader", glVariantubvEXT },
17082 { "glVariantuivEXT", "GL_EXT_vertex_shader", glVariantuivEXT },
17083 { "glVariantusvEXT", "GL_EXT_vertex_shader", glVariantusvEXT },
17084 { "glVertex2bOES", "GL_OES_byte_coordinates", glVertex2bOES },
17085 { "glVertex2bvOES", "GL_OES_byte_coordinates", glVertex2bvOES },
17086 { "glVertex2hNV", "GL_NV_half_float", glVertex2hNV },
17087 { "glVertex2hvNV", "GL_NV_half_float", glVertex2hvNV },
17088 { "glVertex2xOES", "GL_OES_fixed_point", glVertex2xOES },
17089 { "glVertex2xvOES", "GL_OES_fixed_point", glVertex2xvOES },
17090 { "glVertex3bOES", "GL_OES_byte_coordinates", glVertex3bOES },
17091 { "glVertex3bvOES", "GL_OES_byte_coordinates", glVertex3bvOES },
17092 { "glVertex3hNV", "GL_NV_half_float", glVertex3hNV },
17093 { "glVertex3hvNV", "GL_NV_half_float", glVertex3hvNV },
17094 { "glVertex3xOES", "GL_OES_fixed_point", glVertex3xOES },
17095 { "glVertex3xvOES", "GL_OES_fixed_point", glVertex3xvOES },
17096 { "glVertex4bOES", "GL_OES_byte_coordinates", glVertex4bOES },
17097 { "glVertex4bvOES", "GL_OES_byte_coordinates", glVertex4bvOES },
17098 { "glVertex4hNV", "GL_NV_half_float", glVertex4hNV },
17099 { "glVertex4hvNV", "GL_NV_half_float", glVertex4hvNV },
17100 { "glVertex4xOES", "GL_OES_fixed_point", glVertex4xOES },
17101 { "glVertex4xvOES", "GL_OES_fixed_point", glVertex4xvOES },
17102 { "glVertexArrayAttribBinding", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayAttribBinding },
17103 { "glVertexArrayAttribFormat", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayAttribFormat },
17104 { "glVertexArrayAttribIFormat", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayAttribIFormat },
17105 { "glVertexArrayAttribLFormat", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayAttribLFormat },
17106 { "glVertexArrayBindVertexBufferEXT", "GL_EXT_direct_state_access", glVertexArrayBindVertexBufferEXT },
17107 { "glVertexArrayBindingDivisor", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayBindingDivisor },
17108 { "glVertexArrayColorOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayColorOffsetEXT },
17109 { "glVertexArrayEdgeFlagOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayEdgeFlagOffsetEXT },
17110 { "glVertexArrayElementBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayElementBuffer },
17111 { "glVertexArrayFogCoordOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayFogCoordOffsetEXT },
17112 { "glVertexArrayIndexOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayIndexOffsetEXT },
17113 { "glVertexArrayMultiTexCoordOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayMultiTexCoordOffsetEXT },
17114 { "glVertexArrayNormalOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayNormalOffsetEXT },
17115 { "glVertexArrayParameteriAPPLE", "GL_APPLE_vertex_array_range", glVertexArrayParameteriAPPLE },
17116 { "glVertexArrayRangeAPPLE", "GL_APPLE_vertex_array_range", glVertexArrayRangeAPPLE },
17117 { "glVertexArrayRangeNV", "GL_NV_vertex_array_range", glVertexArrayRangeNV },
17118 { "glVertexArraySecondaryColorOffsetEXT", "GL_EXT_direct_state_access", glVertexArraySecondaryColorOffsetEXT },
17119 { "glVertexArrayTexCoordOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayTexCoordOffsetEXT },
17120 { "glVertexArrayVertexAttribBindingEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribBindingEXT },
17121 { "glVertexArrayVertexAttribDivisorEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribDivisorEXT },
17122 { "glVertexArrayVertexAttribFormatEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribFormatEXT },
17123 { "glVertexArrayVertexAttribIFormatEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribIFormatEXT },
17124 { "glVertexArrayVertexAttribIOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribIOffsetEXT },
17125 { "glVertexArrayVertexAttribLFormatEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribLFormatEXT },
17126 { "glVertexArrayVertexAttribLOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribLOffsetEXT },
17127 { "glVertexArrayVertexAttribOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayVertexAttribOffsetEXT },
17128 { "glVertexArrayVertexBindingDivisorEXT", "GL_EXT_direct_state_access", glVertexArrayVertexBindingDivisorEXT },
17129 { "glVertexArrayVertexBuffer", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayVertexBuffer },
17130 { "glVertexArrayVertexBuffers", "GL_ARB_direct_state_access GL_VERSION_4_5", glVertexArrayVertexBuffers },
17131 { "glVertexArrayVertexOffsetEXT", "GL_EXT_direct_state_access", glVertexArrayVertexOffsetEXT },
17132 { "glVertexAttrib1d", "GL_VERSION_2_0", glVertexAttrib1d },
17133 { "glVertexAttrib1dARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1dARB },
17134 { "glVertexAttrib1dNV", "GL_NV_vertex_program", glVertexAttrib1dNV },
17135 { "glVertexAttrib1dv", "GL_VERSION_2_0", glVertexAttrib1dv },
17136 { "glVertexAttrib1dvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1dvARB },
17137 { "glVertexAttrib1dvNV", "GL_NV_vertex_program", glVertexAttrib1dvNV },
17138 { "glVertexAttrib1f", "GL_VERSION_2_0", glVertexAttrib1f },
17139 { "glVertexAttrib1fARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1fARB },
17140 { "glVertexAttrib1fNV", "GL_NV_vertex_program", glVertexAttrib1fNV },
17141 { "glVertexAttrib1fv", "GL_VERSION_2_0", glVertexAttrib1fv },
17142 { "glVertexAttrib1fvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1fvARB },
17143 { "glVertexAttrib1fvNV", "GL_NV_vertex_program", glVertexAttrib1fvNV },
17144 { "glVertexAttrib1hNV", "GL_NV_half_float", glVertexAttrib1hNV },
17145 { "glVertexAttrib1hvNV", "GL_NV_half_float", glVertexAttrib1hvNV },
17146 { "glVertexAttrib1s", "GL_VERSION_2_0", glVertexAttrib1s },
17147 { "glVertexAttrib1sARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1sARB },
17148 { "glVertexAttrib1sNV", "GL_NV_vertex_program", glVertexAttrib1sNV },
17149 { "glVertexAttrib1sv", "GL_VERSION_2_0", glVertexAttrib1sv },
17150 { "glVertexAttrib1svARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib1svARB },
17151 { "glVertexAttrib1svNV", "GL_NV_vertex_program", glVertexAttrib1svNV },
17152 { "glVertexAttrib2d", "GL_VERSION_2_0", glVertexAttrib2d },
17153 { "glVertexAttrib2dARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2dARB },
17154 { "glVertexAttrib2dNV", "GL_NV_vertex_program", glVertexAttrib2dNV },
17155 { "glVertexAttrib2dv", "GL_VERSION_2_0", glVertexAttrib2dv },
17156 { "glVertexAttrib2dvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2dvARB },
17157 { "glVertexAttrib2dvNV", "GL_NV_vertex_program", glVertexAttrib2dvNV },
17158 { "glVertexAttrib2f", "GL_VERSION_2_0", glVertexAttrib2f },
17159 { "glVertexAttrib2fARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2fARB },
17160 { "glVertexAttrib2fNV", "GL_NV_vertex_program", glVertexAttrib2fNV },
17161 { "glVertexAttrib2fv", "GL_VERSION_2_0", glVertexAttrib2fv },
17162 { "glVertexAttrib2fvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2fvARB },
17163 { "glVertexAttrib2fvNV", "GL_NV_vertex_program", glVertexAttrib2fvNV },
17164 { "glVertexAttrib2hNV", "GL_NV_half_float", glVertexAttrib2hNV },
17165 { "glVertexAttrib2hvNV", "GL_NV_half_float", glVertexAttrib2hvNV },
17166 { "glVertexAttrib2s", "GL_VERSION_2_0", glVertexAttrib2s },
17167 { "glVertexAttrib2sARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2sARB },
17168 { "glVertexAttrib2sNV", "GL_NV_vertex_program", glVertexAttrib2sNV },
17169 { "glVertexAttrib2sv", "GL_VERSION_2_0", glVertexAttrib2sv },
17170 { "glVertexAttrib2svARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib2svARB },
17171 { "glVertexAttrib2svNV", "GL_NV_vertex_program", glVertexAttrib2svNV },
17172 { "glVertexAttrib3d", "GL_VERSION_2_0", glVertexAttrib3d },
17173 { "glVertexAttrib3dARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3dARB },
17174 { "glVertexAttrib3dNV", "GL_NV_vertex_program", glVertexAttrib3dNV },
17175 { "glVertexAttrib3dv", "GL_VERSION_2_0", glVertexAttrib3dv },
17176 { "glVertexAttrib3dvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3dvARB },
17177 { "glVertexAttrib3dvNV", "GL_NV_vertex_program", glVertexAttrib3dvNV },
17178 { "glVertexAttrib3f", "GL_VERSION_2_0", glVertexAttrib3f },
17179 { "glVertexAttrib3fARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3fARB },
17180 { "glVertexAttrib3fNV", "GL_NV_vertex_program", glVertexAttrib3fNV },
17181 { "glVertexAttrib3fv", "GL_VERSION_2_0", glVertexAttrib3fv },
17182 { "glVertexAttrib3fvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3fvARB },
17183 { "glVertexAttrib3fvNV", "GL_NV_vertex_program", glVertexAttrib3fvNV },
17184 { "glVertexAttrib3hNV", "GL_NV_half_float", glVertexAttrib3hNV },
17185 { "glVertexAttrib3hvNV", "GL_NV_half_float", glVertexAttrib3hvNV },
17186 { "glVertexAttrib3s", "GL_VERSION_2_0", glVertexAttrib3s },
17187 { "glVertexAttrib3sARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3sARB },
17188 { "glVertexAttrib3sNV", "GL_NV_vertex_program", glVertexAttrib3sNV },
17189 { "glVertexAttrib3sv", "GL_VERSION_2_0", glVertexAttrib3sv },
17190 { "glVertexAttrib3svARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib3svARB },
17191 { "glVertexAttrib3svNV", "GL_NV_vertex_program", glVertexAttrib3svNV },
17192 { "glVertexAttrib4Nbv", "GL_VERSION_2_0", glVertexAttrib4Nbv },
17193 { "glVertexAttrib4NbvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NbvARB },
17194 { "glVertexAttrib4Niv", "GL_VERSION_2_0", glVertexAttrib4Niv },
17195 { "glVertexAttrib4NivARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NivARB },
17196 { "glVertexAttrib4Nsv", "GL_VERSION_2_0", glVertexAttrib4Nsv },
17197 { "glVertexAttrib4NsvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NsvARB },
17198 { "glVertexAttrib4Nub", "GL_VERSION_2_0", glVertexAttrib4Nub },
17199 { "glVertexAttrib4NubARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NubARB },
17200 { "glVertexAttrib4Nubv", "GL_VERSION_2_0", glVertexAttrib4Nubv },
17201 { "glVertexAttrib4NubvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NubvARB },
17202 { "glVertexAttrib4Nuiv", "GL_VERSION_2_0", glVertexAttrib4Nuiv },
17203 { "glVertexAttrib4NuivARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NuivARB },
17204 { "glVertexAttrib4Nusv", "GL_VERSION_2_0", glVertexAttrib4Nusv },
17205 { "glVertexAttrib4NusvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4NusvARB },
17206 { "glVertexAttrib4bv", "GL_VERSION_2_0", glVertexAttrib4bv },
17207 { "glVertexAttrib4bvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4bvARB },
17208 { "glVertexAttrib4d", "GL_VERSION_2_0", glVertexAttrib4d },
17209 { "glVertexAttrib4dARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4dARB },
17210 { "glVertexAttrib4dNV", "GL_NV_vertex_program", glVertexAttrib4dNV },
17211 { "glVertexAttrib4dv", "GL_VERSION_2_0", glVertexAttrib4dv },
17212 { "glVertexAttrib4dvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4dvARB },
17213 { "glVertexAttrib4dvNV", "GL_NV_vertex_program", glVertexAttrib4dvNV },
17214 { "glVertexAttrib4f", "GL_VERSION_2_0", glVertexAttrib4f },
17215 { "glVertexAttrib4fARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4fARB },
17216 { "glVertexAttrib4fNV", "GL_NV_vertex_program", glVertexAttrib4fNV },
17217 { "glVertexAttrib4fv", "GL_VERSION_2_0", glVertexAttrib4fv },
17218 { "glVertexAttrib4fvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4fvARB },
17219 { "glVertexAttrib4fvNV", "GL_NV_vertex_program", glVertexAttrib4fvNV },
17220 { "glVertexAttrib4hNV", "GL_NV_half_float", glVertexAttrib4hNV },
17221 { "glVertexAttrib4hvNV", "GL_NV_half_float", glVertexAttrib4hvNV },
17222 { "glVertexAttrib4iv", "GL_VERSION_2_0", glVertexAttrib4iv },
17223 { "glVertexAttrib4ivARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4ivARB },
17224 { "glVertexAttrib4s", "GL_VERSION_2_0", glVertexAttrib4s },
17225 { "glVertexAttrib4sARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4sARB },
17226 { "glVertexAttrib4sNV", "GL_NV_vertex_program", glVertexAttrib4sNV },
17227 { "glVertexAttrib4sv", "GL_VERSION_2_0", glVertexAttrib4sv },
17228 { "glVertexAttrib4svARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4svARB },
17229 { "glVertexAttrib4svNV", "GL_NV_vertex_program", glVertexAttrib4svNV },
17230 { "glVertexAttrib4ubNV", "GL_NV_vertex_program", glVertexAttrib4ubNV },
17231 { "glVertexAttrib4ubv", "GL_VERSION_2_0", glVertexAttrib4ubv },
17232 { "glVertexAttrib4ubvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4ubvARB },
17233 { "glVertexAttrib4ubvNV", "GL_NV_vertex_program", glVertexAttrib4ubvNV },
17234 { "glVertexAttrib4uiv", "GL_VERSION_2_0", glVertexAttrib4uiv },
17235 { "glVertexAttrib4uivARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4uivARB },
17236 { "glVertexAttrib4usv", "GL_VERSION_2_0", glVertexAttrib4usv },
17237 { "glVertexAttrib4usvARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttrib4usvARB },
17238 { "glVertexAttribArrayObjectATI", "GL_ATI_vertex_attrib_array_object", glVertexAttribArrayObjectATI },
17239 { "glVertexAttribBinding", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glVertexAttribBinding },
17240 { "glVertexAttribDivisor", "GL_VERSION_3_3", glVertexAttribDivisor },
17241 { "glVertexAttribDivisorARB", "GL_ARB_instanced_arrays", glVertexAttribDivisorARB },
17242 { "glVertexAttribFormat", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glVertexAttribFormat },
17243 { "glVertexAttribFormatNV", "GL_NV_vertex_buffer_unified_memory", glVertexAttribFormatNV },
17244 { "glVertexAttribI1i", "GL_VERSION_3_0", glVertexAttribI1i },
17245 { "glVertexAttribI1iEXT", "GL_NV_vertex_program4", glVertexAttribI1iEXT },
17246 { "glVertexAttribI1iv", "GL_VERSION_3_0", glVertexAttribI1iv },
17247 { "glVertexAttribI1ivEXT", "GL_NV_vertex_program4", glVertexAttribI1ivEXT },
17248 { "glVertexAttribI1ui", "GL_VERSION_3_0", glVertexAttribI1ui },
17249 { "glVertexAttribI1uiEXT", "GL_NV_vertex_program4", glVertexAttribI1uiEXT },
17250 { "glVertexAttribI1uiv", "GL_VERSION_3_0", glVertexAttribI1uiv },
17251 { "glVertexAttribI1uivEXT", "GL_NV_vertex_program4", glVertexAttribI1uivEXT },
17252 { "glVertexAttribI2i", "GL_VERSION_3_0", glVertexAttribI2i },
17253 { "glVertexAttribI2iEXT", "GL_NV_vertex_program4", glVertexAttribI2iEXT },
17254 { "glVertexAttribI2iv", "GL_VERSION_3_0", glVertexAttribI2iv },
17255 { "glVertexAttribI2ivEXT", "GL_NV_vertex_program4", glVertexAttribI2ivEXT },
17256 { "glVertexAttribI2ui", "GL_VERSION_3_0", glVertexAttribI2ui },
17257 { "glVertexAttribI2uiEXT", "GL_NV_vertex_program4", glVertexAttribI2uiEXT },
17258 { "glVertexAttribI2uiv", "GL_VERSION_3_0", glVertexAttribI2uiv },
17259 { "glVertexAttribI2uivEXT", "GL_NV_vertex_program4", glVertexAttribI2uivEXT },
17260 { "glVertexAttribI3i", "GL_VERSION_3_0", glVertexAttribI3i },
17261 { "glVertexAttribI3iEXT", "GL_NV_vertex_program4", glVertexAttribI3iEXT },
17262 { "glVertexAttribI3iv", "GL_VERSION_3_0", glVertexAttribI3iv },
17263 { "glVertexAttribI3ivEXT", "GL_NV_vertex_program4", glVertexAttribI3ivEXT },
17264 { "glVertexAttribI3ui", "GL_VERSION_3_0", glVertexAttribI3ui },
17265 { "glVertexAttribI3uiEXT", "GL_NV_vertex_program4", glVertexAttribI3uiEXT },
17266 { "glVertexAttribI3uiv", "GL_VERSION_3_0", glVertexAttribI3uiv },
17267 { "glVertexAttribI3uivEXT", "GL_NV_vertex_program4", glVertexAttribI3uivEXT },
17268 { "glVertexAttribI4bv", "GL_VERSION_3_0", glVertexAttribI4bv },
17269 { "glVertexAttribI4bvEXT", "GL_NV_vertex_program4", glVertexAttribI4bvEXT },
17270 { "glVertexAttribI4i", "GL_VERSION_3_0", glVertexAttribI4i },
17271 { "glVertexAttribI4iEXT", "GL_NV_vertex_program4", glVertexAttribI4iEXT },
17272 { "glVertexAttribI4iv", "GL_VERSION_3_0", glVertexAttribI4iv },
17273 { "glVertexAttribI4ivEXT", "GL_NV_vertex_program4", glVertexAttribI4ivEXT },
17274 { "glVertexAttribI4sv", "GL_VERSION_3_0", glVertexAttribI4sv },
17275 { "glVertexAttribI4svEXT", "GL_NV_vertex_program4", glVertexAttribI4svEXT },
17276 { "glVertexAttribI4ubv", "GL_VERSION_3_0", glVertexAttribI4ubv },
17277 { "glVertexAttribI4ubvEXT", "GL_NV_vertex_program4", glVertexAttribI4ubvEXT },
17278 { "glVertexAttribI4ui", "GL_VERSION_3_0", glVertexAttribI4ui },
17279 { "glVertexAttribI4uiEXT", "GL_NV_vertex_program4", glVertexAttribI4uiEXT },
17280 { "glVertexAttribI4uiv", "GL_VERSION_3_0", glVertexAttribI4uiv },
17281 { "glVertexAttribI4uivEXT", "GL_NV_vertex_program4", glVertexAttribI4uivEXT },
17282 { "glVertexAttribI4usv", "GL_VERSION_3_0", glVertexAttribI4usv },
17283 { "glVertexAttribI4usvEXT", "GL_NV_vertex_program4", glVertexAttribI4usvEXT },
17284 { "glVertexAttribIFormat", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glVertexAttribIFormat },
17285 { "glVertexAttribIFormatNV", "GL_NV_vertex_buffer_unified_memory", glVertexAttribIFormatNV },
17286 { "glVertexAttribIPointer", "GL_VERSION_3_0", glVertexAttribIPointer },
17287 { "glVertexAttribIPointerEXT", "GL_NV_vertex_program4", glVertexAttribIPointerEXT },
17288 { "glVertexAttribL1d", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL1d },
17289 { "glVertexAttribL1dEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL1dEXT },
17290 { "glVertexAttribL1dv", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL1dv },
17291 { "glVertexAttribL1dvEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL1dvEXT },
17292 { "glVertexAttribL1i64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL1i64NV },
17293 { "glVertexAttribL1i64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL1i64vNV },
17294 { "glVertexAttribL1ui64ARB", "GL_ARB_bindless_texture", glVertexAttribL1ui64ARB },
17295 { "glVertexAttribL1ui64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL1ui64NV },
17296 { "glVertexAttribL1ui64vARB", "GL_ARB_bindless_texture", glVertexAttribL1ui64vARB },
17297 { "glVertexAttribL1ui64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL1ui64vNV },
17298 { "glVertexAttribL2d", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL2d },
17299 { "glVertexAttribL2dEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL2dEXT },
17300 { "glVertexAttribL2dv", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL2dv },
17301 { "glVertexAttribL2dvEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL2dvEXT },
17302 { "glVertexAttribL2i64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL2i64NV },
17303 { "glVertexAttribL2i64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL2i64vNV },
17304 { "glVertexAttribL2ui64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL2ui64NV },
17305 { "glVertexAttribL2ui64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL2ui64vNV },
17306 { "glVertexAttribL3d", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL3d },
17307 { "glVertexAttribL3dEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL3dEXT },
17308 { "glVertexAttribL3dv", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL3dv },
17309 { "glVertexAttribL3dvEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL3dvEXT },
17310 { "glVertexAttribL3i64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL3i64NV },
17311 { "glVertexAttribL3i64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL3i64vNV },
17312 { "glVertexAttribL3ui64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL3ui64NV },
17313 { "glVertexAttribL3ui64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL3ui64vNV },
17314 { "glVertexAttribL4d", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL4d },
17315 { "glVertexAttribL4dEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL4dEXT },
17316 { "glVertexAttribL4dv", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribL4dv },
17317 { "glVertexAttribL4dvEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribL4dvEXT },
17318 { "glVertexAttribL4i64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL4i64NV },
17319 { "glVertexAttribL4i64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL4i64vNV },
17320 { "glVertexAttribL4ui64NV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL4ui64NV },
17321 { "glVertexAttribL4ui64vNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribL4ui64vNV },
17322 { "glVertexAttribLFormat", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glVertexAttribLFormat },
17323 { "glVertexAttribLFormatNV", "GL_NV_vertex_attrib_integer_64bit", glVertexAttribLFormatNV },
17324 { "glVertexAttribLPointer", "GL_ARB_vertex_attrib_64bit GL_VERSION_4_1", glVertexAttribLPointer },
17325 { "glVertexAttribLPointerEXT", "GL_EXT_vertex_attrib_64bit", glVertexAttribLPointerEXT },
17326 { "glVertexAttribP1ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP1ui },
17327 { "glVertexAttribP1uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP1uiv },
17328 { "glVertexAttribP2ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP2ui },
17329 { "glVertexAttribP2uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP2uiv },
17330 { "glVertexAttribP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP3ui },
17331 { "glVertexAttribP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP3uiv },
17332 { "glVertexAttribP4ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP4ui },
17333 { "glVertexAttribP4uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexAttribP4uiv },
17334 { "glVertexAttribParameteriAMD", "GL_AMD_interleaved_elements", glVertexAttribParameteriAMD },
17335 { "glVertexAttribPointer", "GL_VERSION_2_0", glVertexAttribPointer },
17336 { "glVertexAttribPointerARB", "GL_ARB_vertex_program GL_ARB_vertex_shader", glVertexAttribPointerARB },
17337 { "glVertexAttribPointerNV", "GL_NV_vertex_program", glVertexAttribPointerNV },
17338 { "glVertexAttribs1dvNV", "GL_NV_vertex_program", glVertexAttribs1dvNV },
17339 { "glVertexAttribs1fvNV", "GL_NV_vertex_program", glVertexAttribs1fvNV },
17340 { "glVertexAttribs1hvNV", "GL_NV_half_float", glVertexAttribs1hvNV },
17341 { "glVertexAttribs1svNV", "GL_NV_vertex_program", glVertexAttribs1svNV },
17342 { "glVertexAttribs2dvNV", "GL_NV_vertex_program", glVertexAttribs2dvNV },
17343 { "glVertexAttribs2fvNV", "GL_NV_vertex_program", glVertexAttribs2fvNV },
17344 { "glVertexAttribs2hvNV", "GL_NV_half_float", glVertexAttribs2hvNV },
17345 { "glVertexAttribs2svNV", "GL_NV_vertex_program", glVertexAttribs2svNV },
17346 { "glVertexAttribs3dvNV", "GL_NV_vertex_program", glVertexAttribs3dvNV },
17347 { "glVertexAttribs3fvNV", "GL_NV_vertex_program", glVertexAttribs3fvNV },
17348 { "glVertexAttribs3hvNV", "GL_NV_half_float", glVertexAttribs3hvNV },
17349 { "glVertexAttribs3svNV", "GL_NV_vertex_program", glVertexAttribs3svNV },
17350 { "glVertexAttribs4dvNV", "GL_NV_vertex_program", glVertexAttribs4dvNV },
17351 { "glVertexAttribs4fvNV", "GL_NV_vertex_program", glVertexAttribs4fvNV },
17352 { "glVertexAttribs4hvNV", "GL_NV_half_float", glVertexAttribs4hvNV },
17353 { "glVertexAttribs4svNV", "GL_NV_vertex_program", glVertexAttribs4svNV },
17354 { "glVertexAttribs4ubvNV", "GL_NV_vertex_program", glVertexAttribs4ubvNV },
17355 { "glVertexBindingDivisor", "GL_ARB_vertex_attrib_binding GL_VERSION_4_3", glVertexBindingDivisor },
17356 { "glVertexBlendARB", "GL_ARB_vertex_blend", glVertexBlendARB },
17357 { "glVertexBlendEnvfATI", "GL_ATI_vertex_streams", glVertexBlendEnvfATI },
17358 { "glVertexBlendEnviATI", "GL_ATI_vertex_streams", glVertexBlendEnviATI },
17359 { "glVertexFormatNV", "GL_NV_vertex_buffer_unified_memory", glVertexFormatNV },
17360 { "glVertexP2ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP2ui },
17361 { "glVertexP2uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP2uiv },
17362 { "glVertexP3ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP3ui },
17363 { "glVertexP3uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP3uiv },
17364 { "glVertexP4ui", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP4ui },
17365 { "glVertexP4uiv", "GL_ARB_vertex_type_2_10_10_10_rev GL_VERSION_3_3", glVertexP4uiv },
17366 { "glVertexPointerEXT", "GL_EXT_vertex_array", glVertexPointerEXT },
17367 { "glVertexPointerListIBM", "GL_IBM_vertex_array_lists", glVertexPointerListIBM },
17368 { "glVertexPointervINTEL", "GL_INTEL_parallel_arrays", glVertexPointervINTEL },
17369 { "glVertexStream1dATI", "GL_ATI_vertex_streams", glVertexStream1dATI },
17370 { "glVertexStream1dvATI", "GL_ATI_vertex_streams", glVertexStream1dvATI },
17371 { "glVertexStream1fATI", "GL_ATI_vertex_streams", glVertexStream1fATI },
17372 { "glVertexStream1fvATI", "GL_ATI_vertex_streams", glVertexStream1fvATI },
17373 { "glVertexStream1iATI", "GL_ATI_vertex_streams", glVertexStream1iATI },
17374 { "glVertexStream1ivATI", "GL_ATI_vertex_streams", glVertexStream1ivATI },
17375 { "glVertexStream1sATI", "GL_ATI_vertex_streams", glVertexStream1sATI },
17376 { "glVertexStream1svATI", "GL_ATI_vertex_streams", glVertexStream1svATI },
17377 { "glVertexStream2dATI", "GL_ATI_vertex_streams", glVertexStream2dATI },
17378 { "glVertexStream2dvATI", "GL_ATI_vertex_streams", glVertexStream2dvATI },
17379 { "glVertexStream2fATI", "GL_ATI_vertex_streams", glVertexStream2fATI },
17380 { "glVertexStream2fvATI", "GL_ATI_vertex_streams", glVertexStream2fvATI },
17381 { "glVertexStream2iATI", "GL_ATI_vertex_streams", glVertexStream2iATI },
17382 { "glVertexStream2ivATI", "GL_ATI_vertex_streams", glVertexStream2ivATI },
17383 { "glVertexStream2sATI", "GL_ATI_vertex_streams", glVertexStream2sATI },
17384 { "glVertexStream2svATI", "GL_ATI_vertex_streams", glVertexStream2svATI },
17385 { "glVertexStream3dATI", "GL_ATI_vertex_streams", glVertexStream3dATI },
17386 { "glVertexStream3dvATI", "GL_ATI_vertex_streams", glVertexStream3dvATI },
17387 { "glVertexStream3fATI", "GL_ATI_vertex_streams", glVertexStream3fATI },
17388 { "glVertexStream3fvATI", "GL_ATI_vertex_streams", glVertexStream3fvATI },
17389 { "glVertexStream3iATI", "GL_ATI_vertex_streams", glVertexStream3iATI },
17390 { "glVertexStream3ivATI", "GL_ATI_vertex_streams", glVertexStream3ivATI },
17391 { "glVertexStream3sATI", "GL_ATI_vertex_streams", glVertexStream3sATI },
17392 { "glVertexStream3svATI", "GL_ATI_vertex_streams", glVertexStream3svATI },
17393 { "glVertexStream4dATI", "GL_ATI_vertex_streams", glVertexStream4dATI },
17394 { "glVertexStream4dvATI", "GL_ATI_vertex_streams", glVertexStream4dvATI },
17395 { "glVertexStream4fATI", "GL_ATI_vertex_streams", glVertexStream4fATI },
17396 { "glVertexStream4fvATI", "GL_ATI_vertex_streams", glVertexStream4fvATI },
17397 { "glVertexStream4iATI", "GL_ATI_vertex_streams", glVertexStream4iATI },
17398 { "glVertexStream4ivATI", "GL_ATI_vertex_streams", glVertexStream4ivATI },
17399 { "glVertexStream4sATI", "GL_ATI_vertex_streams", glVertexStream4sATI },
17400 { "glVertexStream4svATI", "GL_ATI_vertex_streams", glVertexStream4svATI },
17401 { "glVertexWeightPointerEXT", "GL_EXT_vertex_weighting", glVertexWeightPointerEXT },
17402 { "glVertexWeightfEXT", "GL_EXT_vertex_weighting", glVertexWeightfEXT },
17403 { "glVertexWeightfvEXT", "GL_EXT_vertex_weighting", glVertexWeightfvEXT },
17404 { "glVertexWeighthNV", "GL_NV_half_float", glVertexWeighthNV },
17405 { "glVertexWeighthvNV", "GL_NV_half_float", glVertexWeighthvNV },
17406 { "glVideoCaptureNV", "GL_NV_video_capture", glVideoCaptureNV },
17407 { "glVideoCaptureStreamParameterdvNV", "GL_NV_video_capture", glVideoCaptureStreamParameterdvNV },
17408 { "glVideoCaptureStreamParameterfvNV", "GL_NV_video_capture", glVideoCaptureStreamParameterfvNV },
17409 { "glVideoCaptureStreamParameterivNV", "GL_NV_video_capture", glVideoCaptureStreamParameterivNV },
17410 { "glViewportArrayv", "GL_ARB_viewport_array GL_VERSION_4_1", glViewportArrayv },
17411 { "glViewportIndexedf", "GL_ARB_viewport_array GL_VERSION_4_1", glViewportIndexedf },
17412 { "glViewportIndexedfv", "GL_ARB_viewport_array GL_VERSION_4_1", glViewportIndexedfv },
17413 { "glWaitSync", "GL_ARB_sync GL_VERSION_3_2", glWaitSync },
17414 { "glWeightPathsNV", "GL_NV_path_rendering", glWeightPathsNV },
17415 { "glWeightPointerARB", "GL_ARB_vertex_blend", glWeightPointerARB },
17416 { "glWeightbvARB", "GL_ARB_vertex_blend", glWeightbvARB },
17417 { "glWeightdvARB", "GL_ARB_vertex_blend", glWeightdvARB },
17418 { "glWeightfvARB", "GL_ARB_vertex_blend", glWeightfvARB },
17419 { "glWeightivARB", "GL_ARB_vertex_blend", glWeightivARB },
17420 { "glWeightsvARB", "GL_ARB_vertex_blend", glWeightsvARB },
17421 { "glWeightubvARB", "GL_ARB_vertex_blend", glWeightubvARB },
17422 { "glWeightuivARB", "GL_ARB_vertex_blend", glWeightuivARB },
17423 { "glWeightusvARB", "GL_ARB_vertex_blend", glWeightusvARB },
17424 { "glWindowPos2d", "GL_VERSION_1_4", glWindowPos2d },
17425 { "glWindowPos2dARB", "GL_ARB_window_pos", glWindowPos2dARB },
17426 { "glWindowPos2dMESA", "GL_MESA_window_pos", glWindowPos2dMESA },
17427 { "glWindowPos2dv", "GL_VERSION_1_4", glWindowPos2dv },
17428 { "glWindowPos2dvARB", "GL_ARB_window_pos", glWindowPos2dvARB },
17429 { "glWindowPos2dvMESA", "GL_MESA_window_pos", glWindowPos2dvMESA },
17430 { "glWindowPos2f", "GL_VERSION_1_4", glWindowPos2f },
17431 { "glWindowPos2fARB", "GL_ARB_window_pos", glWindowPos2fARB },
17432 { "glWindowPos2fMESA", "GL_MESA_window_pos", glWindowPos2fMESA },
17433 { "glWindowPos2fv", "GL_VERSION_1_4", glWindowPos2fv },
17434 { "glWindowPos2fvARB", "GL_ARB_window_pos", glWindowPos2fvARB },
17435 { "glWindowPos2fvMESA", "GL_MESA_window_pos", glWindowPos2fvMESA },
17436 { "glWindowPos2i", "GL_VERSION_1_4", glWindowPos2i },
17437 { "glWindowPos2iARB", "GL_ARB_window_pos", glWindowPos2iARB },
17438 { "glWindowPos2iMESA", "GL_MESA_window_pos", glWindowPos2iMESA },
17439 { "glWindowPos2iv", "GL_VERSION_1_4", glWindowPos2iv },
17440 { "glWindowPos2ivARB", "GL_ARB_window_pos", glWindowPos2ivARB },
17441 { "glWindowPos2ivMESA", "GL_MESA_window_pos", glWindowPos2ivMESA },
17442 { "glWindowPos2s", "GL_VERSION_1_4", glWindowPos2s },
17443 { "glWindowPos2sARB", "GL_ARB_window_pos", glWindowPos2sARB },
17444 { "glWindowPos2sMESA", "GL_MESA_window_pos", glWindowPos2sMESA },
17445 { "glWindowPos2sv", "GL_VERSION_1_4", glWindowPos2sv },
17446 { "glWindowPos2svARB", "GL_ARB_window_pos", glWindowPos2svARB },
17447 { "glWindowPos2svMESA", "GL_MESA_window_pos", glWindowPos2svMESA },
17448 { "glWindowPos3d", "GL_VERSION_1_4", glWindowPos3d },
17449 { "glWindowPos3dARB", "GL_ARB_window_pos", glWindowPos3dARB },
17450 { "glWindowPos3dMESA", "GL_MESA_window_pos", glWindowPos3dMESA },
17451 { "glWindowPos3dv", "GL_VERSION_1_4", glWindowPos3dv },
17452 { "glWindowPos3dvARB", "GL_ARB_window_pos", glWindowPos3dvARB },
17453 { "glWindowPos3dvMESA", "GL_MESA_window_pos", glWindowPos3dvMESA },
17454 { "glWindowPos3f", "GL_VERSION_1_4", glWindowPos3f },
17455 { "glWindowPos3fARB", "GL_ARB_window_pos", glWindowPos3fARB },
17456 { "glWindowPos3fMESA", "GL_MESA_window_pos", glWindowPos3fMESA },
17457 { "glWindowPos3fv", "GL_VERSION_1_4", glWindowPos3fv },
17458 { "glWindowPos3fvARB", "GL_ARB_window_pos", glWindowPos3fvARB },
17459 { "glWindowPos3fvMESA", "GL_MESA_window_pos", glWindowPos3fvMESA },
17460 { "glWindowPos3i", "GL_VERSION_1_4", glWindowPos3i },
17461 { "glWindowPos3iARB", "GL_ARB_window_pos", glWindowPos3iARB },
17462 { "glWindowPos3iMESA", "GL_MESA_window_pos", glWindowPos3iMESA },
17463 { "glWindowPos3iv", "GL_VERSION_1_4", glWindowPos3iv },
17464 { "glWindowPos3ivARB", "GL_ARB_window_pos", glWindowPos3ivARB },
17465 { "glWindowPos3ivMESA", "GL_MESA_window_pos", glWindowPos3ivMESA },
17466 { "glWindowPos3s", "GL_VERSION_1_4", glWindowPos3s },
17467 { "glWindowPos3sARB", "GL_ARB_window_pos", glWindowPos3sARB },
17468 { "glWindowPos3sMESA", "GL_MESA_window_pos", glWindowPos3sMESA },
17469 { "glWindowPos3sv", "GL_VERSION_1_4", glWindowPos3sv },
17470 { "glWindowPos3svARB", "GL_ARB_window_pos", glWindowPos3svARB },
17471 { "glWindowPos3svMESA", "GL_MESA_window_pos", glWindowPos3svMESA },
17472 { "glWindowPos4dMESA", "GL_MESA_window_pos", glWindowPos4dMESA },
17473 { "glWindowPos4dvMESA", "GL_MESA_window_pos", glWindowPos4dvMESA },
17474 { "glWindowPos4fMESA", "GL_MESA_window_pos", glWindowPos4fMESA },
17475 { "glWindowPos4fvMESA", "GL_MESA_window_pos", glWindowPos4fvMESA },
17476 { "glWindowPos4iMESA", "GL_MESA_window_pos", glWindowPos4iMESA },
17477 { "glWindowPos4ivMESA", "GL_MESA_window_pos", glWindowPos4ivMESA },
17478 { "glWindowPos4sMESA", "GL_MESA_window_pos", glWindowPos4sMESA },
17479 { "glWindowPos4svMESA", "GL_MESA_window_pos", glWindowPos4svMESA },
17480 { "glWriteMaskEXT", "GL_EXT_vertex_shader", glWriteMaskEXT },
17481 { "wglAllocateMemoryNV", "WGL_NV_vertex_array_range", wglAllocateMemoryNV },
17482 { "wglBindTexImageARB", "WGL_ARB_render_texture", wglBindTexImageARB },
17483 { "wglChoosePixelFormatARB", "WGL_ARB_pixel_format", wglChoosePixelFormatARB },
17484 { "wglCreateContextAttribsARB", "WGL_ARB_create_context", wglCreateContextAttribsARB },
17485 { "wglCreatePbufferARB", "WGL_ARB_pbuffer", wglCreatePbufferARB },
17486 { "wglDestroyPbufferARB", "WGL_ARB_pbuffer", wglDestroyPbufferARB },
17487 { "wglFreeMemoryNV", "WGL_NV_vertex_array_range", wglFreeMemoryNV },
17488 { "wglGetCurrentReadDCARB", "WGL_ARB_make_current_read", wglGetCurrentReadDCARB },
17489 { "wglGetExtensionsStringARB", "WGL_ARB_extensions_string", wglGetExtensionsStringARB },
17490 { "wglGetExtensionsStringEXT", "WGL_EXT_extensions_string", wglGetExtensionsStringEXT },
17491 { "wglGetPbufferDCARB", "WGL_ARB_pbuffer", wglGetPbufferDCARB },
17492 { "wglGetPixelFormatAttribfvARB", "WGL_ARB_pixel_format", wglGetPixelFormatAttribfvARB },
17493 { "wglGetPixelFormatAttribivARB", "WGL_ARB_pixel_format", wglGetPixelFormatAttribivARB },
17494 { "wglGetSwapIntervalEXT", "WGL_EXT_swap_control", wglGetSwapIntervalEXT },
17495 { "wglMakeContextCurrentARB", "WGL_ARB_make_current_read", wglMakeContextCurrentARB },
17496 { "wglQueryPbufferARB", "WGL_ARB_pbuffer", wglQueryPbufferARB },
17497 { "wglReleasePbufferDCARB", "WGL_ARB_pbuffer", wglReleasePbufferDCARB },
17498 { "wglReleaseTexImageARB", "WGL_ARB_render_texture", wglReleaseTexImageARB },
17499 { "wglSetPbufferAttribARB", "WGL_ARB_render_texture", wglSetPbufferAttribARB },
17500 { "wglSetPixelFormatWINE", "WGL_WINE_pixel_format_passthrough", wglSetPixelFormatWINE },
17501 { "wglSwapIntervalEXT", "WGL_EXT_swap_control", wglSwapIntervalEXT }