[MESA]
[reactos.git] / reactos / dll / opengl / mesa / main / dispatch.h
1 /* DO NOT EDIT - This file generated automatically by gl_table.py (from Mesa) script */
2
3 /*
4 * (C) Copyright IBM Corporation 2005
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sub license,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21 * IBM,
22 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 */
27
28 #if !defined( _DISPATCH_H_ )
29 # define _DISPATCH_H_
30
31 typedef PROC _glapi_proc;
32
33
34 /**
35 * \file main/dispatch.h
36 * Macros for handling GL dispatch tables.
37 *
38 * For each known GL function, there are 3 macros in this file. The first
39 * macro is named CALL_FuncName and is used to call that GL function using
40 * the specified dispatch table. The other 2 macros, called GET_FuncName
41 * can SET_FuncName, are used to get and set the dispatch pointer for the
42 * named function in the specified dispatch table.
43 */
44
45 /* GLXEXT is defined when building the GLX extension in the xserver.
46 */
47 #if !defined(GLXEXT)
48 #include "main/mfeatures.h"
49 #endif
50
51 #define CALL_by_offset(disp, cast, offset, parameters) \
52 (*(cast (GET_by_offset(disp, offset)))) parameters
53 #define GET_by_offset(disp, offset) \
54 (offset >= 0) ? (((_glapi_proc *)(disp))[offset]) : NULL
55 #define SET_by_offset(disp, offset, fn) \
56 do { \
57 if ( (offset) < 0 ) { \
58 /* fprintf( stderr, "[%s:%u] SET_by_offset(%p, %d, %s)!\n", */ \
59 /* __func__, __LINE__, disp, offset, # fn); */ \
60 /* abort(); */ \
61 } \
62 else { \
63 ( (_glapi_proc *) (disp) )[offset] = (_glapi_proc) fn; \
64 } \
65 } while(0)
66
67 /* total number of offsets below */
68 #define _gloffset_COUNT 973
69
70 #define _gloffset_NewList 0
71 #define _gloffset_EndList 1
72 #define _gloffset_CallList 2
73 #define _gloffset_CallLists 3
74 #define _gloffset_DeleteLists 4
75 #define _gloffset_GenLists 5
76 #define _gloffset_ListBase 6
77 #define _gloffset_Begin 7
78 #define _gloffset_Bitmap 8
79 #define _gloffset_Color3b 9
80 #define _gloffset_Color3bv 10
81 #define _gloffset_Color3d 11
82 #define _gloffset_Color3dv 12
83 #define _gloffset_Color3f 13
84 #define _gloffset_Color3fv 14
85 #define _gloffset_Color3i 15
86 #define _gloffset_Color3iv 16
87 #define _gloffset_Color3s 17
88 #define _gloffset_Color3sv 18
89 #define _gloffset_Color3ub 19
90 #define _gloffset_Color3ubv 20
91 #define _gloffset_Color3ui 21
92 #define _gloffset_Color3uiv 22
93 #define _gloffset_Color3us 23
94 #define _gloffset_Color3usv 24
95 #define _gloffset_Color4b 25
96 #define _gloffset_Color4bv 26
97 #define _gloffset_Color4d 27
98 #define _gloffset_Color4dv 28
99 #define _gloffset_Color4f 29
100 #define _gloffset_Color4fv 30
101 #define _gloffset_Color4i 31
102 #define _gloffset_Color4iv 32
103 #define _gloffset_Color4s 33
104 #define _gloffset_Color4sv 34
105 #define _gloffset_Color4ub 35
106 #define _gloffset_Color4ubv 36
107 #define _gloffset_Color4ui 37
108 #define _gloffset_Color4uiv 38
109 #define _gloffset_Color4us 39
110 #define _gloffset_Color4usv 40
111 #define _gloffset_EdgeFlag 41
112 #define _gloffset_EdgeFlagv 42
113 #define _gloffset_End 43
114 #define _gloffset_Indexd 44
115 #define _gloffset_Indexdv 45
116 #define _gloffset_Indexf 46
117 #define _gloffset_Indexfv 47
118 #define _gloffset_Indexi 48
119 #define _gloffset_Indexiv 49
120 #define _gloffset_Indexs 50
121 #define _gloffset_Indexsv 51
122 #define _gloffset_Normal3b 52
123 #define _gloffset_Normal3bv 53
124 #define _gloffset_Normal3d 54
125 #define _gloffset_Normal3dv 55
126 #define _gloffset_Normal3f 56
127 #define _gloffset_Normal3fv 57
128 #define _gloffset_Normal3i 58
129 #define _gloffset_Normal3iv 59
130 #define _gloffset_Normal3s 60
131 #define _gloffset_Normal3sv 61
132 #define _gloffset_RasterPos2d 62
133 #define _gloffset_RasterPos2dv 63
134 #define _gloffset_RasterPos2f 64
135 #define _gloffset_RasterPos2fv 65
136 #define _gloffset_RasterPos2i 66
137 #define _gloffset_RasterPos2iv 67
138 #define _gloffset_RasterPos2s 68
139 #define _gloffset_RasterPos2sv 69
140 #define _gloffset_RasterPos3d 70
141 #define _gloffset_RasterPos3dv 71
142 #define _gloffset_RasterPos3f 72
143 #define _gloffset_RasterPos3fv 73
144 #define _gloffset_RasterPos3i 74
145 #define _gloffset_RasterPos3iv 75
146 #define _gloffset_RasterPos3s 76
147 #define _gloffset_RasterPos3sv 77
148 #define _gloffset_RasterPos4d 78
149 #define _gloffset_RasterPos4dv 79
150 #define _gloffset_RasterPos4f 80
151 #define _gloffset_RasterPos4fv 81
152 #define _gloffset_RasterPos4i 82
153 #define _gloffset_RasterPos4iv 83
154 #define _gloffset_RasterPos4s 84
155 #define _gloffset_RasterPos4sv 85
156 #define _gloffset_Rectd 86
157 #define _gloffset_Rectdv 87
158 #define _gloffset_Rectf 88
159 #define _gloffset_Rectfv 89
160 #define _gloffset_Recti 90
161 #define _gloffset_Rectiv 91
162 #define _gloffset_Rects 92
163 #define _gloffset_Rectsv 93
164 #define _gloffset_TexCoord1d 94
165 #define _gloffset_TexCoord1dv 95
166 #define _gloffset_TexCoord1f 96
167 #define _gloffset_TexCoord1fv 97
168 #define _gloffset_TexCoord1i 98
169 #define _gloffset_TexCoord1iv 99
170 #define _gloffset_TexCoord1s 100
171 #define _gloffset_TexCoord1sv 101
172 #define _gloffset_TexCoord2d 102
173 #define _gloffset_TexCoord2dv 103
174 #define _gloffset_TexCoord2f 104
175 #define _gloffset_TexCoord2fv 105
176 #define _gloffset_TexCoord2i 106
177 #define _gloffset_TexCoord2iv 107
178 #define _gloffset_TexCoord2s 108
179 #define _gloffset_TexCoord2sv 109
180 #define _gloffset_TexCoord3d 110
181 #define _gloffset_TexCoord3dv 111
182 #define _gloffset_TexCoord3f 112
183 #define _gloffset_TexCoord3fv 113
184 #define _gloffset_TexCoord3i 114
185 #define _gloffset_TexCoord3iv 115
186 #define _gloffset_TexCoord3s 116
187 #define _gloffset_TexCoord3sv 117
188 #define _gloffset_TexCoord4d 118
189 #define _gloffset_TexCoord4dv 119
190 #define _gloffset_TexCoord4f 120
191 #define _gloffset_TexCoord4fv 121
192 #define _gloffset_TexCoord4i 122
193 #define _gloffset_TexCoord4iv 123
194 #define _gloffset_TexCoord4s 124
195 #define _gloffset_TexCoord4sv 125
196 #define _gloffset_Vertex2d 126
197 #define _gloffset_Vertex2dv 127
198 #define _gloffset_Vertex2f 128
199 #define _gloffset_Vertex2fv 129
200 #define _gloffset_Vertex2i 130
201 #define _gloffset_Vertex2iv 131
202 #define _gloffset_Vertex2s 132
203 #define _gloffset_Vertex2sv 133
204 #define _gloffset_Vertex3d 134
205 #define _gloffset_Vertex3dv 135
206 #define _gloffset_Vertex3f 136
207 #define _gloffset_Vertex3fv 137
208 #define _gloffset_Vertex3i 138
209 #define _gloffset_Vertex3iv 139
210 #define _gloffset_Vertex3s 140
211 #define _gloffset_Vertex3sv 141
212 #define _gloffset_Vertex4d 142
213 #define _gloffset_Vertex4dv 143
214 #define _gloffset_Vertex4f 144
215 #define _gloffset_Vertex4fv 145
216 #define _gloffset_Vertex4i 146
217 #define _gloffset_Vertex4iv 147
218 #define _gloffset_Vertex4s 148
219 #define _gloffset_Vertex4sv 149
220 #define _gloffset_ClipPlane 150
221 #define _gloffset_ColorMaterial 151
222 #define _gloffset_CullFace 152
223 #define _gloffset_Fogf 153
224 #define _gloffset_Fogfv 154
225 #define _gloffset_Fogi 155
226 #define _gloffset_Fogiv 156
227 #define _gloffset_FrontFace 157
228 #define _gloffset_Hint 158
229 #define _gloffset_Lightf 159
230 #define _gloffset_Lightfv 160
231 #define _gloffset_Lighti 161
232 #define _gloffset_Lightiv 162
233 #define _gloffset_LightModelf 163
234 #define _gloffset_LightModelfv 164
235 #define _gloffset_LightModeli 165
236 #define _gloffset_LightModeliv 166
237 #define _gloffset_LineStipple 167
238 #define _gloffset_LineWidth 168
239 #define _gloffset_Materialf 169
240 #define _gloffset_Materialfv 170
241 #define _gloffset_Materiali 171
242 #define _gloffset_Materialiv 172
243 #define _gloffset_PointSize 173
244 #define _gloffset_PolygonMode 174
245 #define _gloffset_PolygonStipple 175
246 #define _gloffset_Scissor 176
247 #define _gloffset_ShadeModel 177
248 #define _gloffset_TexParameterf 178
249 #define _gloffset_TexParameterfv 179
250 #define _gloffset_TexParameteri 180
251 #define _gloffset_TexParameteriv 181
252 #define _gloffset_TexImage1D 182
253 #define _gloffset_TexImage2D 183
254 #define _gloffset_TexEnvf 184
255 #define _gloffset_TexEnvfv 185
256 #define _gloffset_TexEnvi 186
257 #define _gloffset_TexEnviv 187
258 #define _gloffset_TexGend 188
259 #define _gloffset_TexGendv 189
260 #define _gloffset_TexGenf 190
261 #define _gloffset_TexGenfv 191
262 #define _gloffset_TexGeni 192
263 #define _gloffset_TexGeniv 193
264 #define _gloffset_FeedbackBuffer 194
265 #define _gloffset_SelectBuffer 195
266 #define _gloffset_RenderMode 196
267 #define _gloffset_InitNames 197
268 #define _gloffset_LoadName 198
269 #define _gloffset_PassThrough 199
270 #define _gloffset_PopName 200
271 #define _gloffset_PushName 201
272 #define _gloffset_DrawBuffer 202
273 #define _gloffset_Clear 203
274 #define _gloffset_ClearAccum 204
275 #define _gloffset_ClearIndex 205
276 #define _gloffset_ClearColor 206
277 #define _gloffset_ClearStencil 207
278 #define _gloffset_ClearDepth 208
279 #define _gloffset_StencilMask 209
280 #define _gloffset_ColorMask 210
281 #define _gloffset_DepthMask 211
282 #define _gloffset_IndexMask 212
283 #define _gloffset_Accum 213
284 #define _gloffset_Disable 214
285 #define _gloffset_Enable 215
286 #define _gloffset_Finish 216
287 #define _gloffset_Flush 217
288 #define _gloffset_PopAttrib 218
289 #define _gloffset_PushAttrib 219
290 #define _gloffset_Map1d 220
291 #define _gloffset_Map1f 221
292 #define _gloffset_Map2d 222
293 #define _gloffset_Map2f 223
294 #define _gloffset_MapGrid1d 224
295 #define _gloffset_MapGrid1f 225
296 #define _gloffset_MapGrid2d 226
297 #define _gloffset_MapGrid2f 227
298 #define _gloffset_EvalCoord1d 228
299 #define _gloffset_EvalCoord1dv 229
300 #define _gloffset_EvalCoord1f 230
301 #define _gloffset_EvalCoord1fv 231
302 #define _gloffset_EvalCoord2d 232
303 #define _gloffset_EvalCoord2dv 233
304 #define _gloffset_EvalCoord2f 234
305 #define _gloffset_EvalCoord2fv 235
306 #define _gloffset_EvalMesh1 236
307 #define _gloffset_EvalPoint1 237
308 #define _gloffset_EvalMesh2 238
309 #define _gloffset_EvalPoint2 239
310 #define _gloffset_AlphaFunc 240
311 #define _gloffset_BlendFunc 241
312 #define _gloffset_LogicOp 242
313 #define _gloffset_StencilFunc 243
314 #define _gloffset_StencilOp 244
315 #define _gloffset_DepthFunc 245
316 #define _gloffset_PixelZoom 246
317 #define _gloffset_PixelTransferf 247
318 #define _gloffset_PixelTransferi 248
319 #define _gloffset_PixelStoref 249
320 #define _gloffset_PixelStorei 250
321 #define _gloffset_PixelMapfv 251
322 #define _gloffset_PixelMapuiv 252
323 #define _gloffset_PixelMapusv 253
324 #define _gloffset_ReadBuffer 254
325 #define _gloffset_CopyPixels 255
326 #define _gloffset_ReadPixels 256
327 #define _gloffset_DrawPixels 257
328 #define _gloffset_GetBooleanv 258
329 #define _gloffset_GetClipPlane 259
330 #define _gloffset_GetDoublev 260
331 #define _gloffset_GetError 261
332 #define _gloffset_GetFloatv 262
333 #define _gloffset_GetIntegerv 263
334 #define _gloffset_GetLightfv 264
335 #define _gloffset_GetLightiv 265
336 #define _gloffset_GetMapdv 266
337 #define _gloffset_GetMapfv 267
338 #define _gloffset_GetMapiv 268
339 #define _gloffset_GetMaterialfv 269
340 #define _gloffset_GetMaterialiv 270
341 #define _gloffset_GetPixelMapfv 271
342 #define _gloffset_GetPixelMapuiv 272
343 #define _gloffset_GetPixelMapusv 273
344 #define _gloffset_GetPolygonStipple 274
345 #define _gloffset_GetString 275
346 #define _gloffset_GetTexEnvfv 276
347 #define _gloffset_GetTexEnviv 277
348 #define _gloffset_GetTexGendv 278
349 #define _gloffset_GetTexGenfv 279
350 #define _gloffset_GetTexGeniv 280
351 #define _gloffset_GetTexImage 281
352 #define _gloffset_GetTexParameterfv 282
353 #define _gloffset_GetTexParameteriv 283
354 #define _gloffset_GetTexLevelParameterfv 284
355 #define _gloffset_GetTexLevelParameteriv 285
356 #define _gloffset_IsEnabled 286
357 #define _gloffset_IsList 287
358 #define _gloffset_DepthRange 288
359 #define _gloffset_Frustum 289
360 #define _gloffset_LoadIdentity 290
361 #define _gloffset_LoadMatrixf 291
362 #define _gloffset_LoadMatrixd 292
363 #define _gloffset_MatrixMode 293
364 #define _gloffset_MultMatrixf 294
365 #define _gloffset_MultMatrixd 295
366 #define _gloffset_Ortho 296
367 #define _gloffset_PopMatrix 297
368 #define _gloffset_PushMatrix 298
369 #define _gloffset_Rotated 299
370 #define _gloffset_Rotatef 300
371 #define _gloffset_Scaled 301
372 #define _gloffset_Scalef 302
373 #define _gloffset_Translated 303
374 #define _gloffset_Translatef 304
375 #define _gloffset_Viewport 305
376 #define _gloffset_ArrayElement 306
377 #define _gloffset_BindTexture 307
378 #define _gloffset_ColorPointer 308
379 #define _gloffset_DisableClientState 309
380 #define _gloffset_DrawArrays 310
381 #define _gloffset_DrawElements 311
382 #define _gloffset_EdgeFlagPointer 312
383 #define _gloffset_EnableClientState 313
384 #define _gloffset_IndexPointer 314
385 #define _gloffset_Indexub 315
386 #define _gloffset_Indexubv 316
387 #define _gloffset_InterleavedArrays 317
388 #define _gloffset_NormalPointer 318
389 #define _gloffset_PolygonOffset 319
390 #define _gloffset_TexCoordPointer 320
391 #define _gloffset_VertexPointer 321
392 #define _gloffset_AreTexturesResident 322
393 #define _gloffset_CopyTexImage1D 323
394 #define _gloffset_CopyTexImage2D 324
395 #define _gloffset_CopyTexSubImage1D 325
396 #define _gloffset_CopyTexSubImage2D 326
397 #define _gloffset_DeleteTextures 327
398 #define _gloffset_GenTextures 328
399 #define _gloffset_GetPointerv 329
400 #define _gloffset_IsTexture 330
401 #define _gloffset_PrioritizeTextures 331
402 #define _gloffset_TexSubImage1D 332
403 #define _gloffset_TexSubImage2D 333
404 #define _gloffset_PopClientAttrib 334
405 #define _gloffset_PushClientAttrib 335
406 #define _gloffset_BlendColor 336
407 #define _gloffset_BlendEquation 337
408 #define _gloffset_DrawRangeElements 338
409 #define _gloffset_ColorTable 339
410 #define _gloffset_ColorTableParameterfv 340
411 #define _gloffset_ColorTableParameteriv 341
412 #define _gloffset_CopyColorTable 342
413 #define _gloffset_GetColorTable 343
414 #define _gloffset_GetColorTableParameterfv 344
415 #define _gloffset_GetColorTableParameteriv 345
416 #define _gloffset_ColorSubTable 346
417 #define _gloffset_CopyColorSubTable 347
418 #define _gloffset_ConvolutionFilter1D 348
419 #define _gloffset_ConvolutionFilter2D 349
420 #define _gloffset_ConvolutionParameterf 350
421 #define _gloffset_ConvolutionParameterfv 351
422 #define _gloffset_ConvolutionParameteri 352
423 #define _gloffset_ConvolutionParameteriv 353
424 #define _gloffset_CopyConvolutionFilter1D 354
425 #define _gloffset_CopyConvolutionFilter2D 355
426 #define _gloffset_GetConvolutionFilter 356
427 #define _gloffset_GetConvolutionParameterfv 357
428 #define _gloffset_GetConvolutionParameteriv 358
429 #define _gloffset_GetSeparableFilter 359
430 #define _gloffset_SeparableFilter2D 360
431 #define _gloffset_GetHistogram 361
432 #define _gloffset_GetHistogramParameterfv 362
433 #define _gloffset_GetHistogramParameteriv 363
434 #define _gloffset_GetMinmax 364
435 #define _gloffset_GetMinmaxParameterfv 365
436 #define _gloffset_GetMinmaxParameteriv 366
437 #define _gloffset_Histogram 367
438 #define _gloffset_Minmax 368
439 #define _gloffset_ResetHistogram 369
440 #define _gloffset_ResetMinmax 370
441 #define _gloffset_TexImage3D 371
442 #define _gloffset_TexSubImage3D 372
443 #define _gloffset_CopyTexSubImage3D 373
444
445 #if !FEATURE_remap_table
446
447 #define _gloffset_StencilFuncSeparate 421
448 #define _gloffset_StencilMaskSeparate 422
449 #define _gloffset_StencilOpSeparate 423
450 #define _gloffset_GetStringi 435
451 #define _gloffset_GetBufferParameteri64v 438
452 #define _gloffset_GetInteger64i_v 439
453 #define _gloffset_LoadTransposeMatrixdARB 441
454 #define _gloffset_LoadTransposeMatrixfARB 442
455 #define _gloffset_MultTransposeMatrixdARB 443
456 #define _gloffset_MultTransposeMatrixfARB 444
457 #define _gloffset_SampleCoverageARB 445
458 #define _gloffset_BindBufferARB 510
459 #define _gloffset_BufferDataARB 511
460 #define _gloffset_BufferSubDataARB 512
461 #define _gloffset_DeleteBuffersARB 513
462 #define _gloffset_GenBuffersARB 514
463 #define _gloffset_GetBufferParameterivARB 515
464 #define _gloffset_GetBufferPointervARB 516
465 #define _gloffset_GetBufferSubDataARB 517
466 #define _gloffset_IsBufferARB 518
467 #define _gloffset_MapBufferARB 519
468 #define _gloffset_UnmapBufferARB 520
469 #define _gloffset_AttachObjectARB 529
470 #define _gloffset_CompileShaderARB 530
471 #define _gloffset_CreateProgramObjectARB 531
472 #define _gloffset_CreateShaderObjectARB 532
473 #define _gloffset_DeleteObjectARB 533
474 #define _gloffset_DetachObjectARB 534
475 #define _gloffset_GetAttachedObjectsARB 536
476 #define _gloffset_GetHandleARB 537
477 #define _gloffset_GetInfoLogARB 538
478 #define _gloffset_GetObjectParameterfvARB 539
479 #define _gloffset_GetObjectParameterivARB 540
480 #define _gloffset_GetShaderSourceARB 541
481 #define _gloffset_LinkProgramARB 545
482 #define _gloffset_ShaderSourceARB 546
483 #define _gloffset_ValidateProgramARB 567
484 #define _gloffset_GetActiveAttribARB 569
485 #define _gloffset_FlushMappedBufferRange 580
486 #define _gloffset_MapBufferRange 581
487 #define _gloffset_BindVertexArray 583
488 #define _gloffset_GenVertexArrays 584
489 #define _gloffset_GetGraphicsResetStatusARB 665
490 #define _gloffset_GetnColorTableARB 666
491 #define _gloffset_GetnConvolutionFilterARB 668
492 #define _gloffset_GetnHistogramARB 669
493 #define _gloffset_GetnMapdvARB 670
494 #define _gloffset_GetnMapfvARB 671
495 #define _gloffset_GetnMapivARB 672
496 #define _gloffset_GetnMinmaxARB 673
497 #define _gloffset_GetnPixelMapfvARB 674
498 #define _gloffset_GetnPixelMapuivARB 675
499 #define _gloffset_GetnPixelMapusvARB 676
500 #define _gloffset_GetnPolygonStippleARB 677
501 #define _gloffset_GetnSeparableFilterARB 678
502 #define _gloffset_GetnTexImageARB 679
503 #define _gloffset_ReadnPixelsARB 684
504 #define _gloffset_TexStorage1D 685
505 #define _gloffset_TexStorage2D 686
506 #define _gloffset_TexStorage3D 687
507 #define _gloffset_TextureStorage1DEXT 688
508 #define _gloffset_TextureStorage2DEXT 689
509 #define _gloffset_TextureStorage3DEXT 690
510 #define _gloffset_PolygonOffsetEXT 691
511 #define _gloffset_SampleMaskSGIS 698
512 #define _gloffset_SamplePatternSGIS 699
513 #define _gloffset_ColorPointerEXT 700
514 #define _gloffset_EdgeFlagPointerEXT 701
515 #define _gloffset_IndexPointerEXT 702
516 #define _gloffset_NormalPointerEXT 703
517 #define _gloffset_TexCoordPointerEXT 704
518 #define _gloffset_VertexPointerEXT 705
519 #define _gloffset_PointParameterfEXT 706
520 #define _gloffset_PointParameterfvEXT 707
521 #define _gloffset_LockArraysEXT 708
522 #define _gloffset_UnlockArraysEXT 709
523 #define _gloffset_SecondaryColor3bEXT 710
524 #define _gloffset_SecondaryColor3bvEXT 711
525 #define _gloffset_SecondaryColor3dEXT 712
526 #define _gloffset_SecondaryColor3dvEXT 713
527 #define _gloffset_SecondaryColor3fEXT 714
528 #define _gloffset_SecondaryColor3fvEXT 715
529 #define _gloffset_SecondaryColor3iEXT 716
530 #define _gloffset_SecondaryColor3ivEXT 717
531 #define _gloffset_SecondaryColor3sEXT 718
532 #define _gloffset_SecondaryColor3svEXT 719
533 #define _gloffset_SecondaryColor3ubEXT 720
534 #define _gloffset_SecondaryColor3ubvEXT 721
535 #define _gloffset_SecondaryColor3uiEXT 722
536 #define _gloffset_SecondaryColor3uivEXT 723
537 #define _gloffset_SecondaryColor3usEXT 724
538 #define _gloffset_SecondaryColor3usvEXT 725
539 #define _gloffset_SecondaryColorPointerEXT 726
540 #define _gloffset_MultiDrawArraysEXT 727
541 #define _gloffset_FogCoordPointerEXT 729
542 #define _gloffset_FogCoorddEXT 730
543 #define _gloffset_FogCoorddvEXT 731
544 #define _gloffset_FogCoordfEXT 732
545 #define _gloffset_FogCoordfvEXT 733
546 #define _gloffset_PixelTexGenSGIX 734
547 #define _gloffset_BlendFuncSeparateEXT 735
548 #define _gloffset_FlushVertexArrayRangeNV 736
549 #define _gloffset_VertexArrayRangeNV 737
550 #define _gloffset_CombinerInputNV 738
551 #define _gloffset_CombinerOutputNV 739
552 #define _gloffset_CombinerParameterfNV 740
553 #define _gloffset_CombinerParameterfvNV 741
554 #define _gloffset_CombinerParameteriNV 742
555 #define _gloffset_CombinerParameterivNV 743
556 #define _gloffset_FinalCombinerInputNV 744
557 #define _gloffset_GetCombinerInputParameterfvNV 745
558 #define _gloffset_GetCombinerInputParameterivNV 746
559 #define _gloffset_GetCombinerOutputParameterfvNV 747
560 #define _gloffset_GetCombinerOutputParameterivNV 748
561 #define _gloffset_GetFinalCombinerInputParameterfvNV 749
562 #define _gloffset_GetFinalCombinerInputParameterivNV 750
563 #define _gloffset_WindowPos2dMESA 752
564 #define _gloffset_WindowPos2dvMESA 753
565 #define _gloffset_WindowPos2fMESA 754
566 #define _gloffset_WindowPos2fvMESA 755
567 #define _gloffset_WindowPos2iMESA 756
568 #define _gloffset_WindowPos2ivMESA 757
569 #define _gloffset_WindowPos2sMESA 758
570 #define _gloffset_WindowPos2svMESA 759
571 #define _gloffset_WindowPos3dMESA 760
572 #define _gloffset_WindowPos3dvMESA 761
573 #define _gloffset_WindowPos3fMESA 762
574 #define _gloffset_WindowPos3fvMESA 763
575 #define _gloffset_WindowPos3iMESA 764
576 #define _gloffset_WindowPos3ivMESA 765
577 #define _gloffset_WindowPos3sMESA 766
578 #define _gloffset_WindowPos3svMESA 767
579 #define _gloffset_WindowPos4dMESA 768
580 #define _gloffset_WindowPos4dvMESA 769
581 #define _gloffset_WindowPos4fMESA 770
582 #define _gloffset_WindowPos4fvMESA 771
583 #define _gloffset_WindowPos4iMESA 772
584 #define _gloffset_WindowPos4ivMESA 773
585 #define _gloffset_WindowPos4sMESA 774
586 #define _gloffset_WindowPos4svMESA 775
587 #define _gloffset_MultiModeDrawArraysIBM 776
588 #define _gloffset_MultiModeDrawElementsIBM 777
589 #define _gloffset_DeleteFencesNV 778
590 #define _gloffset_FinishFenceNV 779
591 #define _gloffset_GenFencesNV 780
592 #define _gloffset_GetFenceivNV 781
593 #define _gloffset_IsFenceNV 782
594 #define _gloffset_SetFenceNV 783
595 #define _gloffset_TestFenceNV 784
596 #define _gloffset_AreProgramsResidentNV 785
597 #define _gloffset_ExecuteProgramNV 788
598 #define _gloffset_GetProgramParameterdvNV 790
599 #define _gloffset_GetProgramParameterfvNV 791
600 #define _gloffset_GetTrackMatrixivNV 794
601 #define _gloffset_LoadProgramNV 800
602 #define _gloffset_ProgramParameters4dvNV 801
603 #define _gloffset_ProgramParameters4fvNV 802
604 #define _gloffset_RequestResidentProgramsNV 803
605 #define _gloffset_TrackMatrixNV 804
606 #define _gloffset_VertexAttrib1dNV 805
607 #define _gloffset_VertexAttrib1dvNV 806
608 #define _gloffset_VertexAttrib1fNV 807
609 #define _gloffset_VertexAttrib1fvNV 808
610 #define _gloffset_VertexAttrib1sNV 809
611 #define _gloffset_VertexAttrib1svNV 810
612 #define _gloffset_VertexAttrib2dNV 811
613 #define _gloffset_VertexAttrib2dvNV 812
614 #define _gloffset_VertexAttrib2fNV 813
615 #define _gloffset_VertexAttrib2fvNV 814
616 #define _gloffset_VertexAttrib2sNV 815
617 #define _gloffset_VertexAttrib2svNV 816
618 #define _gloffset_VertexAttrib3dNV 817
619 #define _gloffset_VertexAttrib3dvNV 818
620 #define _gloffset_VertexAttrib3fNV 819
621 #define _gloffset_VertexAttrib3fvNV 820
622 #define _gloffset_VertexAttrib3sNV 821
623 #define _gloffset_VertexAttrib3svNV 822
624 #define _gloffset_VertexAttrib4dNV 823
625 #define _gloffset_VertexAttrib4dvNV 824
626 #define _gloffset_VertexAttrib4fNV 825
627 #define _gloffset_VertexAttrib4fvNV 826
628 #define _gloffset_VertexAttrib4sNV 827
629 #define _gloffset_VertexAttrib4svNV 828
630 #define _gloffset_VertexAttrib4ubNV 829
631 #define _gloffset_VertexAttrib4ubvNV 830
632 #define _gloffset_VertexAttribs1dvNV 832
633 #define _gloffset_VertexAttribs1fvNV 833
634 #define _gloffset_VertexAttribs1svNV 834
635 #define _gloffset_VertexAttribs2dvNV 835
636 #define _gloffset_VertexAttribs2fvNV 836
637 #define _gloffset_VertexAttribs2svNV 837
638 #define _gloffset_VertexAttribs3dvNV 838
639 #define _gloffset_VertexAttribs3fvNV 839
640 #define _gloffset_VertexAttribs3svNV 840
641 #define _gloffset_VertexAttribs4dvNV 841
642 #define _gloffset_VertexAttribs4fvNV 842
643 #define _gloffset_VertexAttribs4svNV 843
644 #define _gloffset_VertexAttribs4ubvNV 844
645 #define _gloffset_PointParameteriNV 863
646 #define _gloffset_PointParameterivNV 864
647 #define _gloffset_ActiveStencilFaceEXT 865
648 #define _gloffset_BindVertexArrayAPPLE 866
649 #define _gloffset_DeleteVertexArraysAPPLE 867
650 #define _gloffset_GenVertexArraysAPPLE 868
651 #define _gloffset_IsVertexArrayAPPLE 869
652 #define _gloffset_GetProgramNamedParameterdvNV 870
653 #define _gloffset_GetProgramNamedParameterfvNV 871
654 #define _gloffset_ProgramNamedParameter4dNV 872
655 #define _gloffset_ProgramNamedParameter4dvNV 873
656 #define _gloffset_ProgramNamedParameter4fNV 874
657 #define _gloffset_ProgramNamedParameter4fvNV 875
658 #define _gloffset_DepthBoundsEXT 878
659 #define _gloffset_BlendEquationSeparateEXT 879
660 #define _gloffset_BufferParameteriAPPLE 898
661 #define _gloffset_FlushMappedBufferRangeAPPLE 899
662 #define _gloffset_BindFragDataLocationEXT 900
663 #define _gloffset_GetFragDataLocationEXT 901
664 #define _gloffset_ClearColorIiEXT 941
665 #define _gloffset_ClearColorIuiEXT 942
666 #define _gloffset_GetTexParameterIivEXT 943
667 #define _gloffset_GetTexParameterIuivEXT 944
668 #define _gloffset_TexParameterIivEXT 945
669 #define _gloffset_TexParameterIuivEXT 946
670 #define _gloffset_GetTexParameterPointervAPPLE 957
671 #define _gloffset_TextureRangeAPPLE 958
672 #define _gloffset_GetObjectParameterivAPPLE 959
673 #define _gloffset_ObjectPurgeableAPPLE 960
674 #define _gloffset_ObjectUnpurgeableAPPLE 961
675 #define _gloffset_CreateShaderProgramEXT 963
676 #define _gloffset_TextureBarrierNV 965
677 #define _gloffset_StencilFuncSeparateATI 966
678
679 #else /* !FEATURE_remap_table */
680
681 #define driDispatchRemapTable_size 565
682 extern int driDispatchRemapTable[ driDispatchRemapTable_size ];
683
684 #define StencilFuncSeparate_remap_index 13
685 #define StencilMaskSeparate_remap_index 14
686 #define StencilOpSeparate_remap_index 15
687 #define GetStringi_remap_index 27
688 #define TexBuffer_remap_index 28
689 #define GetBufferParameteri64v_remap_index 30
690 #define GetInteger64i_v_remap_index 31
691 #define VertexAttribDivisor_remap_index 32
692 #define LoadTransposeMatrixdARB_remap_index 33
693 #define LoadTransposeMatrixfARB_remap_index 34
694 #define MultTransposeMatrixdARB_remap_index 35
695 #define MultTransposeMatrixfARB_remap_index 36
696 #define SampleCoverageARB_remap_index 37
697 #define BindBufferARB_remap_index 102
698 #define BufferDataARB_remap_index 103
699 #define BufferSubDataARB_remap_index 104
700 #define DeleteBuffersARB_remap_index 105
701 #define GenBuffersARB_remap_index 106
702 #define GetBufferParameterivARB_remap_index 107
703 #define GetBufferPointervARB_remap_index 108
704 #define GetBufferSubDataARB_remap_index 109
705 #define IsBufferARB_remap_index 110
706 #define MapBufferARB_remap_index 111
707 #define UnmapBufferARB_remap_index 112
708 #define AttachObjectARB_remap_index 121
709 #define CompileShaderARB_remap_index 122
710 #define CreateProgramObjectARB_remap_index 123
711 #define CreateShaderObjectARB_remap_index 124
712 #define DeleteObjectARB_remap_index 125
713 #define DetachObjectARB_remap_index 126
714 #define GetAttachedObjectsARB_remap_index 128
715 #define GetHandleARB_remap_index 129
716 #define GetInfoLogARB_remap_index 130
717 #define GetObjectParameterfvARB_remap_index 131
718 #define GetObjectParameterivARB_remap_index 132
719 #define GetShaderSourceARB_remap_index 133
720 #define LinkProgramARB_remap_index 137
721 #define ShaderSourceARB_remap_index 138
722 #define ValidateProgramARB_remap_index 159
723 #define GetActiveAttribARB_remap_index 161
724 #define VertexAttribDivisorARB_remap_index 171
725 #define FlushMappedBufferRange_remap_index 172
726 #define MapBufferRange_remap_index 173
727 #define BindVertexArray_remap_index 175
728 #define GenVertexArrays_remap_index 176
729 #define GetGraphicsResetStatusARB_remap_index 257
730 #define GetnColorTableARB_remap_index 258
731 #define GetnConvolutionFilterARB_remap_index 260
732 #define GetnHistogramARB_remap_index 261
733 #define GetnMapdvARB_remap_index 262
734 #define GetnMapfvARB_remap_index 263
735 #define GetnMapivARB_remap_index 264
736 #define GetnMinmaxARB_remap_index 265
737 #define GetnPixelMapfvARB_remap_index 266
738 #define GetnPixelMapuivARB_remap_index 267
739 #define GetnPixelMapusvARB_remap_index 268
740 #define GetnPolygonStippleARB_remap_index 269
741 #define GetnSeparableFilterARB_remap_index 270
742 #define GetnTexImageARB_remap_index 271
743 #define ReadnPixelsARB_remap_index 276
744 #define TexStorage1D_remap_index 277
745 #define TexStorage2D_remap_index 278
746 #define TexStorage3D_remap_index 279
747 #define TextureStorage1DEXT_remap_index 280
748 #define TextureStorage2DEXT_remap_index 281
749 #define TextureStorage3DEXT_remap_index 282
750 #define PolygonOffsetEXT_remap_index 283
751 #define SampleMaskSGIS_remap_index 290
752 #define SamplePatternSGIS_remap_index 291
753 #define ColorPointerEXT_remap_index 292
754 #define EdgeFlagPointerEXT_remap_index 293
755 #define IndexPointerEXT_remap_index 294
756 #define NormalPointerEXT_remap_index 295
757 #define TexCoordPointerEXT_remap_index 296
758 #define VertexPointerEXT_remap_index 297
759 #define PointParameterfEXT_remap_index 298
760 #define PointParameterfvEXT_remap_index 299
761 #define LockArraysEXT_remap_index 300
762 #define UnlockArraysEXT_remap_index 301
763 #define SecondaryColor3bEXT_remap_index 302
764 #define SecondaryColor3bvEXT_remap_index 303
765 #define SecondaryColor3dEXT_remap_index 304
766 #define SecondaryColor3dvEXT_remap_index 305
767 #define SecondaryColor3fEXT_remap_index 306
768 #define SecondaryColor3fvEXT_remap_index 307
769 #define SecondaryColor3iEXT_remap_index 308
770 #define SecondaryColor3ivEXT_remap_index 309
771 #define SecondaryColor3sEXT_remap_index 310
772 #define SecondaryColor3svEXT_remap_index 311
773 #define SecondaryColor3ubEXT_remap_index 312
774 #define SecondaryColor3ubvEXT_remap_index 313
775 #define SecondaryColor3uiEXT_remap_index 314
776 #define SecondaryColor3uivEXT_remap_index 315
777 #define SecondaryColor3usEXT_remap_index 316
778 #define SecondaryColor3usvEXT_remap_index 317
779 #define SecondaryColorPointerEXT_remap_index 318
780 #define MultiDrawArraysEXT_remap_index 319
781 #define FogCoordPointerEXT_remap_index 321
782 #define FogCoorddEXT_remap_index 322
783 #define FogCoorddvEXT_remap_index 323
784 #define FogCoordfEXT_remap_index 324
785 #define FogCoordfvEXT_remap_index 325
786 #define PixelTexGenSGIX_remap_index 326
787 #define BlendFuncSeparateEXT_remap_index 327
788 #define FlushVertexArrayRangeNV_remap_index 328
789 #define VertexArrayRangeNV_remap_index 329
790 #define CombinerInputNV_remap_index 330
791 #define CombinerOutputNV_remap_index 331
792 #define CombinerParameterfNV_remap_index 332
793 #define CombinerParameterfvNV_remap_index 333
794 #define CombinerParameteriNV_remap_index 334
795 #define CombinerParameterivNV_remap_index 335
796 #define FinalCombinerInputNV_remap_index 336
797 #define GetCombinerInputParameterfvNV_remap_index 337
798 #define GetCombinerInputParameterivNV_remap_index 338
799 #define GetCombinerOutputParameterfvNV_remap_index 339
800 #define GetCombinerOutputParameterivNV_remap_index 340
801 #define GetFinalCombinerInputParameterfvNV_remap_index 341
802 #define GetFinalCombinerInputParameterivNV_remap_index 342
803 #define WindowPos2dMESA_remap_index 344
804 #define WindowPos2dvMESA_remap_index 345
805 #define WindowPos2fMESA_remap_index 346
806 #define WindowPos2fvMESA_remap_index 347
807 #define WindowPos2iMESA_remap_index 348
808 #define WindowPos2ivMESA_remap_index 349
809 #define WindowPos2sMESA_remap_index 350
810 #define WindowPos2svMESA_remap_index 351
811 #define WindowPos3dMESA_remap_index 352
812 #define WindowPos3dvMESA_remap_index 353
813 #define WindowPos3fMESA_remap_index 354
814 #define WindowPos3fvMESA_remap_index 355
815 #define WindowPos3iMESA_remap_index 356
816 #define WindowPos3ivMESA_remap_index 357
817 #define WindowPos3sMESA_remap_index 358
818 #define WindowPos3svMESA_remap_index 359
819 #define WindowPos4dMESA_remap_index 360
820 #define WindowPos4dvMESA_remap_index 361
821 #define WindowPos4fMESA_remap_index 362
822 #define WindowPos4fvMESA_remap_index 363
823 #define WindowPos4iMESA_remap_index 364
824 #define WindowPos4ivMESA_remap_index 365
825 #define WindowPos4sMESA_remap_index 366
826 #define WindowPos4svMESA_remap_index 367
827 #define MultiModeDrawArraysIBM_remap_index 368
828 #define MultiModeDrawElementsIBM_remap_index 369
829 #define DeleteFencesNV_remap_index 370
830 #define FinishFenceNV_remap_index 371
831 #define GenFencesNV_remap_index 372
832 #define GetFenceivNV_remap_index 373
833 #define IsFenceNV_remap_index 374
834 #define SetFenceNV_remap_index 375
835 #define TestFenceNV_remap_index 376
836 #define AreProgramsResidentNV_remap_index 377
837 #define ExecuteProgramNV_remap_index 380
838 #define GetProgramParameterdvNV_remap_index 382
839 #define GetProgramParameterfvNV_remap_index 383
840 #define GetTrackMatrixivNV_remap_index 386
841 #define LoadProgramNV_remap_index 392
842 #define ProgramParameters4dvNV_remap_index 393
843 #define ProgramParameters4fvNV_remap_index 394
844 #define RequestResidentProgramsNV_remap_index 395
845 #define TrackMatrixNV_remap_index 396
846 #define VertexAttrib1dNV_remap_index 397
847 #define VertexAttrib1dvNV_remap_index 398
848 #define VertexAttrib1fNV_remap_index 399
849 #define VertexAttrib1fvNV_remap_index 400
850 #define VertexAttrib1sNV_remap_index 401
851 #define VertexAttrib1svNV_remap_index 402
852 #define VertexAttrib2dNV_remap_index 403
853 #define VertexAttrib2dvNV_remap_index 404
854 #define VertexAttrib2fNV_remap_index 405
855 #define VertexAttrib2fvNV_remap_index 406
856 #define VertexAttrib2sNV_remap_index 407
857 #define VertexAttrib2svNV_remap_index 408
858 #define VertexAttrib3dNV_remap_index 409
859 #define VertexAttrib3dvNV_remap_index 410
860 #define VertexAttrib3fNV_remap_index 411
861 #define VertexAttrib3fvNV_remap_index 412
862 #define VertexAttrib3sNV_remap_index 413
863 #define VertexAttrib3svNV_remap_index 414
864 #define VertexAttrib4dNV_remap_index 415
865 #define VertexAttrib4dvNV_remap_index 416
866 #define VertexAttrib4fNV_remap_index 417
867 #define VertexAttrib4fvNV_remap_index 418
868 #define VertexAttrib4sNV_remap_index 419
869 #define VertexAttrib4svNV_remap_index 420
870 #define VertexAttrib4ubNV_remap_index 421
871 #define VertexAttrib4ubvNV_remap_index 422
872 #define VertexAttribs1dvNV_remap_index 424
873 #define VertexAttribs1fvNV_remap_index 425
874 #define VertexAttribs1svNV_remap_index 426
875 #define VertexAttribs2dvNV_remap_index 427
876 #define VertexAttribs2fvNV_remap_index 428
877 #define VertexAttribs2svNV_remap_index 429
878 #define VertexAttribs3dvNV_remap_index 430
879 #define VertexAttribs3fvNV_remap_index 431
880 #define VertexAttribs3svNV_remap_index 432
881 #define VertexAttribs4dvNV_remap_index 433
882 #define VertexAttribs4fvNV_remap_index 434
883 #define VertexAttribs4svNV_remap_index 435
884 #define VertexAttribs4ubvNV_remap_index 436
885 #define PointParameteriNV_remap_index 455
886 #define PointParameterivNV_remap_index 456
887 #define ActiveStencilFaceEXT_remap_index 457
888 #define BindVertexArrayAPPLE_remap_index 458
889 #define DeleteVertexArraysAPPLE_remap_index 459
890 #define GenVertexArraysAPPLE_remap_index 460
891 #define IsVertexArrayAPPLE_remap_index 461
892 #define GetProgramNamedParameterdvNV_remap_index 462
893 #define GetProgramNamedParameterfvNV_remap_index 463
894 #define ProgramNamedParameter4dNV_remap_index 464
895 #define ProgramNamedParameter4dvNV_remap_index 465
896 #define ProgramNamedParameter4fNV_remap_index 466
897 #define ProgramNamedParameter4fvNV_remap_index 467
898 #define DepthBoundsEXT_remap_index 470
899 #define BlendEquationSeparateEXT_remap_index 471
900 #define BufferParameteriAPPLE_remap_index 490
901 #define FlushMappedBufferRangeAPPLE_remap_index 491
902 #define BindFragDataLocationEXT_remap_index 492
903 #define GetFragDataLocationEXT_remap_index 493
904 #define ClearColorIiEXT_remap_index 533
905 #define ClearColorIuiEXT_remap_index 534
906 #define GetTexParameterIivEXT_remap_index 535
907 #define GetTexParameterIuivEXT_remap_index 536
908 #define TexParameterIivEXT_remap_index 537
909 #define TexParameterIuivEXT_remap_index 538
910 #define GetTexParameterPointervAPPLE_remap_index 549
911 #define TextureRangeAPPLE_remap_index 550
912 #define GetObjectParameterivAPPLE_remap_index 551
913 #define ObjectPurgeableAPPLE_remap_index 552
914 #define ObjectUnpurgeableAPPLE_remap_index 553
915 #define CreateShaderProgramEXT_remap_index 555
916 #define TextureBarrierNV_remap_index 557
917 #define StencilFuncSeparateATI_remap_index 558
918
919 #define _gloffset_StencilFuncSeparate driDispatchRemapTable[StencilFuncSeparate_remap_index]
920 #define _gloffset_StencilMaskSeparate driDispatchRemapTable[StencilMaskSeparate_remap_index]
921 #define _gloffset_StencilOpSeparate driDispatchRemapTable[StencilOpSeparate_remap_index]
922 #define _gloffset_GetStringi driDispatchRemapTable[GetStringi_remap_index]
923 #define _gloffset_GetBufferParameteri64v driDispatchRemapTable[GetBufferParameteri64v_remap_index]
924 #define _gloffset_GetInteger64i_v driDispatchRemapTable[GetInteger64i_v_remap_index]
925 #define _gloffset_LoadTransposeMatrixdARB driDispatchRemapTable[LoadTransposeMatrixdARB_remap_index]
926 #define _gloffset_LoadTransposeMatrixfARB driDispatchRemapTable[LoadTransposeMatrixfARB_remap_index]
927 #define _gloffset_MultTransposeMatrixdARB driDispatchRemapTable[MultTransposeMatrixdARB_remap_index]
928 #define _gloffset_MultTransposeMatrixfARB driDispatchRemapTable[MultTransposeMatrixfARB_remap_index]
929 #define _gloffset_SampleCoverageARB driDispatchRemapTable[SampleCoverageARB_remap_index]
930 #define _gloffset_BindBufferARB driDispatchRemapTable[BindBufferARB_remap_index]
931 #define _gloffset_BufferDataARB driDispatchRemapTable[BufferDataARB_remap_index]
932 #define _gloffset_BufferSubDataARB driDispatchRemapTable[BufferSubDataARB_remap_index]
933 #define _gloffset_DeleteBuffersARB driDispatchRemapTable[DeleteBuffersARB_remap_index]
934 #define _gloffset_GenBuffersARB driDispatchRemapTable[GenBuffersARB_remap_index]
935 #define _gloffset_GetBufferParameterivARB driDispatchRemapTable[GetBufferParameterivARB_remap_index]
936 #define _gloffset_GetBufferPointervARB driDispatchRemapTable[GetBufferPointervARB_remap_index]
937 #define _gloffset_GetBufferSubDataARB driDispatchRemapTable[GetBufferSubDataARB_remap_index]
938 #define _gloffset_IsBufferARB driDispatchRemapTable[IsBufferARB_remap_index]
939 #define _gloffset_MapBufferARB driDispatchRemapTable[MapBufferARB_remap_index]
940 #define _gloffset_UnmapBufferARB driDispatchRemapTable[UnmapBufferARB_remap_index]
941 #define _gloffset_AttachObjectARB driDispatchRemapTable[AttachObjectARB_remap_index]
942 #define _gloffset_CompileShaderARB driDispatchRemapTable[CompileShaderARB_remap_index]
943 #define _gloffset_CreateProgramObjectARB driDispatchRemapTable[CreateProgramObjectARB_remap_index]
944 #define _gloffset_CreateShaderObjectARB driDispatchRemapTable[CreateShaderObjectARB_remap_index]
945 #define _gloffset_DeleteObjectARB driDispatchRemapTable[DeleteObjectARB_remap_index]
946 #define _gloffset_DetachObjectARB driDispatchRemapTable[DetachObjectARB_remap_index]
947 #define _gloffset_GetAttachedObjectsARB driDispatchRemapTable[GetAttachedObjectsARB_remap_index]
948 #define _gloffset_GetHandleARB driDispatchRemapTable[GetHandleARB_remap_index]
949 #define _gloffset_GetInfoLogARB driDispatchRemapTable[GetInfoLogARB_remap_index]
950 #define _gloffset_GetObjectParameterfvARB driDispatchRemapTable[GetObjectParameterfvARB_remap_index]
951 #define _gloffset_GetObjectParameterivARB driDispatchRemapTable[GetObjectParameterivARB_remap_index]
952 #define _gloffset_GetShaderSourceARB driDispatchRemapTable[GetShaderSourceARB_remap_index]
953 #define _gloffset_LinkProgramARB driDispatchRemapTable[LinkProgramARB_remap_index]
954 #define _gloffset_ShaderSourceARB driDispatchRemapTable[ShaderSourceARB_remap_index]
955 #define _gloffset_ValidateProgramARB driDispatchRemapTable[ValidateProgramARB_remap_index]
956 #define _gloffset_GetActiveAttribARB driDispatchRemapTable[GetActiveAttribARB_remap_index]
957 #define _gloffset_GetAttribLocationARB driDispatchRemapTable[GetAttribLocationARB_remap_index]
958 #define _gloffset_FlushMappedBufferRange driDispatchRemapTable[FlushMappedBufferRange_remap_index]
959 #define _gloffset_MapBufferRange driDispatchRemapTable[MapBufferRange_remap_index]
960 #define _gloffset_BindVertexArray driDispatchRemapTable[BindVertexArray_remap_index]
961 #define _gloffset_GenVertexArrays driDispatchRemapTable[GenVertexArrays_remap_index]
962 #define _gloffset_GetGraphicsResetStatusARB driDispatchRemapTable[GetGraphicsResetStatusARB_remap_index]
963 #define _gloffset_GetnColorTableARB driDispatchRemapTable[GetnColorTableARB_remap_index]
964 #define _gloffset_GetnConvolutionFilterARB driDispatchRemapTable[GetnConvolutionFilterARB_remap_index]
965 #define _gloffset_GetnHistogramARB driDispatchRemapTable[GetnHistogramARB_remap_index]
966 #define _gloffset_GetnMapdvARB driDispatchRemapTable[GetnMapdvARB_remap_index]
967 #define _gloffset_GetnMapfvARB driDispatchRemapTable[GetnMapfvARB_remap_index]
968 #define _gloffset_GetnMapivARB driDispatchRemapTable[GetnMapivARB_remap_index]
969 #define _gloffset_GetnMinmaxARB driDispatchRemapTable[GetnMinmaxARB_remap_index]
970 #define _gloffset_GetnPixelMapfvARB driDispatchRemapTable[GetnPixelMapfvARB_remap_index]
971 #define _gloffset_GetnPixelMapuivARB driDispatchRemapTable[GetnPixelMapuivARB_remap_index]
972 #define _gloffset_GetnPixelMapusvARB driDispatchRemapTable[GetnPixelMapusvARB_remap_index]
973 #define _gloffset_GetnPolygonStippleARB driDispatchRemapTable[GetnPolygonStippleARB_remap_index]
974 #define _gloffset_GetnSeparableFilterARB driDispatchRemapTable[GetnSeparableFilterARB_remap_index]
975 #define _gloffset_GetnTexImageARB driDispatchRemapTable[GetnTexImageARB_remap_index]
976 #define _gloffset_ReadnPixelsARB driDispatchRemapTable[ReadnPixelsARB_remap_index]
977 #define _gloffset_TexStorage1D driDispatchRemapTable[TexStorage1D_remap_index]
978 #define _gloffset_TexStorage2D driDispatchRemapTable[TexStorage2D_remap_index]
979 #define _gloffset_TexStorage3D driDispatchRemapTable[TexStorage3D_remap_index]
980 #define _gloffset_TextureStorage1DEXT driDispatchRemapTable[TextureStorage1DEXT_remap_index]
981 #define _gloffset_TextureStorage2DEXT driDispatchRemapTable[TextureStorage2DEXT_remap_index]
982 #define _gloffset_TextureStorage3DEXT driDispatchRemapTable[TextureStorage3DEXT_remap_index]
983 #define _gloffset_PolygonOffsetEXT driDispatchRemapTable[PolygonOffsetEXT_remap_index]
984 #define _gloffset_SampleMaskSGIS driDispatchRemapTable[SampleMaskSGIS_remap_index]
985 #define _gloffset_SamplePatternSGIS driDispatchRemapTable[SamplePatternSGIS_remap_index]
986 #define _gloffset_ColorPointerEXT driDispatchRemapTable[ColorPointerEXT_remap_index]
987 #define _gloffset_EdgeFlagPointerEXT driDispatchRemapTable[EdgeFlagPointerEXT_remap_index]
988 #define _gloffset_IndexPointerEXT driDispatchRemapTable[IndexPointerEXT_remap_index]
989 #define _gloffset_NormalPointerEXT driDispatchRemapTable[NormalPointerEXT_remap_index]
990 #define _gloffset_TexCoordPointerEXT driDispatchRemapTable[TexCoordPointerEXT_remap_index]
991 #define _gloffset_VertexPointerEXT driDispatchRemapTable[VertexPointerEXT_remap_index]
992 #define _gloffset_PointParameterfEXT driDispatchRemapTable[PointParameterfEXT_remap_index]
993 #define _gloffset_PointParameterfvEXT driDispatchRemapTable[PointParameterfvEXT_remap_index]
994 #define _gloffset_LockArraysEXT driDispatchRemapTable[LockArraysEXT_remap_index]
995 #define _gloffset_UnlockArraysEXT driDispatchRemapTable[UnlockArraysEXT_remap_index]
996 #define _gloffset_SecondaryColor3bEXT driDispatchRemapTable[SecondaryColor3bEXT_remap_index]
997 #define _gloffset_SecondaryColor3bvEXT driDispatchRemapTable[SecondaryColor3bvEXT_remap_index]
998 #define _gloffset_SecondaryColor3dEXT driDispatchRemapTable[SecondaryColor3dEXT_remap_index]
999 #define _gloffset_SecondaryColor3dvEXT driDispatchRemapTable[SecondaryColor3dvEXT_remap_index]
1000 #define _gloffset_SecondaryColor3fEXT driDispatchRemapTable[SecondaryColor3fEXT_remap_index]
1001 #define _gloffset_SecondaryColor3fvEXT driDispatchRemapTable[SecondaryColor3fvEXT_remap_index]
1002 #define _gloffset_SecondaryColor3iEXT driDispatchRemapTable[SecondaryColor3iEXT_remap_index]
1003 #define _gloffset_SecondaryColor3ivEXT driDispatchRemapTable[SecondaryColor3ivEXT_remap_index]
1004 #define _gloffset_SecondaryColor3sEXT driDispatchRemapTable[SecondaryColor3sEXT_remap_index]
1005 #define _gloffset_SecondaryColor3svEXT driDispatchRemapTable[SecondaryColor3svEXT_remap_index]
1006 #define _gloffset_SecondaryColor3ubEXT driDispatchRemapTable[SecondaryColor3ubEXT_remap_index]
1007 #define _gloffset_SecondaryColor3ubvEXT driDispatchRemapTable[SecondaryColor3ubvEXT_remap_index]
1008 #define _gloffset_SecondaryColor3uiEXT driDispatchRemapTable[SecondaryColor3uiEXT_remap_index]
1009 #define _gloffset_SecondaryColor3uivEXT driDispatchRemapTable[SecondaryColor3uivEXT_remap_index]
1010 #define _gloffset_SecondaryColor3usEXT driDispatchRemapTable[SecondaryColor3usEXT_remap_index]
1011 #define _gloffset_SecondaryColor3usvEXT driDispatchRemapTable[SecondaryColor3usvEXT_remap_index]
1012 #define _gloffset_SecondaryColorPointerEXT driDispatchRemapTable[SecondaryColorPointerEXT_remap_index]
1013 #define _gloffset_MultiDrawArraysEXT driDispatchRemapTable[MultiDrawArraysEXT_remap_index]
1014 #define _gloffset_FogCoordPointerEXT driDispatchRemapTable[FogCoordPointerEXT_remap_index]
1015 #define _gloffset_FogCoorddEXT driDispatchRemapTable[FogCoorddEXT_remap_index]
1016 #define _gloffset_FogCoorddvEXT driDispatchRemapTable[FogCoorddvEXT_remap_index]
1017 #define _gloffset_FogCoordfEXT driDispatchRemapTable[FogCoordfEXT_remap_index]
1018 #define _gloffset_FogCoordfvEXT driDispatchRemapTable[FogCoordfvEXT_remap_index]
1019 #define _gloffset_PixelTexGenSGIX driDispatchRemapTable[PixelTexGenSGIX_remap_index]
1020 #define _gloffset_BlendFuncSeparateEXT driDispatchRemapTable[BlendFuncSeparateEXT_remap_index]
1021 #define _gloffset_FlushVertexArrayRangeNV driDispatchRemapTable[FlushVertexArrayRangeNV_remap_index]
1022 #define _gloffset_VertexArrayRangeNV driDispatchRemapTable[VertexArrayRangeNV_remap_index]
1023 #define _gloffset_CombinerInputNV driDispatchRemapTable[CombinerInputNV_remap_index]
1024 #define _gloffset_CombinerOutputNV driDispatchRemapTable[CombinerOutputNV_remap_index]
1025 #define _gloffset_CombinerParameterfNV driDispatchRemapTable[CombinerParameterfNV_remap_index]
1026 #define _gloffset_CombinerParameterfvNV driDispatchRemapTable[CombinerParameterfvNV_remap_index]
1027 #define _gloffset_CombinerParameteriNV driDispatchRemapTable[CombinerParameteriNV_remap_index]
1028 #define _gloffset_CombinerParameterivNV driDispatchRemapTable[CombinerParameterivNV_remap_index]
1029 #define _gloffset_FinalCombinerInputNV driDispatchRemapTable[FinalCombinerInputNV_remap_index]
1030 #define _gloffset_GetCombinerInputParameterfvNV driDispatchRemapTable[GetCombinerInputParameterfvNV_remap_index]
1031 #define _gloffset_GetCombinerInputParameterivNV driDispatchRemapTable[GetCombinerInputParameterivNV_remap_index]
1032 #define _gloffset_GetCombinerOutputParameterfvNV driDispatchRemapTable[GetCombinerOutputParameterfvNV_remap_index]
1033 #define _gloffset_GetCombinerOutputParameterivNV driDispatchRemapTable[GetCombinerOutputParameterivNV_remap_index]
1034 #define _gloffset_GetFinalCombinerInputParameterfvNV driDispatchRemapTable[GetFinalCombinerInputParameterfvNV_remap_index]
1035 #define _gloffset_GetFinalCombinerInputParameterivNV driDispatchRemapTable[GetFinalCombinerInputParameterivNV_remap_index]
1036 #define _gloffset_WindowPos2dMESA driDispatchRemapTable[WindowPos2dMESA_remap_index]
1037 #define _gloffset_WindowPos2dvMESA driDispatchRemapTable[WindowPos2dvMESA_remap_index]
1038 #define _gloffset_WindowPos2fMESA driDispatchRemapTable[WindowPos2fMESA_remap_index]
1039 #define _gloffset_WindowPos2fvMESA driDispatchRemapTable[WindowPos2fvMESA_remap_index]
1040 #define _gloffset_WindowPos2iMESA driDispatchRemapTable[WindowPos2iMESA_remap_index]
1041 #define _gloffset_WindowPos2ivMESA driDispatchRemapTable[WindowPos2ivMESA_remap_index]
1042 #define _gloffset_WindowPos2sMESA driDispatchRemapTable[WindowPos2sMESA_remap_index]
1043 #define _gloffset_WindowPos2svMESA driDispatchRemapTable[WindowPos2svMESA_remap_index]
1044 #define _gloffset_WindowPos3dMESA driDispatchRemapTable[WindowPos3dMESA_remap_index]
1045 #define _gloffset_WindowPos3dvMESA driDispatchRemapTable[WindowPos3dvMESA_remap_index]
1046 #define _gloffset_WindowPos3fMESA driDispatchRemapTable[WindowPos3fMESA_remap_index]
1047 #define _gloffset_WindowPos3fvMESA driDispatchRemapTable[WindowPos3fvMESA_remap_index]
1048 #define _gloffset_WindowPos3iMESA driDispatchRemapTable[WindowPos3iMESA_remap_index]
1049 #define _gloffset_WindowPos3ivMESA driDispatchRemapTable[WindowPos3ivMESA_remap_index]
1050 #define _gloffset_WindowPos3sMESA driDispatchRemapTable[WindowPos3sMESA_remap_index]
1051 #define _gloffset_WindowPos3svMESA driDispatchRemapTable[WindowPos3svMESA_remap_index]
1052 #define _gloffset_WindowPos4dMESA driDispatchRemapTable[WindowPos4dMESA_remap_index]
1053 #define _gloffset_WindowPos4dvMESA driDispatchRemapTable[WindowPos4dvMESA_remap_index]
1054 #define _gloffset_WindowPos4fMESA driDispatchRemapTable[WindowPos4fMESA_remap_index]
1055 #define _gloffset_WindowPos4fvMESA driDispatchRemapTable[WindowPos4fvMESA_remap_index]
1056 #define _gloffset_WindowPos4iMESA driDispatchRemapTable[WindowPos4iMESA_remap_index]
1057 #define _gloffset_WindowPos4ivMESA driDispatchRemapTable[WindowPos4ivMESA_remap_index]
1058 #define _gloffset_WindowPos4sMESA driDispatchRemapTable[WindowPos4sMESA_remap_index]
1059 #define _gloffset_WindowPos4svMESA driDispatchRemapTable[WindowPos4svMESA_remap_index]
1060 #define _gloffset_MultiModeDrawArraysIBM driDispatchRemapTable[MultiModeDrawArraysIBM_remap_index]
1061 #define _gloffset_MultiModeDrawElementsIBM driDispatchRemapTable[MultiModeDrawElementsIBM_remap_index]
1062 #define _gloffset_DeleteFencesNV driDispatchRemapTable[DeleteFencesNV_remap_index]
1063 #define _gloffset_FinishFenceNV driDispatchRemapTable[FinishFenceNV_remap_index]
1064 #define _gloffset_GenFencesNV driDispatchRemapTable[GenFencesNV_remap_index]
1065 #define _gloffset_GetFenceivNV driDispatchRemapTable[GetFenceivNV_remap_index]
1066 #define _gloffset_IsFenceNV driDispatchRemapTable[IsFenceNV_remap_index]
1067 #define _gloffset_SetFenceNV driDispatchRemapTable[SetFenceNV_remap_index]
1068 #define _gloffset_TestFenceNV driDispatchRemapTable[TestFenceNV_remap_index]
1069 #define _gloffset_AreProgramsResidentNV driDispatchRemapTable[AreProgramsResidentNV_remap_index]
1070 #define _gloffset_ExecuteProgramNV driDispatchRemapTable[ExecuteProgramNV_remap_index]
1071 #define _gloffset_GetProgramParameterdvNV driDispatchRemapTable[GetProgramParameterdvNV_remap_index]
1072 #define _gloffset_GetProgramParameterfvNV driDispatchRemapTable[GetProgramParameterfvNV_remap_index]
1073 #define _gloffset_GetTrackMatrixivNV driDispatchRemapTable[GetTrackMatrixivNV_remap_index]
1074 #define _gloffset_LoadProgramNV driDispatchRemapTable[LoadProgramNV_remap_index]
1075 #define _gloffset_ProgramParameters4dvNV driDispatchRemapTable[ProgramParameters4dvNV_remap_index]
1076 #define _gloffset_ProgramParameters4fvNV driDispatchRemapTable[ProgramParameters4fvNV_remap_index]
1077 #define _gloffset_RequestResidentProgramsNV driDispatchRemapTable[RequestResidentProgramsNV_remap_index]
1078 #define _gloffset_TrackMatrixNV driDispatchRemapTable[TrackMatrixNV_remap_index]
1079 #define _gloffset_VertexAttrib1dNV driDispatchRemapTable[VertexAttrib1dNV_remap_index]
1080 #define _gloffset_VertexAttrib1dvNV driDispatchRemapTable[VertexAttrib1dvNV_remap_index]
1081 #define _gloffset_VertexAttrib1fNV driDispatchRemapTable[VertexAttrib1fNV_remap_index]
1082 #define _gloffset_VertexAttrib1fvNV driDispatchRemapTable[VertexAttrib1fvNV_remap_index]
1083 #define _gloffset_VertexAttrib1sNV driDispatchRemapTable[VertexAttrib1sNV_remap_index]
1084 #define _gloffset_VertexAttrib1svNV driDispatchRemapTable[VertexAttrib1svNV_remap_index]
1085 #define _gloffset_VertexAttrib2dNV driDispatchRemapTable[VertexAttrib2dNV_remap_index]
1086 #define _gloffset_VertexAttrib2dvNV driDispatchRemapTable[VertexAttrib2dvNV_remap_index]
1087 #define _gloffset_VertexAttrib2fNV driDispatchRemapTable[VertexAttrib2fNV_remap_index]
1088 #define _gloffset_VertexAttrib2fvNV driDispatchRemapTable[VertexAttrib2fvNV_remap_index]
1089 #define _gloffset_VertexAttrib2sNV driDispatchRemapTable[VertexAttrib2sNV_remap_index]
1090 #define _gloffset_VertexAttrib2svNV driDispatchRemapTable[VertexAttrib2svNV_remap_index]
1091 #define _gloffset_VertexAttrib3dNV driDispatchRemapTable[VertexAttrib3dNV_remap_index]
1092 #define _gloffset_VertexAttrib3dvNV driDispatchRemapTable[VertexAttrib3dvNV_remap_index]
1093 #define _gloffset_VertexAttrib3fNV driDispatchRemapTable[VertexAttrib3fNV_remap_index]
1094 #define _gloffset_VertexAttrib3fvNV driDispatchRemapTable[VertexAttrib3fvNV_remap_index]
1095 #define _gloffset_VertexAttrib3sNV driDispatchRemapTable[VertexAttrib3sNV_remap_index]
1096 #define _gloffset_VertexAttrib3svNV driDispatchRemapTable[VertexAttrib3svNV_remap_index]
1097 #define _gloffset_VertexAttrib4dNV driDispatchRemapTable[VertexAttrib4dNV_remap_index]
1098 #define _gloffset_VertexAttrib4dvNV driDispatchRemapTable[VertexAttrib4dvNV_remap_index]
1099 #define _gloffset_VertexAttrib4fNV driDispatchRemapTable[VertexAttrib4fNV_remap_index]
1100 #define _gloffset_VertexAttrib4fvNV driDispatchRemapTable[VertexAttrib4fvNV_remap_index]
1101 #define _gloffset_VertexAttrib4sNV driDispatchRemapTable[VertexAttrib4sNV_remap_index]
1102 #define _gloffset_VertexAttrib4svNV driDispatchRemapTable[VertexAttrib4svNV_remap_index]
1103 #define _gloffset_VertexAttrib4ubNV driDispatchRemapTable[VertexAttrib4ubNV_remap_index]
1104 #define _gloffset_VertexAttrib4ubvNV driDispatchRemapTable[VertexAttrib4ubvNV_remap_index]
1105 #define _gloffset_VertexAttribs1dvNV driDispatchRemapTable[VertexAttribs1dvNV_remap_index]
1106 #define _gloffset_VertexAttribs1fvNV driDispatchRemapTable[VertexAttribs1fvNV_remap_index]
1107 #define _gloffset_VertexAttribs1svNV driDispatchRemapTable[VertexAttribs1svNV_remap_index]
1108 #define _gloffset_VertexAttribs2dvNV driDispatchRemapTable[VertexAttribs2dvNV_remap_index]
1109 #define _gloffset_VertexAttribs2fvNV driDispatchRemapTable[VertexAttribs2fvNV_remap_index]
1110 #define _gloffset_VertexAttribs2svNV driDispatchRemapTable[VertexAttribs2svNV_remap_index]
1111 #define _gloffset_VertexAttribs3dvNV driDispatchRemapTable[VertexAttribs3dvNV_remap_index]
1112 #define _gloffset_VertexAttribs3fvNV driDispatchRemapTable[VertexAttribs3fvNV_remap_index]
1113 #define _gloffset_VertexAttribs3svNV driDispatchRemapTable[VertexAttribs3svNV_remap_index]
1114 #define _gloffset_VertexAttribs4dvNV driDispatchRemapTable[VertexAttribs4dvNV_remap_index]
1115 #define _gloffset_VertexAttribs4fvNV driDispatchRemapTable[VertexAttribs4fvNV_remap_index]
1116 #define _gloffset_VertexAttribs4svNV driDispatchRemapTable[VertexAttribs4svNV_remap_index]
1117 #define _gloffset_VertexAttribs4ubvNV driDispatchRemapTable[VertexAttribs4ubvNV_remap_index]
1118 #define _gloffset_PointParameteriNV driDispatchRemapTable[PointParameteriNV_remap_index]
1119 #define _gloffset_PointParameterivNV driDispatchRemapTable[PointParameterivNV_remap_index]
1120 #define _gloffset_ActiveStencilFaceEXT driDispatchRemapTable[ActiveStencilFaceEXT_remap_index]
1121 #define _gloffset_BindVertexArrayAPPLE driDispatchRemapTable[BindVertexArrayAPPLE_remap_index]
1122 #define _gloffset_DeleteVertexArraysAPPLE driDispatchRemapTable[DeleteVertexArraysAPPLE_remap_index]
1123 #define _gloffset_GenVertexArraysAPPLE driDispatchRemapTable[GenVertexArraysAPPLE_remap_index]
1124 #define _gloffset_IsVertexArrayAPPLE driDispatchRemapTable[IsVertexArrayAPPLE_remap_index]
1125 #define _gloffset_GetProgramNamedParameterdvNV driDispatchRemapTable[GetProgramNamedParameterdvNV_remap_index]
1126 #define _gloffset_GetProgramNamedParameterfvNV driDispatchRemapTable[GetProgramNamedParameterfvNV_remap_index]
1127 #define _gloffset_ProgramNamedParameter4dNV driDispatchRemapTable[ProgramNamedParameter4dNV_remap_index]
1128 #define _gloffset_ProgramNamedParameter4dvNV driDispatchRemapTable[ProgramNamedParameter4dvNV_remap_index]
1129 #define _gloffset_ProgramNamedParameter4fNV driDispatchRemapTable[ProgramNamedParameter4fNV_remap_index]
1130 #define _gloffset_ProgramNamedParameter4fvNV driDispatchRemapTable[ProgramNamedParameter4fvNV_remap_index]
1131 #define _gloffset_DepthBoundsEXT driDispatchRemapTable[DepthBoundsEXT_remap_index]
1132 #define _gloffset_BlendEquationSeparateEXT driDispatchRemapTable[BlendEquationSeparateEXT_remap_index]
1133 #define _gloffset_BufferParameteriAPPLE driDispatchRemapTable[BufferParameteriAPPLE_remap_index]
1134 #define _gloffset_FlushMappedBufferRangeAPPLE driDispatchRemapTable[FlushMappedBufferRangeAPPLE_remap_index]
1135 #define _gloffset_BindFragDataLocationEXT driDispatchRemapTable[BindFragDataLocationEXT_remap_index]
1136 #define _gloffset_GetFragDataLocationEXT driDispatchRemapTable[GetFragDataLocationEXT_remap_index]
1137 #define _gloffset_ClearColorIiEXT driDispatchRemapTable[ClearColorIiEXT_remap_index]
1138 #define _gloffset_ClearColorIuiEXT driDispatchRemapTable[ClearColorIuiEXT_remap_index]
1139 #define _gloffset_GetTexParameterIivEXT driDispatchRemapTable[GetTexParameterIivEXT_remap_index]
1140 #define _gloffset_GetTexParameterIuivEXT driDispatchRemapTable[GetTexParameterIuivEXT_remap_index]
1141 #define _gloffset_TexParameterIivEXT driDispatchRemapTable[TexParameterIivEXT_remap_index]
1142 #define _gloffset_TexParameterIuivEXT driDispatchRemapTable[TexParameterIuivEXT_remap_index]
1143 #define _gloffset_GetTexParameterPointervAPPLE driDispatchRemapTable[GetTexParameterPointervAPPLE_remap_index]
1144 #define _gloffset_TextureRangeAPPLE driDispatchRemapTable[TextureRangeAPPLE_remap_index]
1145 #define _gloffset_GetObjectParameterivAPPLE driDispatchRemapTable[GetObjectParameterivAPPLE_remap_index]
1146 #define _gloffset_ObjectPurgeableAPPLE driDispatchRemapTable[ObjectPurgeableAPPLE_remap_index]
1147 #define _gloffset_ObjectUnpurgeableAPPLE driDispatchRemapTable[ObjectUnpurgeableAPPLE_remap_index]
1148 #define _gloffset_CreateShaderProgramEXT driDispatchRemapTable[CreateShaderProgramEXT_remap_index]
1149 #define _gloffset_TextureBarrierNV driDispatchRemapTable[TextureBarrierNV_remap_index]
1150 #define _gloffset_StencilFuncSeparateATI driDispatchRemapTable[StencilFuncSeparateATI_remap_index]
1151
1152 #endif /* !FEATURE_remap_table */
1153
1154 typedef void (GLAPIENTRYP _glptr_NewList)(GLuint, GLenum);
1155 #define CALL_NewList(disp, parameters) \
1156 (* GET_NewList(disp)) parameters
1157 static inline _glptr_NewList GET_NewList(struct _glapi_table *disp) {
1158 return (_glptr_NewList) (GET_by_offset(disp, _gloffset_NewList));
1159 }
1160
1161 static inline void SET_NewList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum)) {
1162 SET_by_offset(disp, _gloffset_NewList, fn);
1163 }
1164
1165 typedef void (GLAPIENTRYP _glptr_EndList)(void);
1166 #define CALL_EndList(disp, parameters) \
1167 (* GET_EndList(disp)) parameters
1168 static inline _glptr_EndList GET_EndList(struct _glapi_table *disp) {
1169 return (_glptr_EndList) (GET_by_offset(disp, _gloffset_EndList));
1170 }
1171
1172 static inline void SET_EndList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
1173 SET_by_offset(disp, _gloffset_EndList, fn);
1174 }
1175
1176 typedef void (GLAPIENTRYP _glptr_CallList)(GLuint);
1177 #define CALL_CallList(disp, parameters) \
1178 (* GET_CallList(disp)) parameters
1179 static inline _glptr_CallList GET_CallList(struct _glapi_table *disp) {
1180 return (_glptr_CallList) (GET_by_offset(disp, _gloffset_CallList));
1181 }
1182
1183 static inline void SET_CallList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
1184 SET_by_offset(disp, _gloffset_CallList, fn);
1185 }
1186
1187 typedef void (GLAPIENTRYP _glptr_CallLists)(GLsizei, GLenum, const GLvoid *);
1188 #define CALL_CallLists(disp, parameters) \
1189 (* GET_CallLists(disp)) parameters
1190 static inline _glptr_CallLists GET_CallLists(struct _glapi_table *disp) {
1191 return (_glptr_CallLists) (GET_by_offset(disp, _gloffset_CallLists));
1192 }
1193
1194 static inline void SET_CallLists(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLenum, const GLvoid *)) {
1195 SET_by_offset(disp, _gloffset_CallLists, fn);
1196 }
1197
1198 typedef void (GLAPIENTRYP _glptr_DeleteLists)(GLuint, GLsizei);
1199 #define CALL_DeleteLists(disp, parameters) \
1200 (* GET_DeleteLists(disp)) parameters
1201 static inline _glptr_DeleteLists GET_DeleteLists(struct _glapi_table *disp) {
1202 return (_glptr_DeleteLists) (GET_by_offset(disp, _gloffset_DeleteLists));
1203 }
1204
1205 static inline void SET_DeleteLists(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei)) {
1206 SET_by_offset(disp, _gloffset_DeleteLists, fn);
1207 }
1208
1209 typedef GLuint (GLAPIENTRYP _glptr_GenLists)(GLsizei);
1210 #define CALL_GenLists(disp, parameters) \
1211 (* GET_GenLists(disp)) parameters
1212 static inline _glptr_GenLists GET_GenLists(struct _glapi_table *disp) {
1213 return (_glptr_GenLists) (GET_by_offset(disp, _gloffset_GenLists));
1214 }
1215
1216 static inline void SET_GenLists(struct _glapi_table *disp, GLuint (GLAPIENTRYP fn)(GLsizei)) {
1217 SET_by_offset(disp, _gloffset_GenLists, fn);
1218 }
1219
1220 typedef void (GLAPIENTRYP _glptr_ListBase)(GLuint);
1221 #define CALL_ListBase(disp, parameters) \
1222 (* GET_ListBase(disp)) parameters
1223 static inline _glptr_ListBase GET_ListBase(struct _glapi_table *disp) {
1224 return (_glptr_ListBase) (GET_by_offset(disp, _gloffset_ListBase));
1225 }
1226
1227 static inline void SET_ListBase(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
1228 SET_by_offset(disp, _gloffset_ListBase, fn);
1229 }
1230
1231 typedef void (GLAPIENTRYP _glptr_Begin)(GLenum);
1232 #define CALL_Begin(disp, parameters) \
1233 (* GET_Begin(disp)) parameters
1234 static inline _glptr_Begin GET_Begin(struct _glapi_table *disp) {
1235 return (_glptr_Begin) (GET_by_offset(disp, _gloffset_Begin));
1236 }
1237
1238 static inline void SET_Begin(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
1239 SET_by_offset(disp, _gloffset_Begin, fn);
1240 }
1241
1242 typedef void (GLAPIENTRYP _glptr_Bitmap)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *);
1243 #define CALL_Bitmap(disp, parameters) \
1244 (* GET_Bitmap(disp)) parameters
1245 static inline _glptr_Bitmap GET_Bitmap(struct _glapi_table *disp) {
1246 return (_glptr_Bitmap) (GET_by_offset(disp, _gloffset_Bitmap));
1247 }
1248
1249 static inline void SET_Bitmap(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *)) {
1250 SET_by_offset(disp, _gloffset_Bitmap, fn);
1251 }
1252
1253 typedef void (GLAPIENTRYP _glptr_Color3b)(GLbyte, GLbyte, GLbyte);
1254 #define CALL_Color3b(disp, parameters) \
1255 (* GET_Color3b(disp)) parameters
1256 static inline _glptr_Color3b GET_Color3b(struct _glapi_table *disp) {
1257 return (_glptr_Color3b) (GET_by_offset(disp, _gloffset_Color3b));
1258 }
1259
1260 static inline void SET_Color3b(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbyte, GLbyte, GLbyte)) {
1261 SET_by_offset(disp, _gloffset_Color3b, fn);
1262 }
1263
1264 typedef void (GLAPIENTRYP _glptr_Color3bv)(const GLbyte *);
1265 #define CALL_Color3bv(disp, parameters) \
1266 (* GET_Color3bv(disp)) parameters
1267 static inline _glptr_Color3bv GET_Color3bv(struct _glapi_table *disp) {
1268 return (_glptr_Color3bv) (GET_by_offset(disp, _gloffset_Color3bv));
1269 }
1270
1271 static inline void SET_Color3bv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLbyte *)) {
1272 SET_by_offset(disp, _gloffset_Color3bv, fn);
1273 }
1274
1275 typedef void (GLAPIENTRYP _glptr_Color3d)(GLdouble, GLdouble, GLdouble);
1276 #define CALL_Color3d(disp, parameters) \
1277 (* GET_Color3d(disp)) parameters
1278 static inline _glptr_Color3d GET_Color3d(struct _glapi_table *disp) {
1279 return (_glptr_Color3d) (GET_by_offset(disp, _gloffset_Color3d));
1280 }
1281
1282 static inline void SET_Color3d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
1283 SET_by_offset(disp, _gloffset_Color3d, fn);
1284 }
1285
1286 typedef void (GLAPIENTRYP _glptr_Color3dv)(const GLdouble *);
1287 #define CALL_Color3dv(disp, parameters) \
1288 (* GET_Color3dv(disp)) parameters
1289 static inline _glptr_Color3dv GET_Color3dv(struct _glapi_table *disp) {
1290 return (_glptr_Color3dv) (GET_by_offset(disp, _gloffset_Color3dv));
1291 }
1292
1293 static inline void SET_Color3dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1294 SET_by_offset(disp, _gloffset_Color3dv, fn);
1295 }
1296
1297 typedef void (GLAPIENTRYP _glptr_Color3f)(GLfloat, GLfloat, GLfloat);
1298 #define CALL_Color3f(disp, parameters) \
1299 (* GET_Color3f(disp)) parameters
1300 static inline _glptr_Color3f GET_Color3f(struct _glapi_table *disp) {
1301 return (_glptr_Color3f) (GET_by_offset(disp, _gloffset_Color3f));
1302 }
1303
1304 static inline void SET_Color3f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
1305 SET_by_offset(disp, _gloffset_Color3f, fn);
1306 }
1307
1308 typedef void (GLAPIENTRYP _glptr_Color3fv)(const GLfloat *);
1309 #define CALL_Color3fv(disp, parameters) \
1310 (* GET_Color3fv(disp)) parameters
1311 static inline _glptr_Color3fv GET_Color3fv(struct _glapi_table *disp) {
1312 return (_glptr_Color3fv) (GET_by_offset(disp, _gloffset_Color3fv));
1313 }
1314
1315 static inline void SET_Color3fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1316 SET_by_offset(disp, _gloffset_Color3fv, fn);
1317 }
1318
1319 typedef void (GLAPIENTRYP _glptr_Color3i)(GLint, GLint, GLint);
1320 #define CALL_Color3i(disp, parameters) \
1321 (* GET_Color3i(disp)) parameters
1322 static inline _glptr_Color3i GET_Color3i(struct _glapi_table *disp) {
1323 return (_glptr_Color3i) (GET_by_offset(disp, _gloffset_Color3i));
1324 }
1325
1326 static inline void SET_Color3i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
1327 SET_by_offset(disp, _gloffset_Color3i, fn);
1328 }
1329
1330 typedef void (GLAPIENTRYP _glptr_Color3iv)(const GLint *);
1331 #define CALL_Color3iv(disp, parameters) \
1332 (* GET_Color3iv(disp)) parameters
1333 static inline _glptr_Color3iv GET_Color3iv(struct _glapi_table *disp) {
1334 return (_glptr_Color3iv) (GET_by_offset(disp, _gloffset_Color3iv));
1335 }
1336
1337 static inline void SET_Color3iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1338 SET_by_offset(disp, _gloffset_Color3iv, fn);
1339 }
1340
1341 typedef void (GLAPIENTRYP _glptr_Color3s)(GLshort, GLshort, GLshort);
1342 #define CALL_Color3s(disp, parameters) \
1343 (* GET_Color3s(disp)) parameters
1344 static inline _glptr_Color3s GET_Color3s(struct _glapi_table *disp) {
1345 return (_glptr_Color3s) (GET_by_offset(disp, _gloffset_Color3s));
1346 }
1347
1348 static inline void SET_Color3s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
1349 SET_by_offset(disp, _gloffset_Color3s, fn);
1350 }
1351
1352 typedef void (GLAPIENTRYP _glptr_Color3sv)(const GLshort *);
1353 #define CALL_Color3sv(disp, parameters) \
1354 (* GET_Color3sv(disp)) parameters
1355 static inline _glptr_Color3sv GET_Color3sv(struct _glapi_table *disp) {
1356 return (_glptr_Color3sv) (GET_by_offset(disp, _gloffset_Color3sv));
1357 }
1358
1359 static inline void SET_Color3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
1360 SET_by_offset(disp, _gloffset_Color3sv, fn);
1361 }
1362
1363 typedef void (GLAPIENTRYP _glptr_Color3ub)(GLubyte, GLubyte, GLubyte);
1364 #define CALL_Color3ub(disp, parameters) \
1365 (* GET_Color3ub(disp)) parameters
1366 static inline _glptr_Color3ub GET_Color3ub(struct _glapi_table *disp) {
1367 return (_glptr_Color3ub) (GET_by_offset(disp, _gloffset_Color3ub));
1368 }
1369
1370 static inline void SET_Color3ub(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLubyte, GLubyte, GLubyte)) {
1371 SET_by_offset(disp, _gloffset_Color3ub, fn);
1372 }
1373
1374 typedef void (GLAPIENTRYP _glptr_Color3ubv)(const GLubyte *);
1375 #define CALL_Color3ubv(disp, parameters) \
1376 (* GET_Color3ubv(disp)) parameters
1377 static inline _glptr_Color3ubv GET_Color3ubv(struct _glapi_table *disp) {
1378 return (_glptr_Color3ubv) (GET_by_offset(disp, _gloffset_Color3ubv));
1379 }
1380
1381 static inline void SET_Color3ubv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLubyte *)) {
1382 SET_by_offset(disp, _gloffset_Color3ubv, fn);
1383 }
1384
1385 typedef void (GLAPIENTRYP _glptr_Color3ui)(GLuint, GLuint, GLuint);
1386 #define CALL_Color3ui(disp, parameters) \
1387 (* GET_Color3ui(disp)) parameters
1388 static inline _glptr_Color3ui GET_Color3ui(struct _glapi_table *disp) {
1389 return (_glptr_Color3ui) (GET_by_offset(disp, _gloffset_Color3ui));
1390 }
1391
1392 static inline void SET_Color3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GLuint)) {
1393 SET_by_offset(disp, _gloffset_Color3ui, fn);
1394 }
1395
1396 typedef void (GLAPIENTRYP _glptr_Color3uiv)(const GLuint *);
1397 #define CALL_Color3uiv(disp, parameters) \
1398 (* GET_Color3uiv(disp)) parameters
1399 static inline _glptr_Color3uiv GET_Color3uiv(struct _glapi_table *disp) {
1400 return (_glptr_Color3uiv) (GET_by_offset(disp, _gloffset_Color3uiv));
1401 }
1402
1403 static inline void SET_Color3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) {
1404 SET_by_offset(disp, _gloffset_Color3uiv, fn);
1405 }
1406
1407 typedef void (GLAPIENTRYP _glptr_Color3us)(GLushort, GLushort, GLushort);
1408 #define CALL_Color3us(disp, parameters) \
1409 (* GET_Color3us(disp)) parameters
1410 static inline _glptr_Color3us GET_Color3us(struct _glapi_table *disp) {
1411 return (_glptr_Color3us) (GET_by_offset(disp, _gloffset_Color3us));
1412 }
1413
1414 static inline void SET_Color3us(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLushort, GLushort, GLushort)) {
1415 SET_by_offset(disp, _gloffset_Color3us, fn);
1416 }
1417
1418 typedef void (GLAPIENTRYP _glptr_Color3usv)(const GLushort *);
1419 #define CALL_Color3usv(disp, parameters) \
1420 (* GET_Color3usv(disp)) parameters
1421 static inline _glptr_Color3usv GET_Color3usv(struct _glapi_table *disp) {
1422 return (_glptr_Color3usv) (GET_by_offset(disp, _gloffset_Color3usv));
1423 }
1424
1425 static inline void SET_Color3usv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLushort *)) {
1426 SET_by_offset(disp, _gloffset_Color3usv, fn);
1427 }
1428
1429 typedef void (GLAPIENTRYP _glptr_Color4b)(GLbyte, GLbyte, GLbyte, GLbyte);
1430 #define CALL_Color4b(disp, parameters) \
1431 (* GET_Color4b(disp)) parameters
1432 static inline _glptr_Color4b GET_Color4b(struct _glapi_table *disp) {
1433 return (_glptr_Color4b) (GET_by_offset(disp, _gloffset_Color4b));
1434 }
1435
1436 static inline void SET_Color4b(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbyte, GLbyte, GLbyte, GLbyte)) {
1437 SET_by_offset(disp, _gloffset_Color4b, fn);
1438 }
1439
1440 typedef void (GLAPIENTRYP _glptr_Color4bv)(const GLbyte *);
1441 #define CALL_Color4bv(disp, parameters) \
1442 (* GET_Color4bv(disp)) parameters
1443 static inline _glptr_Color4bv GET_Color4bv(struct _glapi_table *disp) {
1444 return (_glptr_Color4bv) (GET_by_offset(disp, _gloffset_Color4bv));
1445 }
1446
1447 static inline void SET_Color4bv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLbyte *)) {
1448 SET_by_offset(disp, _gloffset_Color4bv, fn);
1449 }
1450
1451 typedef void (GLAPIENTRYP _glptr_Color4d)(GLdouble, GLdouble, GLdouble, GLdouble);
1452 #define CALL_Color4d(disp, parameters) \
1453 (* GET_Color4d(disp)) parameters
1454 static inline _glptr_Color4d GET_Color4d(struct _glapi_table *disp) {
1455 return (_glptr_Color4d) (GET_by_offset(disp, _gloffset_Color4d));
1456 }
1457
1458 static inline void SET_Color4d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
1459 SET_by_offset(disp, _gloffset_Color4d, fn);
1460 }
1461
1462 typedef void (GLAPIENTRYP _glptr_Color4dv)(const GLdouble *);
1463 #define CALL_Color4dv(disp, parameters) \
1464 (* GET_Color4dv(disp)) parameters
1465 static inline _glptr_Color4dv GET_Color4dv(struct _glapi_table *disp) {
1466 return (_glptr_Color4dv) (GET_by_offset(disp, _gloffset_Color4dv));
1467 }
1468
1469 static inline void SET_Color4dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1470 SET_by_offset(disp, _gloffset_Color4dv, fn);
1471 }
1472
1473 typedef void (GLAPIENTRYP _glptr_Color4f)(GLfloat, GLfloat, GLfloat, GLfloat);
1474 #define CALL_Color4f(disp, parameters) \
1475 (* GET_Color4f(disp)) parameters
1476 static inline _glptr_Color4f GET_Color4f(struct _glapi_table *disp) {
1477 return (_glptr_Color4f) (GET_by_offset(disp, _gloffset_Color4f));
1478 }
1479
1480 static inline void SET_Color4f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
1481 SET_by_offset(disp, _gloffset_Color4f, fn);
1482 }
1483
1484 typedef void (GLAPIENTRYP _glptr_Color4fv)(const GLfloat *);
1485 #define CALL_Color4fv(disp, parameters) \
1486 (* GET_Color4fv(disp)) parameters
1487 static inline _glptr_Color4fv GET_Color4fv(struct _glapi_table *disp) {
1488 return (_glptr_Color4fv) (GET_by_offset(disp, _gloffset_Color4fv));
1489 }
1490
1491 static inline void SET_Color4fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1492 SET_by_offset(disp, _gloffset_Color4fv, fn);
1493 }
1494
1495 typedef void (GLAPIENTRYP _glptr_Color4i)(GLint, GLint, GLint, GLint);
1496 #define CALL_Color4i(disp, parameters) \
1497 (* GET_Color4i(disp)) parameters
1498 static inline _glptr_Color4i GET_Color4i(struct _glapi_table *disp) {
1499 return (_glptr_Color4i) (GET_by_offset(disp, _gloffset_Color4i));
1500 }
1501
1502 static inline void SET_Color4i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
1503 SET_by_offset(disp, _gloffset_Color4i, fn);
1504 }
1505
1506 typedef void (GLAPIENTRYP _glptr_Color4iv)(const GLint *);
1507 #define CALL_Color4iv(disp, parameters) \
1508 (* GET_Color4iv(disp)) parameters
1509 static inline _glptr_Color4iv GET_Color4iv(struct _glapi_table *disp) {
1510 return (_glptr_Color4iv) (GET_by_offset(disp, _gloffset_Color4iv));
1511 }
1512
1513 static inline void SET_Color4iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1514 SET_by_offset(disp, _gloffset_Color4iv, fn);
1515 }
1516
1517 typedef void (GLAPIENTRYP _glptr_Color4s)(GLshort, GLshort, GLshort, GLshort);
1518 #define CALL_Color4s(disp, parameters) \
1519 (* GET_Color4s(disp)) parameters
1520 static inline _glptr_Color4s GET_Color4s(struct _glapi_table *disp) {
1521 return (_glptr_Color4s) (GET_by_offset(disp, _gloffset_Color4s));
1522 }
1523
1524 static inline void SET_Color4s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
1525 SET_by_offset(disp, _gloffset_Color4s, fn);
1526 }
1527
1528 typedef void (GLAPIENTRYP _glptr_Color4sv)(const GLshort *);
1529 #define CALL_Color4sv(disp, parameters) \
1530 (* GET_Color4sv(disp)) parameters
1531 static inline _glptr_Color4sv GET_Color4sv(struct _glapi_table *disp) {
1532 return (_glptr_Color4sv) (GET_by_offset(disp, _gloffset_Color4sv));
1533 }
1534
1535 static inline void SET_Color4sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
1536 SET_by_offset(disp, _gloffset_Color4sv, fn);
1537 }
1538
1539 typedef void (GLAPIENTRYP _glptr_Color4ub)(GLubyte, GLubyte, GLubyte, GLubyte);
1540 #define CALL_Color4ub(disp, parameters) \
1541 (* GET_Color4ub(disp)) parameters
1542 static inline _glptr_Color4ub GET_Color4ub(struct _glapi_table *disp) {
1543 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub));
1544 }
1545
1546 static inline void SET_Color4ub(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLubyte, GLubyte, GLubyte, GLubyte)) {
1547 SET_by_offset(disp, _gloffset_Color4ub, fn);
1548 }
1549
1550 typedef void (GLAPIENTRYP _glptr_Color4ubv)(const GLubyte *);
1551 #define CALL_Color4ubv(disp, parameters) \
1552 (* GET_Color4ubv(disp)) parameters
1553 static inline _glptr_Color4ubv GET_Color4ubv(struct _glapi_table *disp) {
1554 return (_glptr_Color4ubv) (GET_by_offset(disp, _gloffset_Color4ubv));
1555 }
1556
1557 static inline void SET_Color4ubv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLubyte *)) {
1558 SET_by_offset(disp, _gloffset_Color4ubv, fn);
1559 }
1560
1561 typedef void (GLAPIENTRYP _glptr_Color4ui)(GLuint, GLuint, GLuint, GLuint);
1562 #define CALL_Color4ui(disp, parameters) \
1563 (* GET_Color4ui(disp)) parameters
1564 static inline _glptr_Color4ui GET_Color4ui(struct _glapi_table *disp) {
1565 return (_glptr_Color4ui) (GET_by_offset(disp, _gloffset_Color4ui));
1566 }
1567
1568 static inline void SET_Color4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GLuint, GLuint)) {
1569 SET_by_offset(disp, _gloffset_Color4ui, fn);
1570 }
1571
1572 typedef void (GLAPIENTRYP _glptr_Color4uiv)(const GLuint *);
1573 #define CALL_Color4uiv(disp, parameters) \
1574 (* GET_Color4uiv(disp)) parameters
1575 static inline _glptr_Color4uiv GET_Color4uiv(struct _glapi_table *disp) {
1576 return (_glptr_Color4uiv) (GET_by_offset(disp, _gloffset_Color4uiv));
1577 }
1578
1579 static inline void SET_Color4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) {
1580 SET_by_offset(disp, _gloffset_Color4uiv, fn);
1581 }
1582
1583 typedef void (GLAPIENTRYP _glptr_Color4us)(GLushort, GLushort, GLushort, GLushort);
1584 #define CALL_Color4us(disp, parameters) \
1585 (* GET_Color4us(disp)) parameters
1586 static inline _glptr_Color4us GET_Color4us(struct _glapi_table *disp) {
1587 return (_glptr_Color4us) (GET_by_offset(disp, _gloffset_Color4us));
1588 }
1589
1590 static inline void SET_Color4us(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLushort, GLushort, GLushort, GLushort)) {
1591 SET_by_offset(disp, _gloffset_Color4us, fn);
1592 }
1593
1594 typedef void (GLAPIENTRYP _glptr_Color4usv)(const GLushort *);
1595 #define CALL_Color4usv(disp, parameters) \
1596 (* GET_Color4usv(disp)) parameters
1597 static inline _glptr_Color4usv GET_Color4usv(struct _glapi_table *disp) {
1598 return (_glptr_Color4usv) (GET_by_offset(disp, _gloffset_Color4usv));
1599 }
1600
1601 static inline void SET_Color4usv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLushort *)) {
1602 SET_by_offset(disp, _gloffset_Color4usv, fn);
1603 }
1604
1605 typedef void (GLAPIENTRYP _glptr_EdgeFlag)(GLboolean);
1606 #define CALL_EdgeFlag(disp, parameters) \
1607 (* GET_EdgeFlag(disp)) parameters
1608 static inline _glptr_EdgeFlag GET_EdgeFlag(struct _glapi_table *disp) {
1609 return (_glptr_EdgeFlag) (GET_by_offset(disp, _gloffset_EdgeFlag));
1610 }
1611
1612 static inline void SET_EdgeFlag(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLboolean)) {
1613 SET_by_offset(disp, _gloffset_EdgeFlag, fn);
1614 }
1615
1616 typedef void (GLAPIENTRYP _glptr_EdgeFlagv)(const GLboolean *);
1617 #define CALL_EdgeFlagv(disp, parameters) \
1618 (* GET_EdgeFlagv(disp)) parameters
1619 static inline _glptr_EdgeFlagv GET_EdgeFlagv(struct _glapi_table *disp) {
1620 return (_glptr_EdgeFlagv) (GET_by_offset(disp, _gloffset_EdgeFlagv));
1621 }
1622
1623 static inline void SET_EdgeFlagv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLboolean *)) {
1624 SET_by_offset(disp, _gloffset_EdgeFlagv, fn);
1625 }
1626
1627 typedef void (GLAPIENTRYP _glptr_End)(void);
1628 #define CALL_End(disp, parameters) \
1629 (* GET_End(disp)) parameters
1630 static inline _glptr_End GET_End(struct _glapi_table *disp) {
1631 return (_glptr_End) (GET_by_offset(disp, _gloffset_End));
1632 }
1633
1634 static inline void SET_End(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
1635 SET_by_offset(disp, _gloffset_End, fn);
1636 }
1637
1638 typedef void (GLAPIENTRYP _glptr_Indexd)(GLdouble);
1639 #define CALL_Indexd(disp, parameters) \
1640 (* GET_Indexd(disp)) parameters
1641 static inline _glptr_Indexd GET_Indexd(struct _glapi_table *disp) {
1642 return (_glptr_Indexd) (GET_by_offset(disp, _gloffset_Indexd));
1643 }
1644
1645 static inline void SET_Indexd(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble)) {
1646 SET_by_offset(disp, _gloffset_Indexd, fn);
1647 }
1648
1649 typedef void (GLAPIENTRYP _glptr_Indexdv)(const GLdouble *);
1650 #define CALL_Indexdv(disp, parameters) \
1651 (* GET_Indexdv(disp)) parameters
1652 static inline _glptr_Indexdv GET_Indexdv(struct _glapi_table *disp) {
1653 return (_glptr_Indexdv) (GET_by_offset(disp, _gloffset_Indexdv));
1654 }
1655
1656 static inline void SET_Indexdv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1657 SET_by_offset(disp, _gloffset_Indexdv, fn);
1658 }
1659
1660 typedef void (GLAPIENTRYP _glptr_Indexf)(GLfloat);
1661 #define CALL_Indexf(disp, parameters) \
1662 (* GET_Indexf(disp)) parameters
1663 static inline _glptr_Indexf GET_Indexf(struct _glapi_table *disp) {
1664 return (_glptr_Indexf) (GET_by_offset(disp, _gloffset_Indexf));
1665 }
1666
1667 static inline void SET_Indexf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
1668 SET_by_offset(disp, _gloffset_Indexf, fn);
1669 }
1670
1671 typedef void (GLAPIENTRYP _glptr_Indexfv)(const GLfloat *);
1672 #define CALL_Indexfv(disp, parameters) \
1673 (* GET_Indexfv(disp)) parameters
1674 static inline _glptr_Indexfv GET_Indexfv(struct _glapi_table *disp) {
1675 return (_glptr_Indexfv) (GET_by_offset(disp, _gloffset_Indexfv));
1676 }
1677
1678 static inline void SET_Indexfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1679 SET_by_offset(disp, _gloffset_Indexfv, fn);
1680 }
1681
1682 typedef void (GLAPIENTRYP _glptr_Indexi)(GLint);
1683 #define CALL_Indexi(disp, parameters) \
1684 (* GET_Indexi(disp)) parameters
1685 static inline _glptr_Indexi GET_Indexi(struct _glapi_table *disp) {
1686 return (_glptr_Indexi) (GET_by_offset(disp, _gloffset_Indexi));
1687 }
1688
1689 static inline void SET_Indexi(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint)) {
1690 SET_by_offset(disp, _gloffset_Indexi, fn);
1691 }
1692
1693 typedef void (GLAPIENTRYP _glptr_Indexiv)(const GLint *);
1694 #define CALL_Indexiv(disp, parameters) \
1695 (* GET_Indexiv(disp)) parameters
1696 static inline _glptr_Indexiv GET_Indexiv(struct _glapi_table *disp) {
1697 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv));
1698 }
1699
1700 static inline void SET_Indexiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1701 SET_by_offset(disp, _gloffset_Indexiv, fn);
1702 }
1703
1704 typedef void (GLAPIENTRYP _glptr_Indexs)(GLshort);
1705 #define CALL_Indexs(disp, parameters) \
1706 (* GET_Indexs(disp)) parameters
1707 static inline _glptr_Indexs GET_Indexs(struct _glapi_table *disp) {
1708 return (_glptr_Indexs) (GET_by_offset(disp, _gloffset_Indexs));
1709 }
1710
1711 static inline void SET_Indexs(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort)) {
1712 SET_by_offset(disp, _gloffset_Indexs, fn);
1713 }
1714
1715 typedef void (GLAPIENTRYP _glptr_Indexsv)(const GLshort *);
1716 #define CALL_Indexsv(disp, parameters) \
1717 (* GET_Indexsv(disp)) parameters
1718 static inline _glptr_Indexsv GET_Indexsv(struct _glapi_table *disp) {
1719 return (_glptr_Indexsv) (GET_by_offset(disp, _gloffset_Indexsv));
1720 }
1721
1722 static inline void SET_Indexsv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
1723 SET_by_offset(disp, _gloffset_Indexsv, fn);
1724 }
1725
1726 typedef void (GLAPIENTRYP _glptr_Normal3b)(GLbyte, GLbyte, GLbyte);
1727 #define CALL_Normal3b(disp, parameters) \
1728 (* GET_Normal3b(disp)) parameters
1729 static inline _glptr_Normal3b GET_Normal3b(struct _glapi_table *disp) {
1730 return (_glptr_Normal3b) (GET_by_offset(disp, _gloffset_Normal3b));
1731 }
1732
1733 static inline void SET_Normal3b(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbyte, GLbyte, GLbyte)) {
1734 SET_by_offset(disp, _gloffset_Normal3b, fn);
1735 }
1736
1737 typedef void (GLAPIENTRYP _glptr_Normal3bv)(const GLbyte *);
1738 #define CALL_Normal3bv(disp, parameters) \
1739 (* GET_Normal3bv(disp)) parameters
1740 static inline _glptr_Normal3bv GET_Normal3bv(struct _glapi_table *disp) {
1741 return (_glptr_Normal3bv) (GET_by_offset(disp, _gloffset_Normal3bv));
1742 }
1743
1744 static inline void SET_Normal3bv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLbyte *)) {
1745 SET_by_offset(disp, _gloffset_Normal3bv, fn);
1746 }
1747
1748 typedef void (GLAPIENTRYP _glptr_Normal3d)(GLdouble, GLdouble, GLdouble);
1749 #define CALL_Normal3d(disp, parameters) \
1750 (* GET_Normal3d(disp)) parameters
1751 static inline _glptr_Normal3d GET_Normal3d(struct _glapi_table *disp) {
1752 return (_glptr_Normal3d) (GET_by_offset(disp, _gloffset_Normal3d));
1753 }
1754
1755 static inline void SET_Normal3d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
1756 SET_by_offset(disp, _gloffset_Normal3d, fn);
1757 }
1758
1759 typedef void (GLAPIENTRYP _glptr_Normal3dv)(const GLdouble *);
1760 #define CALL_Normal3dv(disp, parameters) \
1761 (* GET_Normal3dv(disp)) parameters
1762 static inline _glptr_Normal3dv GET_Normal3dv(struct _glapi_table *disp) {
1763 return (_glptr_Normal3dv) (GET_by_offset(disp, _gloffset_Normal3dv));
1764 }
1765
1766 static inline void SET_Normal3dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1767 SET_by_offset(disp, _gloffset_Normal3dv, fn);
1768 }
1769
1770 typedef void (GLAPIENTRYP _glptr_Normal3f)(GLfloat, GLfloat, GLfloat);
1771 #define CALL_Normal3f(disp, parameters) \
1772 (* GET_Normal3f(disp)) parameters
1773 static inline _glptr_Normal3f GET_Normal3f(struct _glapi_table *disp) {
1774 return (_glptr_Normal3f) (GET_by_offset(disp, _gloffset_Normal3f));
1775 }
1776
1777 static inline void SET_Normal3f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
1778 SET_by_offset(disp, _gloffset_Normal3f, fn);
1779 }
1780
1781 typedef void (GLAPIENTRYP _glptr_Normal3fv)(const GLfloat *);
1782 #define CALL_Normal3fv(disp, parameters) \
1783 (* GET_Normal3fv(disp)) parameters
1784 static inline _glptr_Normal3fv GET_Normal3fv(struct _glapi_table *disp) {
1785 return (_glptr_Normal3fv) (GET_by_offset(disp, _gloffset_Normal3fv));
1786 }
1787
1788 static inline void SET_Normal3fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1789 SET_by_offset(disp, _gloffset_Normal3fv, fn);
1790 }
1791
1792 typedef void (GLAPIENTRYP _glptr_Normal3i)(GLint, GLint, GLint);
1793 #define CALL_Normal3i(disp, parameters) \
1794 (* GET_Normal3i(disp)) parameters
1795 static inline _glptr_Normal3i GET_Normal3i(struct _glapi_table *disp) {
1796 return (_glptr_Normal3i) (GET_by_offset(disp, _gloffset_Normal3i));
1797 }
1798
1799 static inline void SET_Normal3i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
1800 SET_by_offset(disp, _gloffset_Normal3i, fn);
1801 }
1802
1803 typedef void (GLAPIENTRYP _glptr_Normal3iv)(const GLint *);
1804 #define CALL_Normal3iv(disp, parameters) \
1805 (* GET_Normal3iv(disp)) parameters
1806 static inline _glptr_Normal3iv GET_Normal3iv(struct _glapi_table *disp) {
1807 return (_glptr_Normal3iv) (GET_by_offset(disp, _gloffset_Normal3iv));
1808 }
1809
1810 static inline void SET_Normal3iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1811 SET_by_offset(disp, _gloffset_Normal3iv, fn);
1812 }
1813
1814 typedef void (GLAPIENTRYP _glptr_Normal3s)(GLshort, GLshort, GLshort);
1815 #define CALL_Normal3s(disp, parameters) \
1816 (* GET_Normal3s(disp)) parameters
1817 static inline _glptr_Normal3s GET_Normal3s(struct _glapi_table *disp) {
1818 return (_glptr_Normal3s) (GET_by_offset(disp, _gloffset_Normal3s));
1819 }
1820
1821 static inline void SET_Normal3s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
1822 SET_by_offset(disp, _gloffset_Normal3s, fn);
1823 }
1824
1825 typedef void (GLAPIENTRYP _glptr_Normal3sv)(const GLshort *);
1826 #define CALL_Normal3sv(disp, parameters) \
1827 (* GET_Normal3sv(disp)) parameters
1828 static inline _glptr_Normal3sv GET_Normal3sv(struct _glapi_table *disp) {
1829 return (_glptr_Normal3sv) (GET_by_offset(disp, _gloffset_Normal3sv));
1830 }
1831
1832 static inline void SET_Normal3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
1833 SET_by_offset(disp, _gloffset_Normal3sv, fn);
1834 }
1835
1836 typedef void (GLAPIENTRYP _glptr_RasterPos2d)(GLdouble, GLdouble);
1837 #define CALL_RasterPos2d(disp, parameters) \
1838 (* GET_RasterPos2d(disp)) parameters
1839 static inline _glptr_RasterPos2d GET_RasterPos2d(struct _glapi_table *disp) {
1840 return (_glptr_RasterPos2d) (GET_by_offset(disp, _gloffset_RasterPos2d));
1841 }
1842
1843 static inline void SET_RasterPos2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble)) {
1844 SET_by_offset(disp, _gloffset_RasterPos2d, fn);
1845 }
1846
1847 typedef void (GLAPIENTRYP _glptr_RasterPos2dv)(const GLdouble *);
1848 #define CALL_RasterPos2dv(disp, parameters) \
1849 (* GET_RasterPos2dv(disp)) parameters
1850 static inline _glptr_RasterPos2dv GET_RasterPos2dv(struct _glapi_table *disp) {
1851 return (_glptr_RasterPos2dv) (GET_by_offset(disp, _gloffset_RasterPos2dv));
1852 }
1853
1854 static inline void SET_RasterPos2dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1855 SET_by_offset(disp, _gloffset_RasterPos2dv, fn);
1856 }
1857
1858 typedef void (GLAPIENTRYP _glptr_RasterPos2f)(GLfloat, GLfloat);
1859 #define CALL_RasterPos2f(disp, parameters) \
1860 (* GET_RasterPos2f(disp)) parameters
1861 static inline _glptr_RasterPos2f GET_RasterPos2f(struct _glapi_table *disp) {
1862 return (_glptr_RasterPos2f) (GET_by_offset(disp, _gloffset_RasterPos2f));
1863 }
1864
1865 static inline void SET_RasterPos2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
1866 SET_by_offset(disp, _gloffset_RasterPos2f, fn);
1867 }
1868
1869 typedef void (GLAPIENTRYP _glptr_RasterPos2fv)(const GLfloat *);
1870 #define CALL_RasterPos2fv(disp, parameters) \
1871 (* GET_RasterPos2fv(disp)) parameters
1872 static inline _glptr_RasterPos2fv GET_RasterPos2fv(struct _glapi_table *disp) {
1873 return (_glptr_RasterPos2fv) (GET_by_offset(disp, _gloffset_RasterPos2fv));
1874 }
1875
1876 static inline void SET_RasterPos2fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1877 SET_by_offset(disp, _gloffset_RasterPos2fv, fn);
1878 }
1879
1880 typedef void (GLAPIENTRYP _glptr_RasterPos2i)(GLint, GLint);
1881 #define CALL_RasterPos2i(disp, parameters) \
1882 (* GET_RasterPos2i(disp)) parameters
1883 static inline _glptr_RasterPos2i GET_RasterPos2i(struct _glapi_table *disp) {
1884 return (_glptr_RasterPos2i) (GET_by_offset(disp, _gloffset_RasterPos2i));
1885 }
1886
1887 static inline void SET_RasterPos2i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint)) {
1888 SET_by_offset(disp, _gloffset_RasterPos2i, fn);
1889 }
1890
1891 typedef void (GLAPIENTRYP _glptr_RasterPos2iv)(const GLint *);
1892 #define CALL_RasterPos2iv(disp, parameters) \
1893 (* GET_RasterPos2iv(disp)) parameters
1894 static inline _glptr_RasterPos2iv GET_RasterPos2iv(struct _glapi_table *disp) {
1895 return (_glptr_RasterPos2iv) (GET_by_offset(disp, _gloffset_RasterPos2iv));
1896 }
1897
1898 static inline void SET_RasterPos2iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1899 SET_by_offset(disp, _gloffset_RasterPos2iv, fn);
1900 }
1901
1902 typedef void (GLAPIENTRYP _glptr_RasterPos2s)(GLshort, GLshort);
1903 #define CALL_RasterPos2s(disp, parameters) \
1904 (* GET_RasterPos2s(disp)) parameters
1905 static inline _glptr_RasterPos2s GET_RasterPos2s(struct _glapi_table *disp) {
1906 return (_glptr_RasterPos2s) (GET_by_offset(disp, _gloffset_RasterPos2s));
1907 }
1908
1909 static inline void SET_RasterPos2s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort)) {
1910 SET_by_offset(disp, _gloffset_RasterPos2s, fn);
1911 }
1912
1913 typedef void (GLAPIENTRYP _glptr_RasterPos2sv)(const GLshort *);
1914 #define CALL_RasterPos2sv(disp, parameters) \
1915 (* GET_RasterPos2sv(disp)) parameters
1916 static inline _glptr_RasterPos2sv GET_RasterPos2sv(struct _glapi_table *disp) {
1917 return (_glptr_RasterPos2sv) (GET_by_offset(disp, _gloffset_RasterPos2sv));
1918 }
1919
1920 static inline void SET_RasterPos2sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
1921 SET_by_offset(disp, _gloffset_RasterPos2sv, fn);
1922 }
1923
1924 typedef void (GLAPIENTRYP _glptr_RasterPos3d)(GLdouble, GLdouble, GLdouble);
1925 #define CALL_RasterPos3d(disp, parameters) \
1926 (* GET_RasterPos3d(disp)) parameters
1927 static inline _glptr_RasterPos3d GET_RasterPos3d(struct _glapi_table *disp) {
1928 return (_glptr_RasterPos3d) (GET_by_offset(disp, _gloffset_RasterPos3d));
1929 }
1930
1931 static inline void SET_RasterPos3d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
1932 SET_by_offset(disp, _gloffset_RasterPos3d, fn);
1933 }
1934
1935 typedef void (GLAPIENTRYP _glptr_RasterPos3dv)(const GLdouble *);
1936 #define CALL_RasterPos3dv(disp, parameters) \
1937 (* GET_RasterPos3dv(disp)) parameters
1938 static inline _glptr_RasterPos3dv GET_RasterPos3dv(struct _glapi_table *disp) {
1939 return (_glptr_RasterPos3dv) (GET_by_offset(disp, _gloffset_RasterPos3dv));
1940 }
1941
1942 static inline void SET_RasterPos3dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
1943 SET_by_offset(disp, _gloffset_RasterPos3dv, fn);
1944 }
1945
1946 typedef void (GLAPIENTRYP _glptr_RasterPos3f)(GLfloat, GLfloat, GLfloat);
1947 #define CALL_RasterPos3f(disp, parameters) \
1948 (* GET_RasterPos3f(disp)) parameters
1949 static inline _glptr_RasterPos3f GET_RasterPos3f(struct _glapi_table *disp) {
1950 return (_glptr_RasterPos3f) (GET_by_offset(disp, _gloffset_RasterPos3f));
1951 }
1952
1953 static inline void SET_RasterPos3f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
1954 SET_by_offset(disp, _gloffset_RasterPos3f, fn);
1955 }
1956
1957 typedef void (GLAPIENTRYP _glptr_RasterPos3fv)(const GLfloat *);
1958 #define CALL_RasterPos3fv(disp, parameters) \
1959 (* GET_RasterPos3fv(disp)) parameters
1960 static inline _glptr_RasterPos3fv GET_RasterPos3fv(struct _glapi_table *disp) {
1961 return (_glptr_RasterPos3fv) (GET_by_offset(disp, _gloffset_RasterPos3fv));
1962 }
1963
1964 static inline void SET_RasterPos3fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
1965 SET_by_offset(disp, _gloffset_RasterPos3fv, fn);
1966 }
1967
1968 typedef void (GLAPIENTRYP _glptr_RasterPos3i)(GLint, GLint, GLint);
1969 #define CALL_RasterPos3i(disp, parameters) \
1970 (* GET_RasterPos3i(disp)) parameters
1971 static inline _glptr_RasterPos3i GET_RasterPos3i(struct _glapi_table *disp) {
1972 return (_glptr_RasterPos3i) (GET_by_offset(disp, _gloffset_RasterPos3i));
1973 }
1974
1975 static inline void SET_RasterPos3i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
1976 SET_by_offset(disp, _gloffset_RasterPos3i, fn);
1977 }
1978
1979 typedef void (GLAPIENTRYP _glptr_RasterPos3iv)(const GLint *);
1980 #define CALL_RasterPos3iv(disp, parameters) \
1981 (* GET_RasterPos3iv(disp)) parameters
1982 static inline _glptr_RasterPos3iv GET_RasterPos3iv(struct _glapi_table *disp) {
1983 return (_glptr_RasterPos3iv) (GET_by_offset(disp, _gloffset_RasterPos3iv));
1984 }
1985
1986 static inline void SET_RasterPos3iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
1987 SET_by_offset(disp, _gloffset_RasterPos3iv, fn);
1988 }
1989
1990 typedef void (GLAPIENTRYP _glptr_RasterPos3s)(GLshort, GLshort, GLshort);
1991 #define CALL_RasterPos3s(disp, parameters) \
1992 (* GET_RasterPos3s(disp)) parameters
1993 static inline _glptr_RasterPos3s GET_RasterPos3s(struct _glapi_table *disp) {
1994 return (_glptr_RasterPos3s) (GET_by_offset(disp, _gloffset_RasterPos3s));
1995 }
1996
1997 static inline void SET_RasterPos3s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
1998 SET_by_offset(disp, _gloffset_RasterPos3s, fn);
1999 }
2000
2001 typedef void (GLAPIENTRYP _glptr_RasterPos3sv)(const GLshort *);
2002 #define CALL_RasterPos3sv(disp, parameters) \
2003 (* GET_RasterPos3sv(disp)) parameters
2004 static inline _glptr_RasterPos3sv GET_RasterPos3sv(struct _glapi_table *disp) {
2005 return (_glptr_RasterPos3sv) (GET_by_offset(disp, _gloffset_RasterPos3sv));
2006 }
2007
2008 static inline void SET_RasterPos3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2009 SET_by_offset(disp, _gloffset_RasterPos3sv, fn);
2010 }
2011
2012 typedef void (GLAPIENTRYP _glptr_RasterPos4d)(GLdouble, GLdouble, GLdouble, GLdouble);
2013 #define CALL_RasterPos4d(disp, parameters) \
2014 (* GET_RasterPos4d(disp)) parameters
2015 static inline _glptr_RasterPos4d GET_RasterPos4d(struct _glapi_table *disp) {
2016 return (_glptr_RasterPos4d) (GET_by_offset(disp, _gloffset_RasterPos4d));
2017 }
2018
2019 static inline void SET_RasterPos4d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
2020 SET_by_offset(disp, _gloffset_RasterPos4d, fn);
2021 }
2022
2023 typedef void (GLAPIENTRYP _glptr_RasterPos4dv)(const GLdouble *);
2024 #define CALL_RasterPos4dv(disp, parameters) \
2025 (* GET_RasterPos4dv(disp)) parameters
2026 static inline _glptr_RasterPos4dv GET_RasterPos4dv(struct _glapi_table *disp) {
2027 return (_glptr_RasterPos4dv) (GET_by_offset(disp, _gloffset_RasterPos4dv));
2028 }
2029
2030 static inline void SET_RasterPos4dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2031 SET_by_offset(disp, _gloffset_RasterPos4dv, fn);
2032 }
2033
2034 typedef void (GLAPIENTRYP _glptr_RasterPos4f)(GLfloat, GLfloat, GLfloat, GLfloat);
2035 #define CALL_RasterPos4f(disp, parameters) \
2036 (* GET_RasterPos4f(disp)) parameters
2037 static inline _glptr_RasterPos4f GET_RasterPos4f(struct _glapi_table *disp) {
2038 return (_glptr_RasterPos4f) (GET_by_offset(disp, _gloffset_RasterPos4f));
2039 }
2040
2041 static inline void SET_RasterPos4f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
2042 SET_by_offset(disp, _gloffset_RasterPos4f, fn);
2043 }
2044
2045 typedef void (GLAPIENTRYP _glptr_RasterPos4fv)(const GLfloat *);
2046 #define CALL_RasterPos4fv(disp, parameters) \
2047 (* GET_RasterPos4fv(disp)) parameters
2048 static inline _glptr_RasterPos4fv GET_RasterPos4fv(struct _glapi_table *disp) {
2049 return (_glptr_RasterPos4fv) (GET_by_offset(disp, _gloffset_RasterPos4fv));
2050 }
2051
2052 static inline void SET_RasterPos4fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2053 SET_by_offset(disp, _gloffset_RasterPos4fv, fn);
2054 }
2055
2056 typedef void (GLAPIENTRYP _glptr_RasterPos4i)(GLint, GLint, GLint, GLint);
2057 #define CALL_RasterPos4i(disp, parameters) \
2058 (* GET_RasterPos4i(disp)) parameters
2059 static inline _glptr_RasterPos4i GET_RasterPos4i(struct _glapi_table *disp) {
2060 return (_glptr_RasterPos4i) (GET_by_offset(disp, _gloffset_RasterPos4i));
2061 }
2062
2063 static inline void SET_RasterPos4i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
2064 SET_by_offset(disp, _gloffset_RasterPos4i, fn);
2065 }
2066
2067 typedef void (GLAPIENTRYP _glptr_RasterPos4iv)(const GLint *);
2068 #define CALL_RasterPos4iv(disp, parameters) \
2069 (* GET_RasterPos4iv(disp)) parameters
2070 static inline _glptr_RasterPos4iv GET_RasterPos4iv(struct _glapi_table *disp) {
2071 return (_glptr_RasterPos4iv) (GET_by_offset(disp, _gloffset_RasterPos4iv));
2072 }
2073
2074 static inline void SET_RasterPos4iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2075 SET_by_offset(disp, _gloffset_RasterPos4iv, fn);
2076 }
2077
2078 typedef void (GLAPIENTRYP _glptr_RasterPos4s)(GLshort, GLshort, GLshort, GLshort);
2079 #define CALL_RasterPos4s(disp, parameters) \
2080 (* GET_RasterPos4s(disp)) parameters
2081 static inline _glptr_RasterPos4s GET_RasterPos4s(struct _glapi_table *disp) {
2082 return (_glptr_RasterPos4s) (GET_by_offset(disp, _gloffset_RasterPos4s));
2083 }
2084
2085 static inline void SET_RasterPos4s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
2086 SET_by_offset(disp, _gloffset_RasterPos4s, fn);
2087 }
2088
2089 typedef void (GLAPIENTRYP _glptr_RasterPos4sv)(const GLshort *);
2090 #define CALL_RasterPos4sv(disp, parameters) \
2091 (* GET_RasterPos4sv(disp)) parameters
2092 static inline _glptr_RasterPos4sv GET_RasterPos4sv(struct _glapi_table *disp) {
2093 return (_glptr_RasterPos4sv) (GET_by_offset(disp, _gloffset_RasterPos4sv));
2094 }
2095
2096 static inline void SET_RasterPos4sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2097 SET_by_offset(disp, _gloffset_RasterPos4sv, fn);
2098 }
2099
2100 typedef void (GLAPIENTRYP _glptr_Rectd)(GLdouble, GLdouble, GLdouble, GLdouble);
2101 #define CALL_Rectd(disp, parameters) \
2102 (* GET_Rectd(disp)) parameters
2103 static inline _glptr_Rectd GET_Rectd(struct _glapi_table *disp) {
2104 return (_glptr_Rectd) (GET_by_offset(disp, _gloffset_Rectd));
2105 }
2106
2107 static inline void SET_Rectd(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
2108 SET_by_offset(disp, _gloffset_Rectd, fn);
2109 }
2110
2111 typedef void (GLAPIENTRYP _glptr_Rectdv)(const GLdouble *, const GLdouble *);
2112 #define CALL_Rectdv(disp, parameters) \
2113 (* GET_Rectdv(disp)) parameters
2114 static inline _glptr_Rectdv GET_Rectdv(struct _glapi_table *disp) {
2115 return (_glptr_Rectdv) (GET_by_offset(disp, _gloffset_Rectdv));
2116 }
2117
2118 static inline void SET_Rectdv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *, const GLdouble *)) {
2119 SET_by_offset(disp, _gloffset_Rectdv, fn);
2120 }
2121
2122 typedef void (GLAPIENTRYP _glptr_Rectf)(GLfloat, GLfloat, GLfloat, GLfloat);
2123 #define CALL_Rectf(disp, parameters) \
2124 (* GET_Rectf(disp)) parameters
2125 static inline _glptr_Rectf GET_Rectf(struct _glapi_table *disp) {
2126 return (_glptr_Rectf) (GET_by_offset(disp, _gloffset_Rectf));
2127 }
2128
2129 static inline void SET_Rectf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
2130 SET_by_offset(disp, _gloffset_Rectf, fn);
2131 }
2132
2133 typedef void (GLAPIENTRYP _glptr_Rectfv)(const GLfloat *, const GLfloat *);
2134 #define CALL_Rectfv(disp, parameters) \
2135 (* GET_Rectfv(disp)) parameters
2136 static inline _glptr_Rectfv GET_Rectfv(struct _glapi_table *disp) {
2137 return (_glptr_Rectfv) (GET_by_offset(disp, _gloffset_Rectfv));
2138 }
2139
2140 static inline void SET_Rectfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *, const GLfloat *)) {
2141 SET_by_offset(disp, _gloffset_Rectfv, fn);
2142 }
2143
2144 typedef void (GLAPIENTRYP _glptr_Recti)(GLint, GLint, GLint, GLint);
2145 #define CALL_Recti(disp, parameters) \
2146 (* GET_Recti(disp)) parameters
2147 static inline _glptr_Recti GET_Recti(struct _glapi_table *disp) {
2148 return (_glptr_Recti) (GET_by_offset(disp, _gloffset_Recti));
2149 }
2150
2151 static inline void SET_Recti(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
2152 SET_by_offset(disp, _gloffset_Recti, fn);
2153 }
2154
2155 typedef void (GLAPIENTRYP _glptr_Rectiv)(const GLint *, const GLint *);
2156 #define CALL_Rectiv(disp, parameters) \
2157 (* GET_Rectiv(disp)) parameters
2158 static inline _glptr_Rectiv GET_Rectiv(struct _glapi_table *disp) {
2159 return (_glptr_Rectiv) (GET_by_offset(disp, _gloffset_Rectiv));
2160 }
2161
2162 static inline void SET_Rectiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *, const GLint *)) {
2163 SET_by_offset(disp, _gloffset_Rectiv, fn);
2164 }
2165
2166 typedef void (GLAPIENTRYP _glptr_Rects)(GLshort, GLshort, GLshort, GLshort);
2167 #define CALL_Rects(disp, parameters) \
2168 (* GET_Rects(disp)) parameters
2169 static inline _glptr_Rects GET_Rects(struct _glapi_table *disp) {
2170 return (_glptr_Rects) (GET_by_offset(disp, _gloffset_Rects));
2171 }
2172
2173 static inline void SET_Rects(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
2174 SET_by_offset(disp, _gloffset_Rects, fn);
2175 }
2176
2177 typedef void (GLAPIENTRYP _glptr_Rectsv)(const GLshort *, const GLshort *);
2178 #define CALL_Rectsv(disp, parameters) \
2179 (* GET_Rectsv(disp)) parameters
2180 static inline _glptr_Rectsv GET_Rectsv(struct _glapi_table *disp) {
2181 return (_glptr_Rectsv) (GET_by_offset(disp, _gloffset_Rectsv));
2182 }
2183
2184 static inline void SET_Rectsv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *, const GLshort *)) {
2185 SET_by_offset(disp, _gloffset_Rectsv, fn);
2186 }
2187
2188 typedef void (GLAPIENTRYP _glptr_TexCoord1d)(GLdouble);
2189 #define CALL_TexCoord1d(disp, parameters) \
2190 (* GET_TexCoord1d(disp)) parameters
2191 static inline _glptr_TexCoord1d GET_TexCoord1d(struct _glapi_table *disp) {
2192 return (_glptr_TexCoord1d) (GET_by_offset(disp, _gloffset_TexCoord1d));
2193 }
2194
2195 static inline void SET_TexCoord1d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble)) {
2196 SET_by_offset(disp, _gloffset_TexCoord1d, fn);
2197 }
2198
2199 typedef void (GLAPIENTRYP _glptr_TexCoord1dv)(const GLdouble *);
2200 #define CALL_TexCoord1dv(disp, parameters) \
2201 (* GET_TexCoord1dv(disp)) parameters
2202 static inline _glptr_TexCoord1dv GET_TexCoord1dv(struct _glapi_table *disp) {
2203 return (_glptr_TexCoord1dv) (GET_by_offset(disp, _gloffset_TexCoord1dv));
2204 }
2205
2206 static inline void SET_TexCoord1dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2207 SET_by_offset(disp, _gloffset_TexCoord1dv, fn);
2208 }
2209
2210 typedef void (GLAPIENTRYP _glptr_TexCoord1f)(GLfloat);
2211 #define CALL_TexCoord1f(disp, parameters) \
2212 (* GET_TexCoord1f(disp)) parameters
2213 static inline _glptr_TexCoord1f GET_TexCoord1f(struct _glapi_table *disp) {
2214 return (_glptr_TexCoord1f) (GET_by_offset(disp, _gloffset_TexCoord1f));
2215 }
2216
2217 static inline void SET_TexCoord1f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
2218 SET_by_offset(disp, _gloffset_TexCoord1f, fn);
2219 }
2220
2221 typedef void (GLAPIENTRYP _glptr_TexCoord1fv)(const GLfloat *);
2222 #define CALL_TexCoord1fv(disp, parameters) \
2223 (* GET_TexCoord1fv(disp)) parameters
2224 static inline _glptr_TexCoord1fv GET_TexCoord1fv(struct _glapi_table *disp) {
2225 return (_glptr_TexCoord1fv) (GET_by_offset(disp, _gloffset_TexCoord1fv));
2226 }
2227
2228 static inline void SET_TexCoord1fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2229 SET_by_offset(disp, _gloffset_TexCoord1fv, fn);
2230 }
2231
2232 typedef void (GLAPIENTRYP _glptr_TexCoord1i)(GLint);
2233 #define CALL_TexCoord1i(disp, parameters) \
2234 (* GET_TexCoord1i(disp)) parameters
2235 static inline _glptr_TexCoord1i GET_TexCoord1i(struct _glapi_table *disp) {
2236 return (_glptr_TexCoord1i) (GET_by_offset(disp, _gloffset_TexCoord1i));
2237 }
2238
2239 static inline void SET_TexCoord1i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint)) {
2240 SET_by_offset(disp, _gloffset_TexCoord1i, fn);
2241 }
2242
2243 typedef void (GLAPIENTRYP _glptr_TexCoord1iv)(const GLint *);
2244 #define CALL_TexCoord1iv(disp, parameters) \
2245 (* GET_TexCoord1iv(disp)) parameters
2246 static inline _glptr_TexCoord1iv GET_TexCoord1iv(struct _glapi_table *disp) {
2247 return (_glptr_TexCoord1iv) (GET_by_offset(disp, _gloffset_TexCoord1iv));
2248 }
2249
2250 static inline void SET_TexCoord1iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2251 SET_by_offset(disp, _gloffset_TexCoord1iv, fn);
2252 }
2253
2254 typedef void (GLAPIENTRYP _glptr_TexCoord1s)(GLshort);
2255 #define CALL_TexCoord1s(disp, parameters) \
2256 (* GET_TexCoord1s(disp)) parameters
2257 static inline _glptr_TexCoord1s GET_TexCoord1s(struct _glapi_table *disp) {
2258 return (_glptr_TexCoord1s) (GET_by_offset(disp, _gloffset_TexCoord1s));
2259 }
2260
2261 static inline void SET_TexCoord1s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort)) {
2262 SET_by_offset(disp, _gloffset_TexCoord1s, fn);
2263 }
2264
2265 typedef void (GLAPIENTRYP _glptr_TexCoord1sv)(const GLshort *);
2266 #define CALL_TexCoord1sv(disp, parameters) \
2267 (* GET_TexCoord1sv(disp)) parameters
2268 static inline _glptr_TexCoord1sv GET_TexCoord1sv(struct _glapi_table *disp) {
2269 return (_glptr_TexCoord1sv) (GET_by_offset(disp, _gloffset_TexCoord1sv));
2270 }
2271
2272 static inline void SET_TexCoord1sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2273 SET_by_offset(disp, _gloffset_TexCoord1sv, fn);
2274 }
2275
2276 typedef void (GLAPIENTRYP _glptr_TexCoord2d)(GLdouble, GLdouble);
2277 #define CALL_TexCoord2d(disp, parameters) \
2278 (* GET_TexCoord2d(disp)) parameters
2279 static inline _glptr_TexCoord2d GET_TexCoord2d(struct _glapi_table *disp) {
2280 return (_glptr_TexCoord2d) (GET_by_offset(disp, _gloffset_TexCoord2d));
2281 }
2282
2283 static inline void SET_TexCoord2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble)) {
2284 SET_by_offset(disp, _gloffset_TexCoord2d, fn);
2285 }
2286
2287 typedef void (GLAPIENTRYP _glptr_TexCoord2dv)(const GLdouble *);
2288 #define CALL_TexCoord2dv(disp, parameters) \
2289 (* GET_TexCoord2dv(disp)) parameters
2290 static inline _glptr_TexCoord2dv GET_TexCoord2dv(struct _glapi_table *disp) {
2291 return (_glptr_TexCoord2dv) (GET_by_offset(disp, _gloffset_TexCoord2dv));
2292 }
2293
2294 static inline void SET_TexCoord2dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2295 SET_by_offset(disp, _gloffset_TexCoord2dv, fn);
2296 }
2297
2298 typedef void (GLAPIENTRYP _glptr_TexCoord2f)(GLfloat, GLfloat);
2299 #define CALL_TexCoord2f(disp, parameters) \
2300 (* GET_TexCoord2f(disp)) parameters
2301 static inline _glptr_TexCoord2f GET_TexCoord2f(struct _glapi_table *disp) {
2302 return (_glptr_TexCoord2f) (GET_by_offset(disp, _gloffset_TexCoord2f));
2303 }
2304
2305 static inline void SET_TexCoord2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
2306 SET_by_offset(disp, _gloffset_TexCoord2f, fn);
2307 }
2308
2309 typedef void (GLAPIENTRYP _glptr_TexCoord2fv)(const GLfloat *);
2310 #define CALL_TexCoord2fv(disp, parameters) \
2311 (* GET_TexCoord2fv(disp)) parameters
2312 static inline _glptr_TexCoord2fv GET_TexCoord2fv(struct _glapi_table *disp) {
2313 return (_glptr_TexCoord2fv) (GET_by_offset(disp, _gloffset_TexCoord2fv));
2314 }
2315
2316 static inline void SET_TexCoord2fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2317 SET_by_offset(disp, _gloffset_TexCoord2fv, fn);
2318 }
2319
2320 typedef void (GLAPIENTRYP _glptr_TexCoord2i)(GLint, GLint);
2321 #define CALL_TexCoord2i(disp, parameters) \
2322 (* GET_TexCoord2i(disp)) parameters
2323 static inline _glptr_TexCoord2i GET_TexCoord2i(struct _glapi_table *disp) {
2324 return (_glptr_TexCoord2i) (GET_by_offset(disp, _gloffset_TexCoord2i));
2325 }
2326
2327 static inline void SET_TexCoord2i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint)) {
2328 SET_by_offset(disp, _gloffset_TexCoord2i, fn);
2329 }
2330
2331 typedef void (GLAPIENTRYP _glptr_TexCoord2iv)(const GLint *);
2332 #define CALL_TexCoord2iv(disp, parameters) \
2333 (* GET_TexCoord2iv(disp)) parameters
2334 static inline _glptr_TexCoord2iv GET_TexCoord2iv(struct _glapi_table *disp) {
2335 return (_glptr_TexCoord2iv) (GET_by_offset(disp, _gloffset_TexCoord2iv));
2336 }
2337
2338 static inline void SET_TexCoord2iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2339 SET_by_offset(disp, _gloffset_TexCoord2iv, fn);
2340 }
2341
2342 typedef void (GLAPIENTRYP _glptr_TexCoord2s)(GLshort, GLshort);
2343 #define CALL_TexCoord2s(disp, parameters) \
2344 (* GET_TexCoord2s(disp)) parameters
2345 static inline _glptr_TexCoord2s GET_TexCoord2s(struct _glapi_table *disp) {
2346 return (_glptr_TexCoord2s) (GET_by_offset(disp, _gloffset_TexCoord2s));
2347 }
2348
2349 static inline void SET_TexCoord2s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort)) {
2350 SET_by_offset(disp, _gloffset_TexCoord2s, fn);
2351 }
2352
2353 typedef void (GLAPIENTRYP _glptr_TexCoord2sv)(const GLshort *);
2354 #define CALL_TexCoord2sv(disp, parameters) \
2355 (* GET_TexCoord2sv(disp)) parameters
2356 static inline _glptr_TexCoord2sv GET_TexCoord2sv(struct _glapi_table *disp) {
2357 return (_glptr_TexCoord2sv) (GET_by_offset(disp, _gloffset_TexCoord2sv));
2358 }
2359
2360 static inline void SET_TexCoord2sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2361 SET_by_offset(disp, _gloffset_TexCoord2sv, fn);
2362 }
2363
2364 typedef void (GLAPIENTRYP _glptr_TexCoord3d)(GLdouble, GLdouble, GLdouble);
2365 #define CALL_TexCoord3d(disp, parameters) \
2366 (* GET_TexCoord3d(disp)) parameters
2367 static inline _glptr_TexCoord3d GET_TexCoord3d(struct _glapi_table *disp) {
2368 return (_glptr_TexCoord3d) (GET_by_offset(disp, _gloffset_TexCoord3d));
2369 }
2370
2371 static inline void SET_TexCoord3d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
2372 SET_by_offset(disp, _gloffset_TexCoord3d, fn);
2373 }
2374
2375 typedef void (GLAPIENTRYP _glptr_TexCoord3dv)(const GLdouble *);
2376 #define CALL_TexCoord3dv(disp, parameters) \
2377 (* GET_TexCoord3dv(disp)) parameters
2378 static inline _glptr_TexCoord3dv GET_TexCoord3dv(struct _glapi_table *disp) {
2379 return (_glptr_TexCoord3dv) (GET_by_offset(disp, _gloffset_TexCoord3dv));
2380 }
2381
2382 static inline void SET_TexCoord3dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2383 SET_by_offset(disp, _gloffset_TexCoord3dv, fn);
2384 }
2385
2386 typedef void (GLAPIENTRYP _glptr_TexCoord3f)(GLfloat, GLfloat, GLfloat);
2387 #define CALL_TexCoord3f(disp, parameters) \
2388 (* GET_TexCoord3f(disp)) parameters
2389 static inline _glptr_TexCoord3f GET_TexCoord3f(struct _glapi_table *disp) {
2390 return (_glptr_TexCoord3f) (GET_by_offset(disp, _gloffset_TexCoord3f));
2391 }
2392
2393 static inline void SET_TexCoord3f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
2394 SET_by_offset(disp, _gloffset_TexCoord3f, fn);
2395 }
2396
2397 typedef void (GLAPIENTRYP _glptr_TexCoord3fv)(const GLfloat *);
2398 #define CALL_TexCoord3fv(disp, parameters) \
2399 (* GET_TexCoord3fv(disp)) parameters
2400 static inline _glptr_TexCoord3fv GET_TexCoord3fv(struct _glapi_table *disp) {
2401 return (_glptr_TexCoord3fv) (GET_by_offset(disp, _gloffset_TexCoord3fv));
2402 }
2403
2404 static inline void SET_TexCoord3fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2405 SET_by_offset(disp, _gloffset_TexCoord3fv, fn);
2406 }
2407
2408 typedef void (GLAPIENTRYP _glptr_TexCoord3i)(GLint, GLint, GLint);
2409 #define CALL_TexCoord3i(disp, parameters) \
2410 (* GET_TexCoord3i(disp)) parameters
2411 static inline _glptr_TexCoord3i GET_TexCoord3i(struct _glapi_table *disp) {
2412 return (_glptr_TexCoord3i) (GET_by_offset(disp, _gloffset_TexCoord3i));
2413 }
2414
2415 static inline void SET_TexCoord3i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
2416 SET_by_offset(disp, _gloffset_TexCoord3i, fn);
2417 }
2418
2419 typedef void (GLAPIENTRYP _glptr_TexCoord3iv)(const GLint *);
2420 #define CALL_TexCoord3iv(disp, parameters) \
2421 (* GET_TexCoord3iv(disp)) parameters
2422 static inline _glptr_TexCoord3iv GET_TexCoord3iv(struct _glapi_table *disp) {
2423 return (_glptr_TexCoord3iv) (GET_by_offset(disp, _gloffset_TexCoord3iv));
2424 }
2425
2426 static inline void SET_TexCoord3iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2427 SET_by_offset(disp, _gloffset_TexCoord3iv, fn);
2428 }
2429
2430 typedef void (GLAPIENTRYP _glptr_TexCoord3s)(GLshort, GLshort, GLshort);
2431 #define CALL_TexCoord3s(disp, parameters) \
2432 (* GET_TexCoord3s(disp)) parameters
2433 static inline _glptr_TexCoord3s GET_TexCoord3s(struct _glapi_table *disp) {
2434 return (_glptr_TexCoord3s) (GET_by_offset(disp, _gloffset_TexCoord3s));
2435 }
2436
2437 static inline void SET_TexCoord3s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
2438 SET_by_offset(disp, _gloffset_TexCoord3s, fn);
2439 }
2440
2441 typedef void (GLAPIENTRYP _glptr_TexCoord3sv)(const GLshort *);
2442 #define CALL_TexCoord3sv(disp, parameters) \
2443 (* GET_TexCoord3sv(disp)) parameters
2444 static inline _glptr_TexCoord3sv GET_TexCoord3sv(struct _glapi_table *disp) {
2445 return (_glptr_TexCoord3sv) (GET_by_offset(disp, _gloffset_TexCoord3sv));
2446 }
2447
2448 static inline void SET_TexCoord3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2449 SET_by_offset(disp, _gloffset_TexCoord3sv, fn);
2450 }
2451
2452 typedef void (GLAPIENTRYP _glptr_TexCoord4d)(GLdouble, GLdouble, GLdouble, GLdouble);
2453 #define CALL_TexCoord4d(disp, parameters) \
2454 (* GET_TexCoord4d(disp)) parameters
2455 static inline _glptr_TexCoord4d GET_TexCoord4d(struct _glapi_table *disp) {
2456 return (_glptr_TexCoord4d) (GET_by_offset(disp, _gloffset_TexCoord4d));
2457 }
2458
2459 static inline void SET_TexCoord4d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
2460 SET_by_offset(disp, _gloffset_TexCoord4d, fn);
2461 }
2462
2463 typedef void (GLAPIENTRYP _glptr_TexCoord4dv)(const GLdouble *);
2464 #define CALL_TexCoord4dv(disp, parameters) \
2465 (* GET_TexCoord4dv(disp)) parameters
2466 static inline _glptr_TexCoord4dv GET_TexCoord4dv(struct _glapi_table *disp) {
2467 return (_glptr_TexCoord4dv) (GET_by_offset(disp, _gloffset_TexCoord4dv));
2468 }
2469
2470 static inline void SET_TexCoord4dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2471 SET_by_offset(disp, _gloffset_TexCoord4dv, fn);
2472 }
2473
2474 typedef void (GLAPIENTRYP _glptr_TexCoord4f)(GLfloat, GLfloat, GLfloat, GLfloat);
2475 #define CALL_TexCoord4f(disp, parameters) \
2476 (* GET_TexCoord4f(disp)) parameters
2477 static inline _glptr_TexCoord4f GET_TexCoord4f(struct _glapi_table *disp) {
2478 return (_glptr_TexCoord4f) (GET_by_offset(disp, _gloffset_TexCoord4f));
2479 }
2480
2481 static inline void SET_TexCoord4f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
2482 SET_by_offset(disp, _gloffset_TexCoord4f, fn);
2483 }
2484
2485 typedef void (GLAPIENTRYP _glptr_TexCoord4fv)(const GLfloat *);
2486 #define CALL_TexCoord4fv(disp, parameters) \
2487 (* GET_TexCoord4fv(disp)) parameters
2488 static inline _glptr_TexCoord4fv GET_TexCoord4fv(struct _glapi_table *disp) {
2489 return (_glptr_TexCoord4fv) (GET_by_offset(disp, _gloffset_TexCoord4fv));
2490 }
2491
2492 static inline void SET_TexCoord4fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2493 SET_by_offset(disp, _gloffset_TexCoord4fv, fn);
2494 }
2495
2496 typedef void (GLAPIENTRYP _glptr_TexCoord4i)(GLint, GLint, GLint, GLint);
2497 #define CALL_TexCoord4i(disp, parameters) \
2498 (* GET_TexCoord4i(disp)) parameters
2499 static inline _glptr_TexCoord4i GET_TexCoord4i(struct _glapi_table *disp) {
2500 return (_glptr_TexCoord4i) (GET_by_offset(disp, _gloffset_TexCoord4i));
2501 }
2502
2503 static inline void SET_TexCoord4i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
2504 SET_by_offset(disp, _gloffset_TexCoord4i, fn);
2505 }
2506
2507 typedef void (GLAPIENTRYP _glptr_TexCoord4iv)(const GLint *);
2508 #define CALL_TexCoord4iv(disp, parameters) \
2509 (* GET_TexCoord4iv(disp)) parameters
2510 static inline _glptr_TexCoord4iv GET_TexCoord4iv(struct _glapi_table *disp) {
2511 return (_glptr_TexCoord4iv) (GET_by_offset(disp, _gloffset_TexCoord4iv));
2512 }
2513
2514 static inline void SET_TexCoord4iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2515 SET_by_offset(disp, _gloffset_TexCoord4iv, fn);
2516 }
2517
2518 typedef void (GLAPIENTRYP _glptr_TexCoord4s)(GLshort, GLshort, GLshort, GLshort);
2519 #define CALL_TexCoord4s(disp, parameters) \
2520 (* GET_TexCoord4s(disp)) parameters
2521 static inline _glptr_TexCoord4s GET_TexCoord4s(struct _glapi_table *disp) {
2522 return (_glptr_TexCoord4s) (GET_by_offset(disp, _gloffset_TexCoord4s));
2523 }
2524
2525 static inline void SET_TexCoord4s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
2526 SET_by_offset(disp, _gloffset_TexCoord4s, fn);
2527 }
2528
2529 typedef void (GLAPIENTRYP _glptr_TexCoord4sv)(const GLshort *);
2530 #define CALL_TexCoord4sv(disp, parameters) \
2531 (* GET_TexCoord4sv(disp)) parameters
2532 static inline _glptr_TexCoord4sv GET_TexCoord4sv(struct _glapi_table *disp) {
2533 return (_glptr_TexCoord4sv) (GET_by_offset(disp, _gloffset_TexCoord4sv));
2534 }
2535
2536 static inline void SET_TexCoord4sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2537 SET_by_offset(disp, _gloffset_TexCoord4sv, fn);
2538 }
2539
2540 typedef void (GLAPIENTRYP _glptr_Vertex2d)(GLdouble, GLdouble);
2541 #define CALL_Vertex2d(disp, parameters) \
2542 (* GET_Vertex2d(disp)) parameters
2543 static inline _glptr_Vertex2d GET_Vertex2d(struct _glapi_table *disp) {
2544 return (_glptr_Vertex2d) (GET_by_offset(disp, _gloffset_Vertex2d));
2545 }
2546
2547 static inline void SET_Vertex2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble)) {
2548 SET_by_offset(disp, _gloffset_Vertex2d, fn);
2549 }
2550
2551 typedef void (GLAPIENTRYP _glptr_Vertex2dv)(const GLdouble *);
2552 #define CALL_Vertex2dv(disp, parameters) \
2553 (* GET_Vertex2dv(disp)) parameters
2554 static inline _glptr_Vertex2dv GET_Vertex2dv(struct _glapi_table *disp) {
2555 return (_glptr_Vertex2dv) (GET_by_offset(disp, _gloffset_Vertex2dv));
2556 }
2557
2558 static inline void SET_Vertex2dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2559 SET_by_offset(disp, _gloffset_Vertex2dv, fn);
2560 }
2561
2562 typedef void (GLAPIENTRYP _glptr_Vertex2f)(GLfloat, GLfloat);
2563 #define CALL_Vertex2f(disp, parameters) \
2564 (* GET_Vertex2f(disp)) parameters
2565 static inline _glptr_Vertex2f GET_Vertex2f(struct _glapi_table *disp) {
2566 return (_glptr_Vertex2f) (GET_by_offset(disp, _gloffset_Vertex2f));
2567 }
2568
2569 static inline void SET_Vertex2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
2570 SET_by_offset(disp, _gloffset_Vertex2f, fn);
2571 }
2572
2573 typedef void (GLAPIENTRYP _glptr_Vertex2fv)(const GLfloat *);
2574 #define CALL_Vertex2fv(disp, parameters) \
2575 (* GET_Vertex2fv(disp)) parameters
2576 static inline _glptr_Vertex2fv GET_Vertex2fv(struct _glapi_table *disp) {
2577 return (_glptr_Vertex2fv) (GET_by_offset(disp, _gloffset_Vertex2fv));
2578 }
2579
2580 static inline void SET_Vertex2fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2581 SET_by_offset(disp, _gloffset_Vertex2fv, fn);
2582 }
2583
2584 typedef void (GLAPIENTRYP _glptr_Vertex2i)(GLint, GLint);
2585 #define CALL_Vertex2i(disp, parameters) \
2586 (* GET_Vertex2i(disp)) parameters
2587 static inline _glptr_Vertex2i GET_Vertex2i(struct _glapi_table *disp) {
2588 return (_glptr_Vertex2i) (GET_by_offset(disp, _gloffset_Vertex2i));
2589 }
2590
2591 static inline void SET_Vertex2i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint)) {
2592 SET_by_offset(disp, _gloffset_Vertex2i, fn);
2593 }
2594
2595 typedef void (GLAPIENTRYP _glptr_Vertex2iv)(const GLint *);
2596 #define CALL_Vertex2iv(disp, parameters) \
2597 (* GET_Vertex2iv(disp)) parameters
2598 static inline _glptr_Vertex2iv GET_Vertex2iv(struct _glapi_table *disp) {
2599 return (_glptr_Vertex2iv) (GET_by_offset(disp, _gloffset_Vertex2iv));
2600 }
2601
2602 static inline void SET_Vertex2iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2603 SET_by_offset(disp, _gloffset_Vertex2iv, fn);
2604 }
2605
2606 typedef void (GLAPIENTRYP _glptr_Vertex2s)(GLshort, GLshort);
2607 #define CALL_Vertex2s(disp, parameters) \
2608 (* GET_Vertex2s(disp)) parameters
2609 static inline _glptr_Vertex2s GET_Vertex2s(struct _glapi_table *disp) {
2610 return (_glptr_Vertex2s) (GET_by_offset(disp, _gloffset_Vertex2s));
2611 }
2612
2613 static inline void SET_Vertex2s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort)) {
2614 SET_by_offset(disp, _gloffset_Vertex2s, fn);
2615 }
2616
2617 typedef void (GLAPIENTRYP _glptr_Vertex2sv)(const GLshort *);
2618 #define CALL_Vertex2sv(disp, parameters) \
2619 (* GET_Vertex2sv(disp)) parameters
2620 static inline _glptr_Vertex2sv GET_Vertex2sv(struct _glapi_table *disp) {
2621 return (_glptr_Vertex2sv) (GET_by_offset(disp, _gloffset_Vertex2sv));
2622 }
2623
2624 static inline void SET_Vertex2sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2625 SET_by_offset(disp, _gloffset_Vertex2sv, fn);
2626 }
2627
2628 typedef void (GLAPIENTRYP _glptr_Vertex3d)(GLdouble, GLdouble, GLdouble);
2629 #define CALL_Vertex3d(disp, parameters) \
2630 (* GET_Vertex3d(disp)) parameters
2631 static inline _glptr_Vertex3d GET_Vertex3d(struct _glapi_table *disp) {
2632 return (_glptr_Vertex3d) (GET_by_offset(disp, _gloffset_Vertex3d));
2633 }
2634
2635 static inline void SET_Vertex3d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
2636 SET_by_offset(disp, _gloffset_Vertex3d, fn);
2637 }
2638
2639 typedef void (GLAPIENTRYP _glptr_Vertex3dv)(const GLdouble *);
2640 #define CALL_Vertex3dv(disp, parameters) \
2641 (* GET_Vertex3dv(disp)) parameters
2642 static inline _glptr_Vertex3dv GET_Vertex3dv(struct _glapi_table *disp) {
2643 return (_glptr_Vertex3dv) (GET_by_offset(disp, _gloffset_Vertex3dv));
2644 }
2645
2646 static inline void SET_Vertex3dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2647 SET_by_offset(disp, _gloffset_Vertex3dv, fn);
2648 }
2649
2650 typedef void (GLAPIENTRYP _glptr_Vertex3f)(GLfloat, GLfloat, GLfloat);
2651 #define CALL_Vertex3f(disp, parameters) \
2652 (* GET_Vertex3f(disp)) parameters
2653 static inline _glptr_Vertex3f GET_Vertex3f(struct _glapi_table *disp) {
2654 return (_glptr_Vertex3f) (GET_by_offset(disp, _gloffset_Vertex3f));
2655 }
2656
2657 static inline void SET_Vertex3f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
2658 SET_by_offset(disp, _gloffset_Vertex3f, fn);
2659 }
2660
2661 typedef void (GLAPIENTRYP _glptr_Vertex3fv)(const GLfloat *);
2662 #define CALL_Vertex3fv(disp, parameters) \
2663 (* GET_Vertex3fv(disp)) parameters
2664 static inline _glptr_Vertex3fv GET_Vertex3fv(struct _glapi_table *disp) {
2665 return (_glptr_Vertex3fv) (GET_by_offset(disp, _gloffset_Vertex3fv));
2666 }
2667
2668 static inline void SET_Vertex3fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2669 SET_by_offset(disp, _gloffset_Vertex3fv, fn);
2670 }
2671
2672 typedef void (GLAPIENTRYP _glptr_Vertex3i)(GLint, GLint, GLint);
2673 #define CALL_Vertex3i(disp, parameters) \
2674 (* GET_Vertex3i(disp)) parameters
2675 static inline _glptr_Vertex3i GET_Vertex3i(struct _glapi_table *disp) {
2676 return (_glptr_Vertex3i) (GET_by_offset(disp, _gloffset_Vertex3i));
2677 }
2678
2679 static inline void SET_Vertex3i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
2680 SET_by_offset(disp, _gloffset_Vertex3i, fn);
2681 }
2682
2683 typedef void (GLAPIENTRYP _glptr_Vertex3iv)(const GLint *);
2684 #define CALL_Vertex3iv(disp, parameters) \
2685 (* GET_Vertex3iv(disp)) parameters
2686 static inline _glptr_Vertex3iv GET_Vertex3iv(struct _glapi_table *disp) {
2687 return (_glptr_Vertex3iv) (GET_by_offset(disp, _gloffset_Vertex3iv));
2688 }
2689
2690 static inline void SET_Vertex3iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2691 SET_by_offset(disp, _gloffset_Vertex3iv, fn);
2692 }
2693
2694 typedef void (GLAPIENTRYP _glptr_Vertex3s)(GLshort, GLshort, GLshort);
2695 #define CALL_Vertex3s(disp, parameters) \
2696 (* GET_Vertex3s(disp)) parameters
2697 static inline _glptr_Vertex3s GET_Vertex3s(struct _glapi_table *disp) {
2698 return (_glptr_Vertex3s) (GET_by_offset(disp, _gloffset_Vertex3s));
2699 }
2700
2701 static inline void SET_Vertex3s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
2702 SET_by_offset(disp, _gloffset_Vertex3s, fn);
2703 }
2704
2705 typedef void (GLAPIENTRYP _glptr_Vertex3sv)(const GLshort *);
2706 #define CALL_Vertex3sv(disp, parameters) \
2707 (* GET_Vertex3sv(disp)) parameters
2708 static inline _glptr_Vertex3sv GET_Vertex3sv(struct _glapi_table *disp) {
2709 return (_glptr_Vertex3sv) (GET_by_offset(disp, _gloffset_Vertex3sv));
2710 }
2711
2712 static inline void SET_Vertex3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2713 SET_by_offset(disp, _gloffset_Vertex3sv, fn);
2714 }
2715
2716 typedef void (GLAPIENTRYP _glptr_Vertex4d)(GLdouble, GLdouble, GLdouble, GLdouble);
2717 #define CALL_Vertex4d(disp, parameters) \
2718 (* GET_Vertex4d(disp)) parameters
2719 static inline _glptr_Vertex4d GET_Vertex4d(struct _glapi_table *disp) {
2720 return (_glptr_Vertex4d) (GET_by_offset(disp, _gloffset_Vertex4d));
2721 }
2722
2723 static inline void SET_Vertex4d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
2724 SET_by_offset(disp, _gloffset_Vertex4d, fn);
2725 }
2726
2727 typedef void (GLAPIENTRYP _glptr_Vertex4dv)(const GLdouble *);
2728 #define CALL_Vertex4dv(disp, parameters) \
2729 (* GET_Vertex4dv(disp)) parameters
2730 static inline _glptr_Vertex4dv GET_Vertex4dv(struct _glapi_table *disp) {
2731 return (_glptr_Vertex4dv) (GET_by_offset(disp, _gloffset_Vertex4dv));
2732 }
2733
2734 static inline void SET_Vertex4dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
2735 SET_by_offset(disp, _gloffset_Vertex4dv, fn);
2736 }
2737
2738 typedef void (GLAPIENTRYP _glptr_Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat);
2739 #define CALL_Vertex4f(disp, parameters) \
2740 (* GET_Vertex4f(disp)) parameters
2741 static inline _glptr_Vertex4f GET_Vertex4f(struct _glapi_table *disp) {
2742 return (_glptr_Vertex4f) (GET_by_offset(disp, _gloffset_Vertex4f));
2743 }
2744
2745 static inline void SET_Vertex4f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
2746 SET_by_offset(disp, _gloffset_Vertex4f, fn);
2747 }
2748
2749 typedef void (GLAPIENTRYP _glptr_Vertex4fv)(const GLfloat *);
2750 #define CALL_Vertex4fv(disp, parameters) \
2751 (* GET_Vertex4fv(disp)) parameters
2752 static inline _glptr_Vertex4fv GET_Vertex4fv(struct _glapi_table *disp) {
2753 return (_glptr_Vertex4fv) (GET_by_offset(disp, _gloffset_Vertex4fv));
2754 }
2755
2756 static inline void SET_Vertex4fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
2757 SET_by_offset(disp, _gloffset_Vertex4fv, fn);
2758 }
2759
2760 typedef void (GLAPIENTRYP _glptr_Vertex4i)(GLint, GLint, GLint, GLint);
2761 #define CALL_Vertex4i(disp, parameters) \
2762 (* GET_Vertex4i(disp)) parameters
2763 static inline _glptr_Vertex4i GET_Vertex4i(struct _glapi_table *disp) {
2764 return (_glptr_Vertex4i) (GET_by_offset(disp, _gloffset_Vertex4i));
2765 }
2766
2767 static inline void SET_Vertex4i(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
2768 SET_by_offset(disp, _gloffset_Vertex4i, fn);
2769 }
2770
2771 typedef void (GLAPIENTRYP _glptr_Vertex4iv)(const GLint *);
2772 #define CALL_Vertex4iv(disp, parameters) \
2773 (* GET_Vertex4iv(disp)) parameters
2774 static inline _glptr_Vertex4iv GET_Vertex4iv(struct _glapi_table *disp) {
2775 return (_glptr_Vertex4iv) (GET_by_offset(disp, _gloffset_Vertex4iv));
2776 }
2777
2778 static inline void SET_Vertex4iv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
2779 SET_by_offset(disp, _gloffset_Vertex4iv, fn);
2780 }
2781
2782 typedef void (GLAPIENTRYP _glptr_Vertex4s)(GLshort, GLshort, GLshort, GLshort);
2783 #define CALL_Vertex4s(disp, parameters) \
2784 (* GET_Vertex4s(disp)) parameters
2785 static inline _glptr_Vertex4s GET_Vertex4s(struct _glapi_table *disp) {
2786 return (_glptr_Vertex4s) (GET_by_offset(disp, _gloffset_Vertex4s));
2787 }
2788
2789 static inline void SET_Vertex4s(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
2790 SET_by_offset(disp, _gloffset_Vertex4s, fn);
2791 }
2792
2793 typedef void (GLAPIENTRYP _glptr_Vertex4sv)(const GLshort *);
2794 #define CALL_Vertex4sv(disp, parameters) \
2795 (* GET_Vertex4sv(disp)) parameters
2796 static inline _glptr_Vertex4sv GET_Vertex4sv(struct _glapi_table *disp) {
2797 return (_glptr_Vertex4sv) (GET_by_offset(disp, _gloffset_Vertex4sv));
2798 }
2799
2800 static inline void SET_Vertex4sv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
2801 SET_by_offset(disp, _gloffset_Vertex4sv, fn);
2802 }
2803
2804 typedef void (GLAPIENTRYP _glptr_ClipPlane)(GLenum, const GLdouble *);
2805 #define CALL_ClipPlane(disp, parameters) \
2806 (* GET_ClipPlane(disp)) parameters
2807 static inline _glptr_ClipPlane GET_ClipPlane(struct _glapi_table *disp) {
2808 return (_glptr_ClipPlane) (GET_by_offset(disp, _gloffset_ClipPlane));
2809 }
2810
2811 static inline void SET_ClipPlane(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLdouble *)) {
2812 SET_by_offset(disp, _gloffset_ClipPlane, fn);
2813 }
2814
2815 typedef void (GLAPIENTRYP _glptr_ColorMaterial)(GLenum, GLenum);
2816 #define CALL_ColorMaterial(disp, parameters) \
2817 (* GET_ColorMaterial(disp)) parameters
2818 static inline _glptr_ColorMaterial GET_ColorMaterial(struct _glapi_table *disp) {
2819 return (_glptr_ColorMaterial) (GET_by_offset(disp, _gloffset_ColorMaterial));
2820 }
2821
2822 static inline void SET_ColorMaterial(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum)) {
2823 SET_by_offset(disp, _gloffset_ColorMaterial, fn);
2824 }
2825
2826 typedef void (GLAPIENTRYP _glptr_CullFace)(GLenum);
2827 #define CALL_CullFace(disp, parameters) \
2828 (* GET_CullFace(disp)) parameters
2829 static inline _glptr_CullFace GET_CullFace(struct _glapi_table *disp) {
2830 return (_glptr_CullFace) (GET_by_offset(disp, _gloffset_CullFace));
2831 }
2832
2833 static inline void SET_CullFace(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
2834 SET_by_offset(disp, _gloffset_CullFace, fn);
2835 }
2836
2837 typedef void (GLAPIENTRYP _glptr_Fogf)(GLenum, GLfloat);
2838 #define CALL_Fogf(disp, parameters) \
2839 (* GET_Fogf(disp)) parameters
2840 static inline _glptr_Fogf GET_Fogf(struct _glapi_table *disp) {
2841 return (_glptr_Fogf) (GET_by_offset(disp, _gloffset_Fogf));
2842 }
2843
2844 static inline void SET_Fogf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
2845 SET_by_offset(disp, _gloffset_Fogf, fn);
2846 }
2847
2848 typedef void (GLAPIENTRYP _glptr_Fogfv)(GLenum, const GLfloat *);
2849 #define CALL_Fogfv(disp, parameters) \
2850 (* GET_Fogfv(disp)) parameters
2851 static inline _glptr_Fogfv GET_Fogfv(struct _glapi_table *disp) {
2852 return (_glptr_Fogfv) (GET_by_offset(disp, _gloffset_Fogfv));
2853 }
2854
2855 static inline void SET_Fogfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLfloat *)) {
2856 SET_by_offset(disp, _gloffset_Fogfv, fn);
2857 }
2858
2859 typedef void (GLAPIENTRYP _glptr_Fogi)(GLenum, GLint);
2860 #define CALL_Fogi(disp, parameters) \
2861 (* GET_Fogi(disp)) parameters
2862 static inline _glptr_Fogi GET_Fogi(struct _glapi_table *disp) {
2863 return (_glptr_Fogi) (GET_by_offset(disp, _gloffset_Fogi));
2864 }
2865
2866 static inline void SET_Fogi(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
2867 SET_by_offset(disp, _gloffset_Fogi, fn);
2868 }
2869
2870 typedef void (GLAPIENTRYP _glptr_Fogiv)(GLenum, const GLint *);
2871 #define CALL_Fogiv(disp, parameters) \
2872 (* GET_Fogiv(disp)) parameters
2873 static inline _glptr_Fogiv GET_Fogiv(struct _glapi_table *disp) {
2874 return (_glptr_Fogiv) (GET_by_offset(disp, _gloffset_Fogiv));
2875 }
2876
2877 static inline void SET_Fogiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLint *)) {
2878 SET_by_offset(disp, _gloffset_Fogiv, fn);
2879 }
2880
2881 typedef void (GLAPIENTRYP _glptr_FrontFace)(GLenum);
2882 #define CALL_FrontFace(disp, parameters) \
2883 (* GET_FrontFace(disp)) parameters
2884 static inline _glptr_FrontFace GET_FrontFace(struct _glapi_table *disp) {
2885 return (_glptr_FrontFace) (GET_by_offset(disp, _gloffset_FrontFace));
2886 }
2887
2888 static inline void SET_FrontFace(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
2889 SET_by_offset(disp, _gloffset_FrontFace, fn);
2890 }
2891
2892 typedef void (GLAPIENTRYP _glptr_Hint)(GLenum, GLenum);
2893 #define CALL_Hint(disp, parameters) \
2894 (* GET_Hint(disp)) parameters
2895 static inline _glptr_Hint GET_Hint(struct _glapi_table *disp) {
2896 return (_glptr_Hint) (GET_by_offset(disp, _gloffset_Hint));
2897 }
2898
2899 static inline void SET_Hint(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum)) {
2900 SET_by_offset(disp, _gloffset_Hint, fn);
2901 }
2902
2903 typedef void (GLAPIENTRYP _glptr_Lightf)(GLenum, GLenum, GLfloat);
2904 #define CALL_Lightf(disp, parameters) \
2905 (* GET_Lightf(disp)) parameters
2906 static inline _glptr_Lightf GET_Lightf(struct _glapi_table *disp) {
2907 return (_glptr_Lightf) (GET_by_offset(disp, _gloffset_Lightf));
2908 }
2909
2910 static inline void SET_Lightf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
2911 SET_by_offset(disp, _gloffset_Lightf, fn);
2912 }
2913
2914 typedef void (GLAPIENTRYP _glptr_Lightfv)(GLenum, GLenum, const GLfloat *);
2915 #define CALL_Lightfv(disp, parameters) \
2916 (* GET_Lightfv(disp)) parameters
2917 static inline _glptr_Lightfv GET_Lightfv(struct _glapi_table *disp) {
2918 return (_glptr_Lightfv) (GET_by_offset(disp, _gloffset_Lightfv));
2919 }
2920
2921 static inline void SET_Lightfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
2922 SET_by_offset(disp, _gloffset_Lightfv, fn);
2923 }
2924
2925 typedef void (GLAPIENTRYP _glptr_Lighti)(GLenum, GLenum, GLint);
2926 #define CALL_Lighti(disp, parameters) \
2927 (* GET_Lighti(disp)) parameters
2928 static inline _glptr_Lighti GET_Lighti(struct _glapi_table *disp) {
2929 return (_glptr_Lighti) (GET_by_offset(disp, _gloffset_Lighti));
2930 }
2931
2932 static inline void SET_Lighti(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
2933 SET_by_offset(disp, _gloffset_Lighti, fn);
2934 }
2935
2936 typedef void (GLAPIENTRYP _glptr_Lightiv)(GLenum, GLenum, const GLint *);
2937 #define CALL_Lightiv(disp, parameters) \
2938 (* GET_Lightiv(disp)) parameters
2939 static inline _glptr_Lightiv GET_Lightiv(struct _glapi_table *disp) {
2940 return (_glptr_Lightiv) (GET_by_offset(disp, _gloffset_Lightiv));
2941 }
2942
2943 static inline void SET_Lightiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
2944 SET_by_offset(disp, _gloffset_Lightiv, fn);
2945 }
2946
2947 typedef void (GLAPIENTRYP _glptr_LightModelf)(GLenum, GLfloat);
2948 #define CALL_LightModelf(disp, parameters) \
2949 (* GET_LightModelf(disp)) parameters
2950 static inline _glptr_LightModelf GET_LightModelf(struct _glapi_table *disp) {
2951 return (_glptr_LightModelf) (GET_by_offset(disp, _gloffset_LightModelf));
2952 }
2953
2954 static inline void SET_LightModelf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
2955 SET_by_offset(disp, _gloffset_LightModelf, fn);
2956 }
2957
2958 typedef void (GLAPIENTRYP _glptr_LightModelfv)(GLenum, const GLfloat *);
2959 #define CALL_LightModelfv(disp, parameters) \
2960 (* GET_LightModelfv(disp)) parameters
2961 static inline _glptr_LightModelfv GET_LightModelfv(struct _glapi_table *disp) {
2962 return (_glptr_LightModelfv) (GET_by_offset(disp, _gloffset_LightModelfv));
2963 }
2964
2965 static inline void SET_LightModelfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLfloat *)) {
2966 SET_by_offset(disp, _gloffset_LightModelfv, fn);
2967 }
2968
2969 typedef void (GLAPIENTRYP _glptr_LightModeli)(GLenum, GLint);
2970 #define CALL_LightModeli(disp, parameters) \
2971 (* GET_LightModeli(disp)) parameters
2972 static inline _glptr_LightModeli GET_LightModeli(struct _glapi_table *disp) {
2973 return (_glptr_LightModeli) (GET_by_offset(disp, _gloffset_LightModeli));
2974 }
2975
2976 static inline void SET_LightModeli(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
2977 SET_by_offset(disp, _gloffset_LightModeli, fn);
2978 }
2979
2980 typedef void (GLAPIENTRYP _glptr_LightModeliv)(GLenum, const GLint *);
2981 #define CALL_LightModeliv(disp, parameters) \
2982 (* GET_LightModeliv(disp)) parameters
2983 static inline _glptr_LightModeliv GET_LightModeliv(struct _glapi_table *disp) {
2984 return (_glptr_LightModeliv) (GET_by_offset(disp, _gloffset_LightModeliv));
2985 }
2986
2987 static inline void SET_LightModeliv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLint *)) {
2988 SET_by_offset(disp, _gloffset_LightModeliv, fn);
2989 }
2990
2991 typedef void (GLAPIENTRYP _glptr_LineStipple)(GLint, GLushort);
2992 #define CALL_LineStipple(disp, parameters) \
2993 (* GET_LineStipple(disp)) parameters
2994 static inline _glptr_LineStipple GET_LineStipple(struct _glapi_table *disp) {
2995 return (_glptr_LineStipple) (GET_by_offset(disp, _gloffset_LineStipple));
2996 }
2997
2998 static inline void SET_LineStipple(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLushort)) {
2999 SET_by_offset(disp, _gloffset_LineStipple, fn);
3000 }
3001
3002 typedef void (GLAPIENTRYP _glptr_LineWidth)(GLfloat);
3003 #define CALL_LineWidth(disp, parameters) \
3004 (* GET_LineWidth(disp)) parameters
3005 static inline _glptr_LineWidth GET_LineWidth(struct _glapi_table *disp) {
3006 return (_glptr_LineWidth) (GET_by_offset(disp, _gloffset_LineWidth));
3007 }
3008
3009 static inline void SET_LineWidth(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
3010 SET_by_offset(disp, _gloffset_LineWidth, fn);
3011 }
3012
3013 typedef void (GLAPIENTRYP _glptr_Materialf)(GLenum, GLenum, GLfloat);
3014 #define CALL_Materialf(disp, parameters) \
3015 (* GET_Materialf(disp)) parameters
3016 static inline _glptr_Materialf GET_Materialf(struct _glapi_table *disp) {
3017 return (_glptr_Materialf) (GET_by_offset(disp, _gloffset_Materialf));
3018 }
3019
3020 static inline void SET_Materialf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
3021 SET_by_offset(disp, _gloffset_Materialf, fn);
3022 }
3023
3024 typedef void (GLAPIENTRYP _glptr_Materialfv)(GLenum, GLenum, const GLfloat *);
3025 #define CALL_Materialfv(disp, parameters) \
3026 (* GET_Materialfv(disp)) parameters
3027 static inline _glptr_Materialfv GET_Materialfv(struct _glapi_table *disp) {
3028 return (_glptr_Materialfv) (GET_by_offset(disp, _gloffset_Materialfv));
3029 }
3030
3031 static inline void SET_Materialfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
3032 SET_by_offset(disp, _gloffset_Materialfv, fn);
3033 }
3034
3035 typedef void (GLAPIENTRYP _glptr_Materiali)(GLenum, GLenum, GLint);
3036 #define CALL_Materiali(disp, parameters) \
3037 (* GET_Materiali(disp)) parameters
3038 static inline _glptr_Materiali GET_Materiali(struct _glapi_table *disp) {
3039 return (_glptr_Materiali) (GET_by_offset(disp, _gloffset_Materiali));
3040 }
3041
3042 static inline void SET_Materiali(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
3043 SET_by_offset(disp, _gloffset_Materiali, fn);
3044 }
3045
3046 typedef void (GLAPIENTRYP _glptr_Materialiv)(GLenum, GLenum, const GLint *);
3047 #define CALL_Materialiv(disp, parameters) \
3048 (* GET_Materialiv(disp)) parameters
3049 static inline _glptr_Materialiv GET_Materialiv(struct _glapi_table *disp) {
3050 return (_glptr_Materialiv) (GET_by_offset(disp, _gloffset_Materialiv));
3051 }
3052
3053 static inline void SET_Materialiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
3054 SET_by_offset(disp, _gloffset_Materialiv, fn);
3055 }
3056
3057 typedef void (GLAPIENTRYP _glptr_PointSize)(GLfloat);
3058 #define CALL_PointSize(disp, parameters) \
3059 (* GET_PointSize(disp)) parameters
3060 static inline _glptr_PointSize GET_PointSize(struct _glapi_table *disp) {
3061 return (_glptr_PointSize) (GET_by_offset(disp, _gloffset_PointSize));
3062 }
3063
3064 static inline void SET_PointSize(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
3065 SET_by_offset(disp, _gloffset_PointSize, fn);
3066 }
3067
3068 typedef void (GLAPIENTRYP _glptr_PolygonMode)(GLenum, GLenum);
3069 #define CALL_PolygonMode(disp, parameters) \
3070 (* GET_PolygonMode(disp)) parameters
3071 static inline _glptr_PolygonMode GET_PolygonMode(struct _glapi_table *disp) {
3072 return (_glptr_PolygonMode) (GET_by_offset(disp, _gloffset_PolygonMode));
3073 }
3074
3075 static inline void SET_PolygonMode(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum)) {
3076 SET_by_offset(disp, _gloffset_PolygonMode, fn);
3077 }
3078
3079 typedef void (GLAPIENTRYP _glptr_PolygonStipple)(const GLubyte *);
3080 #define CALL_PolygonStipple(disp, parameters) \
3081 (* GET_PolygonStipple(disp)) parameters
3082 static inline _glptr_PolygonStipple GET_PolygonStipple(struct _glapi_table *disp) {
3083 return (_glptr_PolygonStipple) (GET_by_offset(disp, _gloffset_PolygonStipple));
3084 }
3085
3086 static inline void SET_PolygonStipple(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLubyte *)) {
3087 SET_by_offset(disp, _gloffset_PolygonStipple, fn);
3088 }
3089
3090 typedef void (GLAPIENTRYP _glptr_Scissor)(GLint, GLint, GLsizei, GLsizei);
3091 #define CALL_Scissor(disp, parameters) \
3092 (* GET_Scissor(disp)) parameters
3093 static inline _glptr_Scissor GET_Scissor(struct _glapi_table *disp) {
3094 return (_glptr_Scissor) (GET_by_offset(disp, _gloffset_Scissor));
3095 }
3096
3097 static inline void SET_Scissor(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLsizei, GLsizei)) {
3098 SET_by_offset(disp, _gloffset_Scissor, fn);
3099 }
3100
3101 typedef void (GLAPIENTRYP _glptr_ShadeModel)(GLenum);
3102 #define CALL_ShadeModel(disp, parameters) \
3103 (* GET_ShadeModel(disp)) parameters
3104 static inline _glptr_ShadeModel GET_ShadeModel(struct _glapi_table *disp) {
3105 return (_glptr_ShadeModel) (GET_by_offset(disp, _gloffset_ShadeModel));
3106 }
3107
3108 static inline void SET_ShadeModel(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3109 SET_by_offset(disp, _gloffset_ShadeModel, fn);
3110 }
3111
3112 typedef void (GLAPIENTRYP _glptr_TexParameterf)(GLenum, GLenum, GLfloat);
3113 #define CALL_TexParameterf(disp, parameters) \
3114 (* GET_TexParameterf(disp)) parameters
3115 static inline _glptr_TexParameterf GET_TexParameterf(struct _glapi_table *disp) {
3116 return (_glptr_TexParameterf) (GET_by_offset(disp, _gloffset_TexParameterf));
3117 }
3118
3119 static inline void SET_TexParameterf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
3120 SET_by_offset(disp, _gloffset_TexParameterf, fn);
3121 }
3122
3123 typedef void (GLAPIENTRYP _glptr_TexParameterfv)(GLenum, GLenum, const GLfloat *);
3124 #define CALL_TexParameterfv(disp, parameters) \
3125 (* GET_TexParameterfv(disp)) parameters
3126 static inline _glptr_TexParameterfv GET_TexParameterfv(struct _glapi_table *disp) {
3127 return (_glptr_TexParameterfv) (GET_by_offset(disp, _gloffset_TexParameterfv));
3128 }
3129
3130 static inline void SET_TexParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
3131 SET_by_offset(disp, _gloffset_TexParameterfv, fn);
3132 }
3133
3134 typedef void (GLAPIENTRYP _glptr_TexParameteri)(GLenum, GLenum, GLint);
3135 #define CALL_TexParameteri(disp, parameters) \
3136 (* GET_TexParameteri(disp)) parameters
3137 static inline _glptr_TexParameteri GET_TexParameteri(struct _glapi_table *disp) {
3138 return (_glptr_TexParameteri) (GET_by_offset(disp, _gloffset_TexParameteri));
3139 }
3140
3141 static inline void SET_TexParameteri(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
3142 SET_by_offset(disp, _gloffset_TexParameteri, fn);
3143 }
3144
3145 typedef void (GLAPIENTRYP _glptr_TexParameteriv)(GLenum, GLenum, const GLint *);
3146 #define CALL_TexParameteriv(disp, parameters) \
3147 (* GET_TexParameteriv(disp)) parameters
3148 static inline _glptr_TexParameteriv GET_TexParameteriv(struct _glapi_table *disp) {
3149 return (_glptr_TexParameteriv) (GET_by_offset(disp, _gloffset_TexParameteriv));
3150 }
3151
3152 static inline void SET_TexParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
3153 SET_by_offset(disp, _gloffset_TexParameteriv, fn);
3154 }
3155
3156 typedef void (GLAPIENTRYP _glptr_TexImage1D)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
3157 #define CALL_TexImage1D(disp, parameters) \
3158 (* GET_TexImage1D(disp)) parameters
3159 static inline _glptr_TexImage1D GET_TexImage1D(struct _glapi_table *disp) {
3160 return (_glptr_TexImage1D) (GET_by_offset(disp, _gloffset_TexImage1D));
3161 }
3162
3163 static inline void SET_TexImage1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) {
3164 SET_by_offset(disp, _gloffset_TexImage1D, fn);
3165 }
3166
3167 typedef void (GLAPIENTRYP _glptr_TexImage2D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
3168 #define CALL_TexImage2D(disp, parameters) \
3169 (* GET_TexImage2D(disp)) parameters
3170 static inline _glptr_TexImage2D GET_TexImage2D(struct _glapi_table *disp) {
3171 return (_glptr_TexImage2D) (GET_by_offset(disp, _gloffset_TexImage2D));
3172 }
3173
3174 static inline void SET_TexImage2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) {
3175 SET_by_offset(disp, _gloffset_TexImage2D, fn);
3176 }
3177
3178 typedef void (GLAPIENTRYP _glptr_TexEnvf)(GLenum, GLenum, GLfloat);
3179 #define CALL_TexEnvf(disp, parameters) \
3180 (* GET_TexEnvf(disp)) parameters
3181 static inline _glptr_TexEnvf GET_TexEnvf(struct _glapi_table *disp) {
3182 return (_glptr_TexEnvf) (GET_by_offset(disp, _gloffset_TexEnvf));
3183 }
3184
3185 static inline void SET_TexEnvf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
3186 SET_by_offset(disp, _gloffset_TexEnvf, fn);
3187 }
3188
3189 typedef void (GLAPIENTRYP _glptr_TexEnvfv)(GLenum, GLenum, const GLfloat *);
3190 #define CALL_TexEnvfv(disp, parameters) \
3191 (* GET_TexEnvfv(disp)) parameters
3192 static inline _glptr_TexEnvfv GET_TexEnvfv(struct _glapi_table *disp) {
3193 return (_glptr_TexEnvfv) (GET_by_offset(disp, _gloffset_TexEnvfv));
3194 }
3195
3196 static inline void SET_TexEnvfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
3197 SET_by_offset(disp, _gloffset_TexEnvfv, fn);
3198 }
3199
3200 typedef void (GLAPIENTRYP _glptr_TexEnvi)(GLenum, GLenum, GLint);
3201 #define CALL_TexEnvi(disp, parameters) \
3202 (* GET_TexEnvi(disp)) parameters
3203 static inline _glptr_TexEnvi GET_TexEnvi(struct _glapi_table *disp) {
3204 return (_glptr_TexEnvi) (GET_by_offset(disp, _gloffset_TexEnvi));
3205 }
3206
3207 static inline void SET_TexEnvi(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
3208 SET_by_offset(disp, _gloffset_TexEnvi, fn);
3209 }
3210
3211 typedef void (GLAPIENTRYP _glptr_TexEnviv)(GLenum, GLenum, const GLint *);
3212 #define CALL_TexEnviv(disp, parameters) \
3213 (* GET_TexEnviv(disp)) parameters
3214 static inline _glptr_TexEnviv GET_TexEnviv(struct _glapi_table *disp) {
3215 return (_glptr_TexEnviv) (GET_by_offset(disp, _gloffset_TexEnviv));
3216 }
3217
3218 static inline void SET_TexEnviv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
3219 SET_by_offset(disp, _gloffset_TexEnviv, fn);
3220 }
3221
3222 typedef void (GLAPIENTRYP _glptr_TexGend)(GLenum, GLenum, GLdouble);
3223 #define CALL_TexGend(disp, parameters) \
3224 (* GET_TexGend(disp)) parameters
3225 static inline _glptr_TexGend GET_TexGend(struct _glapi_table *disp) {
3226 return (_glptr_TexGend) (GET_by_offset(disp, _gloffset_TexGend));
3227 }
3228
3229 static inline void SET_TexGend(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLdouble)) {
3230 SET_by_offset(disp, _gloffset_TexGend, fn);
3231 }
3232
3233 typedef void (GLAPIENTRYP _glptr_TexGendv)(GLenum, GLenum, const GLdouble *);
3234 #define CALL_TexGendv(disp, parameters) \
3235 (* GET_TexGendv(disp)) parameters
3236 static inline _glptr_TexGendv GET_TexGendv(struct _glapi_table *disp) {
3237 return (_glptr_TexGendv) (GET_by_offset(disp, _gloffset_TexGendv));
3238 }
3239
3240 static inline void SET_TexGendv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLdouble *)) {
3241 SET_by_offset(disp, _gloffset_TexGendv, fn);
3242 }
3243
3244 typedef void (GLAPIENTRYP _glptr_TexGenf)(GLenum, GLenum, GLfloat);
3245 #define CALL_TexGenf(disp, parameters) \
3246 (* GET_TexGenf(disp)) parameters
3247 static inline _glptr_TexGenf GET_TexGenf(struct _glapi_table *disp) {
3248 return (_glptr_TexGenf) (GET_by_offset(disp, _gloffset_TexGenf));
3249 }
3250
3251 static inline void SET_TexGenf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
3252 SET_by_offset(disp, _gloffset_TexGenf, fn);
3253 }
3254
3255 typedef void (GLAPIENTRYP _glptr_TexGenfv)(GLenum, GLenum, const GLfloat *);
3256 #define CALL_TexGenfv(disp, parameters) \
3257 (* GET_TexGenfv(disp)) parameters
3258 static inline _glptr_TexGenfv GET_TexGenfv(struct _glapi_table *disp) {
3259 return (_glptr_TexGenfv) (GET_by_offset(disp, _gloffset_TexGenfv));
3260 }
3261
3262 static inline void SET_TexGenfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
3263 SET_by_offset(disp, _gloffset_TexGenfv, fn);
3264 }
3265
3266 typedef void (GLAPIENTRYP _glptr_TexGeni)(GLenum, GLenum, GLint);
3267 #define CALL_TexGeni(disp, parameters) \
3268 (* GET_TexGeni(disp)) parameters
3269 static inline _glptr_TexGeni GET_TexGeni(struct _glapi_table *disp) {
3270 return (_glptr_TexGeni) (GET_by_offset(disp, _gloffset_TexGeni));
3271 }
3272
3273 static inline void SET_TexGeni(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
3274 SET_by_offset(disp, _gloffset_TexGeni, fn);
3275 }
3276
3277 typedef void (GLAPIENTRYP _glptr_TexGeniv)(GLenum, GLenum, const GLint *);
3278 #define CALL_TexGeniv(disp, parameters) \
3279 (* GET_TexGeniv(disp)) parameters
3280 static inline _glptr_TexGeniv GET_TexGeniv(struct _glapi_table *disp) {
3281 return (_glptr_TexGeniv) (GET_by_offset(disp, _gloffset_TexGeniv));
3282 }
3283
3284 static inline void SET_TexGeniv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
3285 SET_by_offset(disp, _gloffset_TexGeniv, fn);
3286 }
3287
3288 typedef void (GLAPIENTRYP _glptr_FeedbackBuffer)(GLsizei, GLenum, GLfloat *);
3289 #define CALL_FeedbackBuffer(disp, parameters) \
3290 (* GET_FeedbackBuffer(disp)) parameters
3291 static inline _glptr_FeedbackBuffer GET_FeedbackBuffer(struct _glapi_table *disp) {
3292 return (_glptr_FeedbackBuffer) (GET_by_offset(disp, _gloffset_FeedbackBuffer));
3293 }
3294
3295 static inline void SET_FeedbackBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLenum, GLfloat *)) {
3296 SET_by_offset(disp, _gloffset_FeedbackBuffer, fn);
3297 }
3298
3299 typedef void (GLAPIENTRYP _glptr_SelectBuffer)(GLsizei, GLuint *);
3300 #define CALL_SelectBuffer(disp, parameters) \
3301 (* GET_SelectBuffer(disp)) parameters
3302 static inline _glptr_SelectBuffer GET_SelectBuffer(struct _glapi_table *disp) {
3303 return (_glptr_SelectBuffer) (GET_by_offset(disp, _gloffset_SelectBuffer));
3304 }
3305
3306 static inline void SET_SelectBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
3307 SET_by_offset(disp, _gloffset_SelectBuffer, fn);
3308 }
3309
3310 typedef GLint (GLAPIENTRYP _glptr_RenderMode)(GLenum);
3311 #define CALL_RenderMode(disp, parameters) \
3312 (* GET_RenderMode(disp)) parameters
3313 static inline _glptr_RenderMode GET_RenderMode(struct _glapi_table *disp) {
3314 return (_glptr_RenderMode) (GET_by_offset(disp, _gloffset_RenderMode));
3315 }
3316
3317 static inline void SET_RenderMode(struct _glapi_table *disp, GLint (GLAPIENTRYP fn)(GLenum)) {
3318 SET_by_offset(disp, _gloffset_RenderMode, fn);
3319 }
3320
3321 typedef void (GLAPIENTRYP _glptr_InitNames)(void);
3322 #define CALL_InitNames(disp, parameters) \
3323 (* GET_InitNames(disp)) parameters
3324 static inline _glptr_InitNames GET_InitNames(struct _glapi_table *disp) {
3325 return (_glptr_InitNames) (GET_by_offset(disp, _gloffset_InitNames));
3326 }
3327
3328 static inline void SET_InitNames(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
3329 SET_by_offset(disp, _gloffset_InitNames, fn);
3330 }
3331
3332 typedef void (GLAPIENTRYP _glptr_LoadName)(GLuint);
3333 #define CALL_LoadName(disp, parameters) \
3334 (* GET_LoadName(disp)) parameters
3335 static inline _glptr_LoadName GET_LoadName(struct _glapi_table *disp) {
3336 return (_glptr_LoadName) (GET_by_offset(disp, _gloffset_LoadName));
3337 }
3338
3339 static inline void SET_LoadName(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
3340 SET_by_offset(disp, _gloffset_LoadName, fn);
3341 }
3342
3343 typedef void (GLAPIENTRYP _glptr_PassThrough)(GLfloat);
3344 #define CALL_PassThrough(disp, parameters) \
3345 (* GET_PassThrough(disp)) parameters
3346 static inline _glptr_PassThrough GET_PassThrough(struct _glapi_table *disp) {
3347 return (_glptr_PassThrough) (GET_by_offset(disp, _gloffset_PassThrough));
3348 }
3349
3350 static inline void SET_PassThrough(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
3351 SET_by_offset(disp, _gloffset_PassThrough, fn);
3352 }
3353
3354 typedef void (GLAPIENTRYP _glptr_PopName)(void);
3355 #define CALL_PopName(disp, parameters) \
3356 (* GET_PopName(disp)) parameters
3357 static inline _glptr_PopName GET_PopName(struct _glapi_table *disp) {
3358 return (_glptr_PopName) (GET_by_offset(disp, _gloffset_PopName));
3359 }
3360
3361 static inline void SET_PopName(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
3362 SET_by_offset(disp, _gloffset_PopName, fn);
3363 }
3364
3365 typedef void (GLAPIENTRYP _glptr_PushName)(GLuint);
3366 #define CALL_PushName(disp, parameters) \
3367 (* GET_PushName(disp)) parameters
3368 static inline _glptr_PushName GET_PushName(struct _glapi_table *disp) {
3369 return (_glptr_PushName) (GET_by_offset(disp, _gloffset_PushName));
3370 }
3371
3372 static inline void SET_PushName(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
3373 SET_by_offset(disp, _gloffset_PushName, fn);
3374 }
3375
3376 typedef void (GLAPIENTRYP _glptr_DrawBuffer)(GLenum);
3377 #define CALL_DrawBuffer(disp, parameters) \
3378 (* GET_DrawBuffer(disp)) parameters
3379 static inline _glptr_DrawBuffer GET_DrawBuffer(struct _glapi_table *disp) {
3380 return (_glptr_DrawBuffer) (GET_by_offset(disp, _gloffset_DrawBuffer));
3381 }
3382
3383 static inline void SET_DrawBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3384 SET_by_offset(disp, _gloffset_DrawBuffer, fn);
3385 }
3386
3387 typedef void (GLAPIENTRYP _glptr_Clear)(GLbitfield);
3388 #define CALL_Clear(disp, parameters) \
3389 (* GET_Clear(disp)) parameters
3390 static inline _glptr_Clear GET_Clear(struct _glapi_table *disp) {
3391 return (_glptr_Clear) (GET_by_offset(disp, _gloffset_Clear));
3392 }
3393
3394 static inline void SET_Clear(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbitfield)) {
3395 SET_by_offset(disp, _gloffset_Clear, fn);
3396 }
3397
3398 typedef void (GLAPIENTRYP _glptr_ClearAccum)(GLfloat, GLfloat, GLfloat, GLfloat);
3399 #define CALL_ClearAccum(disp, parameters) \
3400 (* GET_ClearAccum(disp)) parameters
3401 static inline _glptr_ClearAccum GET_ClearAccum(struct _glapi_table *disp) {
3402 return (_glptr_ClearAccum) (GET_by_offset(disp, _gloffset_ClearAccum));
3403 }
3404
3405 static inline void SET_ClearAccum(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
3406 SET_by_offset(disp, _gloffset_ClearAccum, fn);
3407 }
3408
3409 typedef void (GLAPIENTRYP _glptr_ClearIndex)(GLfloat);
3410 #define CALL_ClearIndex(disp, parameters) \
3411 (* GET_ClearIndex(disp)) parameters
3412 static inline _glptr_ClearIndex GET_ClearIndex(struct _glapi_table *disp) {
3413 return (_glptr_ClearIndex) (GET_by_offset(disp, _gloffset_ClearIndex));
3414 }
3415
3416 static inline void SET_ClearIndex(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
3417 SET_by_offset(disp, _gloffset_ClearIndex, fn);
3418 }
3419
3420 typedef void (GLAPIENTRYP _glptr_ClearColor)(GLclampf, GLclampf, GLclampf, GLclampf);
3421 #define CALL_ClearColor(disp, parameters) \
3422 (* GET_ClearColor(disp)) parameters
3423 static inline _glptr_ClearColor GET_ClearColor(struct _glapi_table *disp) {
3424 return (_glptr_ClearColor) (GET_by_offset(disp, _gloffset_ClearColor));
3425 }
3426
3427 static inline void SET_ClearColor(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampf, GLclampf, GLclampf, GLclampf)) {
3428 SET_by_offset(disp, _gloffset_ClearColor, fn);
3429 }
3430
3431 typedef void (GLAPIENTRYP _glptr_ClearStencil)(GLint);
3432 #define CALL_ClearStencil(disp, parameters) \
3433 (* GET_ClearStencil(disp)) parameters
3434 static inline _glptr_ClearStencil GET_ClearStencil(struct _glapi_table *disp) {
3435 return (_glptr_ClearStencil) (GET_by_offset(disp, _gloffset_ClearStencil));
3436 }
3437
3438 static inline void SET_ClearStencil(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint)) {
3439 SET_by_offset(disp, _gloffset_ClearStencil, fn);
3440 }
3441
3442 typedef void (GLAPIENTRYP _glptr_ClearDepth)(GLclampd);
3443 #define CALL_ClearDepth(disp, parameters) \
3444 (* GET_ClearDepth(disp)) parameters
3445 static inline _glptr_ClearDepth GET_ClearDepth(struct _glapi_table *disp) {
3446 return (_glptr_ClearDepth) (GET_by_offset(disp, _gloffset_ClearDepth));
3447 }
3448
3449 static inline void SET_ClearDepth(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd)) {
3450 SET_by_offset(disp, _gloffset_ClearDepth, fn);
3451 }
3452
3453 typedef void (GLAPIENTRYP _glptr_StencilMask)(GLuint);
3454 #define CALL_StencilMask(disp, parameters) \
3455 (* GET_StencilMask(disp)) parameters
3456 static inline _glptr_StencilMask GET_StencilMask(struct _glapi_table *disp) {
3457 return (_glptr_StencilMask) (GET_by_offset(disp, _gloffset_StencilMask));
3458 }
3459
3460 static inline void SET_StencilMask(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
3461 SET_by_offset(disp, _gloffset_StencilMask, fn);
3462 }
3463
3464 typedef void (GLAPIENTRYP _glptr_ColorMask)(GLboolean, GLboolean, GLboolean, GLboolean);
3465 #define CALL_ColorMask(disp, parameters) \
3466 (* GET_ColorMask(disp)) parameters
3467 static inline _glptr_ColorMask GET_ColorMask(struct _glapi_table *disp) {
3468 return (_glptr_ColorMask) (GET_by_offset(disp, _gloffset_ColorMask));
3469 }
3470
3471 static inline void SET_ColorMask(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLboolean, GLboolean, GLboolean, GLboolean)) {
3472 SET_by_offset(disp, _gloffset_ColorMask, fn);
3473 }
3474
3475 typedef void (GLAPIENTRYP _glptr_DepthMask)(GLboolean);
3476 #define CALL_DepthMask(disp, parameters) \
3477 (* GET_DepthMask(disp)) parameters
3478 static inline _glptr_DepthMask GET_DepthMask(struct _glapi_table *disp) {
3479 return (_glptr_DepthMask) (GET_by_offset(disp, _gloffset_DepthMask));
3480 }
3481
3482 static inline void SET_DepthMask(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLboolean)) {
3483 SET_by_offset(disp, _gloffset_DepthMask, fn);
3484 }
3485
3486 typedef void (GLAPIENTRYP _glptr_IndexMask)(GLuint);
3487 #define CALL_IndexMask(disp, parameters) \
3488 (* GET_IndexMask(disp)) parameters
3489 static inline _glptr_IndexMask GET_IndexMask(struct _glapi_table *disp) {
3490 return (_glptr_IndexMask) (GET_by_offset(disp, _gloffset_IndexMask));
3491 }
3492
3493 static inline void SET_IndexMask(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
3494 SET_by_offset(disp, _gloffset_IndexMask, fn);
3495 }
3496
3497 typedef void (GLAPIENTRYP _glptr_Accum)(GLenum, GLfloat);
3498 #define CALL_Accum(disp, parameters) \
3499 (* GET_Accum(disp)) parameters
3500 static inline _glptr_Accum GET_Accum(struct _glapi_table *disp) {
3501 return (_glptr_Accum) (GET_by_offset(disp, _gloffset_Accum));
3502 }
3503
3504 static inline void SET_Accum(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
3505 SET_by_offset(disp, _gloffset_Accum, fn);
3506 }
3507
3508 typedef void (GLAPIENTRYP _glptr_Disable)(GLenum);
3509 #define CALL_Disable(disp, parameters) \
3510 (* GET_Disable(disp)) parameters
3511 static inline _glptr_Disable GET_Disable(struct _glapi_table *disp) {
3512 return (_glptr_Disable) (GET_by_offset(disp, _gloffset_Disable));
3513 }
3514
3515 static inline void SET_Disable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3516 SET_by_offset(disp, _gloffset_Disable, fn);
3517 }
3518
3519 typedef void (GLAPIENTRYP _glptr_Enable)(GLenum);
3520 #define CALL_Enable(disp, parameters) \
3521 (* GET_Enable(disp)) parameters
3522 static inline _glptr_Enable GET_Enable(struct _glapi_table *disp) {
3523 return (_glptr_Enable) (GET_by_offset(disp, _gloffset_Enable));
3524 }
3525
3526 static inline void SET_Enable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3527 SET_by_offset(disp, _gloffset_Enable, fn);
3528 }
3529
3530 typedef void (GLAPIENTRYP _glptr_Finish)(void);
3531 #define CALL_Finish(disp, parameters) \
3532 (* GET_Finish(disp)) parameters
3533 static inline _glptr_Finish GET_Finish(struct _glapi_table *disp) {
3534 return (_glptr_Finish) (GET_by_offset(disp, _gloffset_Finish));
3535 }
3536
3537 static inline void SET_Finish(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
3538 SET_by_offset(disp, _gloffset_Finish, fn);
3539 }
3540
3541 typedef void (GLAPIENTRYP _glptr_Flush)(void);
3542 #define CALL_Flush(disp, parameters) \
3543 (* GET_Flush(disp)) parameters
3544 static inline _glptr_Flush GET_Flush(struct _glapi_table *disp) {
3545 return (_glptr_Flush) (GET_by_offset(disp, _gloffset_Flush));
3546 }
3547
3548 static inline void SET_Flush(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
3549 SET_by_offset(disp, _gloffset_Flush, fn);
3550 }
3551
3552 typedef void (GLAPIENTRYP _glptr_PopAttrib)(void);
3553 #define CALL_PopAttrib(disp, parameters) \
3554 (* GET_PopAttrib(disp)) parameters
3555 static inline _glptr_PopAttrib GET_PopAttrib(struct _glapi_table *disp) {
3556 return (_glptr_PopAttrib) (GET_by_offset(disp, _gloffset_PopAttrib));
3557 }
3558
3559 static inline void SET_PopAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
3560 SET_by_offset(disp, _gloffset_PopAttrib, fn);
3561 }
3562
3563 typedef void (GLAPIENTRYP _glptr_PushAttrib)(GLbitfield);
3564 #define CALL_PushAttrib(disp, parameters) \
3565 (* GET_PushAttrib(disp)) parameters
3566 static inline _glptr_PushAttrib GET_PushAttrib(struct _glapi_table *disp) {
3567 return (_glptr_PushAttrib) (GET_by_offset(disp, _gloffset_PushAttrib));
3568 }
3569
3570 static inline void SET_PushAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbitfield)) {
3571 SET_by_offset(disp, _gloffset_PushAttrib, fn);
3572 }
3573
3574 typedef void (GLAPIENTRYP _glptr_Map1d)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *);
3575 #define CALL_Map1d(disp, parameters) \
3576 (* GET_Map1d(disp)) parameters
3577 static inline _glptr_Map1d GET_Map1d(struct _glapi_table *disp) {
3578 return (_glptr_Map1d) (GET_by_offset(disp, _gloffset_Map1d));
3579 }
3580
3581 static inline void SET_Map1d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) {
3582 SET_by_offset(disp, _gloffset_Map1d, fn);
3583 }
3584
3585 typedef void (GLAPIENTRYP _glptr_Map1f)(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *);
3586 #define CALL_Map1f(disp, parameters) \
3587 (* GET_Map1f(disp)) parameters
3588 static inline _glptr_Map1f GET_Map1f(struct _glapi_table *disp) {
3589 return (_glptr_Map1f) (GET_by_offset(disp, _gloffset_Map1f));
3590 }
3591
3592 static inline void SET_Map1f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) {
3593 SET_by_offset(disp, _gloffset_Map1f, fn);
3594 }
3595
3596 typedef void (GLAPIENTRYP _glptr_Map2d)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *);
3597 #define CALL_Map2d(disp, parameters) \
3598 (* GET_Map2d(disp)) parameters
3599 static inline _glptr_Map2d GET_Map2d(struct _glapi_table *disp) {
3600 return (_glptr_Map2d) (GET_by_offset(disp, _gloffset_Map2d));
3601 }
3602
3603 static inline void SET_Map2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) {
3604 SET_by_offset(disp, _gloffset_Map2d, fn);
3605 }
3606
3607 typedef void (GLAPIENTRYP _glptr_Map2f)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *);
3608 #define CALL_Map2f(disp, parameters) \
3609 (* GET_Map2f(disp)) parameters
3610 static inline _glptr_Map2f GET_Map2f(struct _glapi_table *disp) {
3611 return (_glptr_Map2f) (GET_by_offset(disp, _gloffset_Map2f));
3612 }
3613
3614 static inline void SET_Map2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) {
3615 SET_by_offset(disp, _gloffset_Map2f, fn);
3616 }
3617
3618 typedef void (GLAPIENTRYP _glptr_MapGrid1d)(GLint, GLdouble, GLdouble);
3619 #define CALL_MapGrid1d(disp, parameters) \
3620 (* GET_MapGrid1d(disp)) parameters
3621 static inline _glptr_MapGrid1d GET_MapGrid1d(struct _glapi_table *disp) {
3622 return (_glptr_MapGrid1d) (GET_by_offset(disp, _gloffset_MapGrid1d));
3623 }
3624
3625 static inline void SET_MapGrid1d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLdouble, GLdouble)) {
3626 SET_by_offset(disp, _gloffset_MapGrid1d, fn);
3627 }
3628
3629 typedef void (GLAPIENTRYP _glptr_MapGrid1f)(GLint, GLfloat, GLfloat);
3630 #define CALL_MapGrid1f(disp, parameters) \
3631 (* GET_MapGrid1f(disp)) parameters
3632 static inline _glptr_MapGrid1f GET_MapGrid1f(struct _glapi_table *disp) {
3633 return (_glptr_MapGrid1f) (GET_by_offset(disp, _gloffset_MapGrid1f));
3634 }
3635
3636 static inline void SET_MapGrid1f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLfloat, GLfloat)) {
3637 SET_by_offset(disp, _gloffset_MapGrid1f, fn);
3638 }
3639
3640 typedef void (GLAPIENTRYP _glptr_MapGrid2d)(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble);
3641 #define CALL_MapGrid2d(disp, parameters) \
3642 (* GET_MapGrid2d(disp)) parameters
3643 static inline _glptr_MapGrid2d GET_MapGrid2d(struct _glapi_table *disp) {
3644 return (_glptr_MapGrid2d) (GET_by_offset(disp, _gloffset_MapGrid2d));
3645 }
3646
3647 static inline void SET_MapGrid2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble)) {
3648 SET_by_offset(disp, _gloffset_MapGrid2d, fn);
3649 }
3650
3651 typedef void (GLAPIENTRYP _glptr_MapGrid2f)(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat);
3652 #define CALL_MapGrid2f(disp, parameters) \
3653 (* GET_MapGrid2f(disp)) parameters
3654 static inline _glptr_MapGrid2f GET_MapGrid2f(struct _glapi_table *disp) {
3655 return (_glptr_MapGrid2f) (GET_by_offset(disp, _gloffset_MapGrid2f));
3656 }
3657
3658 static inline void SET_MapGrid2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat)) {
3659 SET_by_offset(disp, _gloffset_MapGrid2f, fn);
3660 }
3661
3662 typedef void (GLAPIENTRYP _glptr_EvalCoord1d)(GLdouble);
3663 #define CALL_EvalCoord1d(disp, parameters) \
3664 (* GET_EvalCoord1d(disp)) parameters
3665 static inline _glptr_EvalCoord1d GET_EvalCoord1d(struct _glapi_table *disp) {
3666 return (_glptr_EvalCoord1d) (GET_by_offset(disp, _gloffset_EvalCoord1d));
3667 }
3668
3669 static inline void SET_EvalCoord1d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble)) {
3670 SET_by_offset(disp, _gloffset_EvalCoord1d, fn);
3671 }
3672
3673 typedef void (GLAPIENTRYP _glptr_EvalCoord1dv)(const GLdouble *);
3674 #define CALL_EvalCoord1dv(disp, parameters) \
3675 (* GET_EvalCoord1dv(disp)) parameters
3676 static inline _glptr_EvalCoord1dv GET_EvalCoord1dv(struct _glapi_table *disp) {
3677 return (_glptr_EvalCoord1dv) (GET_by_offset(disp, _gloffset_EvalCoord1dv));
3678 }
3679
3680 static inline void SET_EvalCoord1dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
3681 SET_by_offset(disp, _gloffset_EvalCoord1dv, fn);
3682 }
3683
3684 typedef void (GLAPIENTRYP _glptr_EvalCoord1f)(GLfloat);
3685 #define CALL_EvalCoord1f(disp, parameters) \
3686 (* GET_EvalCoord1f(disp)) parameters
3687 static inline _glptr_EvalCoord1f GET_EvalCoord1f(struct _glapi_table *disp) {
3688 return (_glptr_EvalCoord1f) (GET_by_offset(disp, _gloffset_EvalCoord1f));
3689 }
3690
3691 static inline void SET_EvalCoord1f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
3692 SET_by_offset(disp, _gloffset_EvalCoord1f, fn);
3693 }
3694
3695 typedef void (GLAPIENTRYP _glptr_EvalCoord1fv)(const GLfloat *);
3696 #define CALL_EvalCoord1fv(disp, parameters) \
3697 (* GET_EvalCoord1fv(disp)) parameters
3698 static inline _glptr_EvalCoord1fv GET_EvalCoord1fv(struct _glapi_table *disp) {
3699 return (_glptr_EvalCoord1fv) (GET_by_offset(disp, _gloffset_EvalCoord1fv));
3700 }
3701
3702 static inline void SET_EvalCoord1fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
3703 SET_by_offset(disp, _gloffset_EvalCoord1fv, fn);
3704 }
3705
3706 typedef void (GLAPIENTRYP _glptr_EvalCoord2d)(GLdouble, GLdouble);
3707 #define CALL_EvalCoord2d(disp, parameters) \
3708 (* GET_EvalCoord2d(disp)) parameters
3709 static inline _glptr_EvalCoord2d GET_EvalCoord2d(struct _glapi_table *disp) {
3710 return (_glptr_EvalCoord2d) (GET_by_offset(disp, _gloffset_EvalCoord2d));
3711 }
3712
3713 static inline void SET_EvalCoord2d(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble)) {
3714 SET_by_offset(disp, _gloffset_EvalCoord2d, fn);
3715 }
3716
3717 typedef void (GLAPIENTRYP _glptr_EvalCoord2dv)(const GLdouble *);
3718 #define CALL_EvalCoord2dv(disp, parameters) \
3719 (* GET_EvalCoord2dv(disp)) parameters
3720 static inline _glptr_EvalCoord2dv GET_EvalCoord2dv(struct _glapi_table *disp) {
3721 return (_glptr_EvalCoord2dv) (GET_by_offset(disp, _gloffset_EvalCoord2dv));
3722 }
3723
3724 static inline void SET_EvalCoord2dv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
3725 SET_by_offset(disp, _gloffset_EvalCoord2dv, fn);
3726 }
3727
3728 typedef void (GLAPIENTRYP _glptr_EvalCoord2f)(GLfloat, GLfloat);
3729 #define CALL_EvalCoord2f(disp, parameters) \
3730 (* GET_EvalCoord2f(disp)) parameters
3731 static inline _glptr_EvalCoord2f GET_EvalCoord2f(struct _glapi_table *disp) {
3732 return (_glptr_EvalCoord2f) (GET_by_offset(disp, _gloffset_EvalCoord2f));
3733 }
3734
3735 static inline void SET_EvalCoord2f(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
3736 SET_by_offset(disp, _gloffset_EvalCoord2f, fn);
3737 }
3738
3739 typedef void (GLAPIENTRYP _glptr_EvalCoord2fv)(const GLfloat *);
3740 #define CALL_EvalCoord2fv(disp, parameters) \
3741 (* GET_EvalCoord2fv(disp)) parameters
3742 static inline _glptr_EvalCoord2fv GET_EvalCoord2fv(struct _glapi_table *disp) {
3743 return (_glptr_EvalCoord2fv) (GET_by_offset(disp, _gloffset_EvalCoord2fv));
3744 }
3745
3746 static inline void SET_EvalCoord2fv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
3747 SET_by_offset(disp, _gloffset_EvalCoord2fv, fn);
3748 }
3749
3750 typedef void (GLAPIENTRYP _glptr_EvalMesh1)(GLenum, GLint, GLint);
3751 #define CALL_EvalMesh1(disp, parameters) \
3752 (* GET_EvalMesh1(disp)) parameters
3753 static inline _glptr_EvalMesh1 GET_EvalMesh1(struct _glapi_table *disp) {
3754 return (_glptr_EvalMesh1) (GET_by_offset(disp, _gloffset_EvalMesh1));
3755 }
3756
3757 static inline void SET_EvalMesh1(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint)) {
3758 SET_by_offset(disp, _gloffset_EvalMesh1, fn);
3759 }
3760
3761 typedef void (GLAPIENTRYP _glptr_EvalPoint1)(GLint);
3762 #define CALL_EvalPoint1(disp, parameters) \
3763 (* GET_EvalPoint1(disp)) parameters
3764 static inline _glptr_EvalPoint1 GET_EvalPoint1(struct _glapi_table *disp) {
3765 return (_glptr_EvalPoint1) (GET_by_offset(disp, _gloffset_EvalPoint1));
3766 }
3767
3768 static inline void SET_EvalPoint1(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint)) {
3769 SET_by_offset(disp, _gloffset_EvalPoint1, fn);
3770 }
3771
3772 typedef void (GLAPIENTRYP _glptr_EvalMesh2)(GLenum, GLint, GLint, GLint, GLint);
3773 #define CALL_EvalMesh2(disp, parameters) \
3774 (* GET_EvalMesh2(disp)) parameters
3775 static inline _glptr_EvalMesh2 GET_EvalMesh2(struct _glapi_table *disp) {
3776 return (_glptr_EvalMesh2) (GET_by_offset(disp, _gloffset_EvalMesh2));
3777 }
3778
3779 static inline void SET_EvalMesh2(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLint)) {
3780 SET_by_offset(disp, _gloffset_EvalMesh2, fn);
3781 }
3782
3783 typedef void (GLAPIENTRYP _glptr_EvalPoint2)(GLint, GLint);
3784 #define CALL_EvalPoint2(disp, parameters) \
3785 (* GET_EvalPoint2(disp)) parameters
3786 static inline _glptr_EvalPoint2 GET_EvalPoint2(struct _glapi_table *disp) {
3787 return (_glptr_EvalPoint2) (GET_by_offset(disp, _gloffset_EvalPoint2));
3788 }
3789
3790 static inline void SET_EvalPoint2(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint)) {
3791 SET_by_offset(disp, _gloffset_EvalPoint2, fn);
3792 }
3793
3794 typedef void (GLAPIENTRYP _glptr_AlphaFunc)(GLenum, GLclampf);
3795 #define CALL_AlphaFunc(disp, parameters) \
3796 (* GET_AlphaFunc(disp)) parameters
3797 static inline _glptr_AlphaFunc GET_AlphaFunc(struct _glapi_table *disp) {
3798 return (_glptr_AlphaFunc) (GET_by_offset(disp, _gloffset_AlphaFunc));
3799 }
3800
3801 static inline void SET_AlphaFunc(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLclampf)) {
3802 SET_by_offset(disp, _gloffset_AlphaFunc, fn);
3803 }
3804
3805 typedef void (GLAPIENTRYP _glptr_BlendFunc)(GLenum, GLenum);
3806 #define CALL_BlendFunc(disp, parameters) \
3807 (* GET_BlendFunc(disp)) parameters
3808 static inline _glptr_BlendFunc GET_BlendFunc(struct _glapi_table *disp) {
3809 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc));
3810 }
3811
3812 static inline void SET_BlendFunc(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum)) {
3813 SET_by_offset(disp, _gloffset_BlendFunc, fn);
3814 }
3815
3816 typedef void (GLAPIENTRYP _glptr_LogicOp)(GLenum);
3817 #define CALL_LogicOp(disp, parameters) \
3818 (* GET_LogicOp(disp)) parameters
3819 static inline _glptr_LogicOp GET_LogicOp(struct _glapi_table *disp) {
3820 return (_glptr_LogicOp) (GET_by_offset(disp, _gloffset_LogicOp));
3821 }
3822
3823 static inline void SET_LogicOp(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3824 SET_by_offset(disp, _gloffset_LogicOp, fn);
3825 }
3826
3827 typedef void (GLAPIENTRYP _glptr_StencilFunc)(GLenum, GLint, GLuint);
3828 #define CALL_StencilFunc(disp, parameters) \
3829 (* GET_StencilFunc(disp)) parameters
3830 static inline _glptr_StencilFunc GET_StencilFunc(struct _glapi_table *disp) {
3831 return (_glptr_StencilFunc) (GET_by_offset(disp, _gloffset_StencilFunc));
3832 }
3833
3834 static inline void SET_StencilFunc(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLuint)) {
3835 SET_by_offset(disp, _gloffset_StencilFunc, fn);
3836 }
3837
3838 typedef void (GLAPIENTRYP _glptr_StencilOp)(GLenum, GLenum, GLenum);
3839 #define CALL_StencilOp(disp, parameters) \
3840 (* GET_StencilOp(disp)) parameters
3841 static inline _glptr_StencilOp GET_StencilOp(struct _glapi_table *disp) {
3842 return (_glptr_StencilOp) (GET_by_offset(disp, _gloffset_StencilOp));
3843 }
3844
3845 static inline void SET_StencilOp(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum)) {
3846 SET_by_offset(disp, _gloffset_StencilOp, fn);
3847 }
3848
3849 typedef void (GLAPIENTRYP _glptr_DepthFunc)(GLenum);
3850 #define CALL_DepthFunc(disp, parameters) \
3851 (* GET_DepthFunc(disp)) parameters
3852 static inline _glptr_DepthFunc GET_DepthFunc(struct _glapi_table *disp) {
3853 return (_glptr_DepthFunc) (GET_by_offset(disp, _gloffset_DepthFunc));
3854 }
3855
3856 static inline void SET_DepthFunc(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3857 SET_by_offset(disp, _gloffset_DepthFunc, fn);
3858 }
3859
3860 typedef void (GLAPIENTRYP _glptr_PixelZoom)(GLfloat, GLfloat);
3861 #define CALL_PixelZoom(disp, parameters) \
3862 (* GET_PixelZoom(disp)) parameters
3863 static inline _glptr_PixelZoom GET_PixelZoom(struct _glapi_table *disp) {
3864 return (_glptr_PixelZoom) (GET_by_offset(disp, _gloffset_PixelZoom));
3865 }
3866
3867 static inline void SET_PixelZoom(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
3868 SET_by_offset(disp, _gloffset_PixelZoom, fn);
3869 }
3870
3871 typedef void (GLAPIENTRYP _glptr_PixelTransferf)(GLenum, GLfloat);
3872 #define CALL_PixelTransferf(disp, parameters) \
3873 (* GET_PixelTransferf(disp)) parameters
3874 static inline _glptr_PixelTransferf GET_PixelTransferf(struct _glapi_table *disp) {
3875 return (_glptr_PixelTransferf) (GET_by_offset(disp, _gloffset_PixelTransferf));
3876 }
3877
3878 static inline void SET_PixelTransferf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
3879 SET_by_offset(disp, _gloffset_PixelTransferf, fn);
3880 }
3881
3882 typedef void (GLAPIENTRYP _glptr_PixelTransferi)(GLenum, GLint);
3883 #define CALL_PixelTransferi(disp, parameters) \
3884 (* GET_PixelTransferi(disp)) parameters
3885 static inline _glptr_PixelTransferi GET_PixelTransferi(struct _glapi_table *disp) {
3886 return (_glptr_PixelTransferi) (GET_by_offset(disp, _gloffset_PixelTransferi));
3887 }
3888
3889 static inline void SET_PixelTransferi(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
3890 SET_by_offset(disp, _gloffset_PixelTransferi, fn);
3891 }
3892
3893 typedef void (GLAPIENTRYP _glptr_PixelStoref)(GLenum, GLfloat);
3894 #define CALL_PixelStoref(disp, parameters) \
3895 (* GET_PixelStoref(disp)) parameters
3896 static inline _glptr_PixelStoref GET_PixelStoref(struct _glapi_table *disp) {
3897 return (_glptr_PixelStoref) (GET_by_offset(disp, _gloffset_PixelStoref));
3898 }
3899
3900 static inline void SET_PixelStoref(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
3901 SET_by_offset(disp, _gloffset_PixelStoref, fn);
3902 }
3903
3904 typedef void (GLAPIENTRYP _glptr_PixelStorei)(GLenum, GLint);
3905 #define CALL_PixelStorei(disp, parameters) \
3906 (* GET_PixelStorei(disp)) parameters
3907 static inline _glptr_PixelStorei GET_PixelStorei(struct _glapi_table *disp) {
3908 return (_glptr_PixelStorei) (GET_by_offset(disp, _gloffset_PixelStorei));
3909 }
3910
3911 static inline void SET_PixelStorei(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
3912 SET_by_offset(disp, _gloffset_PixelStorei, fn);
3913 }
3914
3915 typedef void (GLAPIENTRYP _glptr_PixelMapfv)(GLenum, GLsizei, const GLfloat *);
3916 #define CALL_PixelMapfv(disp, parameters) \
3917 (* GET_PixelMapfv(disp)) parameters
3918 static inline _glptr_PixelMapfv GET_PixelMapfv(struct _glapi_table *disp) {
3919 return (_glptr_PixelMapfv) (GET_by_offset(disp, _gloffset_PixelMapfv));
3920 }
3921
3922 static inline void SET_PixelMapfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLfloat *)) {
3923 SET_by_offset(disp, _gloffset_PixelMapfv, fn);
3924 }
3925
3926 typedef void (GLAPIENTRYP _glptr_PixelMapuiv)(GLenum, GLsizei, const GLuint *);
3927 #define CALL_PixelMapuiv(disp, parameters) \
3928 (* GET_PixelMapuiv(disp)) parameters
3929 static inline _glptr_PixelMapuiv GET_PixelMapuiv(struct _glapi_table *disp) {
3930 return (_glptr_PixelMapuiv) (GET_by_offset(disp, _gloffset_PixelMapuiv));
3931 }
3932
3933 static inline void SET_PixelMapuiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLuint *)) {
3934 SET_by_offset(disp, _gloffset_PixelMapuiv, fn);
3935 }
3936
3937 typedef void (GLAPIENTRYP _glptr_PixelMapusv)(GLenum, GLsizei, const GLushort *);
3938 #define CALL_PixelMapusv(disp, parameters) \
3939 (* GET_PixelMapusv(disp)) parameters
3940 static inline _glptr_PixelMapusv GET_PixelMapusv(struct _glapi_table *disp) {
3941 return (_glptr_PixelMapusv) (GET_by_offset(disp, _gloffset_PixelMapusv));
3942 }
3943
3944 static inline void SET_PixelMapusv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLushort *)) {
3945 SET_by_offset(disp, _gloffset_PixelMapusv, fn);
3946 }
3947
3948 typedef void (GLAPIENTRYP _glptr_ReadBuffer)(GLenum);
3949 #define CALL_ReadBuffer(disp, parameters) \
3950 (* GET_ReadBuffer(disp)) parameters
3951 static inline _glptr_ReadBuffer GET_ReadBuffer(struct _glapi_table *disp) {
3952 return (_glptr_ReadBuffer) (GET_by_offset(disp, _gloffset_ReadBuffer));
3953 }
3954
3955 static inline void SET_ReadBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
3956 SET_by_offset(disp, _gloffset_ReadBuffer, fn);
3957 }
3958
3959 typedef void (GLAPIENTRYP _glptr_CopyPixels)(GLint, GLint, GLsizei, GLsizei, GLenum);
3960 #define CALL_CopyPixels(disp, parameters) \
3961 (* GET_CopyPixels(disp)) parameters
3962 static inline _glptr_CopyPixels GET_CopyPixels(struct _glapi_table *disp) {
3963 return (_glptr_CopyPixels) (GET_by_offset(disp, _gloffset_CopyPixels));
3964 }
3965
3966 static inline void SET_CopyPixels(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLsizei, GLsizei, GLenum)) {
3967 SET_by_offset(disp, _gloffset_CopyPixels, fn);
3968 }
3969
3970 typedef void (GLAPIENTRYP _glptr_ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
3971 #define CALL_ReadPixels(disp, parameters) \
3972 (* GET_ReadPixels(disp)) parameters
3973 static inline _glptr_ReadPixels GET_ReadPixels(struct _glapi_table *disp) {
3974 return (_glptr_ReadPixels) (GET_by_offset(disp, _gloffset_ReadPixels));
3975 }
3976
3977 static inline void SET_ReadPixels(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *)) {
3978 SET_by_offset(disp, _gloffset_ReadPixels, fn);
3979 }
3980
3981 typedef void (GLAPIENTRYP _glptr_DrawPixels)(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
3982 #define CALL_DrawPixels(disp, parameters) \
3983 (* GET_DrawPixels(disp)) parameters
3984 static inline _glptr_DrawPixels GET_DrawPixels(struct _glapi_table *disp) {
3985 return (_glptr_DrawPixels) (GET_by_offset(disp, _gloffset_DrawPixels));
3986 }
3987
3988 static inline void SET_DrawPixels(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) {
3989 SET_by_offset(disp, _gloffset_DrawPixels, fn);
3990 }
3991
3992 typedef void (GLAPIENTRYP _glptr_GetBooleanv)(GLenum, GLboolean *);
3993 #define CALL_GetBooleanv(disp, parameters) \
3994 (* GET_GetBooleanv(disp)) parameters
3995 static inline _glptr_GetBooleanv GET_GetBooleanv(struct _glapi_table *disp) {
3996 return (_glptr_GetBooleanv) (GET_by_offset(disp, _gloffset_GetBooleanv));
3997 }
3998
3999 static inline void SET_GetBooleanv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLboolean *)) {
4000 SET_by_offset(disp, _gloffset_GetBooleanv, fn);
4001 }
4002
4003 typedef void (GLAPIENTRYP _glptr_GetClipPlane)(GLenum, GLdouble *);
4004 #define CALL_GetClipPlane(disp, parameters) \
4005 (* GET_GetClipPlane(disp)) parameters
4006 static inline _glptr_GetClipPlane GET_GetClipPlane(struct _glapi_table *disp) {
4007 return (_glptr_GetClipPlane) (GET_by_offset(disp, _gloffset_GetClipPlane));
4008 }
4009
4010 static inline void SET_GetClipPlane(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLdouble *)) {
4011 SET_by_offset(disp, _gloffset_GetClipPlane, fn);
4012 }
4013
4014 typedef void (GLAPIENTRYP _glptr_GetDoublev)(GLenum, GLdouble *);
4015 #define CALL_GetDoublev(disp, parameters) \
4016 (* GET_GetDoublev(disp)) parameters
4017 static inline _glptr_GetDoublev GET_GetDoublev(struct _glapi_table *disp) {
4018 return (_glptr_GetDoublev) (GET_by_offset(disp, _gloffset_GetDoublev));
4019 }
4020
4021 static inline void SET_GetDoublev(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLdouble *)) {
4022 SET_by_offset(disp, _gloffset_GetDoublev, fn);
4023 }
4024
4025 typedef GLenum (GLAPIENTRYP _glptr_GetError)(void);
4026 #define CALL_GetError(disp, parameters) \
4027 (* GET_GetError(disp)) parameters
4028 static inline _glptr_GetError GET_GetError(struct _glapi_table *disp) {
4029 return (_glptr_GetError) (GET_by_offset(disp, _gloffset_GetError));
4030 }
4031
4032 static inline void SET_GetError(struct _glapi_table *disp, GLenum (GLAPIENTRYP fn)(void)) {
4033 SET_by_offset(disp, _gloffset_GetError, fn);
4034 }
4035
4036 typedef void (GLAPIENTRYP _glptr_GetFloatv)(GLenum, GLfloat *);
4037 #define CALL_GetFloatv(disp, parameters) \
4038 (* GET_GetFloatv(disp)) parameters
4039 static inline _glptr_GetFloatv GET_GetFloatv(struct _glapi_table *disp) {
4040 return (_glptr_GetFloatv) (GET_by_offset(disp, _gloffset_GetFloatv));
4041 }
4042
4043 static inline void SET_GetFloatv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat *)) {
4044 SET_by_offset(disp, _gloffset_GetFloatv, fn);
4045 }
4046
4047 typedef void (GLAPIENTRYP _glptr_GetIntegerv)(GLenum, GLint *);
4048 #define CALL_GetIntegerv(disp, parameters) \
4049 (* GET_GetIntegerv(disp)) parameters
4050 static inline _glptr_GetIntegerv GET_GetIntegerv(struct _glapi_table *disp) {
4051 return (_glptr_GetIntegerv) (GET_by_offset(disp, _gloffset_GetIntegerv));
4052 }
4053
4054 static inline void SET_GetIntegerv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint *)) {
4055 SET_by_offset(disp, _gloffset_GetIntegerv, fn);
4056 }
4057
4058 typedef void (GLAPIENTRYP _glptr_GetLightfv)(GLenum, GLenum, GLfloat *);
4059 #define CALL_GetLightfv(disp, parameters) \
4060 (* GET_GetLightfv(disp)) parameters
4061 static inline _glptr_GetLightfv GET_GetLightfv(struct _glapi_table *disp) {
4062 return (_glptr_GetLightfv) (GET_by_offset(disp, _gloffset_GetLightfv));
4063 }
4064
4065 static inline void SET_GetLightfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4066 SET_by_offset(disp, _gloffset_GetLightfv, fn);
4067 }
4068
4069 typedef void (GLAPIENTRYP _glptr_GetLightiv)(GLenum, GLenum, GLint *);
4070 #define CALL_GetLightiv(disp, parameters) \
4071 (* GET_GetLightiv(disp)) parameters
4072 static inline _glptr_GetLightiv GET_GetLightiv(struct _glapi_table *disp) {
4073 return (_glptr_GetLightiv) (GET_by_offset(disp, _gloffset_GetLightiv));
4074 }
4075
4076 static inline void SET_GetLightiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4077 SET_by_offset(disp, _gloffset_GetLightiv, fn);
4078 }
4079
4080 typedef void (GLAPIENTRYP _glptr_GetMapdv)(GLenum, GLenum, GLdouble *);
4081 #define CALL_GetMapdv(disp, parameters) \
4082 (* GET_GetMapdv(disp)) parameters
4083 static inline _glptr_GetMapdv GET_GetMapdv(struct _glapi_table *disp) {
4084 return (_glptr_GetMapdv) (GET_by_offset(disp, _gloffset_GetMapdv));
4085 }
4086
4087 static inline void SET_GetMapdv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLdouble *)) {
4088 SET_by_offset(disp, _gloffset_GetMapdv, fn);
4089 }
4090
4091 typedef void (GLAPIENTRYP _glptr_GetMapfv)(GLenum, GLenum, GLfloat *);
4092 #define CALL_GetMapfv(disp, parameters) \
4093 (* GET_GetMapfv(disp)) parameters
4094 static inline _glptr_GetMapfv GET_GetMapfv(struct _glapi_table *disp) {
4095 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv));
4096 }
4097
4098 static inline void SET_GetMapfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4099 SET_by_offset(disp, _gloffset_GetMapfv, fn);
4100 }
4101
4102 typedef void (GLAPIENTRYP _glptr_GetMapiv)(GLenum, GLenum, GLint *);
4103 #define CALL_GetMapiv(disp, parameters) \
4104 (* GET_GetMapiv(disp)) parameters
4105 static inline _glptr_GetMapiv GET_GetMapiv(struct _glapi_table *disp) {
4106 return (_glptr_GetMapiv) (GET_by_offset(disp, _gloffset_GetMapiv));
4107 }
4108
4109 static inline void SET_GetMapiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4110 SET_by_offset(disp, _gloffset_GetMapiv, fn);
4111 }
4112
4113 typedef void (GLAPIENTRYP _glptr_GetMaterialfv)(GLenum, GLenum, GLfloat *);
4114 #define CALL_GetMaterialfv(disp, parameters) \
4115 (* GET_GetMaterialfv(disp)) parameters
4116 static inline _glptr_GetMaterialfv GET_GetMaterialfv(struct _glapi_table *disp) {
4117 return (_glptr_GetMaterialfv) (GET_by_offset(disp, _gloffset_GetMaterialfv));
4118 }
4119
4120 static inline void SET_GetMaterialfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4121 SET_by_offset(disp, _gloffset_GetMaterialfv, fn);
4122 }
4123
4124 typedef void (GLAPIENTRYP _glptr_GetMaterialiv)(GLenum, GLenum, GLint *);
4125 #define CALL_GetMaterialiv(disp, parameters) \
4126 (* GET_GetMaterialiv(disp)) parameters
4127 static inline _glptr_GetMaterialiv GET_GetMaterialiv(struct _glapi_table *disp) {
4128 return (_glptr_GetMaterialiv) (GET_by_offset(disp, _gloffset_GetMaterialiv));
4129 }
4130
4131 static inline void SET_GetMaterialiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4132 SET_by_offset(disp, _gloffset_GetMaterialiv, fn);
4133 }
4134
4135 typedef void (GLAPIENTRYP _glptr_GetPixelMapfv)(GLenum, GLfloat *);
4136 #define CALL_GetPixelMapfv(disp, parameters) \
4137 (* GET_GetPixelMapfv(disp)) parameters
4138 static inline _glptr_GetPixelMapfv GET_GetPixelMapfv(struct _glapi_table *disp) {
4139 return (_glptr_GetPixelMapfv) (GET_by_offset(disp, _gloffset_GetPixelMapfv));
4140 }
4141
4142 static inline void SET_GetPixelMapfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat *)) {
4143 SET_by_offset(disp, _gloffset_GetPixelMapfv, fn);
4144 }
4145
4146 typedef void (GLAPIENTRYP _glptr_GetPixelMapuiv)(GLenum, GLuint *);
4147 #define CALL_GetPixelMapuiv(disp, parameters) \
4148 (* GET_GetPixelMapuiv(disp)) parameters
4149 static inline _glptr_GetPixelMapuiv GET_GetPixelMapuiv(struct _glapi_table *disp) {
4150 return (_glptr_GetPixelMapuiv) (GET_by_offset(disp, _gloffset_GetPixelMapuiv));
4151 }
4152
4153 static inline void SET_GetPixelMapuiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint *)) {
4154 SET_by_offset(disp, _gloffset_GetPixelMapuiv, fn);
4155 }
4156
4157 typedef void (GLAPIENTRYP _glptr_GetPixelMapusv)(GLenum, GLushort *);
4158 #define CALL_GetPixelMapusv(disp, parameters) \
4159 (* GET_GetPixelMapusv(disp)) parameters
4160 static inline _glptr_GetPixelMapusv GET_GetPixelMapusv(struct _glapi_table *disp) {
4161 return (_glptr_GetPixelMapusv) (GET_by_offset(disp, _gloffset_GetPixelMapusv));
4162 }
4163
4164 static inline void SET_GetPixelMapusv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLushort *)) {
4165 SET_by_offset(disp, _gloffset_GetPixelMapusv, fn);
4166 }
4167
4168 typedef void (GLAPIENTRYP _glptr_GetPolygonStipple)(GLubyte *);
4169 #define CALL_GetPolygonStipple(disp, parameters) \
4170 (* GET_GetPolygonStipple(disp)) parameters
4171 static inline _glptr_GetPolygonStipple GET_GetPolygonStipple(struct _glapi_table *disp) {
4172 return (_glptr_GetPolygonStipple) (GET_by_offset(disp, _gloffset_GetPolygonStipple));
4173 }
4174
4175 static inline void SET_GetPolygonStipple(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLubyte *)) {
4176 SET_by_offset(disp, _gloffset_GetPolygonStipple, fn);
4177 }
4178
4179 typedef const GLubyte * (GLAPIENTRYP _glptr_GetString)(GLenum);
4180 #define CALL_GetString(disp, parameters) \
4181 (* GET_GetString(disp)) parameters
4182 static inline _glptr_GetString GET_GetString(struct _glapi_table *disp) {
4183 return (_glptr_GetString) (GET_by_offset(disp, _gloffset_GetString));
4184 }
4185
4186 static inline void SET_GetString(struct _glapi_table *disp, const GLubyte * (GLAPIENTRYP fn)(GLenum)) {
4187 SET_by_offset(disp, _gloffset_GetString, fn);
4188 }
4189
4190 typedef void (GLAPIENTRYP _glptr_GetTexEnvfv)(GLenum, GLenum, GLfloat *);
4191 #define CALL_GetTexEnvfv(disp, parameters) \
4192 (* GET_GetTexEnvfv(disp)) parameters
4193 static inline _glptr_GetTexEnvfv GET_GetTexEnvfv(struct _glapi_table *disp) {
4194 return (_glptr_GetTexEnvfv) (GET_by_offset(disp, _gloffset_GetTexEnvfv));
4195 }
4196
4197 static inline void SET_GetTexEnvfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4198 SET_by_offset(disp, _gloffset_GetTexEnvfv, fn);
4199 }
4200
4201 typedef void (GLAPIENTRYP _glptr_GetTexEnviv)(GLenum, GLenum, GLint *);
4202 #define CALL_GetTexEnviv(disp, parameters) \
4203 (* GET_GetTexEnviv(disp)) parameters
4204 static inline _glptr_GetTexEnviv GET_GetTexEnviv(struct _glapi_table *disp) {
4205 return (_glptr_GetTexEnviv) (GET_by_offset(disp, _gloffset_GetTexEnviv));
4206 }
4207
4208 static inline void SET_GetTexEnviv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4209 SET_by_offset(disp, _gloffset_GetTexEnviv, fn);
4210 }
4211
4212 typedef void (GLAPIENTRYP _glptr_GetTexGendv)(GLenum, GLenum, GLdouble *);
4213 #define CALL_GetTexGendv(disp, parameters) \
4214 (* GET_GetTexGendv(disp)) parameters
4215 static inline _glptr_GetTexGendv GET_GetTexGendv(struct _glapi_table *disp) {
4216 return (_glptr_GetTexGendv) (GET_by_offset(disp, _gloffset_GetTexGendv));
4217 }
4218
4219 static inline void SET_GetTexGendv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLdouble *)) {
4220 SET_by_offset(disp, _gloffset_GetTexGendv, fn);
4221 }
4222
4223 typedef void (GLAPIENTRYP _glptr_GetTexGenfv)(GLenum, GLenum, GLfloat *);
4224 #define CALL_GetTexGenfv(disp, parameters) \
4225 (* GET_GetTexGenfv(disp)) parameters
4226 static inline _glptr_GetTexGenfv GET_GetTexGenfv(struct _glapi_table *disp) {
4227 return (_glptr_GetTexGenfv) (GET_by_offset(disp, _gloffset_GetTexGenfv));
4228 }
4229
4230 static inline void SET_GetTexGenfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4231 SET_by_offset(disp, _gloffset_GetTexGenfv, fn);
4232 }
4233
4234 typedef void (GLAPIENTRYP _glptr_GetTexGeniv)(GLenum, GLenum, GLint *);
4235 #define CALL_GetTexGeniv(disp, parameters) \
4236 (* GET_GetTexGeniv(disp)) parameters
4237 static inline _glptr_GetTexGeniv GET_GetTexGeniv(struct _glapi_table *disp) {
4238 return (_glptr_GetTexGeniv) (GET_by_offset(disp, _gloffset_GetTexGeniv));
4239 }
4240
4241 static inline void SET_GetTexGeniv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4242 SET_by_offset(disp, _gloffset_GetTexGeniv, fn);
4243 }
4244
4245 typedef void (GLAPIENTRYP _glptr_GetTexImage)(GLenum, GLint, GLenum, GLenum, GLvoid *);
4246 #define CALL_GetTexImage(disp, parameters) \
4247 (* GET_GetTexImage(disp)) parameters
4248 static inline _glptr_GetTexImage GET_GetTexImage(struct _glapi_table *disp) {
4249 return (_glptr_GetTexImage) (GET_by_offset(disp, _gloffset_GetTexImage));
4250 }
4251
4252 static inline void SET_GetTexImage(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLenum, GLvoid *)) {
4253 SET_by_offset(disp, _gloffset_GetTexImage, fn);
4254 }
4255
4256 typedef void (GLAPIENTRYP _glptr_GetTexParameterfv)(GLenum, GLenum, GLfloat *);
4257 #define CALL_GetTexParameterfv(disp, parameters) \
4258 (* GET_GetTexParameterfv(disp)) parameters
4259 static inline _glptr_GetTexParameterfv GET_GetTexParameterfv(struct _glapi_table *disp) {
4260 return (_glptr_GetTexParameterfv) (GET_by_offset(disp, _gloffset_GetTexParameterfv));
4261 }
4262
4263 static inline void SET_GetTexParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4264 SET_by_offset(disp, _gloffset_GetTexParameterfv, fn);
4265 }
4266
4267 typedef void (GLAPIENTRYP _glptr_GetTexParameteriv)(GLenum, GLenum, GLint *);
4268 #define CALL_GetTexParameteriv(disp, parameters) \
4269 (* GET_GetTexParameteriv(disp)) parameters
4270 static inline _glptr_GetTexParameteriv GET_GetTexParameteriv(struct _glapi_table *disp) {
4271 return (_glptr_GetTexParameteriv) (GET_by_offset(disp, _gloffset_GetTexParameteriv));
4272 }
4273
4274 static inline void SET_GetTexParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4275 SET_by_offset(disp, _gloffset_GetTexParameteriv, fn);
4276 }
4277
4278 typedef void (GLAPIENTRYP _glptr_GetTexLevelParameterfv)(GLenum, GLint, GLenum, GLfloat *);
4279 #define CALL_GetTexLevelParameterfv(disp, parameters) \
4280 (* GET_GetTexLevelParameterfv(disp)) parameters
4281 static inline _glptr_GetTexLevelParameterfv GET_GetTexLevelParameterfv(struct _glapi_table *disp) {
4282 return (_glptr_GetTexLevelParameterfv) (GET_by_offset(disp, _gloffset_GetTexLevelParameterfv));
4283 }
4284
4285 static inline void SET_GetTexLevelParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLfloat *)) {
4286 SET_by_offset(disp, _gloffset_GetTexLevelParameterfv, fn);
4287 }
4288
4289 typedef void (GLAPIENTRYP _glptr_GetTexLevelParameteriv)(GLenum, GLint, GLenum, GLint *);
4290 #define CALL_GetTexLevelParameteriv(disp, parameters) \
4291 (* GET_GetTexLevelParameteriv(disp)) parameters
4292 static inline _glptr_GetTexLevelParameteriv GET_GetTexLevelParameteriv(struct _glapi_table *disp) {
4293 return (_glptr_GetTexLevelParameteriv) (GET_by_offset(disp, _gloffset_GetTexLevelParameteriv));
4294 }
4295
4296 static inline void SET_GetTexLevelParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLint *)) {
4297 SET_by_offset(disp, _gloffset_GetTexLevelParameteriv, fn);
4298 }
4299
4300 typedef GLboolean (GLAPIENTRYP _glptr_IsEnabled)(GLenum);
4301 #define CALL_IsEnabled(disp, parameters) \
4302 (* GET_IsEnabled(disp)) parameters
4303 static inline _glptr_IsEnabled GET_IsEnabled(struct _glapi_table *disp) {
4304 return (_glptr_IsEnabled) (GET_by_offset(disp, _gloffset_IsEnabled));
4305 }
4306
4307 static inline void SET_IsEnabled(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLenum)) {
4308 SET_by_offset(disp, _gloffset_IsEnabled, fn);
4309 }
4310
4311 typedef GLboolean (GLAPIENTRYP _glptr_IsList)(GLuint);
4312 #define CALL_IsList(disp, parameters) \
4313 (* GET_IsList(disp)) parameters
4314 static inline _glptr_IsList GET_IsList(struct _glapi_table *disp) {
4315 return (_glptr_IsList) (GET_by_offset(disp, _gloffset_IsList));
4316 }
4317
4318 static inline void SET_IsList(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
4319 SET_by_offset(disp, _gloffset_IsList, fn);
4320 }
4321
4322 typedef void (GLAPIENTRYP _glptr_DepthRange)(GLclampd, GLclampd);
4323 #define CALL_DepthRange(disp, parameters) \
4324 (* GET_DepthRange(disp)) parameters
4325 static inline _glptr_DepthRange GET_DepthRange(struct _glapi_table *disp) {
4326 return (_glptr_DepthRange) (GET_by_offset(disp, _gloffset_DepthRange));
4327 }
4328
4329 static inline void SET_DepthRange(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd, GLclampd)) {
4330 SET_by_offset(disp, _gloffset_DepthRange, fn);
4331 }
4332
4333 typedef void (GLAPIENTRYP _glptr_Frustum)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble);
4334 #define CALL_Frustum(disp, parameters) \
4335 (* GET_Frustum(disp)) parameters
4336 static inline _glptr_Frustum GET_Frustum(struct _glapi_table *disp) {
4337 return (_glptr_Frustum) (GET_by_offset(disp, _gloffset_Frustum));
4338 }
4339
4340 static inline void SET_Frustum(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) {
4341 SET_by_offset(disp, _gloffset_Frustum, fn);
4342 }
4343
4344 typedef void (GLAPIENTRYP _glptr_LoadIdentity)(void);
4345 #define CALL_LoadIdentity(disp, parameters) \
4346 (* GET_LoadIdentity(disp)) parameters
4347 static inline _glptr_LoadIdentity GET_LoadIdentity(struct _glapi_table *disp) {
4348 return (_glptr_LoadIdentity) (GET_by_offset(disp, _gloffset_LoadIdentity));
4349 }
4350
4351 static inline void SET_LoadIdentity(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
4352 SET_by_offset(disp, _gloffset_LoadIdentity, fn);
4353 }
4354
4355 typedef void (GLAPIENTRYP _glptr_LoadMatrixf)(const GLfloat *);
4356 #define CALL_LoadMatrixf(disp, parameters) \
4357 (* GET_LoadMatrixf(disp)) parameters
4358 static inline _glptr_LoadMatrixf GET_LoadMatrixf(struct _glapi_table *disp) {
4359 return (_glptr_LoadMatrixf) (GET_by_offset(disp, _gloffset_LoadMatrixf));
4360 }
4361
4362 static inline void SET_LoadMatrixf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
4363 SET_by_offset(disp, _gloffset_LoadMatrixf, fn);
4364 }
4365
4366 typedef void (GLAPIENTRYP _glptr_LoadMatrixd)(const GLdouble *);
4367 #define CALL_LoadMatrixd(disp, parameters) \
4368 (* GET_LoadMatrixd(disp)) parameters
4369 static inline _glptr_LoadMatrixd GET_LoadMatrixd(struct _glapi_table *disp) {
4370 return (_glptr_LoadMatrixd) (GET_by_offset(disp, _gloffset_LoadMatrixd));
4371 }
4372
4373 static inline void SET_LoadMatrixd(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
4374 SET_by_offset(disp, _gloffset_LoadMatrixd, fn);
4375 }
4376
4377 typedef void (GLAPIENTRYP _glptr_MatrixMode)(GLenum);
4378 #define CALL_MatrixMode(disp, parameters) \
4379 (* GET_MatrixMode(disp)) parameters
4380 static inline _glptr_MatrixMode GET_MatrixMode(struct _glapi_table *disp) {
4381 return (_glptr_MatrixMode) (GET_by_offset(disp, _gloffset_MatrixMode));
4382 }
4383
4384 static inline void SET_MatrixMode(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
4385 SET_by_offset(disp, _gloffset_MatrixMode, fn);
4386 }
4387
4388 typedef void (GLAPIENTRYP _glptr_MultMatrixf)(const GLfloat *);
4389 #define CALL_MultMatrixf(disp, parameters) \
4390 (* GET_MultMatrixf(disp)) parameters
4391 static inline _glptr_MultMatrixf GET_MultMatrixf(struct _glapi_table *disp) {
4392 return (_glptr_MultMatrixf) (GET_by_offset(disp, _gloffset_MultMatrixf));
4393 }
4394
4395 static inline void SET_MultMatrixf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
4396 SET_by_offset(disp, _gloffset_MultMatrixf, fn);
4397 }
4398
4399 typedef void (GLAPIENTRYP _glptr_MultMatrixd)(const GLdouble *);
4400 #define CALL_MultMatrixd(disp, parameters) \
4401 (* GET_MultMatrixd(disp)) parameters
4402 static inline _glptr_MultMatrixd GET_MultMatrixd(struct _glapi_table *disp) {
4403 return (_glptr_MultMatrixd) (GET_by_offset(disp, _gloffset_MultMatrixd));
4404 }
4405
4406 static inline void SET_MultMatrixd(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
4407 SET_by_offset(disp, _gloffset_MultMatrixd, fn);
4408 }
4409
4410 typedef void (GLAPIENTRYP _glptr_Ortho)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble);
4411 #define CALL_Ortho(disp, parameters) \
4412 (* GET_Ortho(disp)) parameters
4413 static inline _glptr_Ortho GET_Ortho(struct _glapi_table *disp) {
4414 return (_glptr_Ortho) (GET_by_offset(disp, _gloffset_Ortho));
4415 }
4416
4417 static inline void SET_Ortho(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) {
4418 SET_by_offset(disp, _gloffset_Ortho, fn);
4419 }
4420
4421 typedef void (GLAPIENTRYP _glptr_PopMatrix)(void);
4422 #define CALL_PopMatrix(disp, parameters) \
4423 (* GET_PopMatrix(disp)) parameters
4424 static inline _glptr_PopMatrix GET_PopMatrix(struct _glapi_table *disp) {
4425 return (_glptr_PopMatrix) (GET_by_offset(disp, _gloffset_PopMatrix));
4426 }
4427
4428 static inline void SET_PopMatrix(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
4429 SET_by_offset(disp, _gloffset_PopMatrix, fn);
4430 }
4431
4432 typedef void (GLAPIENTRYP _glptr_PushMatrix)(void);
4433 #define CALL_PushMatrix(disp, parameters) \
4434 (* GET_PushMatrix(disp)) parameters
4435 static inline _glptr_PushMatrix GET_PushMatrix(struct _glapi_table *disp) {
4436 return (_glptr_PushMatrix) (GET_by_offset(disp, _gloffset_PushMatrix));
4437 }
4438
4439 static inline void SET_PushMatrix(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
4440 SET_by_offset(disp, _gloffset_PushMatrix, fn);
4441 }
4442
4443 typedef void (GLAPIENTRYP _glptr_Rotated)(GLdouble, GLdouble, GLdouble, GLdouble);
4444 #define CALL_Rotated(disp, parameters) \
4445 (* GET_Rotated(disp)) parameters
4446 static inline _glptr_Rotated GET_Rotated(struct _glapi_table *disp) {
4447 return (_glptr_Rotated) (GET_by_offset(disp, _gloffset_Rotated));
4448 }
4449
4450 static inline void SET_Rotated(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
4451 SET_by_offset(disp, _gloffset_Rotated, fn);
4452 }
4453
4454 typedef void (GLAPIENTRYP _glptr_Rotatef)(GLfloat, GLfloat, GLfloat, GLfloat);
4455 #define CALL_Rotatef(disp, parameters) \
4456 (* GET_Rotatef(disp)) parameters
4457 static inline _glptr_Rotatef GET_Rotatef(struct _glapi_table *disp) {
4458 return (_glptr_Rotatef) (GET_by_offset(disp, _gloffset_Rotatef));
4459 }
4460
4461 static inline void SET_Rotatef(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
4462 SET_by_offset(disp, _gloffset_Rotatef, fn);
4463 }
4464
4465 typedef void (GLAPIENTRYP _glptr_Scaled)(GLdouble, GLdouble, GLdouble);
4466 #define CALL_Scaled(disp, parameters) \
4467 (* GET_Scaled(disp)) parameters
4468 static inline _glptr_Scaled GET_Scaled(struct _glapi_table *disp) {
4469 return (_glptr_Scaled) (GET_by_offset(disp, _gloffset_Scaled));
4470 }
4471
4472 static inline void SET_Scaled(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
4473 SET_by_offset(disp, _gloffset_Scaled, fn);
4474 }
4475
4476 typedef void (GLAPIENTRYP _glptr_Scalef)(GLfloat, GLfloat, GLfloat);
4477 #define CALL_Scalef(disp, parameters) \
4478 (* GET_Scalef(disp)) parameters
4479 static inline _glptr_Scalef GET_Scalef(struct _glapi_table *disp) {
4480 return (_glptr_Scalef) (GET_by_offset(disp, _gloffset_Scalef));
4481 }
4482
4483 static inline void SET_Scalef(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
4484 SET_by_offset(disp, _gloffset_Scalef, fn);
4485 }
4486
4487 typedef void (GLAPIENTRYP _glptr_Translated)(GLdouble, GLdouble, GLdouble);
4488 #define CALL_Translated(disp, parameters) \
4489 (* GET_Translated(disp)) parameters
4490 static inline _glptr_Translated GET_Translated(struct _glapi_table *disp) {
4491 return (_glptr_Translated) (GET_by_offset(disp, _gloffset_Translated));
4492 }
4493
4494 static inline void SET_Translated(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
4495 SET_by_offset(disp, _gloffset_Translated, fn);
4496 }
4497
4498 typedef void (GLAPIENTRYP _glptr_Translatef)(GLfloat, GLfloat, GLfloat);
4499 #define CALL_Translatef(disp, parameters) \
4500 (* GET_Translatef(disp)) parameters
4501 static inline _glptr_Translatef GET_Translatef(struct _glapi_table *disp) {
4502 return (_glptr_Translatef) (GET_by_offset(disp, _gloffset_Translatef));
4503 }
4504
4505 static inline void SET_Translatef(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
4506 SET_by_offset(disp, _gloffset_Translatef, fn);
4507 }
4508
4509 typedef void (GLAPIENTRYP _glptr_Viewport)(GLint, GLint, GLsizei, GLsizei);
4510 #define CALL_Viewport(disp, parameters) \
4511 (* GET_Viewport(disp)) parameters
4512 static inline _glptr_Viewport GET_Viewport(struct _glapi_table *disp) {
4513 return (_glptr_Viewport) (GET_by_offset(disp, _gloffset_Viewport));
4514 }
4515
4516 static inline void SET_Viewport(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLsizei, GLsizei)) {
4517 SET_by_offset(disp, _gloffset_Viewport, fn);
4518 }
4519
4520 typedef void (GLAPIENTRYP _glptr_ArrayElement)(GLint);
4521 #define CALL_ArrayElement(disp, parameters) \
4522 (* GET_ArrayElement(disp)) parameters
4523 static inline _glptr_ArrayElement GET_ArrayElement(struct _glapi_table *disp) {
4524 return (_glptr_ArrayElement) (GET_by_offset(disp, _gloffset_ArrayElement));
4525 }
4526
4527 static inline void SET_ArrayElement(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint)) {
4528 SET_by_offset(disp, _gloffset_ArrayElement, fn);
4529 }
4530
4531 typedef void (GLAPIENTRYP _glptr_BindTexture)(GLenum, GLuint);
4532 #define CALL_BindTexture(disp, parameters) \
4533 (* GET_BindTexture(disp)) parameters
4534 static inline _glptr_BindTexture GET_BindTexture(struct _glapi_table *disp) {
4535 return (_glptr_BindTexture) (GET_by_offset(disp, _gloffset_BindTexture));
4536 }
4537
4538 static inline void SET_BindTexture(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
4539 SET_by_offset(disp, _gloffset_BindTexture, fn);
4540 }
4541
4542 typedef void (GLAPIENTRYP _glptr_ColorPointer)(GLint, GLenum, GLsizei, const GLvoid *);
4543 #define CALL_ColorPointer(disp, parameters) \
4544 (* GET_ColorPointer(disp)) parameters
4545 static inline _glptr_ColorPointer GET_ColorPointer(struct _glapi_table *disp) {
4546 return (_glptr_ColorPointer) (GET_by_offset(disp, _gloffset_ColorPointer));
4547 }
4548
4549 static inline void SET_ColorPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, const GLvoid *)) {
4550 SET_by_offset(disp, _gloffset_ColorPointer, fn);
4551 }
4552
4553 typedef void (GLAPIENTRYP _glptr_DisableClientState)(GLenum);
4554 #define CALL_DisableClientState(disp, parameters) \
4555 (* GET_DisableClientState(disp)) parameters
4556 static inline _glptr_DisableClientState GET_DisableClientState(struct _glapi_table *disp) {
4557 return (_glptr_DisableClientState) (GET_by_offset(disp, _gloffset_DisableClientState));
4558 }
4559
4560 static inline void SET_DisableClientState(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
4561 SET_by_offset(disp, _gloffset_DisableClientState, fn);
4562 }
4563
4564 typedef void (GLAPIENTRYP _glptr_DrawArrays)(GLenum, GLint, GLsizei);
4565 #define CALL_DrawArrays(disp, parameters) \
4566 (* GET_DrawArrays(disp)) parameters
4567 static inline _glptr_DrawArrays GET_DrawArrays(struct _glapi_table *disp) {
4568 return (_glptr_DrawArrays) (GET_by_offset(disp, _gloffset_DrawArrays));
4569 }
4570
4571 static inline void SET_DrawArrays(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLsizei)) {
4572 SET_by_offset(disp, _gloffset_DrawArrays, fn);
4573 }
4574
4575 typedef void (GLAPIENTRYP _glptr_DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *);
4576 #define CALL_DrawElements(disp, parameters) \
4577 (* GET_DrawElements(disp)) parameters
4578 static inline _glptr_DrawElements GET_DrawElements(struct _glapi_table *disp) {
4579 return (_glptr_DrawElements) (GET_by_offset(disp, _gloffset_DrawElements));
4580 }
4581
4582 static inline void SET_DrawElements(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLenum, const GLvoid *)) {
4583 SET_by_offset(disp, _gloffset_DrawElements, fn);
4584 }
4585
4586 typedef void (GLAPIENTRYP _glptr_EdgeFlagPointer)(GLsizei, const GLvoid *);
4587 #define CALL_EdgeFlagPointer(disp, parameters) \
4588 (* GET_EdgeFlagPointer(disp)) parameters
4589 static inline _glptr_EdgeFlagPointer GET_EdgeFlagPointer(struct _glapi_table *disp) {
4590 return (_glptr_EdgeFlagPointer) (GET_by_offset(disp, _gloffset_EdgeFlagPointer));
4591 }
4592
4593 static inline void SET_EdgeFlagPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLvoid *)) {
4594 SET_by_offset(disp, _gloffset_EdgeFlagPointer, fn);
4595 }
4596
4597 typedef void (GLAPIENTRYP _glptr_EnableClientState)(GLenum);
4598 #define CALL_EnableClientState(disp, parameters) \
4599 (* GET_EnableClientState(disp)) parameters
4600 static inline _glptr_EnableClientState GET_EnableClientState(struct _glapi_table *disp) {
4601 return (_glptr_EnableClientState) (GET_by_offset(disp, _gloffset_EnableClientState));
4602 }
4603
4604 static inline void SET_EnableClientState(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
4605 SET_by_offset(disp, _gloffset_EnableClientState, fn);
4606 }
4607
4608 typedef void (GLAPIENTRYP _glptr_IndexPointer)(GLenum, GLsizei, const GLvoid *);
4609 #define CALL_IndexPointer(disp, parameters) \
4610 (* GET_IndexPointer(disp)) parameters
4611 static inline _glptr_IndexPointer GET_IndexPointer(struct _glapi_table *disp) {
4612 return (_glptr_IndexPointer) (GET_by_offset(disp, _gloffset_IndexPointer));
4613 }
4614
4615 static inline void SET_IndexPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLvoid *)) {
4616 SET_by_offset(disp, _gloffset_IndexPointer, fn);
4617 }
4618
4619 typedef void (GLAPIENTRYP _glptr_Indexub)(GLubyte);
4620 #define CALL_Indexub(disp, parameters) \
4621 (* GET_Indexub(disp)) parameters
4622 static inline _glptr_Indexub GET_Indexub(struct _glapi_table *disp) {
4623 return (_glptr_Indexub) (GET_by_offset(disp, _gloffset_Indexub));
4624 }
4625
4626 static inline void SET_Indexub(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLubyte)) {
4627 SET_by_offset(disp, _gloffset_Indexub, fn);
4628 }
4629
4630 typedef void (GLAPIENTRYP _glptr_Indexubv)(const GLubyte *);
4631 #define CALL_Indexubv(disp, parameters) \
4632 (* GET_Indexubv(disp)) parameters
4633 static inline _glptr_Indexubv GET_Indexubv(struct _glapi_table *disp) {
4634 return (_glptr_Indexubv) (GET_by_offset(disp, _gloffset_Indexubv));
4635 }
4636
4637 static inline void SET_Indexubv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLubyte *)) {
4638 SET_by_offset(disp, _gloffset_Indexubv, fn);
4639 }
4640
4641 typedef void (GLAPIENTRYP _glptr_InterleavedArrays)(GLenum, GLsizei, const GLvoid *);
4642 #define CALL_InterleavedArrays(disp, parameters) \
4643 (* GET_InterleavedArrays(disp)) parameters
4644 static inline _glptr_InterleavedArrays GET_InterleavedArrays(struct _glapi_table *disp) {
4645 return (_glptr_InterleavedArrays) (GET_by_offset(disp, _gloffset_InterleavedArrays));
4646 }
4647
4648 static inline void SET_InterleavedArrays(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLvoid *)) {
4649 SET_by_offset(disp, _gloffset_InterleavedArrays, fn);
4650 }
4651
4652 typedef void (GLAPIENTRYP _glptr_NormalPointer)(GLenum, GLsizei, const GLvoid *);
4653 #define CALL_NormalPointer(disp, parameters) \
4654 (* GET_NormalPointer(disp)) parameters
4655 static inline _glptr_NormalPointer GET_NormalPointer(struct _glapi_table *disp) {
4656 return (_glptr_NormalPointer) (GET_by_offset(disp, _gloffset_NormalPointer));
4657 }
4658
4659 static inline void SET_NormalPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLvoid *)) {
4660 SET_by_offset(disp, _gloffset_NormalPointer, fn);
4661 }
4662
4663 typedef void (GLAPIENTRYP _glptr_PolygonOffset)(GLfloat, GLfloat);
4664 #define CALL_PolygonOffset(disp, parameters) \
4665 (* GET_PolygonOffset(disp)) parameters
4666 static inline _glptr_PolygonOffset GET_PolygonOffset(struct _glapi_table *disp) {
4667 return (_glptr_PolygonOffset) (GET_by_offset(disp, _gloffset_PolygonOffset));
4668 }
4669
4670 static inline void SET_PolygonOffset(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
4671 SET_by_offset(disp, _gloffset_PolygonOffset, fn);
4672 }
4673
4674 typedef void (GLAPIENTRYP _glptr_TexCoordPointer)(GLint, GLenum, GLsizei, const GLvoid *);
4675 #define CALL_TexCoordPointer(disp, parameters) \
4676 (* GET_TexCoordPointer(disp)) parameters
4677 static inline _glptr_TexCoordPointer GET_TexCoordPointer(struct _glapi_table *disp) {
4678 return (_glptr_TexCoordPointer) (GET_by_offset(disp, _gloffset_TexCoordPointer));
4679 }
4680
4681 static inline void SET_TexCoordPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, const GLvoid *)) {
4682 SET_by_offset(disp, _gloffset_TexCoordPointer, fn);
4683 }
4684
4685 typedef void (GLAPIENTRYP _glptr_VertexPointer)(GLint, GLenum, GLsizei, const GLvoid *);
4686 #define CALL_VertexPointer(disp, parameters) \
4687 (* GET_VertexPointer(disp)) parameters
4688 static inline _glptr_VertexPointer GET_VertexPointer(struct _glapi_table *disp) {
4689 return (_glptr_VertexPointer) (GET_by_offset(disp, _gloffset_VertexPointer));
4690 }
4691
4692 static inline void SET_VertexPointer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, const GLvoid *)) {
4693 SET_by_offset(disp, _gloffset_VertexPointer, fn);
4694 }
4695
4696 typedef GLboolean (GLAPIENTRYP _glptr_AreTexturesResident)(GLsizei, const GLuint *, GLboolean *);
4697 #define CALL_AreTexturesResident(disp, parameters) \
4698 (* GET_AreTexturesResident(disp)) parameters
4699 static inline _glptr_AreTexturesResident GET_AreTexturesResident(struct _glapi_table *disp) {
4700 return (_glptr_AreTexturesResident) (GET_by_offset(disp, _gloffset_AreTexturesResident));
4701 }
4702
4703 static inline void SET_AreTexturesResident(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLsizei, const GLuint *, GLboolean *)) {
4704 SET_by_offset(disp, _gloffset_AreTexturesResident, fn);
4705 }
4706
4707 typedef void (GLAPIENTRYP _glptr_CopyTexImage1D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint);
4708 #define CALL_CopyTexImage1D(disp, parameters) \
4709 (* GET_CopyTexImage1D(disp)) parameters
4710 static inline _glptr_CopyTexImage1D GET_CopyTexImage1D(struct _glapi_table *disp) {
4711 return (_glptr_CopyTexImage1D) (GET_by_offset(disp, _gloffset_CopyTexImage1D));
4712 }
4713
4714 static inline void SET_CopyTexImage1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint)) {
4715 SET_by_offset(disp, _gloffset_CopyTexImage1D, fn);
4716 }
4717
4718 typedef void (GLAPIENTRYP _glptr_CopyTexImage2D)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
4719 #define CALL_CopyTexImage2D(disp, parameters) \
4720 (* GET_CopyTexImage2D(disp)) parameters
4721 static inline _glptr_CopyTexImage2D GET_CopyTexImage2D(struct _glapi_table *disp) {
4722 return (_glptr_CopyTexImage2D) (GET_by_offset(disp, _gloffset_CopyTexImage2D));
4723 }
4724
4725 static inline void SET_CopyTexImage2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)) {
4726 SET_by_offset(disp, _gloffset_CopyTexImage2D, fn);
4727 }
4728
4729 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage1D)(GLenum, GLint, GLint, GLint, GLint, GLsizei);
4730 #define CALL_CopyTexSubImage1D(disp, parameters) \
4731 (* GET_CopyTexSubImage1D(disp)) parameters
4732 static inline _glptr_CopyTexSubImage1D GET_CopyTexSubImage1D(struct _glapi_table *disp) {
4733 return (_glptr_CopyTexSubImage1D) (GET_by_offset(disp, _gloffset_CopyTexSubImage1D));
4734 }
4735
4736 static inline void SET_CopyTexSubImage1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLint, GLsizei)) {
4737 SET_by_offset(disp, _gloffset_CopyTexSubImage1D, fn);
4738 }
4739
4740 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage2D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
4741 #define CALL_CopyTexSubImage2D(disp, parameters) \
4742 (* GET_CopyTexSubImage2D(disp)) parameters
4743 static inline _glptr_CopyTexSubImage2D GET_CopyTexSubImage2D(struct _glapi_table *disp) {
4744 return (_glptr_CopyTexSubImage2D) (GET_by_offset(disp, _gloffset_CopyTexSubImage2D));
4745 }
4746
4747 static inline void SET_CopyTexSubImage2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) {
4748 SET_by_offset(disp, _gloffset_CopyTexSubImage2D, fn);
4749 }
4750
4751 typedef void (GLAPIENTRYP _glptr_DeleteTextures)(GLsizei, const GLuint *);
4752 #define CALL_DeleteTextures(disp, parameters) \
4753 (* GET_DeleteTextures(disp)) parameters
4754 static inline _glptr_DeleteTextures GET_DeleteTextures(struct _glapi_table *disp) {
4755 return (_glptr_DeleteTextures) (GET_by_offset(disp, _gloffset_DeleteTextures));
4756 }
4757
4758 static inline void SET_DeleteTextures(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *)) {
4759 SET_by_offset(disp, _gloffset_DeleteTextures, fn);
4760 }
4761
4762 typedef void (GLAPIENTRYP _glptr_GenTextures)(GLsizei, GLuint *);
4763 #define CALL_GenTextures(disp, parameters) \
4764 (* GET_GenTextures(disp)) parameters
4765 static inline _glptr_GenTextures GET_GenTextures(struct _glapi_table *disp) {
4766 return (_glptr_GenTextures) (GET_by_offset(disp, _gloffset_GenTextures));
4767 }
4768
4769 static inline void SET_GenTextures(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
4770 SET_by_offset(disp, _gloffset_GenTextures, fn);
4771 }
4772
4773 typedef void (GLAPIENTRYP _glptr_GetPointerv)(GLenum, GLvoid **);
4774 #define CALL_GetPointerv(disp, parameters) \
4775 (* GET_GetPointerv(disp)) parameters
4776 static inline _glptr_GetPointerv GET_GetPointerv(struct _glapi_table *disp) {
4777 return (_glptr_GetPointerv) (GET_by_offset(disp, _gloffset_GetPointerv));
4778 }
4779
4780 static inline void SET_GetPointerv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLvoid **)) {
4781 SET_by_offset(disp, _gloffset_GetPointerv, fn);
4782 }
4783
4784 typedef GLboolean (GLAPIENTRYP _glptr_IsTexture)(GLuint);
4785 #define CALL_IsTexture(disp, parameters) \
4786 (* GET_IsTexture(disp)) parameters
4787 static inline _glptr_IsTexture GET_IsTexture(struct _glapi_table *disp) {
4788 return (_glptr_IsTexture) (GET_by_offset(disp, _gloffset_IsTexture));
4789 }
4790
4791 static inline void SET_IsTexture(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
4792 SET_by_offset(disp, _gloffset_IsTexture, fn);
4793 }
4794
4795 typedef void (GLAPIENTRYP _glptr_PrioritizeTextures)(GLsizei, const GLuint *, const GLclampf *);
4796 #define CALL_PrioritizeTextures(disp, parameters) \
4797 (* GET_PrioritizeTextures(disp)) parameters
4798 static inline _glptr_PrioritizeTextures GET_PrioritizeTextures(struct _glapi_table *disp) {
4799 return (_glptr_PrioritizeTextures) (GET_by_offset(disp, _gloffset_PrioritizeTextures));
4800 }
4801
4802 static inline void SET_PrioritizeTextures(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *, const GLclampf *)) {
4803 SET_by_offset(disp, _gloffset_PrioritizeTextures, fn);
4804 }
4805
4806 typedef void (GLAPIENTRYP _glptr_TexSubImage1D)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *);
4807 #define CALL_TexSubImage1D(disp, parameters) \
4808 (* GET_TexSubImage1D(disp)) parameters
4809 static inline _glptr_TexSubImage1D GET_TexSubImage1D(struct _glapi_table *disp) {
4810 return (_glptr_TexSubImage1D) (GET_by_offset(disp, _gloffset_TexSubImage1D));
4811 }
4812
4813 static inline void SET_TexSubImage1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *)) {
4814 SET_by_offset(disp, _gloffset_TexSubImage1D, fn);
4815 }
4816
4817 typedef void (GLAPIENTRYP _glptr_TexSubImage2D)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
4818 #define CALL_TexSubImage2D(disp, parameters) \
4819 (* GET_TexSubImage2D(disp)) parameters
4820 static inline _glptr_TexSubImage2D GET_TexSubImage2D(struct _glapi_table *disp) {
4821 return (_glptr_TexSubImage2D) (GET_by_offset(disp, _gloffset_TexSubImage2D));
4822 }
4823
4824 static inline void SET_TexSubImage2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) {
4825 SET_by_offset(disp, _gloffset_TexSubImage2D, fn);
4826 }
4827
4828 typedef void (GLAPIENTRYP _glptr_PopClientAttrib)(void);
4829 #define CALL_PopClientAttrib(disp, parameters) \
4830 (* GET_PopClientAttrib(disp)) parameters
4831 static inline _glptr_PopClientAttrib GET_PopClientAttrib(struct _glapi_table *disp) {
4832 return (_glptr_PopClientAttrib) (GET_by_offset(disp, _gloffset_PopClientAttrib));
4833 }
4834
4835 static inline void SET_PopClientAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
4836 SET_by_offset(disp, _gloffset_PopClientAttrib, fn);
4837 }
4838
4839 typedef void (GLAPIENTRYP _glptr_PushClientAttrib)(GLbitfield);
4840 #define CALL_PushClientAttrib(disp, parameters) \
4841 (* GET_PushClientAttrib(disp)) parameters
4842 static inline _glptr_PushClientAttrib GET_PushClientAttrib(struct _glapi_table *disp) {
4843 return (_glptr_PushClientAttrib) (GET_by_offset(disp, _gloffset_PushClientAttrib));
4844 }
4845
4846 static inline void SET_PushClientAttrib(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbitfield)) {
4847 SET_by_offset(disp, _gloffset_PushClientAttrib, fn);
4848 }
4849
4850 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf);
4851 #define CALL_BlendColor(disp, parameters) \
4852 (* GET_BlendColor(disp)) parameters
4853 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) {
4854 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor));
4855 }
4856
4857 static inline void SET_BlendColor(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampf, GLclampf, GLclampf, GLclampf)) {
4858 SET_by_offset(disp, _gloffset_BlendColor, fn);
4859 }
4860
4861 typedef void (GLAPIENTRYP _glptr_BlendEquation)(GLenum);
4862 #define CALL_BlendEquation(disp, parameters) \
4863 (* GET_BlendEquation(disp)) parameters
4864 static inline _glptr_BlendEquation GET_BlendEquation(struct _glapi_table *disp) {
4865 return (_glptr_BlendEquation) (GET_by_offset(disp, _gloffset_BlendEquation));
4866 }
4867
4868 static inline void SET_BlendEquation(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
4869 SET_by_offset(disp, _gloffset_BlendEquation, fn);
4870 }
4871
4872 typedef void (GLAPIENTRYP _glptr_DrawRangeElements)(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *);
4873 #define CALL_DrawRangeElements(disp, parameters) \
4874 (* GET_DrawRangeElements(disp)) parameters
4875 static inline _glptr_DrawRangeElements GET_DrawRangeElements(struct _glapi_table *disp) {
4876 return (_glptr_DrawRangeElements) (GET_by_offset(disp, _gloffset_DrawRangeElements));
4877 }
4878
4879 static inline void SET_DrawRangeElements(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *)) {
4880 SET_by_offset(disp, _gloffset_DrawRangeElements, fn);
4881 }
4882
4883 typedef void (GLAPIENTRYP _glptr_ColorTable)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *);
4884 #define CALL_ColorTable(disp, parameters) \
4885 (* GET_ColorTable(disp)) parameters
4886 static inline _glptr_ColorTable GET_ColorTable(struct _glapi_table *disp) {
4887 return (_glptr_ColorTable) (GET_by_offset(disp, _gloffset_ColorTable));
4888 }
4889
4890 static inline void SET_ColorTable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) {
4891 SET_by_offset(disp, _gloffset_ColorTable, fn);
4892 }
4893
4894 typedef void (GLAPIENTRYP _glptr_ColorTableParameterfv)(GLenum, GLenum, const GLfloat *);
4895 #define CALL_ColorTableParameterfv(disp, parameters) \
4896 (* GET_ColorTableParameterfv(disp)) parameters
4897 static inline _glptr_ColorTableParameterfv GET_ColorTableParameterfv(struct _glapi_table *disp) {
4898 return (_glptr_ColorTableParameterfv) (GET_by_offset(disp, _gloffset_ColorTableParameterfv));
4899 }
4900
4901 static inline void SET_ColorTableParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
4902 SET_by_offset(disp, _gloffset_ColorTableParameterfv, fn);
4903 }
4904
4905 typedef void (GLAPIENTRYP _glptr_ColorTableParameteriv)(GLenum, GLenum, const GLint *);
4906 #define CALL_ColorTableParameteriv(disp, parameters) \
4907 (* GET_ColorTableParameteriv(disp)) parameters
4908 static inline _glptr_ColorTableParameteriv GET_ColorTableParameteriv(struct _glapi_table *disp) {
4909 return (_glptr_ColorTableParameteriv) (GET_by_offset(disp, _gloffset_ColorTableParameteriv));
4910 }
4911
4912 static inline void SET_ColorTableParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
4913 SET_by_offset(disp, _gloffset_ColorTableParameteriv, fn);
4914 }
4915
4916 typedef void (GLAPIENTRYP _glptr_CopyColorTable)(GLenum, GLenum, GLint, GLint, GLsizei);
4917 #define CALL_CopyColorTable(disp, parameters) \
4918 (* GET_CopyColorTable(disp)) parameters
4919 static inline _glptr_CopyColorTable GET_CopyColorTable(struct _glapi_table *disp) {
4920 return (_glptr_CopyColorTable) (GET_by_offset(disp, _gloffset_CopyColorTable));
4921 }
4922
4923 static inline void SET_CopyColorTable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint, GLint, GLsizei)) {
4924 SET_by_offset(disp, _gloffset_CopyColorTable, fn);
4925 }
4926
4927 typedef void (GLAPIENTRYP _glptr_GetColorTable)(GLenum, GLenum, GLenum, GLvoid *);
4928 #define CALL_GetColorTable(disp, parameters) \
4929 (* GET_GetColorTable(disp)) parameters
4930 static inline _glptr_GetColorTable GET_GetColorTable(struct _glapi_table *disp) {
4931 return (_glptr_GetColorTable) (GET_by_offset(disp, _gloffset_GetColorTable));
4932 }
4933
4934 static inline void SET_GetColorTable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLvoid *)) {
4935 SET_by_offset(disp, _gloffset_GetColorTable, fn);
4936 }
4937
4938 typedef void (GLAPIENTRYP _glptr_GetColorTableParameterfv)(GLenum, GLenum, GLfloat *);
4939 #define CALL_GetColorTableParameterfv(disp, parameters) \
4940 (* GET_GetColorTableParameterfv(disp)) parameters
4941 static inline _glptr_GetColorTableParameterfv GET_GetColorTableParameterfv(struct _glapi_table *disp) {
4942 return (_glptr_GetColorTableParameterfv) (GET_by_offset(disp, _gloffset_GetColorTableParameterfv));
4943 }
4944
4945 static inline void SET_GetColorTableParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
4946 SET_by_offset(disp, _gloffset_GetColorTableParameterfv, fn);
4947 }
4948
4949 typedef void (GLAPIENTRYP _glptr_GetColorTableParameteriv)(GLenum, GLenum, GLint *);
4950 #define CALL_GetColorTableParameteriv(disp, parameters) \
4951 (* GET_GetColorTableParameteriv(disp)) parameters
4952 static inline _glptr_GetColorTableParameteriv GET_GetColorTableParameteriv(struct _glapi_table *disp) {
4953 return (_glptr_GetColorTableParameteriv) (GET_by_offset(disp, _gloffset_GetColorTableParameteriv));
4954 }
4955
4956 static inline void SET_GetColorTableParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
4957 SET_by_offset(disp, _gloffset_GetColorTableParameteriv, fn);
4958 }
4959
4960 typedef void (GLAPIENTRYP _glptr_ColorSubTable)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
4961 #define CALL_ColorSubTable(disp, parameters) \
4962 (* GET_ColorSubTable(disp)) parameters
4963 static inline _glptr_ColorSubTable GET_ColorSubTable(struct _glapi_table *disp) {
4964 return (_glptr_ColorSubTable) (GET_by_offset(disp, _gloffset_ColorSubTable));
4965 }
4966
4967 static inline void SET_ColorSubTable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) {
4968 SET_by_offset(disp, _gloffset_ColorSubTable, fn);
4969 }
4970
4971 typedef void (GLAPIENTRYP _glptr_CopyColorSubTable)(GLenum, GLsizei, GLint, GLint, GLsizei);
4972 #define CALL_CopyColorSubTable(disp, parameters) \
4973 (* GET_CopyColorSubTable(disp)) parameters
4974 static inline _glptr_CopyColorSubTable GET_CopyColorSubTable(struct _glapi_table *disp) {
4975 return (_glptr_CopyColorSubTable) (GET_by_offset(disp, _gloffset_CopyColorSubTable));
4976 }
4977
4978 static inline void SET_CopyColorSubTable(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLint, GLint, GLsizei)) {
4979 SET_by_offset(disp, _gloffset_CopyColorSubTable, fn);
4980 }
4981
4982 typedef void (GLAPIENTRYP _glptr_ConvolutionFilter1D)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *);
4983 #define CALL_ConvolutionFilter1D(disp, parameters) \
4984 (* GET_ConvolutionFilter1D(disp)) parameters
4985 static inline _glptr_ConvolutionFilter1D GET_ConvolutionFilter1D(struct _glapi_table *disp) {
4986 return (_glptr_ConvolutionFilter1D) (GET_by_offset(disp, _gloffset_ConvolutionFilter1D));
4987 }
4988
4989 static inline void SET_ConvolutionFilter1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) {
4990 SET_by_offset(disp, _gloffset_ConvolutionFilter1D, fn);
4991 }
4992
4993 typedef void (GLAPIENTRYP _glptr_ConvolutionFilter2D)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
4994 #define CALL_ConvolutionFilter2D(disp, parameters) \
4995 (* GET_ConvolutionFilter2D(disp)) parameters
4996 static inline _glptr_ConvolutionFilter2D GET_ConvolutionFilter2D(struct _glapi_table *disp) {
4997 return (_glptr_ConvolutionFilter2D) (GET_by_offset(disp, _gloffset_ConvolutionFilter2D));
4998 }
4999
5000 static inline void SET_ConvolutionFilter2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) {
5001 SET_by_offset(disp, _gloffset_ConvolutionFilter2D, fn);
5002 }
5003
5004 typedef void (GLAPIENTRYP _glptr_ConvolutionParameterf)(GLenum, GLenum, GLfloat);
5005 #define CALL_ConvolutionParameterf(disp, parameters) \
5006 (* GET_ConvolutionParameterf(disp)) parameters
5007 static inline _glptr_ConvolutionParameterf GET_ConvolutionParameterf(struct _glapi_table *disp) {
5008 return (_glptr_ConvolutionParameterf) (GET_by_offset(disp, _gloffset_ConvolutionParameterf));
5009 }
5010
5011 static inline void SET_ConvolutionParameterf(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat)) {
5012 SET_by_offset(disp, _gloffset_ConvolutionParameterf, fn);
5013 }
5014
5015 typedef void (GLAPIENTRYP _glptr_ConvolutionParameterfv)(GLenum, GLenum, const GLfloat *);
5016 #define CALL_ConvolutionParameterfv(disp, parameters) \
5017 (* GET_ConvolutionParameterfv(disp)) parameters
5018 static inline _glptr_ConvolutionParameterfv GET_ConvolutionParameterfv(struct _glapi_table *disp) {
5019 return (_glptr_ConvolutionParameterfv) (GET_by_offset(disp, _gloffset_ConvolutionParameterfv));
5020 }
5021
5022 static inline void SET_ConvolutionParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLfloat *)) {
5023 SET_by_offset(disp, _gloffset_ConvolutionParameterfv, fn);
5024 }
5025
5026 typedef void (GLAPIENTRYP _glptr_ConvolutionParameteri)(GLenum, GLenum, GLint);
5027 #define CALL_ConvolutionParameteri(disp, parameters) \
5028 (* GET_ConvolutionParameteri(disp)) parameters
5029 static inline _glptr_ConvolutionParameteri GET_ConvolutionParameteri(struct _glapi_table *disp) {
5030 return (_glptr_ConvolutionParameteri) (GET_by_offset(disp, _gloffset_ConvolutionParameteri));
5031 }
5032
5033 static inline void SET_ConvolutionParameteri(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
5034 SET_by_offset(disp, _gloffset_ConvolutionParameteri, fn);
5035 }
5036
5037 typedef void (GLAPIENTRYP _glptr_ConvolutionParameteriv)(GLenum, GLenum, const GLint *);
5038 #define CALL_ConvolutionParameteriv(disp, parameters) \
5039 (* GET_ConvolutionParameteriv(disp)) parameters
5040 static inline _glptr_ConvolutionParameteriv GET_ConvolutionParameteriv(struct _glapi_table *disp) {
5041 return (_glptr_ConvolutionParameteriv) (GET_by_offset(disp, _gloffset_ConvolutionParameteriv));
5042 }
5043
5044 static inline void SET_ConvolutionParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
5045 SET_by_offset(disp, _gloffset_ConvolutionParameteriv, fn);
5046 }
5047
5048 typedef void (GLAPIENTRYP _glptr_CopyConvolutionFilter1D)(GLenum, GLenum, GLint, GLint, GLsizei);
5049 #define CALL_CopyConvolutionFilter1D(disp, parameters) \
5050 (* GET_CopyConvolutionFilter1D(disp)) parameters
5051 static inline _glptr_CopyConvolutionFilter1D GET_CopyConvolutionFilter1D(struct _glapi_table *disp) {
5052 return (_glptr_CopyConvolutionFilter1D) (GET_by_offset(disp, _gloffset_CopyConvolutionFilter1D));
5053 }
5054
5055 static inline void SET_CopyConvolutionFilter1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint, GLint, GLsizei)) {
5056 SET_by_offset(disp, _gloffset_CopyConvolutionFilter1D, fn);
5057 }
5058
5059 typedef void (GLAPIENTRYP _glptr_CopyConvolutionFilter2D)(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei);
5060 #define CALL_CopyConvolutionFilter2D(disp, parameters) \
5061 (* GET_CopyConvolutionFilter2D(disp)) parameters
5062 static inline _glptr_CopyConvolutionFilter2D GET_CopyConvolutionFilter2D(struct _glapi_table *disp) {
5063 return (_glptr_CopyConvolutionFilter2D) (GET_by_offset(disp, _gloffset_CopyConvolutionFilter2D));
5064 }
5065
5066 static inline void SET_CopyConvolutionFilter2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei)) {
5067 SET_by_offset(disp, _gloffset_CopyConvolutionFilter2D, fn);
5068 }
5069
5070 typedef void (GLAPIENTRYP _glptr_GetConvolutionFilter)(GLenum, GLenum, GLenum, GLvoid *);
5071 #define CALL_GetConvolutionFilter(disp, parameters) \
5072 (* GET_GetConvolutionFilter(disp)) parameters
5073 static inline _glptr_GetConvolutionFilter GET_GetConvolutionFilter(struct _glapi_table *disp) {
5074 return (_glptr_GetConvolutionFilter) (GET_by_offset(disp, _gloffset_GetConvolutionFilter));
5075 }
5076
5077 static inline void SET_GetConvolutionFilter(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLvoid *)) {
5078 SET_by_offset(disp, _gloffset_GetConvolutionFilter, fn);
5079 }
5080
5081 typedef void (GLAPIENTRYP _glptr_GetConvolutionParameterfv)(GLenum, GLenum, GLfloat *);
5082 #define CALL_GetConvolutionParameterfv(disp, parameters) \
5083 (* GET_GetConvolutionParameterfv(disp)) parameters
5084 static inline _glptr_GetConvolutionParameterfv GET_GetConvolutionParameterfv(struct _glapi_table *disp) {
5085 return (_glptr_GetConvolutionParameterfv) (GET_by_offset(disp, _gloffset_GetConvolutionParameterfv));
5086 }
5087
5088 static inline void SET_GetConvolutionParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
5089 SET_by_offset(disp, _gloffset_GetConvolutionParameterfv, fn);
5090 }
5091
5092 typedef void (GLAPIENTRYP _glptr_GetConvolutionParameteriv)(GLenum, GLenum, GLint *);
5093 #define CALL_GetConvolutionParameteriv(disp, parameters) \
5094 (* GET_GetConvolutionParameteriv(disp)) parameters
5095 static inline _glptr_GetConvolutionParameteriv GET_GetConvolutionParameteriv(struct _glapi_table *disp) {
5096 return (_glptr_GetConvolutionParameteriv) (GET_by_offset(disp, _gloffset_GetConvolutionParameteriv));
5097 }
5098
5099 static inline void SET_GetConvolutionParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
5100 SET_by_offset(disp, _gloffset_GetConvolutionParameteriv, fn);
5101 }
5102
5103 typedef void (GLAPIENTRYP _glptr_GetSeparableFilter)(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *);
5104 #define CALL_GetSeparableFilter(disp, parameters) \
5105 (* GET_GetSeparableFilter(disp)) parameters
5106 static inline _glptr_GetSeparableFilter GET_GetSeparableFilter(struct _glapi_table *disp) {
5107 return (_glptr_GetSeparableFilter) (GET_by_offset(disp, _gloffset_GetSeparableFilter));
5108 }
5109
5110 static inline void SET_GetSeparableFilter(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *)) {
5111 SET_by_offset(disp, _gloffset_GetSeparableFilter, fn);
5112 }
5113
5114 typedef void (GLAPIENTRYP _glptr_SeparableFilter2D)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *);
5115 #define CALL_SeparableFilter2D(disp, parameters) \
5116 (* GET_SeparableFilter2D(disp)) parameters
5117 static inline _glptr_SeparableFilter2D GET_SeparableFilter2D(struct _glapi_table *disp) {
5118 return (_glptr_SeparableFilter2D) (GET_by_offset(disp, _gloffset_SeparableFilter2D));
5119 }
5120
5121 static inline void SET_SeparableFilter2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *)) {
5122 SET_by_offset(disp, _gloffset_SeparableFilter2D, fn);
5123 }
5124
5125 typedef void (GLAPIENTRYP _glptr_GetHistogram)(GLenum, GLboolean, GLenum, GLenum, GLvoid *);
5126 #define CALL_GetHistogram(disp, parameters) \
5127 (* GET_GetHistogram(disp)) parameters
5128 static inline _glptr_GetHistogram GET_GetHistogram(struct _glapi_table *disp) {
5129 return (_glptr_GetHistogram) (GET_by_offset(disp, _gloffset_GetHistogram));
5130 }
5131
5132 static inline void SET_GetHistogram(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) {
5133 SET_by_offset(disp, _gloffset_GetHistogram, fn);
5134 }
5135
5136 typedef void (GLAPIENTRYP _glptr_GetHistogramParameterfv)(GLenum, GLenum, GLfloat *);
5137 #define CALL_GetHistogramParameterfv(disp, parameters) \
5138 (* GET_GetHistogramParameterfv(disp)) parameters
5139 static inline _glptr_GetHistogramParameterfv GET_GetHistogramParameterfv(struct _glapi_table *disp) {
5140 return (_glptr_GetHistogramParameterfv) (GET_by_offset(disp, _gloffset_GetHistogramParameterfv));
5141 }
5142
5143 static inline void SET_GetHistogramParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
5144 SET_by_offset(disp, _gloffset_GetHistogramParameterfv, fn);
5145 }
5146
5147 typedef void (GLAPIENTRYP _glptr_GetHistogramParameteriv)(GLenum, GLenum, GLint *);
5148 #define CALL_GetHistogramParameteriv(disp, parameters) \
5149 (* GET_GetHistogramParameteriv(disp)) parameters
5150 static inline _glptr_GetHistogramParameteriv GET_GetHistogramParameteriv(struct _glapi_table *disp) {
5151 return (_glptr_GetHistogramParameteriv) (GET_by_offset(disp, _gloffset_GetHistogramParameteriv));
5152 }
5153
5154 static inline void SET_GetHistogramParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
5155 SET_by_offset(disp, _gloffset_GetHistogramParameteriv, fn);
5156 }
5157
5158 typedef void (GLAPIENTRYP _glptr_GetMinmax)(GLenum, GLboolean, GLenum, GLenum, GLvoid *);
5159 #define CALL_GetMinmax(disp, parameters) \
5160 (* GET_GetMinmax(disp)) parameters
5161 static inline _glptr_GetMinmax GET_GetMinmax(struct _glapi_table *disp) {
5162 return (_glptr_GetMinmax) (GET_by_offset(disp, _gloffset_GetMinmax));
5163 }
5164
5165 static inline void SET_GetMinmax(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) {
5166 SET_by_offset(disp, _gloffset_GetMinmax, fn);
5167 }
5168
5169 typedef void (GLAPIENTRYP _glptr_GetMinmaxParameterfv)(GLenum, GLenum, GLfloat *);
5170 #define CALL_GetMinmaxParameterfv(disp, parameters) \
5171 (* GET_GetMinmaxParameterfv(disp)) parameters
5172 static inline _glptr_GetMinmaxParameterfv GET_GetMinmaxParameterfv(struct _glapi_table *disp) {
5173 return (_glptr_GetMinmaxParameterfv) (GET_by_offset(disp, _gloffset_GetMinmaxParameterfv));
5174 }
5175
5176 static inline void SET_GetMinmaxParameterfv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
5177 SET_by_offset(disp, _gloffset_GetMinmaxParameterfv, fn);
5178 }
5179
5180 typedef void (GLAPIENTRYP _glptr_GetMinmaxParameteriv)(GLenum, GLenum, GLint *);
5181 #define CALL_GetMinmaxParameteriv(disp, parameters) \
5182 (* GET_GetMinmaxParameteriv(disp)) parameters
5183 static inline _glptr_GetMinmaxParameteriv GET_GetMinmaxParameteriv(struct _glapi_table *disp) {
5184 return (_glptr_GetMinmaxParameteriv) (GET_by_offset(disp, _gloffset_GetMinmaxParameteriv));
5185 }
5186
5187 static inline void SET_GetMinmaxParameteriv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
5188 SET_by_offset(disp, _gloffset_GetMinmaxParameteriv, fn);
5189 }
5190
5191 typedef void (GLAPIENTRYP _glptr_Histogram)(GLenum, GLsizei, GLenum, GLboolean);
5192 #define CALL_Histogram(disp, parameters) \
5193 (* GET_Histogram(disp)) parameters
5194 static inline _glptr_Histogram GET_Histogram(struct _glapi_table *disp) {
5195 return (_glptr_Histogram) (GET_by_offset(disp, _gloffset_Histogram));
5196 }
5197
5198 static inline void SET_Histogram(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLenum, GLboolean)) {
5199 SET_by_offset(disp, _gloffset_Histogram, fn);
5200 }
5201
5202 typedef void (GLAPIENTRYP _glptr_Minmax)(GLenum, GLenum, GLboolean);
5203 #define CALL_Minmax(disp, parameters) \
5204 (* GET_Minmax(disp)) parameters
5205 static inline _glptr_Minmax GET_Minmax(struct _glapi_table *disp) {
5206 return (_glptr_Minmax) (GET_by_offset(disp, _gloffset_Minmax));
5207 }
5208
5209 static inline void SET_Minmax(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLboolean)) {
5210 SET_by_offset(disp, _gloffset_Minmax, fn);
5211 }
5212
5213 typedef void (GLAPIENTRYP _glptr_ResetHistogram)(GLenum);
5214 #define CALL_ResetHistogram(disp, parameters) \
5215 (* GET_ResetHistogram(disp)) parameters
5216 static inline _glptr_ResetHistogram GET_ResetHistogram(struct _glapi_table *disp) {
5217 return (_glptr_ResetHistogram) (GET_by_offset(disp, _gloffset_ResetHistogram));
5218 }
5219
5220 static inline void SET_ResetHistogram(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
5221 SET_by_offset(disp, _gloffset_ResetHistogram, fn);
5222 }
5223
5224 typedef void (GLAPIENTRYP _glptr_ResetMinmax)(GLenum);
5225 #define CALL_ResetMinmax(disp, parameters) \
5226 (* GET_ResetMinmax(disp)) parameters
5227 static inline _glptr_ResetMinmax GET_ResetMinmax(struct _glapi_table *disp) {
5228 return (_glptr_ResetMinmax) (GET_by_offset(disp, _gloffset_ResetMinmax));
5229 }
5230
5231 static inline void SET_ResetMinmax(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
5232 SET_by_offset(disp, _gloffset_ResetMinmax, fn);
5233 }
5234
5235 typedef void (GLAPIENTRYP _glptr_TexImage3D)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *);
5236 #define CALL_TexImage3D(disp, parameters) \
5237 (* GET_TexImage3D(disp)) parameters
5238 static inline _glptr_TexImage3D GET_TexImage3D(struct _glapi_table *disp) {
5239 return (_glptr_TexImage3D) (GET_by_offset(disp, _gloffset_TexImage3D));
5240 }
5241
5242 static inline void SET_TexImage3D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) {
5243 SET_by_offset(disp, _gloffset_TexImage3D, fn);
5244 }
5245
5246 typedef void (GLAPIENTRYP _glptr_TexSubImage3D)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *);
5247 #define CALL_TexSubImage3D(disp, parameters) \
5248 (* GET_TexSubImage3D(disp)) parameters
5249 static inline _glptr_TexSubImage3D GET_TexSubImage3D(struct _glapi_table *disp) {
5250 return (_glptr_TexSubImage3D) (GET_by_offset(disp, _gloffset_TexSubImage3D));
5251 }
5252
5253 static inline void SET_TexSubImage3D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) {
5254 SET_by_offset(disp, _gloffset_TexSubImage3D, fn);
5255 }
5256
5257 typedef void (GLAPIENTRYP _glptr_CopyTexSubImage3D)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
5258 #define CALL_CopyTexSubImage3D(disp, parameters) \
5259 (* GET_CopyTexSubImage3D(disp)) parameters
5260 static inline _glptr_CopyTexSubImage3D GET_CopyTexSubImage3D(struct _glapi_table *disp) {
5261 return (_glptr_CopyTexSubImage3D) (GET_by_offset(disp, _gloffset_CopyTexSubImage3D));
5262 }
5263
5264 static inline void SET_CopyTexSubImage3D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) {
5265 SET_by_offset(disp, _gloffset_CopyTexSubImage3D, fn);
5266 }
5267
5268 typedef void (GLAPIENTRYP _glptr_StencilFuncSeparate)(GLenum, GLenum, GLint, GLuint);
5269 #define CALL_StencilFuncSeparate(disp, parameters) \
5270 (* GET_StencilFuncSeparate(disp)) parameters
5271 static inline _glptr_StencilFuncSeparate GET_StencilFuncSeparate(struct _glapi_table *disp) {
5272 return (_glptr_StencilFuncSeparate) (GET_by_offset(disp, _gloffset_StencilFuncSeparate));
5273 }
5274
5275 static inline void SET_StencilFuncSeparate(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint, GLuint)) {
5276 SET_by_offset(disp, _gloffset_StencilFuncSeparate, fn);
5277 }
5278
5279 typedef void (GLAPIENTRYP _glptr_StencilMaskSeparate)(GLenum, GLuint);
5280 #define CALL_StencilMaskSeparate(disp, parameters) \
5281 (* GET_StencilMaskSeparate(disp)) parameters
5282 static inline _glptr_StencilMaskSeparate GET_StencilMaskSeparate(struct _glapi_table *disp) {
5283 return (_glptr_StencilMaskSeparate) (GET_by_offset(disp, _gloffset_StencilMaskSeparate));
5284 }
5285
5286 static inline void SET_StencilMaskSeparate(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
5287 SET_by_offset(disp, _gloffset_StencilMaskSeparate, fn);
5288 }
5289
5290 typedef void (GLAPIENTRYP _glptr_StencilOpSeparate)(GLenum, GLenum, GLenum, GLenum);
5291 #define CALL_StencilOpSeparate(disp, parameters) \
5292 (* GET_StencilOpSeparate(disp)) parameters
5293 static inline _glptr_StencilOpSeparate GET_StencilOpSeparate(struct _glapi_table *disp) {
5294 return (_glptr_StencilOpSeparate) (GET_by_offset(disp, _gloffset_StencilOpSeparate));
5295 }
5296
5297 static inline void SET_StencilOpSeparate(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum)) {
5298 SET_by_offset(disp, _gloffset_StencilOpSeparate, fn);
5299 }
5300
5301 typedef const GLubyte * (GLAPIENTRYP _glptr_GetStringi)(GLenum, GLuint);
5302 #define CALL_GetStringi(disp, parameters) \
5303 (* GET_GetStringi(disp)) parameters
5304 static inline _glptr_GetStringi GET_GetStringi(struct _glapi_table *disp) {
5305 return (_glptr_GetStringi) (GET_by_offset(disp, _gloffset_GetStringi));
5306 }
5307
5308 static inline void SET_GetStringi(struct _glapi_table *disp, const GLubyte * (GLAPIENTRYP fn)(GLenum, GLuint)) {
5309 SET_by_offset(disp, _gloffset_GetStringi, fn);
5310 }
5311
5312 typedef void (GLAPIENTRYP _glptr_GetBufferParameteri64v)(GLenum, GLenum, GLint64 *);
5313 #define CALL_GetBufferParameteri64v(disp, parameters) \
5314 (* GET_GetBufferParameteri64v(disp)) parameters
5315 static inline _glptr_GetBufferParameteri64v GET_GetBufferParameteri64v(struct _glapi_table *disp) {
5316 return (_glptr_GetBufferParameteri64v) (GET_by_offset(disp, _gloffset_GetBufferParameteri64v));
5317 }
5318
5319 static inline void SET_GetBufferParameteri64v(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint64 *)) {
5320 SET_by_offset(disp, _gloffset_GetBufferParameteri64v, fn);
5321 }
5322
5323 typedef void (GLAPIENTRYP _glptr_GetInteger64i_v)(GLenum, GLuint, GLint64 *);
5324 #define CALL_GetInteger64i_v(disp, parameters) \
5325 (* GET_GetInteger64i_v(disp)) parameters
5326 static inline _glptr_GetInteger64i_v GET_GetInteger64i_v(struct _glapi_table *disp) {
5327 return (_glptr_GetInteger64i_v) (GET_by_offset(disp, _gloffset_GetInteger64i_v));
5328 }
5329
5330 static inline void SET_GetInteger64i_v(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLint64 *)) {
5331 SET_by_offset(disp, _gloffset_GetInteger64i_v, fn);
5332 }
5333
5334 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixdARB)(const GLdouble *);
5335 #define CALL_LoadTransposeMatrixdARB(disp, parameters) \
5336 (* GET_LoadTransposeMatrixdARB(disp)) parameters
5337 static inline _glptr_LoadTransposeMatrixdARB GET_LoadTransposeMatrixdARB(struct _glapi_table *disp) {
5338 return (_glptr_LoadTransposeMatrixdARB) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixdARB));
5339 }
5340
5341 static inline void SET_LoadTransposeMatrixdARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
5342 SET_by_offset(disp, _gloffset_LoadTransposeMatrixdARB, fn);
5343 }
5344
5345 typedef void (GLAPIENTRYP _glptr_LoadTransposeMatrixfARB)(const GLfloat *);
5346 #define CALL_LoadTransposeMatrixfARB(disp, parameters) \
5347 (* GET_LoadTransposeMatrixfARB(disp)) parameters
5348 static inline _glptr_LoadTransposeMatrixfARB GET_LoadTransposeMatrixfARB(struct _glapi_table *disp) {
5349 return (_glptr_LoadTransposeMatrixfARB) (GET_by_offset(disp, _gloffset_LoadTransposeMatrixfARB));
5350 }
5351
5352 static inline void SET_LoadTransposeMatrixfARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
5353 SET_by_offset(disp, _gloffset_LoadTransposeMatrixfARB, fn);
5354 }
5355
5356 typedef void (GLAPIENTRYP _glptr_MultTransposeMatrixdARB)(const GLdouble *);
5357 #define CALL_MultTransposeMatrixdARB(disp, parameters) \
5358 (* GET_MultTransposeMatrixdARB(disp)) parameters
5359 static inline _glptr_MultTransposeMatrixdARB GET_MultTransposeMatrixdARB(struct _glapi_table *disp) {
5360 return (_glptr_MultTransposeMatrixdARB) (GET_by_offset(disp, _gloffset_MultTransposeMatrixdARB));
5361 }
5362
5363 static inline void SET_MultTransposeMatrixdARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
5364 SET_by_offset(disp, _gloffset_MultTransposeMatrixdARB, fn);
5365 }
5366
5367 typedef void (GLAPIENTRYP _glptr_MultTransposeMatrixfARB)(const GLfloat *);
5368 #define CALL_MultTransposeMatrixfARB(disp, parameters) \
5369 (* GET_MultTransposeMatrixfARB(disp)) parameters
5370 static inline _glptr_MultTransposeMatrixfARB GET_MultTransposeMatrixfARB(struct _glapi_table *disp) {
5371 return (_glptr_MultTransposeMatrixfARB) (GET_by_offset(disp, _gloffset_MultTransposeMatrixfARB));
5372 }
5373
5374 static inline void SET_MultTransposeMatrixfARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
5375 SET_by_offset(disp, _gloffset_MultTransposeMatrixfARB, fn);
5376 }
5377
5378 typedef void (GLAPIENTRYP _glptr_SampleCoverageARB)(GLclampf, GLboolean);
5379 #define CALL_SampleCoverageARB(disp, parameters) \
5380 (* GET_SampleCoverageARB(disp)) parameters
5381 static inline _glptr_SampleCoverageARB GET_SampleCoverageARB(struct _glapi_table *disp) {
5382 return (_glptr_SampleCoverageARB) (GET_by_offset(disp, _gloffset_SampleCoverageARB));
5383 }
5384
5385 static inline void SET_SampleCoverageARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampf, GLboolean)) {
5386 SET_by_offset(disp, _gloffset_SampleCoverageARB, fn);
5387 }
5388
5389 typedef void (GLAPIENTRYP _glptr_BindBufferARB)(GLenum, GLuint);
5390 #define CALL_BindBufferARB(disp, parameters) \
5391 (* GET_BindBufferARB(disp)) parameters
5392 static inline _glptr_BindBufferARB GET_BindBufferARB(struct _glapi_table *disp) {
5393 return (_glptr_BindBufferARB) (GET_by_offset(disp, _gloffset_BindBufferARB));
5394 }
5395
5396 static inline void SET_BindBufferARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint)) {
5397 SET_by_offset(disp, _gloffset_BindBufferARB, fn);
5398 }
5399
5400 typedef void (GLAPIENTRYP _glptr_BufferDataARB)(GLenum, GLsizeiptrARB, const GLvoid *, GLenum);
5401 #define CALL_BufferDataARB(disp, parameters) \
5402 (* GET_BufferDataARB(disp)) parameters
5403 static inline _glptr_BufferDataARB GET_BufferDataARB(struct _glapi_table *disp) {
5404 return (_glptr_BufferDataARB) (GET_by_offset(disp, _gloffset_BufferDataARB));
5405 }
5406
5407 static inline void SET_BufferDataARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizeiptrARB, const GLvoid *, GLenum)) {
5408 SET_by_offset(disp, _gloffset_BufferDataARB, fn);
5409 }
5410
5411 typedef void (GLAPIENTRYP _glptr_BufferSubDataARB)(GLenum, GLintptrARB, GLsizeiptrARB, const GLvoid *);
5412 #define CALL_BufferSubDataARB(disp, parameters) \
5413 (* GET_BufferSubDataARB(disp)) parameters
5414 static inline _glptr_BufferSubDataARB GET_BufferSubDataARB(struct _glapi_table *disp) {
5415 return (_glptr_BufferSubDataARB) (GET_by_offset(disp, _gloffset_BufferSubDataARB));
5416 }
5417
5418 static inline void SET_BufferSubDataARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLintptrARB, GLsizeiptrARB, const GLvoid *)) {
5419 SET_by_offset(disp, _gloffset_BufferSubDataARB, fn);
5420 }
5421
5422 typedef void (GLAPIENTRYP _glptr_DeleteBuffersARB)(GLsizei, const GLuint *);
5423 #define CALL_DeleteBuffersARB(disp, parameters) \
5424 (* GET_DeleteBuffersARB(disp)) parameters
5425 static inline _glptr_DeleteBuffersARB GET_DeleteBuffersARB(struct _glapi_table *disp) {
5426 return (_glptr_DeleteBuffersARB) (GET_by_offset(disp, _gloffset_DeleteBuffersARB));
5427 }
5428
5429 static inline void SET_DeleteBuffersARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *)) {
5430 SET_by_offset(disp, _gloffset_DeleteBuffersARB, fn);
5431 }
5432
5433 typedef void (GLAPIENTRYP _glptr_GenBuffersARB)(GLsizei, GLuint *);
5434 #define CALL_GenBuffersARB(disp, parameters) \
5435 (* GET_GenBuffersARB(disp)) parameters
5436 static inline _glptr_GenBuffersARB GET_GenBuffersARB(struct _glapi_table *disp) {
5437 return (_glptr_GenBuffersARB) (GET_by_offset(disp, _gloffset_GenBuffersARB));
5438 }
5439
5440 static inline void SET_GenBuffersARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
5441 SET_by_offset(disp, _gloffset_GenBuffersARB, fn);
5442 }
5443
5444 typedef void (GLAPIENTRYP _glptr_GetBufferParameterivARB)(GLenum, GLenum, GLint *);
5445 #define CALL_GetBufferParameterivARB(disp, parameters) \
5446 (* GET_GetBufferParameterivARB(disp)) parameters
5447 static inline _glptr_GetBufferParameterivARB GET_GetBufferParameterivARB(struct _glapi_table *disp) {
5448 return (_glptr_GetBufferParameterivARB) (GET_by_offset(disp, _gloffset_GetBufferParameterivARB));
5449 }
5450
5451 static inline void SET_GetBufferParameterivARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
5452 SET_by_offset(disp, _gloffset_GetBufferParameterivARB, fn);
5453 }
5454
5455 typedef void (GLAPIENTRYP _glptr_GetBufferPointervARB)(GLenum, GLenum, GLvoid **);
5456 #define CALL_GetBufferPointervARB(disp, parameters) \
5457 (* GET_GetBufferPointervARB(disp)) parameters
5458 static inline _glptr_GetBufferPointervARB GET_GetBufferPointervARB(struct _glapi_table *disp) {
5459 return (_glptr_GetBufferPointervARB) (GET_by_offset(disp, _gloffset_GetBufferPointervARB));
5460 }
5461
5462 static inline void SET_GetBufferPointervARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLvoid **)) {
5463 SET_by_offset(disp, _gloffset_GetBufferPointervARB, fn);
5464 }
5465
5466 typedef void (GLAPIENTRYP _glptr_GetBufferSubDataARB)(GLenum, GLintptrARB, GLsizeiptrARB, GLvoid *);
5467 #define CALL_GetBufferSubDataARB(disp, parameters) \
5468 (* GET_GetBufferSubDataARB(disp)) parameters
5469 static inline _glptr_GetBufferSubDataARB GET_GetBufferSubDataARB(struct _glapi_table *disp) {
5470 return (_glptr_GetBufferSubDataARB) (GET_by_offset(disp, _gloffset_GetBufferSubDataARB));
5471 }
5472
5473 static inline void SET_GetBufferSubDataARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLintptrARB, GLsizeiptrARB, GLvoid *)) {
5474 SET_by_offset(disp, _gloffset_GetBufferSubDataARB, fn);
5475 }
5476
5477 typedef GLboolean (GLAPIENTRYP _glptr_IsBufferARB)(GLuint);
5478 #define CALL_IsBufferARB(disp, parameters) \
5479 (* GET_IsBufferARB(disp)) parameters
5480 static inline _glptr_IsBufferARB GET_IsBufferARB(struct _glapi_table *disp) {
5481 return (_glptr_IsBufferARB) (GET_by_offset(disp, _gloffset_IsBufferARB));
5482 }
5483
5484 static inline void SET_IsBufferARB(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
5485 SET_by_offset(disp, _gloffset_IsBufferARB, fn);
5486 }
5487
5488 typedef GLvoid * (GLAPIENTRYP _glptr_MapBufferARB)(GLenum, GLenum);
5489 #define CALL_MapBufferARB(disp, parameters) \
5490 (* GET_MapBufferARB(disp)) parameters
5491 static inline _glptr_MapBufferARB GET_MapBufferARB(struct _glapi_table *disp) {
5492 return (_glptr_MapBufferARB) (GET_by_offset(disp, _gloffset_MapBufferARB));
5493 }
5494
5495 static inline void SET_MapBufferARB(struct _glapi_table *disp, GLvoid * (GLAPIENTRYP fn)(GLenum, GLenum)) {
5496 SET_by_offset(disp, _gloffset_MapBufferARB, fn);
5497 }
5498
5499 typedef GLboolean (GLAPIENTRYP _glptr_UnmapBufferARB)(GLenum);
5500 #define CALL_UnmapBufferARB(disp, parameters) \
5501 (* GET_UnmapBufferARB(disp)) parameters
5502 static inline _glptr_UnmapBufferARB GET_UnmapBufferARB(struct _glapi_table *disp) {
5503 return (_glptr_UnmapBufferARB) (GET_by_offset(disp, _gloffset_UnmapBufferARB));
5504 }
5505
5506 static inline void SET_UnmapBufferARB(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLenum)) {
5507 SET_by_offset(disp, _gloffset_UnmapBufferARB, fn);
5508 }
5509
5510 typedef void (GLAPIENTRYP _glptr_AttachObjectARB)(GLhandleARB, GLhandleARB);
5511 #define CALL_AttachObjectARB(disp, parameters) \
5512 (* GET_AttachObjectARB(disp)) parameters
5513 static inline _glptr_AttachObjectARB GET_AttachObjectARB(struct _glapi_table *disp) {
5514 return (_glptr_AttachObjectARB) (GET_by_offset(disp, _gloffset_AttachObjectARB));
5515 }
5516
5517 static inline void SET_AttachObjectARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLhandleARB)) {
5518 SET_by_offset(disp, _gloffset_AttachObjectARB, fn);
5519 }
5520
5521 typedef void (GLAPIENTRYP _glptr_CompileShaderARB)(GLhandleARB);
5522 #define CALL_CompileShaderARB(disp, parameters) \
5523 (* GET_CompileShaderARB(disp)) parameters
5524 static inline _glptr_CompileShaderARB GET_CompileShaderARB(struct _glapi_table *disp) {
5525 return (_glptr_CompileShaderARB) (GET_by_offset(disp, _gloffset_CompileShaderARB));
5526 }
5527
5528 static inline void SET_CompileShaderARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB)) {
5529 SET_by_offset(disp, _gloffset_CompileShaderARB, fn);
5530 }
5531
5532 typedef GLhandleARB (GLAPIENTRYP _glptr_CreateProgramObjectARB)(void);
5533 #define CALL_CreateProgramObjectARB(disp, parameters) \
5534 (* GET_CreateProgramObjectARB(disp)) parameters
5535 static inline _glptr_CreateProgramObjectARB GET_CreateProgramObjectARB(struct _glapi_table *disp) {
5536 return (_glptr_CreateProgramObjectARB) (GET_by_offset(disp, _gloffset_CreateProgramObjectARB));
5537 }
5538
5539 static inline void SET_CreateProgramObjectARB(struct _glapi_table *disp, GLhandleARB (GLAPIENTRYP fn)(void)) {
5540 SET_by_offset(disp, _gloffset_CreateProgramObjectARB, fn);
5541 }
5542
5543 typedef GLhandleARB (GLAPIENTRYP _glptr_CreateShaderObjectARB)(GLenum);
5544 #define CALL_CreateShaderObjectARB(disp, parameters) \
5545 (* GET_CreateShaderObjectARB(disp)) parameters
5546 static inline _glptr_CreateShaderObjectARB GET_CreateShaderObjectARB(struct _glapi_table *disp) {
5547 return (_glptr_CreateShaderObjectARB) (GET_by_offset(disp, _gloffset_CreateShaderObjectARB));
5548 }
5549
5550 static inline void SET_CreateShaderObjectARB(struct _glapi_table *disp, GLhandleARB (GLAPIENTRYP fn)(GLenum)) {
5551 SET_by_offset(disp, _gloffset_CreateShaderObjectARB, fn);
5552 }
5553
5554 typedef void (GLAPIENTRYP _glptr_DeleteObjectARB)(GLhandleARB);
5555 #define CALL_DeleteObjectARB(disp, parameters) \
5556 (* GET_DeleteObjectARB(disp)) parameters
5557 static inline _glptr_DeleteObjectARB GET_DeleteObjectARB(struct _glapi_table *disp) {
5558 return (_glptr_DeleteObjectARB) (GET_by_offset(disp, _gloffset_DeleteObjectARB));
5559 }
5560
5561 static inline void SET_DeleteObjectARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB)) {
5562 SET_by_offset(disp, _gloffset_DeleteObjectARB, fn);
5563 }
5564
5565 typedef void (GLAPIENTRYP _glptr_DetachObjectARB)(GLhandleARB, GLhandleARB);
5566 #define CALL_DetachObjectARB(disp, parameters) \
5567 (* GET_DetachObjectARB(disp)) parameters
5568 static inline _glptr_DetachObjectARB GET_DetachObjectARB(struct _glapi_table *disp) {
5569 return (_glptr_DetachObjectARB) (GET_by_offset(disp, _gloffset_DetachObjectARB));
5570 }
5571
5572 static inline void SET_DetachObjectARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLhandleARB)) {
5573 SET_by_offset(disp, _gloffset_DetachObjectARB, fn);
5574 }
5575
5576 typedef void (GLAPIENTRYP _glptr_GetAttachedObjectsARB)(GLhandleARB, GLsizei, GLsizei *, GLhandleARB *);
5577 #define CALL_GetAttachedObjectsARB(disp, parameters) \
5578 (* GET_GetAttachedObjectsARB(disp)) parameters
5579 static inline _glptr_GetAttachedObjectsARB GET_GetAttachedObjectsARB(struct _glapi_table *disp) {
5580 return (_glptr_GetAttachedObjectsARB) (GET_by_offset(disp, _gloffset_GetAttachedObjectsARB));
5581 }
5582
5583 static inline void SET_GetAttachedObjectsARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLsizei, GLsizei *, GLhandleARB *)) {
5584 SET_by_offset(disp, _gloffset_GetAttachedObjectsARB, fn);
5585 }
5586
5587 typedef GLhandleARB (GLAPIENTRYP _glptr_GetHandleARB)(GLenum);
5588 #define CALL_GetHandleARB(disp, parameters) \
5589 (* GET_GetHandleARB(disp)) parameters
5590 static inline _glptr_GetHandleARB GET_GetHandleARB(struct _glapi_table *disp) {
5591 return (_glptr_GetHandleARB) (GET_by_offset(disp, _gloffset_GetHandleARB));
5592 }
5593
5594 static inline void SET_GetHandleARB(struct _glapi_table *disp, GLhandleARB (GLAPIENTRYP fn)(GLenum)) {
5595 SET_by_offset(disp, _gloffset_GetHandleARB, fn);
5596 }
5597
5598 typedef void (GLAPIENTRYP _glptr_GetInfoLogARB)(GLhandleARB, GLsizei, GLsizei *, GLcharARB *);
5599 #define CALL_GetInfoLogARB(disp, parameters) \
5600 (* GET_GetInfoLogARB(disp)) parameters
5601 static inline _glptr_GetInfoLogARB GET_GetInfoLogARB(struct _glapi_table *disp) {
5602 return (_glptr_GetInfoLogARB) (GET_by_offset(disp, _gloffset_GetInfoLogARB));
5603 }
5604
5605 static inline void SET_GetInfoLogARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLsizei, GLsizei *, GLcharARB *)) {
5606 SET_by_offset(disp, _gloffset_GetInfoLogARB, fn);
5607 }
5608
5609 typedef void (GLAPIENTRYP _glptr_GetObjectParameterfvARB)(GLhandleARB, GLenum, GLfloat *);
5610 #define CALL_GetObjectParameterfvARB(disp, parameters) \
5611 (* GET_GetObjectParameterfvARB(disp)) parameters
5612 static inline _glptr_GetObjectParameterfvARB GET_GetObjectParameterfvARB(struct _glapi_table *disp) {
5613 return (_glptr_GetObjectParameterfvARB) (GET_by_offset(disp, _gloffset_GetObjectParameterfvARB));
5614 }
5615
5616 static inline void SET_GetObjectParameterfvARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLenum, GLfloat *)) {
5617 SET_by_offset(disp, _gloffset_GetObjectParameterfvARB, fn);
5618 }
5619
5620 typedef void (GLAPIENTRYP _glptr_GetObjectParameterivARB)(GLhandleARB, GLenum, GLint *);
5621 #define CALL_GetObjectParameterivARB(disp, parameters) \
5622 (* GET_GetObjectParameterivARB(disp)) parameters
5623 static inline _glptr_GetObjectParameterivARB GET_GetObjectParameterivARB(struct _glapi_table *disp) {
5624 return (_glptr_GetObjectParameterivARB) (GET_by_offset(disp, _gloffset_GetObjectParameterivARB));
5625 }
5626
5627 static inline void SET_GetObjectParameterivARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLenum, GLint *)) {
5628 SET_by_offset(disp, _gloffset_GetObjectParameterivARB, fn);
5629 }
5630
5631 typedef void (GLAPIENTRYP _glptr_GetShaderSourceARB)(GLhandleARB, GLsizei, GLsizei *, GLcharARB *);
5632 #define CALL_GetShaderSourceARB(disp, parameters) \
5633 (* GET_GetShaderSourceARB(disp)) parameters
5634 static inline _glptr_GetShaderSourceARB GET_GetShaderSourceARB(struct _glapi_table *disp) {
5635 return (_glptr_GetShaderSourceARB) (GET_by_offset(disp, _gloffset_GetShaderSourceARB));
5636 }
5637
5638 static inline void SET_GetShaderSourceARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLsizei, GLsizei *, GLcharARB *)) {
5639 SET_by_offset(disp, _gloffset_GetShaderSourceARB, fn);
5640 }
5641
5642 typedef void (GLAPIENTRYP _glptr_LinkProgramARB)(GLhandleARB);
5643 #define CALL_LinkProgramARB(disp, parameters) \
5644 (* GET_LinkProgramARB(disp)) parameters
5645 static inline _glptr_LinkProgramARB GET_LinkProgramARB(struct _glapi_table *disp) {
5646 return (_glptr_LinkProgramARB) (GET_by_offset(disp, _gloffset_LinkProgramARB));
5647 }
5648
5649 static inline void SET_LinkProgramARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB)) {
5650 SET_by_offset(disp, _gloffset_LinkProgramARB, fn);
5651 }
5652
5653 typedef void (GLAPIENTRYP _glptr_ShaderSourceARB)(GLhandleARB, GLsizei, const GLcharARB **, const GLint *);
5654 #define CALL_ShaderSourceARB(disp, parameters) \
5655 (* GET_ShaderSourceARB(disp)) parameters
5656 static inline _glptr_ShaderSourceARB GET_ShaderSourceARB(struct _glapi_table *disp) {
5657 return (_glptr_ShaderSourceARB) (GET_by_offset(disp, _gloffset_ShaderSourceARB));
5658 }
5659
5660 static inline void SET_ShaderSourceARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLsizei, const GLcharARB **, const GLint *)) {
5661 SET_by_offset(disp, _gloffset_ShaderSourceARB, fn);
5662 }
5663
5664 typedef void (GLAPIENTRYP _glptr_ValidateProgramARB)(GLhandleARB);
5665 #define CALL_ValidateProgramARB(disp, parameters) \
5666 (* GET_ValidateProgramARB(disp)) parameters
5667 static inline _glptr_ValidateProgramARB GET_ValidateProgramARB(struct _glapi_table *disp) {
5668 return (_glptr_ValidateProgramARB) (GET_by_offset(disp, _gloffset_ValidateProgramARB));
5669 }
5670
5671 static inline void SET_ValidateProgramARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB)) {
5672 SET_by_offset(disp, _gloffset_ValidateProgramARB, fn);
5673 }
5674
5675 typedef void (GLAPIENTRYP _glptr_GetActiveAttribARB)(GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *);
5676 #define CALL_GetActiveAttribARB(disp, parameters) \
5677 (* GET_GetActiveAttribARB(disp)) parameters
5678 static inline _glptr_GetActiveAttribARB GET_GetActiveAttribARB(struct _glapi_table *disp) {
5679 return (_glptr_GetActiveAttribARB) (GET_by_offset(disp, _gloffset_GetActiveAttribARB));
5680 }
5681
5682 static inline void SET_GetActiveAttribARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *)) {
5683 SET_by_offset(disp, _gloffset_GetActiveAttribARB, fn);
5684 }
5685
5686 typedef void (GLAPIENTRYP _glptr_FlushMappedBufferRange)(GLenum, GLintptr, GLsizeiptr);
5687 #define CALL_FlushMappedBufferRange(disp, parameters) \
5688 (* GET_FlushMappedBufferRange(disp)) parameters
5689 static inline _glptr_FlushMappedBufferRange GET_FlushMappedBufferRange(struct _glapi_table *disp) {
5690 return (_glptr_FlushMappedBufferRange) (GET_by_offset(disp, _gloffset_FlushMappedBufferRange));
5691 }
5692
5693 static inline void SET_FlushMappedBufferRange(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLintptr, GLsizeiptr)) {
5694 SET_by_offset(disp, _gloffset_FlushMappedBufferRange, fn);
5695 }
5696
5697 typedef GLvoid * (GLAPIENTRYP _glptr_MapBufferRange)(GLenum, GLintptr, GLsizeiptr, GLbitfield);
5698 #define CALL_MapBufferRange(disp, parameters) \
5699 (* GET_MapBufferRange(disp)) parameters
5700 static inline _glptr_MapBufferRange GET_MapBufferRange(struct _glapi_table *disp) {
5701 return (_glptr_MapBufferRange) (GET_by_offset(disp, _gloffset_MapBufferRange));
5702 }
5703
5704 static inline void SET_MapBufferRange(struct _glapi_table *disp, GLvoid * (GLAPIENTRYP fn)(GLenum, GLintptr, GLsizeiptr, GLbitfield)) {
5705 SET_by_offset(disp, _gloffset_MapBufferRange, fn);
5706 }
5707
5708 typedef void (GLAPIENTRYP _glptr_BindVertexArray)(GLuint);
5709 #define CALL_BindVertexArray(disp, parameters) \
5710 (* GET_BindVertexArray(disp)) parameters
5711 static inline _glptr_BindVertexArray GET_BindVertexArray(struct _glapi_table *disp) {
5712 return (_glptr_BindVertexArray) (GET_by_offset(disp, _gloffset_BindVertexArray));
5713 }
5714
5715 static inline void SET_BindVertexArray(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
5716 SET_by_offset(disp, _gloffset_BindVertexArray, fn);
5717 }
5718
5719 typedef void (GLAPIENTRYP _glptr_GenVertexArrays)(GLsizei, GLuint *);
5720 #define CALL_GenVertexArrays(disp, parameters) \
5721 (* GET_GenVertexArrays(disp)) parameters
5722 static inline _glptr_GenVertexArrays GET_GenVertexArrays(struct _glapi_table *disp) {
5723 return (_glptr_GenVertexArrays) (GET_by_offset(disp, _gloffset_GenVertexArrays));
5724 }
5725
5726 static inline void SET_GenVertexArrays(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
5727 SET_by_offset(disp, _gloffset_GenVertexArrays, fn);
5728 }
5729
5730 typedef GLenum (GLAPIENTRYP _glptr_GetGraphicsResetStatusARB)(void);
5731 #define CALL_GetGraphicsResetStatusARB(disp, parameters) \
5732 (* GET_GetGraphicsResetStatusARB(disp)) parameters
5733 static inline _glptr_GetGraphicsResetStatusARB GET_GetGraphicsResetStatusARB(struct _glapi_table *disp) {
5734 return (_glptr_GetGraphicsResetStatusARB) (GET_by_offset(disp, _gloffset_GetGraphicsResetStatusARB));
5735 }
5736
5737 static inline void SET_GetGraphicsResetStatusARB(struct _glapi_table *disp, GLenum (GLAPIENTRYP fn)(void)) {
5738 SET_by_offset(disp, _gloffset_GetGraphicsResetStatusARB, fn);
5739 }
5740
5741 typedef void (GLAPIENTRYP _glptr_GetnColorTableARB)(GLenum, GLenum, GLenum, GLsizei, GLvoid *);
5742 #define CALL_GetnColorTableARB(disp, parameters) \
5743 (* GET_GetnColorTableARB(disp)) parameters
5744 static inline _glptr_GetnColorTableARB GET_GetnColorTableARB(struct _glapi_table *disp) {
5745 return (_glptr_GetnColorTableARB) (GET_by_offset(disp, _gloffset_GetnColorTableARB));
5746 }
5747
5748 static inline void SET_GetnColorTableARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLsizei, GLvoid *)) {
5749 SET_by_offset(disp, _gloffset_GetnColorTableARB, fn);
5750 }
5751
5752 typedef void (GLAPIENTRYP _glptr_GetnConvolutionFilterARB)(GLenum, GLenum, GLenum, GLsizei, GLvoid *);
5753 #define CALL_GetnConvolutionFilterARB(disp, parameters) \
5754 (* GET_GetnConvolutionFilterARB(disp)) parameters
5755 static inline _glptr_GetnConvolutionFilterARB GET_GetnConvolutionFilterARB(struct _glapi_table *disp) {
5756 return (_glptr_GetnConvolutionFilterARB) (GET_by_offset(disp, _gloffset_GetnConvolutionFilterARB));
5757 }
5758
5759 static inline void SET_GetnConvolutionFilterARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLsizei, GLvoid *)) {
5760 SET_by_offset(disp, _gloffset_GetnConvolutionFilterARB, fn);
5761 }
5762
5763 typedef void (GLAPIENTRYP _glptr_GetnHistogramARB)(GLenum, GLboolean, GLenum, GLenum, GLsizei, GLvoid *);
5764 #define CALL_GetnHistogramARB(disp, parameters) \
5765 (* GET_GetnHistogramARB(disp)) parameters
5766 static inline _glptr_GetnHistogramARB GET_GetnHistogramARB(struct _glapi_table *disp) {
5767 return (_glptr_GetnHistogramARB) (GET_by_offset(disp, _gloffset_GetnHistogramARB));
5768 }
5769
5770 static inline void SET_GetnHistogramARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLboolean, GLenum, GLenum, GLsizei, GLvoid *)) {
5771 SET_by_offset(disp, _gloffset_GetnHistogramARB, fn);
5772 }
5773
5774 typedef void (GLAPIENTRYP _glptr_GetnMapdvARB)(GLenum, GLenum, GLsizei, GLdouble *);
5775 #define CALL_GetnMapdvARB(disp, parameters) \
5776 (* GET_GetnMapdvARB(disp)) parameters
5777 static inline _glptr_GetnMapdvARB GET_GetnMapdvARB(struct _glapi_table *disp) {
5778 return (_glptr_GetnMapdvARB) (GET_by_offset(disp, _gloffset_GetnMapdvARB));
5779 }
5780
5781 static inline void SET_GetnMapdvARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLdouble *)) {
5782 SET_by_offset(disp, _gloffset_GetnMapdvARB, fn);
5783 }
5784
5785 typedef void (GLAPIENTRYP _glptr_GetnMapfvARB)(GLenum, GLenum, GLsizei, GLfloat *);
5786 #define CALL_GetnMapfvARB(disp, parameters) \
5787 (* GET_GetnMapfvARB(disp)) parameters
5788 static inline _glptr_GetnMapfvARB GET_GetnMapfvARB(struct _glapi_table *disp) {
5789 return (_glptr_GetnMapfvARB) (GET_by_offset(disp, _gloffset_GetnMapfvARB));
5790 }
5791
5792 static inline void SET_GetnMapfvARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLfloat *)) {
5793 SET_by_offset(disp, _gloffset_GetnMapfvARB, fn);
5794 }
5795
5796 typedef void (GLAPIENTRYP _glptr_GetnMapivARB)(GLenum, GLenum, GLsizei, GLint *);
5797 #define CALL_GetnMapivARB(disp, parameters) \
5798 (* GET_GetnMapivARB(disp)) parameters
5799 static inline _glptr_GetnMapivARB GET_GetnMapivARB(struct _glapi_table *disp) {
5800 return (_glptr_GetnMapivARB) (GET_by_offset(disp, _gloffset_GetnMapivARB));
5801 }
5802
5803 static inline void SET_GetnMapivARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLsizei, GLint *)) {
5804 SET_by_offset(disp, _gloffset_GetnMapivARB, fn);
5805 }
5806
5807 typedef void (GLAPIENTRYP _glptr_GetnMinmaxARB)(GLenum, GLboolean, GLenum, GLenum, GLsizei, GLvoid *);
5808 #define CALL_GetnMinmaxARB(disp, parameters) \
5809 (* GET_GetnMinmaxARB(disp)) parameters
5810 static inline _glptr_GetnMinmaxARB GET_GetnMinmaxARB(struct _glapi_table *disp) {
5811 return (_glptr_GetnMinmaxARB) (GET_by_offset(disp, _gloffset_GetnMinmaxARB));
5812 }
5813
5814 static inline void SET_GetnMinmaxARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLboolean, GLenum, GLenum, GLsizei, GLvoid *)) {
5815 SET_by_offset(disp, _gloffset_GetnMinmaxARB, fn);
5816 }
5817
5818 typedef void (GLAPIENTRYP _glptr_GetnPixelMapfvARB)(GLenum, GLsizei, GLfloat *);
5819 #define CALL_GetnPixelMapfvARB(disp, parameters) \
5820 (* GET_GetnPixelMapfvARB(disp)) parameters
5821 static inline _glptr_GetnPixelMapfvARB GET_GetnPixelMapfvARB(struct _glapi_table *disp) {
5822 return (_glptr_GetnPixelMapfvARB) (GET_by_offset(disp, _gloffset_GetnPixelMapfvARB));
5823 }
5824
5825 static inline void SET_GetnPixelMapfvARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLfloat *)) {
5826 SET_by_offset(disp, _gloffset_GetnPixelMapfvARB, fn);
5827 }
5828
5829 typedef void (GLAPIENTRYP _glptr_GetnPixelMapuivARB)(GLenum, GLsizei, GLuint *);
5830 #define CALL_GetnPixelMapuivARB(disp, parameters) \
5831 (* GET_GetnPixelMapuivARB(disp)) parameters
5832 static inline _glptr_GetnPixelMapuivARB GET_GetnPixelMapuivARB(struct _glapi_table *disp) {
5833 return (_glptr_GetnPixelMapuivARB) (GET_by_offset(disp, _gloffset_GetnPixelMapuivARB));
5834 }
5835
5836 static inline void SET_GetnPixelMapuivARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLuint *)) {
5837 SET_by_offset(disp, _gloffset_GetnPixelMapuivARB, fn);
5838 }
5839
5840 typedef void (GLAPIENTRYP _glptr_GetnPixelMapusvARB)(GLenum, GLsizei, GLushort *);
5841 #define CALL_GetnPixelMapusvARB(disp, parameters) \
5842 (* GET_GetnPixelMapusvARB(disp)) parameters
5843 static inline _glptr_GetnPixelMapusvARB GET_GetnPixelMapusvARB(struct _glapi_table *disp) {
5844 return (_glptr_GetnPixelMapusvARB) (GET_by_offset(disp, _gloffset_GetnPixelMapusvARB));
5845 }
5846
5847 static inline void SET_GetnPixelMapusvARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLushort *)) {
5848 SET_by_offset(disp, _gloffset_GetnPixelMapusvARB, fn);
5849 }
5850
5851 typedef void (GLAPIENTRYP _glptr_GetnPolygonStippleARB)(GLsizei, GLubyte *);
5852 #define CALL_GetnPolygonStippleARB(disp, parameters) \
5853 (* GET_GetnPolygonStippleARB(disp)) parameters
5854 static inline _glptr_GetnPolygonStippleARB GET_GetnPolygonStippleARB(struct _glapi_table *disp) {
5855 return (_glptr_GetnPolygonStippleARB) (GET_by_offset(disp, _gloffset_GetnPolygonStippleARB));
5856 }
5857
5858 static inline void SET_GetnPolygonStippleARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLubyte *)) {
5859 SET_by_offset(disp, _gloffset_GetnPolygonStippleARB, fn);
5860 }
5861
5862 typedef void (GLAPIENTRYP _glptr_GetnSeparableFilterARB)(GLenum, GLenum, GLenum, GLsizei, GLvoid *, GLsizei, GLvoid *, GLvoid *);
5863 #define CALL_GetnSeparableFilterARB(disp, parameters) \
5864 (* GET_GetnSeparableFilterARB(disp)) parameters
5865 static inline _glptr_GetnSeparableFilterARB GET_GetnSeparableFilterARB(struct _glapi_table *disp) {
5866 return (_glptr_GetnSeparableFilterARB) (GET_by_offset(disp, _gloffset_GetnSeparableFilterARB));
5867 }
5868
5869 static inline void SET_GetnSeparableFilterARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLsizei, GLvoid *, GLsizei, GLvoid *, GLvoid *)) {
5870 SET_by_offset(disp, _gloffset_GetnSeparableFilterARB, fn);
5871 }
5872
5873 typedef void (GLAPIENTRYP _glptr_GetnTexImageARB)(GLenum, GLint, GLenum, GLenum, GLsizei, GLvoid *);
5874 #define CALL_GetnTexImageARB(disp, parameters) \
5875 (* GET_GetnTexImageARB(disp)) parameters
5876 static inline _glptr_GetnTexImageARB GET_GetnTexImageARB(struct _glapi_table *disp) {
5877 return (_glptr_GetnTexImageARB) (GET_by_offset(disp, _gloffset_GetnTexImageARB));
5878 }
5879
5880 static inline void SET_GetnTexImageARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint, GLenum, GLenum, GLsizei, GLvoid *)) {
5881 SET_by_offset(disp, _gloffset_GetnTexImageARB, fn);
5882 }
5883
5884 typedef void (GLAPIENTRYP _glptr_ReadnPixelsARB)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsizei, GLvoid *);
5885 #define CALL_ReadnPixelsARB(disp, parameters) \
5886 (* GET_ReadnPixelsARB(disp)) parameters
5887 static inline _glptr_ReadnPixelsARB GET_ReadnPixelsARB(struct _glapi_table *disp) {
5888 return (_glptr_ReadnPixelsARB) (GET_by_offset(disp, _gloffset_ReadnPixelsARB));
5889 }
5890
5891 static inline void SET_ReadnPixelsARB(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLsizei, GLvoid *)) {
5892 SET_by_offset(disp, _gloffset_ReadnPixelsARB, fn);
5893 }
5894
5895 typedef void (GLAPIENTRYP _glptr_TexStorage1D)(GLenum, GLsizei, GLenum, GLsizei);
5896 #define CALL_TexStorage1D(disp, parameters) \
5897 (* GET_TexStorage1D(disp)) parameters
5898 static inline _glptr_TexStorage1D GET_TexStorage1D(struct _glapi_table *disp) {
5899 return (_glptr_TexStorage1D) (GET_by_offset(disp, _gloffset_TexStorage1D));
5900 }
5901
5902 static inline void SET_TexStorage1D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLenum, GLsizei)) {
5903 SET_by_offset(disp, _gloffset_TexStorage1D, fn);
5904 }
5905
5906 typedef void (GLAPIENTRYP _glptr_TexStorage2D)(GLenum, GLsizei, GLenum, GLsizei, GLsizei);
5907 #define CALL_TexStorage2D(disp, parameters) \
5908 (* GET_TexStorage2D(disp)) parameters
5909 static inline _glptr_TexStorage2D GET_TexStorage2D(struct _glapi_table *disp) {
5910 return (_glptr_TexStorage2D) (GET_by_offset(disp, _gloffset_TexStorage2D));
5911 }
5912
5913 static inline void SET_TexStorage2D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLenum, GLsizei, GLsizei)) {
5914 SET_by_offset(disp, _gloffset_TexStorage2D, fn);
5915 }
5916
5917 typedef void (GLAPIENTRYP _glptr_TexStorage3D)(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei);
5918 #define CALL_TexStorage3D(disp, parameters) \
5919 (* GET_TexStorage3D(disp)) parameters
5920 static inline _glptr_TexStorage3D GET_TexStorage3D(struct _glapi_table *disp) {
5921 return (_glptr_TexStorage3D) (GET_by_offset(disp, _gloffset_TexStorage3D));
5922 }
5923
5924 static inline void SET_TexStorage3D(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei)) {
5925 SET_by_offset(disp, _gloffset_TexStorage3D, fn);
5926 }
5927
5928 typedef void (GLAPIENTRYP _glptr_TextureStorage1DEXT)(GLuint, GLenum, GLsizei, GLenum, GLsizei);
5929 #define CALL_TextureStorage1DEXT(disp, parameters) \
5930 (* GET_TextureStorage1DEXT(disp)) parameters
5931 static inline _glptr_TextureStorage1DEXT GET_TextureStorage1DEXT(struct _glapi_table *disp) {
5932 return (_glptr_TextureStorage1DEXT) (GET_by_offset(disp, _gloffset_TextureStorage1DEXT));
5933 }
5934
5935 static inline void SET_TextureStorage1DEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLsizei, GLenum, GLsizei)) {
5936 SET_by_offset(disp, _gloffset_TextureStorage1DEXT, fn);
5937 }
5938
5939 typedef void (GLAPIENTRYP _glptr_TextureStorage2DEXT)(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei);
5940 #define CALL_TextureStorage2DEXT(disp, parameters) \
5941 (* GET_TextureStorage2DEXT(disp)) parameters
5942 static inline _glptr_TextureStorage2DEXT GET_TextureStorage2DEXT(struct _glapi_table *disp) {
5943 return (_glptr_TextureStorage2DEXT) (GET_by_offset(disp, _gloffset_TextureStorage2DEXT));
5944 }
5945
5946 static inline void SET_TextureStorage2DEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei)) {
5947 SET_by_offset(disp, _gloffset_TextureStorage2DEXT, fn);
5948 }
5949
5950 typedef void (GLAPIENTRYP _glptr_TextureStorage3DEXT)(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei);
5951 #define CALL_TextureStorage3DEXT(disp, parameters) \
5952 (* GET_TextureStorage3DEXT(disp)) parameters
5953 static inline _glptr_TextureStorage3DEXT GET_TextureStorage3DEXT(struct _glapi_table *disp) {
5954 return (_glptr_TextureStorage3DEXT) (GET_by_offset(disp, _gloffset_TextureStorage3DEXT));
5955 }
5956
5957 static inline void SET_TextureStorage3DEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLsizei, GLenum, GLsizei, GLsizei, GLsizei)) {
5958 SET_by_offset(disp, _gloffset_TextureStorage3DEXT, fn);
5959 }
5960
5961 typedef void (GLAPIENTRYP _glptr_PolygonOffsetEXT)(GLfloat, GLfloat);
5962 #define CALL_PolygonOffsetEXT(disp, parameters) \
5963 (* GET_PolygonOffsetEXT(disp)) parameters
5964 static inline _glptr_PolygonOffsetEXT GET_PolygonOffsetEXT(struct _glapi_table *disp) {
5965 return (_glptr_PolygonOffsetEXT) (GET_by_offset(disp, _gloffset_PolygonOffsetEXT));
5966 }
5967
5968 static inline void SET_PolygonOffsetEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
5969 SET_by_offset(disp, _gloffset_PolygonOffsetEXT, fn);
5970 }
5971
5972 typedef void (GLAPIENTRYP _glptr_SampleMaskSGIS)(GLclampf, GLboolean);
5973 #define CALL_SampleMaskSGIS(disp, parameters) \
5974 (* GET_SampleMaskSGIS(disp)) parameters
5975 static inline _glptr_SampleMaskSGIS GET_SampleMaskSGIS(struct _glapi_table *disp) {
5976 return (_glptr_SampleMaskSGIS) (GET_by_offset(disp, _gloffset_SampleMaskSGIS));
5977 }
5978
5979 static inline void SET_SampleMaskSGIS(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampf, GLboolean)) {
5980 SET_by_offset(disp, _gloffset_SampleMaskSGIS, fn);
5981 }
5982
5983 typedef void (GLAPIENTRYP _glptr_SamplePatternSGIS)(GLenum);
5984 #define CALL_SamplePatternSGIS(disp, parameters) \
5985 (* GET_SamplePatternSGIS(disp)) parameters
5986 static inline _glptr_SamplePatternSGIS GET_SamplePatternSGIS(struct _glapi_table *disp) {
5987 return (_glptr_SamplePatternSGIS) (GET_by_offset(disp, _gloffset_SamplePatternSGIS));
5988 }
5989
5990 static inline void SET_SamplePatternSGIS(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
5991 SET_by_offset(disp, _gloffset_SamplePatternSGIS, fn);
5992 }
5993
5994 typedef void (GLAPIENTRYP _glptr_ColorPointerEXT)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *);
5995 #define CALL_ColorPointerEXT(disp, parameters) \
5996 (* GET_ColorPointerEXT(disp)) parameters
5997 static inline _glptr_ColorPointerEXT GET_ColorPointerEXT(struct _glapi_table *disp) {
5998 return (_glptr_ColorPointerEXT) (GET_by_offset(disp, _gloffset_ColorPointerEXT));
5999 }
6000
6001 static inline void SET_ColorPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) {
6002 SET_by_offset(disp, _gloffset_ColorPointerEXT, fn);
6003 }
6004
6005 typedef void (GLAPIENTRYP _glptr_EdgeFlagPointerEXT)(GLsizei, GLsizei, const GLboolean *);
6006 #define CALL_EdgeFlagPointerEXT(disp, parameters) \
6007 (* GET_EdgeFlagPointerEXT(disp)) parameters
6008 static inline _glptr_EdgeFlagPointerEXT GET_EdgeFlagPointerEXT(struct _glapi_table *disp) {
6009 return (_glptr_EdgeFlagPointerEXT) (GET_by_offset(disp, _gloffset_EdgeFlagPointerEXT));
6010 }
6011
6012 static inline void SET_EdgeFlagPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLsizei, const GLboolean *)) {
6013 SET_by_offset(disp, _gloffset_EdgeFlagPointerEXT, fn);
6014 }
6015
6016 typedef void (GLAPIENTRYP _glptr_IndexPointerEXT)(GLenum, GLsizei, GLsizei, const GLvoid *);
6017 #define CALL_IndexPointerEXT(disp, parameters) \
6018 (* GET_IndexPointerEXT(disp)) parameters
6019 static inline _glptr_IndexPointerEXT GET_IndexPointerEXT(struct _glapi_table *disp) {
6020 return (_glptr_IndexPointerEXT) (GET_by_offset(disp, _gloffset_IndexPointerEXT));
6021 }
6022
6023 static inline void SET_IndexPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLsizei, const GLvoid *)) {
6024 SET_by_offset(disp, _gloffset_IndexPointerEXT, fn);
6025 }
6026
6027 typedef void (GLAPIENTRYP _glptr_NormalPointerEXT)(GLenum, GLsizei, GLsizei, const GLvoid *);
6028 #define CALL_NormalPointerEXT(disp, parameters) \
6029 (* GET_NormalPointerEXT(disp)) parameters
6030 static inline _glptr_NormalPointerEXT GET_NormalPointerEXT(struct _glapi_table *disp) {
6031 return (_glptr_NormalPointerEXT) (GET_by_offset(disp, _gloffset_NormalPointerEXT));
6032 }
6033
6034 static inline void SET_NormalPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLsizei, const GLvoid *)) {
6035 SET_by_offset(disp, _gloffset_NormalPointerEXT, fn);
6036 }
6037
6038 typedef void (GLAPIENTRYP _glptr_TexCoordPointerEXT)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *);
6039 #define CALL_TexCoordPointerEXT(disp, parameters) \
6040 (* GET_TexCoordPointerEXT(disp)) parameters
6041 static inline _glptr_TexCoordPointerEXT GET_TexCoordPointerEXT(struct _glapi_table *disp) {
6042 return (_glptr_TexCoordPointerEXT) (GET_by_offset(disp, _gloffset_TexCoordPointerEXT));
6043 }
6044
6045 static inline void SET_TexCoordPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) {
6046 SET_by_offset(disp, _gloffset_TexCoordPointerEXT, fn);
6047 }
6048
6049 typedef void (GLAPIENTRYP _glptr_VertexPointerEXT)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *);
6050 #define CALL_VertexPointerEXT(disp, parameters) \
6051 (* GET_VertexPointerEXT(disp)) parameters
6052 static inline _glptr_VertexPointerEXT GET_VertexPointerEXT(struct _glapi_table *disp) {
6053 return (_glptr_VertexPointerEXT) (GET_by_offset(disp, _gloffset_VertexPointerEXT));
6054 }
6055
6056 static inline void SET_VertexPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) {
6057 SET_by_offset(disp, _gloffset_VertexPointerEXT, fn);
6058 }
6059
6060 typedef void (GLAPIENTRYP _glptr_PointParameterfEXT)(GLenum, GLfloat);
6061 #define CALL_PointParameterfEXT(disp, parameters) \
6062 (* GET_PointParameterfEXT(disp)) parameters
6063 static inline _glptr_PointParameterfEXT GET_PointParameterfEXT(struct _glapi_table *disp) {
6064 return (_glptr_PointParameterfEXT) (GET_by_offset(disp, _gloffset_PointParameterfEXT));
6065 }
6066
6067 static inline void SET_PointParameterfEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
6068 SET_by_offset(disp, _gloffset_PointParameterfEXT, fn);
6069 }
6070
6071 typedef void (GLAPIENTRYP _glptr_PointParameterfvEXT)(GLenum, const GLfloat *);
6072 #define CALL_PointParameterfvEXT(disp, parameters) \
6073 (* GET_PointParameterfvEXT(disp)) parameters
6074 static inline _glptr_PointParameterfvEXT GET_PointParameterfvEXT(struct _glapi_table *disp) {
6075 return (_glptr_PointParameterfvEXT) (GET_by_offset(disp, _gloffset_PointParameterfvEXT));
6076 }
6077
6078 static inline void SET_PointParameterfvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLfloat *)) {
6079 SET_by_offset(disp, _gloffset_PointParameterfvEXT, fn);
6080 }
6081
6082 typedef void (GLAPIENTRYP _glptr_LockArraysEXT)(GLint, GLsizei);
6083 #define CALL_LockArraysEXT(disp, parameters) \
6084 (* GET_LockArraysEXT(disp)) parameters
6085 static inline _glptr_LockArraysEXT GET_LockArraysEXT(struct _glapi_table *disp) {
6086 return (_glptr_LockArraysEXT) (GET_by_offset(disp, _gloffset_LockArraysEXT));
6087 }
6088
6089 static inline void SET_LockArraysEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLsizei)) {
6090 SET_by_offset(disp, _gloffset_LockArraysEXT, fn);
6091 }
6092
6093 typedef void (GLAPIENTRYP _glptr_UnlockArraysEXT)(void);
6094 #define CALL_UnlockArraysEXT(disp, parameters) \
6095 (* GET_UnlockArraysEXT(disp)) parameters
6096 static inline _glptr_UnlockArraysEXT GET_UnlockArraysEXT(struct _glapi_table *disp) {
6097 return (_glptr_UnlockArraysEXT) (GET_by_offset(disp, _gloffset_UnlockArraysEXT));
6098 }
6099
6100 static inline void SET_UnlockArraysEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
6101 SET_by_offset(disp, _gloffset_UnlockArraysEXT, fn);
6102 }
6103
6104 typedef void (GLAPIENTRYP _glptr_SecondaryColor3bEXT)(GLbyte, GLbyte, GLbyte);
6105 #define CALL_SecondaryColor3bEXT(disp, parameters) \
6106 (* GET_SecondaryColor3bEXT(disp)) parameters
6107 static inline _glptr_SecondaryColor3bEXT GET_SecondaryColor3bEXT(struct _glapi_table *disp) {
6108 return (_glptr_SecondaryColor3bEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3bEXT));
6109 }
6110
6111 static inline void SET_SecondaryColor3bEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLbyte, GLbyte, GLbyte)) {
6112 SET_by_offset(disp, _gloffset_SecondaryColor3bEXT, fn);
6113 }
6114
6115 typedef void (GLAPIENTRYP _glptr_SecondaryColor3bvEXT)(const GLbyte *);
6116 #define CALL_SecondaryColor3bvEXT(disp, parameters) \
6117 (* GET_SecondaryColor3bvEXT(disp)) parameters
6118 static inline _glptr_SecondaryColor3bvEXT GET_SecondaryColor3bvEXT(struct _glapi_table *disp) {
6119 return (_glptr_SecondaryColor3bvEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3bvEXT));
6120 }
6121
6122 static inline void SET_SecondaryColor3bvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLbyte *)) {
6123 SET_by_offset(disp, _gloffset_SecondaryColor3bvEXT, fn);
6124 }
6125
6126 typedef void (GLAPIENTRYP _glptr_SecondaryColor3dEXT)(GLdouble, GLdouble, GLdouble);
6127 #define CALL_SecondaryColor3dEXT(disp, parameters) \
6128 (* GET_SecondaryColor3dEXT(disp)) parameters
6129 static inline _glptr_SecondaryColor3dEXT GET_SecondaryColor3dEXT(struct _glapi_table *disp) {
6130 return (_glptr_SecondaryColor3dEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3dEXT));
6131 }
6132
6133 static inline void SET_SecondaryColor3dEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
6134 SET_by_offset(disp, _gloffset_SecondaryColor3dEXT, fn);
6135 }
6136
6137 typedef void (GLAPIENTRYP _glptr_SecondaryColor3dvEXT)(const GLdouble *);
6138 #define CALL_SecondaryColor3dvEXT(disp, parameters) \
6139 (* GET_SecondaryColor3dvEXT(disp)) parameters
6140 static inline _glptr_SecondaryColor3dvEXT GET_SecondaryColor3dvEXT(struct _glapi_table *disp) {
6141 return (_glptr_SecondaryColor3dvEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3dvEXT));
6142 }
6143
6144 static inline void SET_SecondaryColor3dvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
6145 SET_by_offset(disp, _gloffset_SecondaryColor3dvEXT, fn);
6146 }
6147
6148 typedef void (GLAPIENTRYP _glptr_SecondaryColor3fEXT)(GLfloat, GLfloat, GLfloat);
6149 #define CALL_SecondaryColor3fEXT(disp, parameters) \
6150 (* GET_SecondaryColor3fEXT(disp)) parameters
6151 static inline _glptr_SecondaryColor3fEXT GET_SecondaryColor3fEXT(struct _glapi_table *disp) {
6152 return (_glptr_SecondaryColor3fEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3fEXT));
6153 }
6154
6155 static inline void SET_SecondaryColor3fEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
6156 SET_by_offset(disp, _gloffset_SecondaryColor3fEXT, fn);
6157 }
6158
6159 typedef void (GLAPIENTRYP _glptr_SecondaryColor3fvEXT)(const GLfloat *);
6160 #define CALL_SecondaryColor3fvEXT(disp, parameters) \
6161 (* GET_SecondaryColor3fvEXT(disp)) parameters
6162 static inline _glptr_SecondaryColor3fvEXT GET_SecondaryColor3fvEXT(struct _glapi_table *disp) {
6163 return (_glptr_SecondaryColor3fvEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3fvEXT));
6164 }
6165
6166 static inline void SET_SecondaryColor3fvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
6167 SET_by_offset(disp, _gloffset_SecondaryColor3fvEXT, fn);
6168 }
6169
6170 typedef void (GLAPIENTRYP _glptr_SecondaryColor3iEXT)(GLint, GLint, GLint);
6171 #define CALL_SecondaryColor3iEXT(disp, parameters) \
6172 (* GET_SecondaryColor3iEXT(disp)) parameters
6173 static inline _glptr_SecondaryColor3iEXT GET_SecondaryColor3iEXT(struct _glapi_table *disp) {
6174 return (_glptr_SecondaryColor3iEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3iEXT));
6175 }
6176
6177 static inline void SET_SecondaryColor3iEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
6178 SET_by_offset(disp, _gloffset_SecondaryColor3iEXT, fn);
6179 }
6180
6181 typedef void (GLAPIENTRYP _glptr_SecondaryColor3ivEXT)(const GLint *);
6182 #define CALL_SecondaryColor3ivEXT(disp, parameters) \
6183 (* GET_SecondaryColor3ivEXT(disp)) parameters
6184 static inline _glptr_SecondaryColor3ivEXT GET_SecondaryColor3ivEXT(struct _glapi_table *disp) {
6185 return (_glptr_SecondaryColor3ivEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3ivEXT));
6186 }
6187
6188 static inline void SET_SecondaryColor3ivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
6189 SET_by_offset(disp, _gloffset_SecondaryColor3ivEXT, fn);
6190 }
6191
6192 typedef void (GLAPIENTRYP _glptr_SecondaryColor3sEXT)(GLshort, GLshort, GLshort);
6193 #define CALL_SecondaryColor3sEXT(disp, parameters) \
6194 (* GET_SecondaryColor3sEXT(disp)) parameters
6195 static inline _glptr_SecondaryColor3sEXT GET_SecondaryColor3sEXT(struct _glapi_table *disp) {
6196 return (_glptr_SecondaryColor3sEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3sEXT));
6197 }
6198
6199 static inline void SET_SecondaryColor3sEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
6200 SET_by_offset(disp, _gloffset_SecondaryColor3sEXT, fn);
6201 }
6202
6203 typedef void (GLAPIENTRYP _glptr_SecondaryColor3svEXT)(const GLshort *);
6204 #define CALL_SecondaryColor3svEXT(disp, parameters) \
6205 (* GET_SecondaryColor3svEXT(disp)) parameters
6206 static inline _glptr_SecondaryColor3svEXT GET_SecondaryColor3svEXT(struct _glapi_table *disp) {
6207 return (_glptr_SecondaryColor3svEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3svEXT));
6208 }
6209
6210 static inline void SET_SecondaryColor3svEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
6211 SET_by_offset(disp, _gloffset_SecondaryColor3svEXT, fn);
6212 }
6213
6214 typedef void (GLAPIENTRYP _glptr_SecondaryColor3ubEXT)(GLubyte, GLubyte, GLubyte);
6215 #define CALL_SecondaryColor3ubEXT(disp, parameters) \
6216 (* GET_SecondaryColor3ubEXT(disp)) parameters
6217 static inline _glptr_SecondaryColor3ubEXT GET_SecondaryColor3ubEXT(struct _glapi_table *disp) {
6218 return (_glptr_SecondaryColor3ubEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3ubEXT));
6219 }
6220
6221 static inline void SET_SecondaryColor3ubEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLubyte, GLubyte, GLubyte)) {
6222 SET_by_offset(disp, _gloffset_SecondaryColor3ubEXT, fn);
6223 }
6224
6225 typedef void (GLAPIENTRYP _glptr_SecondaryColor3ubvEXT)(const GLubyte *);
6226 #define CALL_SecondaryColor3ubvEXT(disp, parameters) \
6227 (* GET_SecondaryColor3ubvEXT(disp)) parameters
6228 static inline _glptr_SecondaryColor3ubvEXT GET_SecondaryColor3ubvEXT(struct _glapi_table *disp) {
6229 return (_glptr_SecondaryColor3ubvEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3ubvEXT));
6230 }
6231
6232 static inline void SET_SecondaryColor3ubvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLubyte *)) {
6233 SET_by_offset(disp, _gloffset_SecondaryColor3ubvEXT, fn);
6234 }
6235
6236 typedef void (GLAPIENTRYP _glptr_SecondaryColor3uiEXT)(GLuint, GLuint, GLuint);
6237 #define CALL_SecondaryColor3uiEXT(disp, parameters) \
6238 (* GET_SecondaryColor3uiEXT(disp)) parameters
6239 static inline _glptr_SecondaryColor3uiEXT GET_SecondaryColor3uiEXT(struct _glapi_table *disp) {
6240 return (_glptr_SecondaryColor3uiEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3uiEXT));
6241 }
6242
6243 static inline void SET_SecondaryColor3uiEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GLuint)) {
6244 SET_by_offset(disp, _gloffset_SecondaryColor3uiEXT, fn);
6245 }
6246
6247 typedef void (GLAPIENTRYP _glptr_SecondaryColor3uivEXT)(const GLuint *);
6248 #define CALL_SecondaryColor3uivEXT(disp, parameters) \
6249 (* GET_SecondaryColor3uivEXT(disp)) parameters
6250 static inline _glptr_SecondaryColor3uivEXT GET_SecondaryColor3uivEXT(struct _glapi_table *disp) {
6251 return (_glptr_SecondaryColor3uivEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3uivEXT));
6252 }
6253
6254 static inline void SET_SecondaryColor3uivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) {
6255 SET_by_offset(disp, _gloffset_SecondaryColor3uivEXT, fn);
6256 }
6257
6258 typedef void (GLAPIENTRYP _glptr_SecondaryColor3usEXT)(GLushort, GLushort, GLushort);
6259 #define CALL_SecondaryColor3usEXT(disp, parameters) \
6260 (* GET_SecondaryColor3usEXT(disp)) parameters
6261 static inline _glptr_SecondaryColor3usEXT GET_SecondaryColor3usEXT(struct _glapi_table *disp) {
6262 return (_glptr_SecondaryColor3usEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3usEXT));
6263 }
6264
6265 static inline void SET_SecondaryColor3usEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLushort, GLushort, GLushort)) {
6266 SET_by_offset(disp, _gloffset_SecondaryColor3usEXT, fn);
6267 }
6268
6269 typedef void (GLAPIENTRYP _glptr_SecondaryColor3usvEXT)(const GLushort *);
6270 #define CALL_SecondaryColor3usvEXT(disp, parameters) \
6271 (* GET_SecondaryColor3usvEXT(disp)) parameters
6272 static inline _glptr_SecondaryColor3usvEXT GET_SecondaryColor3usvEXT(struct _glapi_table *disp) {
6273 return (_glptr_SecondaryColor3usvEXT) (GET_by_offset(disp, _gloffset_SecondaryColor3usvEXT));
6274 }
6275
6276 static inline void SET_SecondaryColor3usvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLushort *)) {
6277 SET_by_offset(disp, _gloffset_SecondaryColor3usvEXT, fn);
6278 }
6279
6280 typedef void (GLAPIENTRYP _glptr_SecondaryColorPointerEXT)(GLint, GLenum, GLsizei, const GLvoid *);
6281 #define CALL_SecondaryColorPointerEXT(disp, parameters) \
6282 (* GET_SecondaryColorPointerEXT(disp)) parameters
6283 static inline _glptr_SecondaryColorPointerEXT GET_SecondaryColorPointerEXT(struct _glapi_table *disp) {
6284 return (_glptr_SecondaryColorPointerEXT) (GET_by_offset(disp, _gloffset_SecondaryColorPointerEXT));
6285 }
6286
6287 static inline void SET_SecondaryColorPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLenum, GLsizei, const GLvoid *)) {
6288 SET_by_offset(disp, _gloffset_SecondaryColorPointerEXT, fn);
6289 }
6290
6291 typedef void (GLAPIENTRYP _glptr_MultiDrawArraysEXT)(GLenum, const GLint *, const GLsizei *, GLsizei);
6292 #define CALL_MultiDrawArraysEXT(disp, parameters) \
6293 (* GET_MultiDrawArraysEXT(disp)) parameters
6294 static inline _glptr_MultiDrawArraysEXT GET_MultiDrawArraysEXT(struct _glapi_table *disp) {
6295 return (_glptr_MultiDrawArraysEXT) (GET_by_offset(disp, _gloffset_MultiDrawArraysEXT));
6296 }
6297
6298 static inline void SET_MultiDrawArraysEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLint *, const GLsizei *, GLsizei)) {
6299 SET_by_offset(disp, _gloffset_MultiDrawArraysEXT, fn);
6300 }
6301
6302 typedef void (GLAPIENTRYP _glptr_FogCoordPointerEXT)(GLenum, GLsizei, const GLvoid *);
6303 #define CALL_FogCoordPointerEXT(disp, parameters) \
6304 (* GET_FogCoordPointerEXT(disp)) parameters
6305 static inline _glptr_FogCoordPointerEXT GET_FogCoordPointerEXT(struct _glapi_table *disp) {
6306 return (_glptr_FogCoordPointerEXT) (GET_by_offset(disp, _gloffset_FogCoordPointerEXT));
6307 }
6308
6309 static inline void SET_FogCoordPointerEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, const GLvoid *)) {
6310 SET_by_offset(disp, _gloffset_FogCoordPointerEXT, fn);
6311 }
6312
6313 typedef void (GLAPIENTRYP _glptr_FogCoorddEXT)(GLdouble);
6314 #define CALL_FogCoorddEXT(disp, parameters) \
6315 (* GET_FogCoorddEXT(disp)) parameters
6316 static inline _glptr_FogCoorddEXT GET_FogCoorddEXT(struct _glapi_table *disp) {
6317 return (_glptr_FogCoorddEXT) (GET_by_offset(disp, _gloffset_FogCoorddEXT));
6318 }
6319
6320 static inline void SET_FogCoorddEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble)) {
6321 SET_by_offset(disp, _gloffset_FogCoorddEXT, fn);
6322 }
6323
6324 typedef void (GLAPIENTRYP _glptr_FogCoorddvEXT)(const GLdouble *);
6325 #define CALL_FogCoorddvEXT(disp, parameters) \
6326 (* GET_FogCoorddvEXT(disp)) parameters
6327 static inline _glptr_FogCoorddvEXT GET_FogCoorddvEXT(struct _glapi_table *disp) {
6328 return (_glptr_FogCoorddvEXT) (GET_by_offset(disp, _gloffset_FogCoorddvEXT));
6329 }
6330
6331 static inline void SET_FogCoorddvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
6332 SET_by_offset(disp, _gloffset_FogCoorddvEXT, fn);
6333 }
6334
6335 typedef void (GLAPIENTRYP _glptr_FogCoordfEXT)(GLfloat);
6336 #define CALL_FogCoordfEXT(disp, parameters) \
6337 (* GET_FogCoordfEXT(disp)) parameters
6338 static inline _glptr_FogCoordfEXT GET_FogCoordfEXT(struct _glapi_table *disp) {
6339 return (_glptr_FogCoordfEXT) (GET_by_offset(disp, _gloffset_FogCoordfEXT));
6340 }
6341
6342 static inline void SET_FogCoordfEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat)) {
6343 SET_by_offset(disp, _gloffset_FogCoordfEXT, fn);
6344 }
6345
6346 typedef void (GLAPIENTRYP _glptr_FogCoordfvEXT)(const GLfloat *);
6347 #define CALL_FogCoordfvEXT(disp, parameters) \
6348 (* GET_FogCoordfvEXT(disp)) parameters
6349 static inline _glptr_FogCoordfvEXT GET_FogCoordfvEXT(struct _glapi_table *disp) {
6350 return (_glptr_FogCoordfvEXT) (GET_by_offset(disp, _gloffset_FogCoordfvEXT));
6351 }
6352
6353 static inline void SET_FogCoordfvEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
6354 SET_by_offset(disp, _gloffset_FogCoordfvEXT, fn);
6355 }
6356
6357 typedef void (GLAPIENTRYP _glptr_PixelTexGenSGIX)(GLenum);
6358 #define CALL_PixelTexGenSGIX(disp, parameters) \
6359 (* GET_PixelTexGenSGIX(disp)) parameters
6360 static inline _glptr_PixelTexGenSGIX GET_PixelTexGenSGIX(struct _glapi_table *disp) {
6361 return (_glptr_PixelTexGenSGIX) (GET_by_offset(disp, _gloffset_PixelTexGenSGIX));
6362 }
6363
6364 static inline void SET_PixelTexGenSGIX(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
6365 SET_by_offset(disp, _gloffset_PixelTexGenSGIX, fn);
6366 }
6367
6368 typedef void (GLAPIENTRYP _glptr_BlendFuncSeparateEXT)(GLenum, GLenum, GLenum, GLenum);
6369 #define CALL_BlendFuncSeparateEXT(disp, parameters) \
6370 (* GET_BlendFuncSeparateEXT(disp)) parameters
6371 static inline _glptr_BlendFuncSeparateEXT GET_BlendFuncSeparateEXT(struct _glapi_table *disp) {
6372 return (_glptr_BlendFuncSeparateEXT) (GET_by_offset(disp, _gloffset_BlendFuncSeparateEXT));
6373 }
6374
6375 static inline void SET_BlendFuncSeparateEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum)) {
6376 SET_by_offset(disp, _gloffset_BlendFuncSeparateEXT, fn);
6377 }
6378
6379 typedef void (GLAPIENTRYP _glptr_FlushVertexArrayRangeNV)(void);
6380 #define CALL_FlushVertexArrayRangeNV(disp, parameters) \
6381 (* GET_FlushVertexArrayRangeNV(disp)) parameters
6382 static inline _glptr_FlushVertexArrayRangeNV GET_FlushVertexArrayRangeNV(struct _glapi_table *disp) {
6383 return (_glptr_FlushVertexArrayRangeNV) (GET_by_offset(disp, _gloffset_FlushVertexArrayRangeNV));
6384 }
6385
6386 static inline void SET_FlushVertexArrayRangeNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
6387 SET_by_offset(disp, _gloffset_FlushVertexArrayRangeNV, fn);
6388 }
6389
6390 typedef void (GLAPIENTRYP _glptr_VertexArrayRangeNV)(GLsizei, const GLvoid *);
6391 #define CALL_VertexArrayRangeNV(disp, parameters) \
6392 (* GET_VertexArrayRangeNV(disp)) parameters
6393 static inline _glptr_VertexArrayRangeNV GET_VertexArrayRangeNV(struct _glapi_table *disp) {
6394 return (_glptr_VertexArrayRangeNV) (GET_by_offset(disp, _gloffset_VertexArrayRangeNV));
6395 }
6396
6397 static inline void SET_VertexArrayRangeNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLvoid *)) {
6398 SET_by_offset(disp, _gloffset_VertexArrayRangeNV, fn);
6399 }
6400
6401 typedef void (GLAPIENTRYP _glptr_CombinerInputNV)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum);
6402 #define CALL_CombinerInputNV(disp, parameters) \
6403 (* GET_CombinerInputNV(disp)) parameters
6404 static inline _glptr_CombinerInputNV GET_CombinerInputNV(struct _glapi_table *disp) {
6405 return (_glptr_CombinerInputNV) (GET_by_offset(disp, _gloffset_CombinerInputNV));
6406 }
6407
6408 static inline void SET_CombinerInputNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum)) {
6409 SET_by_offset(disp, _gloffset_CombinerInputNV, fn);
6410 }
6411
6412 typedef void (GLAPIENTRYP _glptr_CombinerOutputNV)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean);
6413 #define CALL_CombinerOutputNV(disp, parameters) \
6414 (* GET_CombinerOutputNV(disp)) parameters
6415 static inline _glptr_CombinerOutputNV GET_CombinerOutputNV(struct _glapi_table *disp) {
6416 return (_glptr_CombinerOutputNV) (GET_by_offset(disp, _gloffset_CombinerOutputNV));
6417 }
6418
6419 static inline void SET_CombinerOutputNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean)) {
6420 SET_by_offset(disp, _gloffset_CombinerOutputNV, fn);
6421 }
6422
6423 typedef void (GLAPIENTRYP _glptr_CombinerParameterfNV)(GLenum, GLfloat);
6424 #define CALL_CombinerParameterfNV(disp, parameters) \
6425 (* GET_CombinerParameterfNV(disp)) parameters
6426 static inline _glptr_CombinerParameterfNV GET_CombinerParameterfNV(struct _glapi_table *disp) {
6427 return (_glptr_CombinerParameterfNV) (GET_by_offset(disp, _gloffset_CombinerParameterfNV));
6428 }
6429
6430 static inline void SET_CombinerParameterfNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLfloat)) {
6431 SET_by_offset(disp, _gloffset_CombinerParameterfNV, fn);
6432 }
6433
6434 typedef void (GLAPIENTRYP _glptr_CombinerParameterfvNV)(GLenum, const GLfloat *);
6435 #define CALL_CombinerParameterfvNV(disp, parameters) \
6436 (* GET_CombinerParameterfvNV(disp)) parameters
6437 static inline _glptr_CombinerParameterfvNV GET_CombinerParameterfvNV(struct _glapi_table *disp) {
6438 return (_glptr_CombinerParameterfvNV) (GET_by_offset(disp, _gloffset_CombinerParameterfvNV));
6439 }
6440
6441 static inline void SET_CombinerParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLfloat *)) {
6442 SET_by_offset(disp, _gloffset_CombinerParameterfvNV, fn);
6443 }
6444
6445 typedef void (GLAPIENTRYP _glptr_CombinerParameteriNV)(GLenum, GLint);
6446 #define CALL_CombinerParameteriNV(disp, parameters) \
6447 (* GET_CombinerParameteriNV(disp)) parameters
6448 static inline _glptr_CombinerParameteriNV GET_CombinerParameteriNV(struct _glapi_table *disp) {
6449 return (_glptr_CombinerParameteriNV) (GET_by_offset(disp, _gloffset_CombinerParameteriNV));
6450 }
6451
6452 static inline void SET_CombinerParameteriNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
6453 SET_by_offset(disp, _gloffset_CombinerParameteriNV, fn);
6454 }
6455
6456 typedef void (GLAPIENTRYP _glptr_CombinerParameterivNV)(GLenum, const GLint *);
6457 #define CALL_CombinerParameterivNV(disp, parameters) \
6458 (* GET_CombinerParameterivNV(disp)) parameters
6459 static inline _glptr_CombinerParameterivNV GET_CombinerParameterivNV(struct _glapi_table *disp) {
6460 return (_glptr_CombinerParameterivNV) (GET_by_offset(disp, _gloffset_CombinerParameterivNV));
6461 }
6462
6463 static inline void SET_CombinerParameterivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLint *)) {
6464 SET_by_offset(disp, _gloffset_CombinerParameterivNV, fn);
6465 }
6466
6467 typedef void (GLAPIENTRYP _glptr_FinalCombinerInputNV)(GLenum, GLenum, GLenum, GLenum);
6468 #define CALL_FinalCombinerInputNV(disp, parameters) \
6469 (* GET_FinalCombinerInputNV(disp)) parameters
6470 static inline _glptr_FinalCombinerInputNV GET_FinalCombinerInputNV(struct _glapi_table *disp) {
6471 return (_glptr_FinalCombinerInputNV) (GET_by_offset(disp, _gloffset_FinalCombinerInputNV));
6472 }
6473
6474 static inline void SET_FinalCombinerInputNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum)) {
6475 SET_by_offset(disp, _gloffset_FinalCombinerInputNV, fn);
6476 }
6477
6478 typedef void (GLAPIENTRYP _glptr_GetCombinerInputParameterfvNV)(GLenum, GLenum, GLenum, GLenum, GLfloat *);
6479 #define CALL_GetCombinerInputParameterfvNV(disp, parameters) \
6480 (* GET_GetCombinerInputParameterfvNV(disp)) parameters
6481 static inline _glptr_GetCombinerInputParameterfvNV GET_GetCombinerInputParameterfvNV(struct _glapi_table *disp) {
6482 return (_glptr_GetCombinerInputParameterfvNV) (GET_by_offset(disp, _gloffset_GetCombinerInputParameterfvNV));
6483 }
6484
6485 static inline void SET_GetCombinerInputParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum, GLfloat *)) {
6486 SET_by_offset(disp, _gloffset_GetCombinerInputParameterfvNV, fn);
6487 }
6488
6489 typedef void (GLAPIENTRYP _glptr_GetCombinerInputParameterivNV)(GLenum, GLenum, GLenum, GLenum, GLint *);
6490 #define CALL_GetCombinerInputParameterivNV(disp, parameters) \
6491 (* GET_GetCombinerInputParameterivNV(disp)) parameters
6492 static inline _glptr_GetCombinerInputParameterivNV GET_GetCombinerInputParameterivNV(struct _glapi_table *disp) {
6493 return (_glptr_GetCombinerInputParameterivNV) (GET_by_offset(disp, _gloffset_GetCombinerInputParameterivNV));
6494 }
6495
6496 static inline void SET_GetCombinerInputParameterivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLenum, GLint *)) {
6497 SET_by_offset(disp, _gloffset_GetCombinerInputParameterivNV, fn);
6498 }
6499
6500 typedef void (GLAPIENTRYP _glptr_GetCombinerOutputParameterfvNV)(GLenum, GLenum, GLenum, GLfloat *);
6501 #define CALL_GetCombinerOutputParameterfvNV(disp, parameters) \
6502 (* GET_GetCombinerOutputParameterfvNV(disp)) parameters
6503 static inline _glptr_GetCombinerOutputParameterfvNV GET_GetCombinerOutputParameterfvNV(struct _glapi_table *disp) {
6504 return (_glptr_GetCombinerOutputParameterfvNV) (GET_by_offset(disp, _gloffset_GetCombinerOutputParameterfvNV));
6505 }
6506
6507 static inline void SET_GetCombinerOutputParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLfloat *)) {
6508 SET_by_offset(disp, _gloffset_GetCombinerOutputParameterfvNV, fn);
6509 }
6510
6511 typedef void (GLAPIENTRYP _glptr_GetCombinerOutputParameterivNV)(GLenum, GLenum, GLenum, GLint *);
6512 #define CALL_GetCombinerOutputParameterivNV(disp, parameters) \
6513 (* GET_GetCombinerOutputParameterivNV(disp)) parameters
6514 static inline _glptr_GetCombinerOutputParameterivNV GET_GetCombinerOutputParameterivNV(struct _glapi_table *disp) {
6515 return (_glptr_GetCombinerOutputParameterivNV) (GET_by_offset(disp, _gloffset_GetCombinerOutputParameterivNV));
6516 }
6517
6518 static inline void SET_GetCombinerOutputParameterivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLenum, GLint *)) {
6519 SET_by_offset(disp, _gloffset_GetCombinerOutputParameterivNV, fn);
6520 }
6521
6522 typedef void (GLAPIENTRYP _glptr_GetFinalCombinerInputParameterfvNV)(GLenum, GLenum, GLfloat *);
6523 #define CALL_GetFinalCombinerInputParameterfvNV(disp, parameters) \
6524 (* GET_GetFinalCombinerInputParameterfvNV(disp)) parameters
6525 static inline _glptr_GetFinalCombinerInputParameterfvNV GET_GetFinalCombinerInputParameterfvNV(struct _glapi_table *disp) {
6526 return (_glptr_GetFinalCombinerInputParameterfvNV) (GET_by_offset(disp, _gloffset_GetFinalCombinerInputParameterfvNV));
6527 }
6528
6529 static inline void SET_GetFinalCombinerInputParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLfloat *)) {
6530 SET_by_offset(disp, _gloffset_GetFinalCombinerInputParameterfvNV, fn);
6531 }
6532
6533 typedef void (GLAPIENTRYP _glptr_GetFinalCombinerInputParameterivNV)(GLenum, GLenum, GLint *);
6534 #define CALL_GetFinalCombinerInputParameterivNV(disp, parameters) \
6535 (* GET_GetFinalCombinerInputParameterivNV(disp)) parameters
6536 static inline _glptr_GetFinalCombinerInputParameterivNV GET_GetFinalCombinerInputParameterivNV(struct _glapi_table *disp) {
6537 return (_glptr_GetFinalCombinerInputParameterivNV) (GET_by_offset(disp, _gloffset_GetFinalCombinerInputParameterivNV));
6538 }
6539
6540 static inline void SET_GetFinalCombinerInputParameterivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
6541 SET_by_offset(disp, _gloffset_GetFinalCombinerInputParameterivNV, fn);
6542 }
6543
6544 typedef void (GLAPIENTRYP _glptr_WindowPos2dMESA)(GLdouble, GLdouble);
6545 #define CALL_WindowPos2dMESA(disp, parameters) \
6546 (* GET_WindowPos2dMESA(disp)) parameters
6547 static inline _glptr_WindowPos2dMESA GET_WindowPos2dMESA(struct _glapi_table *disp) {
6548 return (_glptr_WindowPos2dMESA) (GET_by_offset(disp, _gloffset_WindowPos2dMESA));
6549 }
6550
6551 static inline void SET_WindowPos2dMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble)) {
6552 SET_by_offset(disp, _gloffset_WindowPos2dMESA, fn);
6553 }
6554
6555 typedef void (GLAPIENTRYP _glptr_WindowPos2dvMESA)(const GLdouble *);
6556 #define CALL_WindowPos2dvMESA(disp, parameters) \
6557 (* GET_WindowPos2dvMESA(disp)) parameters
6558 static inline _glptr_WindowPos2dvMESA GET_WindowPos2dvMESA(struct _glapi_table *disp) {
6559 return (_glptr_WindowPos2dvMESA) (GET_by_offset(disp, _gloffset_WindowPos2dvMESA));
6560 }
6561
6562 static inline void SET_WindowPos2dvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
6563 SET_by_offset(disp, _gloffset_WindowPos2dvMESA, fn);
6564 }
6565
6566 typedef void (GLAPIENTRYP _glptr_WindowPos2fMESA)(GLfloat, GLfloat);
6567 #define CALL_WindowPos2fMESA(disp, parameters) \
6568 (* GET_WindowPos2fMESA(disp)) parameters
6569 static inline _glptr_WindowPos2fMESA GET_WindowPos2fMESA(struct _glapi_table *disp) {
6570 return (_glptr_WindowPos2fMESA) (GET_by_offset(disp, _gloffset_WindowPos2fMESA));
6571 }
6572
6573 static inline void SET_WindowPos2fMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat)) {
6574 SET_by_offset(disp, _gloffset_WindowPos2fMESA, fn);
6575 }
6576
6577 typedef void (GLAPIENTRYP _glptr_WindowPos2fvMESA)(const GLfloat *);
6578 #define CALL_WindowPos2fvMESA(disp, parameters) \
6579 (* GET_WindowPos2fvMESA(disp)) parameters
6580 static inline _glptr_WindowPos2fvMESA GET_WindowPos2fvMESA(struct _glapi_table *disp) {
6581 return (_glptr_WindowPos2fvMESA) (GET_by_offset(disp, _gloffset_WindowPos2fvMESA));
6582 }
6583
6584 static inline void SET_WindowPos2fvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
6585 SET_by_offset(disp, _gloffset_WindowPos2fvMESA, fn);
6586 }
6587
6588 typedef void (GLAPIENTRYP _glptr_WindowPos2iMESA)(GLint, GLint);
6589 #define CALL_WindowPos2iMESA(disp, parameters) \
6590 (* GET_WindowPos2iMESA(disp)) parameters
6591 static inline _glptr_WindowPos2iMESA GET_WindowPos2iMESA(struct _glapi_table *disp) {
6592 return (_glptr_WindowPos2iMESA) (GET_by_offset(disp, _gloffset_WindowPos2iMESA));
6593 }
6594
6595 static inline void SET_WindowPos2iMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint)) {
6596 SET_by_offset(disp, _gloffset_WindowPos2iMESA, fn);
6597 }
6598
6599 typedef void (GLAPIENTRYP _glptr_WindowPos2ivMESA)(const GLint *);
6600 #define CALL_WindowPos2ivMESA(disp, parameters) \
6601 (* GET_WindowPos2ivMESA(disp)) parameters
6602 static inline _glptr_WindowPos2ivMESA GET_WindowPos2ivMESA(struct _glapi_table *disp) {
6603 return (_glptr_WindowPos2ivMESA) (GET_by_offset(disp, _gloffset_WindowPos2ivMESA));
6604 }
6605
6606 static inline void SET_WindowPos2ivMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
6607 SET_by_offset(disp, _gloffset_WindowPos2ivMESA, fn);
6608 }
6609
6610 typedef void (GLAPIENTRYP _glptr_WindowPos2sMESA)(GLshort, GLshort);
6611 #define CALL_WindowPos2sMESA(disp, parameters) \
6612 (* GET_WindowPos2sMESA(disp)) parameters
6613 static inline _glptr_WindowPos2sMESA GET_WindowPos2sMESA(struct _glapi_table *disp) {
6614 return (_glptr_WindowPos2sMESA) (GET_by_offset(disp, _gloffset_WindowPos2sMESA));
6615 }
6616
6617 static inline void SET_WindowPos2sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort)) {
6618 SET_by_offset(disp, _gloffset_WindowPos2sMESA, fn);
6619 }
6620
6621 typedef void (GLAPIENTRYP _glptr_WindowPos2svMESA)(const GLshort *);
6622 #define CALL_WindowPos2svMESA(disp, parameters) \
6623 (* GET_WindowPos2svMESA(disp)) parameters
6624 static inline _glptr_WindowPos2svMESA GET_WindowPos2svMESA(struct _glapi_table *disp) {
6625 return (_glptr_WindowPos2svMESA) (GET_by_offset(disp, _gloffset_WindowPos2svMESA));
6626 }
6627
6628 static inline void SET_WindowPos2svMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
6629 SET_by_offset(disp, _gloffset_WindowPos2svMESA, fn);
6630 }
6631
6632 typedef void (GLAPIENTRYP _glptr_WindowPos3dMESA)(GLdouble, GLdouble, GLdouble);
6633 #define CALL_WindowPos3dMESA(disp, parameters) \
6634 (* GET_WindowPos3dMESA(disp)) parameters
6635 static inline _glptr_WindowPos3dMESA GET_WindowPos3dMESA(struct _glapi_table *disp) {
6636 return (_glptr_WindowPos3dMESA) (GET_by_offset(disp, _gloffset_WindowPos3dMESA));
6637 }
6638
6639 static inline void SET_WindowPos3dMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble)) {
6640 SET_by_offset(disp, _gloffset_WindowPos3dMESA, fn);
6641 }
6642
6643 typedef void (GLAPIENTRYP _glptr_WindowPos3dvMESA)(const GLdouble *);
6644 #define CALL_WindowPos3dvMESA(disp, parameters) \
6645 (* GET_WindowPos3dvMESA(disp)) parameters
6646 static inline _glptr_WindowPos3dvMESA GET_WindowPos3dvMESA(struct _glapi_table *disp) {
6647 return (_glptr_WindowPos3dvMESA) (GET_by_offset(disp, _gloffset_WindowPos3dvMESA));
6648 }
6649
6650 static inline void SET_WindowPos3dvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
6651 SET_by_offset(disp, _gloffset_WindowPos3dvMESA, fn);
6652 }
6653
6654 typedef void (GLAPIENTRYP _glptr_WindowPos3fMESA)(GLfloat, GLfloat, GLfloat);
6655 #define CALL_WindowPos3fMESA(disp, parameters) \
6656 (* GET_WindowPos3fMESA(disp)) parameters
6657 static inline _glptr_WindowPos3fMESA GET_WindowPos3fMESA(struct _glapi_table *disp) {
6658 return (_glptr_WindowPos3fMESA) (GET_by_offset(disp, _gloffset_WindowPos3fMESA));
6659 }
6660
6661 static inline void SET_WindowPos3fMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat)) {
6662 SET_by_offset(disp, _gloffset_WindowPos3fMESA, fn);
6663 }
6664
6665 typedef void (GLAPIENTRYP _glptr_WindowPos3fvMESA)(const GLfloat *);
6666 #define CALL_WindowPos3fvMESA(disp, parameters) \
6667 (* GET_WindowPos3fvMESA(disp)) parameters
6668 static inline _glptr_WindowPos3fvMESA GET_WindowPos3fvMESA(struct _glapi_table *disp) {
6669 return (_glptr_WindowPos3fvMESA) (GET_by_offset(disp, _gloffset_WindowPos3fvMESA));
6670 }
6671
6672 static inline void SET_WindowPos3fvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
6673 SET_by_offset(disp, _gloffset_WindowPos3fvMESA, fn);
6674 }
6675
6676 typedef void (GLAPIENTRYP _glptr_WindowPos3iMESA)(GLint, GLint, GLint);
6677 #define CALL_WindowPos3iMESA(disp, parameters) \
6678 (* GET_WindowPos3iMESA(disp)) parameters
6679 static inline _glptr_WindowPos3iMESA GET_WindowPos3iMESA(struct _glapi_table *disp) {
6680 return (_glptr_WindowPos3iMESA) (GET_by_offset(disp, _gloffset_WindowPos3iMESA));
6681 }
6682
6683 static inline void SET_WindowPos3iMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint)) {
6684 SET_by_offset(disp, _gloffset_WindowPos3iMESA, fn);
6685 }
6686
6687 typedef void (GLAPIENTRYP _glptr_WindowPos3ivMESA)(const GLint *);
6688 #define CALL_WindowPos3ivMESA(disp, parameters) \
6689 (* GET_WindowPos3ivMESA(disp)) parameters
6690 static inline _glptr_WindowPos3ivMESA GET_WindowPos3ivMESA(struct _glapi_table *disp) {
6691 return (_glptr_WindowPos3ivMESA) (GET_by_offset(disp, _gloffset_WindowPos3ivMESA));
6692 }
6693
6694 static inline void SET_WindowPos3ivMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
6695 SET_by_offset(disp, _gloffset_WindowPos3ivMESA, fn);
6696 }
6697
6698 typedef void (GLAPIENTRYP _glptr_WindowPos3sMESA)(GLshort, GLshort, GLshort);
6699 #define CALL_WindowPos3sMESA(disp, parameters) \
6700 (* GET_WindowPos3sMESA(disp)) parameters
6701 static inline _glptr_WindowPos3sMESA GET_WindowPos3sMESA(struct _glapi_table *disp) {
6702 return (_glptr_WindowPos3sMESA) (GET_by_offset(disp, _gloffset_WindowPos3sMESA));
6703 }
6704
6705 static inline void SET_WindowPos3sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort)) {
6706 SET_by_offset(disp, _gloffset_WindowPos3sMESA, fn);
6707 }
6708
6709 typedef void (GLAPIENTRYP _glptr_WindowPos3svMESA)(const GLshort *);
6710 #define CALL_WindowPos3svMESA(disp, parameters) \
6711 (* GET_WindowPos3svMESA(disp)) parameters
6712 static inline _glptr_WindowPos3svMESA GET_WindowPos3svMESA(struct _glapi_table *disp) {
6713 return (_glptr_WindowPos3svMESA) (GET_by_offset(disp, _gloffset_WindowPos3svMESA));
6714 }
6715
6716 static inline void SET_WindowPos3svMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
6717 SET_by_offset(disp, _gloffset_WindowPos3svMESA, fn);
6718 }
6719
6720 typedef void (GLAPIENTRYP _glptr_WindowPos4dMESA)(GLdouble, GLdouble, GLdouble, GLdouble);
6721 #define CALL_WindowPos4dMESA(disp, parameters) \
6722 (* GET_WindowPos4dMESA(disp)) parameters
6723 static inline _glptr_WindowPos4dMESA GET_WindowPos4dMESA(struct _glapi_table *disp) {
6724 return (_glptr_WindowPos4dMESA) (GET_by_offset(disp, _gloffset_WindowPos4dMESA));
6725 }
6726
6727 static inline void SET_WindowPos4dMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLdouble, GLdouble, GLdouble, GLdouble)) {
6728 SET_by_offset(disp, _gloffset_WindowPos4dMESA, fn);
6729 }
6730
6731 typedef void (GLAPIENTRYP _glptr_WindowPos4dvMESA)(const GLdouble *);
6732 #define CALL_WindowPos4dvMESA(disp, parameters) \
6733 (* GET_WindowPos4dvMESA(disp)) parameters
6734 static inline _glptr_WindowPos4dvMESA GET_WindowPos4dvMESA(struct _glapi_table *disp) {
6735 return (_glptr_WindowPos4dvMESA) (GET_by_offset(disp, _gloffset_WindowPos4dvMESA));
6736 }
6737
6738 static inline void SET_WindowPos4dvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLdouble *)) {
6739 SET_by_offset(disp, _gloffset_WindowPos4dvMESA, fn);
6740 }
6741
6742 typedef void (GLAPIENTRYP _glptr_WindowPos4fMESA)(GLfloat, GLfloat, GLfloat, GLfloat);
6743 #define CALL_WindowPos4fMESA(disp, parameters) \
6744 (* GET_WindowPos4fMESA(disp)) parameters
6745 static inline _glptr_WindowPos4fMESA GET_WindowPos4fMESA(struct _glapi_table *disp) {
6746 return (_glptr_WindowPos4fMESA) (GET_by_offset(disp, _gloffset_WindowPos4fMESA));
6747 }
6748
6749 static inline void SET_WindowPos4fMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLfloat, GLfloat, GLfloat, GLfloat)) {
6750 SET_by_offset(disp, _gloffset_WindowPos4fMESA, fn);
6751 }
6752
6753 typedef void (GLAPIENTRYP _glptr_WindowPos4fvMESA)(const GLfloat *);
6754 #define CALL_WindowPos4fvMESA(disp, parameters) \
6755 (* GET_WindowPos4fvMESA(disp)) parameters
6756 static inline _glptr_WindowPos4fvMESA GET_WindowPos4fvMESA(struct _glapi_table *disp) {
6757 return (_glptr_WindowPos4fvMESA) (GET_by_offset(disp, _gloffset_WindowPos4fvMESA));
6758 }
6759
6760 static inline void SET_WindowPos4fvMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLfloat *)) {
6761 SET_by_offset(disp, _gloffset_WindowPos4fvMESA, fn);
6762 }
6763
6764 typedef void (GLAPIENTRYP _glptr_WindowPos4iMESA)(GLint, GLint, GLint, GLint);
6765 #define CALL_WindowPos4iMESA(disp, parameters) \
6766 (* GET_WindowPos4iMESA(disp)) parameters
6767 static inline _glptr_WindowPos4iMESA GET_WindowPos4iMESA(struct _glapi_table *disp) {
6768 return (_glptr_WindowPos4iMESA) (GET_by_offset(disp, _gloffset_WindowPos4iMESA));
6769 }
6770
6771 static inline void SET_WindowPos4iMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
6772 SET_by_offset(disp, _gloffset_WindowPos4iMESA, fn);
6773 }
6774
6775 typedef void (GLAPIENTRYP _glptr_WindowPos4ivMESA)(const GLint *);
6776 #define CALL_WindowPos4ivMESA(disp, parameters) \
6777 (* GET_WindowPos4ivMESA(disp)) parameters
6778 static inline _glptr_WindowPos4ivMESA GET_WindowPos4ivMESA(struct _glapi_table *disp) {
6779 return (_glptr_WindowPos4ivMESA) (GET_by_offset(disp, _gloffset_WindowPos4ivMESA));
6780 }
6781
6782 static inline void SET_WindowPos4ivMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLint *)) {
6783 SET_by_offset(disp, _gloffset_WindowPos4ivMESA, fn);
6784 }
6785
6786 typedef void (GLAPIENTRYP _glptr_WindowPos4sMESA)(GLshort, GLshort, GLshort, GLshort);
6787 #define CALL_WindowPos4sMESA(disp, parameters) \
6788 (* GET_WindowPos4sMESA(disp)) parameters
6789 static inline _glptr_WindowPos4sMESA GET_WindowPos4sMESA(struct _glapi_table *disp) {
6790 return (_glptr_WindowPos4sMESA) (GET_by_offset(disp, _gloffset_WindowPos4sMESA));
6791 }
6792
6793 static inline void SET_WindowPos4sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLshort, GLshort, GLshort, GLshort)) {
6794 SET_by_offset(disp, _gloffset_WindowPos4sMESA, fn);
6795 }
6796
6797 typedef void (GLAPIENTRYP _glptr_WindowPos4svMESA)(const GLshort *);
6798 #define CALL_WindowPos4svMESA(disp, parameters) \
6799 (* GET_WindowPos4svMESA(disp)) parameters
6800 static inline _glptr_WindowPos4svMESA GET_WindowPos4svMESA(struct _glapi_table *disp) {
6801 return (_glptr_WindowPos4svMESA) (GET_by_offset(disp, _gloffset_WindowPos4svMESA));
6802 }
6803
6804 static inline void SET_WindowPos4svMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLshort *)) {
6805 SET_by_offset(disp, _gloffset_WindowPos4svMESA, fn);
6806 }
6807
6808 typedef void (GLAPIENTRYP _glptr_MultiModeDrawArraysIBM)(const GLenum *, const GLint *, const GLsizei *, GLsizei, GLint);
6809 #define CALL_MultiModeDrawArraysIBM(disp, parameters) \
6810 (* GET_MultiModeDrawArraysIBM(disp)) parameters
6811 static inline _glptr_MultiModeDrawArraysIBM GET_MultiModeDrawArraysIBM(struct _glapi_table *disp) {
6812 return (_glptr_MultiModeDrawArraysIBM) (GET_by_offset(disp, _gloffset_MultiModeDrawArraysIBM));
6813 }
6814
6815 static inline void SET_MultiModeDrawArraysIBM(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLenum *, const GLint *, const GLsizei *, GLsizei, GLint)) {
6816 SET_by_offset(disp, _gloffset_MultiModeDrawArraysIBM, fn);
6817 }
6818
6819 typedef void (GLAPIENTRYP _glptr_MultiModeDrawElementsIBM)(const GLenum *, const GLsizei *, GLenum, const GLvoid * const *, GLsizei, GLint);
6820 #define CALL_MultiModeDrawElementsIBM(disp, parameters) \
6821 (* GET_MultiModeDrawElementsIBM(disp)) parameters
6822 static inline _glptr_MultiModeDrawElementsIBM GET_MultiModeDrawElementsIBM(struct _glapi_table *disp) {
6823 return (_glptr_MultiModeDrawElementsIBM) (GET_by_offset(disp, _gloffset_MultiModeDrawElementsIBM));
6824 }
6825
6826 static inline void SET_MultiModeDrawElementsIBM(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLenum *, const GLsizei *, GLenum, const GLvoid * const *, GLsizei, GLint)) {
6827 SET_by_offset(disp, _gloffset_MultiModeDrawElementsIBM, fn);
6828 }
6829
6830 typedef void (GLAPIENTRYP _glptr_DeleteFencesNV)(GLsizei, const GLuint *);
6831 #define CALL_DeleteFencesNV(disp, parameters) \
6832 (* GET_DeleteFencesNV(disp)) parameters
6833 static inline _glptr_DeleteFencesNV GET_DeleteFencesNV(struct _glapi_table *disp) {
6834 return (_glptr_DeleteFencesNV) (GET_by_offset(disp, _gloffset_DeleteFencesNV));
6835 }
6836
6837 static inline void SET_DeleteFencesNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *)) {
6838 SET_by_offset(disp, _gloffset_DeleteFencesNV, fn);
6839 }
6840
6841 typedef void (GLAPIENTRYP _glptr_FinishFenceNV)(GLuint);
6842 #define CALL_FinishFenceNV(disp, parameters) \
6843 (* GET_FinishFenceNV(disp)) parameters
6844 static inline _glptr_FinishFenceNV GET_FinishFenceNV(struct _glapi_table *disp) {
6845 return (_glptr_FinishFenceNV) (GET_by_offset(disp, _gloffset_FinishFenceNV));
6846 }
6847
6848 static inline void SET_FinishFenceNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
6849 SET_by_offset(disp, _gloffset_FinishFenceNV, fn);
6850 }
6851
6852 typedef void (GLAPIENTRYP _glptr_GenFencesNV)(GLsizei, GLuint *);
6853 #define CALL_GenFencesNV(disp, parameters) \
6854 (* GET_GenFencesNV(disp)) parameters
6855 static inline _glptr_GenFencesNV GET_GenFencesNV(struct _glapi_table *disp) {
6856 return (_glptr_GenFencesNV) (GET_by_offset(disp, _gloffset_GenFencesNV));
6857 }
6858
6859 static inline void SET_GenFencesNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
6860 SET_by_offset(disp, _gloffset_GenFencesNV, fn);
6861 }
6862
6863 typedef void (GLAPIENTRYP _glptr_GetFenceivNV)(GLuint, GLenum, GLint *);
6864 #define CALL_GetFenceivNV(disp, parameters) \
6865 (* GET_GetFenceivNV(disp)) parameters
6866 static inline _glptr_GetFenceivNV GET_GetFenceivNV(struct _glapi_table *disp) {
6867 return (_glptr_GetFenceivNV) (GET_by_offset(disp, _gloffset_GetFenceivNV));
6868 }
6869
6870 static inline void SET_GetFenceivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum, GLint *)) {
6871 SET_by_offset(disp, _gloffset_GetFenceivNV, fn);
6872 }
6873
6874 typedef GLboolean (GLAPIENTRYP _glptr_IsFenceNV)(GLuint);
6875 #define CALL_IsFenceNV(disp, parameters) \
6876 (* GET_IsFenceNV(disp)) parameters
6877 static inline _glptr_IsFenceNV GET_IsFenceNV(struct _glapi_table *disp) {
6878 return (_glptr_IsFenceNV) (GET_by_offset(disp, _gloffset_IsFenceNV));
6879 }
6880
6881 static inline void SET_IsFenceNV(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
6882 SET_by_offset(disp, _gloffset_IsFenceNV, fn);
6883 }
6884
6885 typedef void (GLAPIENTRYP _glptr_SetFenceNV)(GLuint, GLenum);
6886 #define CALL_SetFenceNV(disp, parameters) \
6887 (* GET_SetFenceNV(disp)) parameters
6888 static inline _glptr_SetFenceNV GET_SetFenceNV(struct _glapi_table *disp) {
6889 return (_glptr_SetFenceNV) (GET_by_offset(disp, _gloffset_SetFenceNV));
6890 }
6891
6892 static inline void SET_SetFenceNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum)) {
6893 SET_by_offset(disp, _gloffset_SetFenceNV, fn);
6894 }
6895
6896 typedef GLboolean (GLAPIENTRYP _glptr_TestFenceNV)(GLuint);
6897 #define CALL_TestFenceNV(disp, parameters) \
6898 (* GET_TestFenceNV(disp)) parameters
6899 static inline _glptr_TestFenceNV GET_TestFenceNV(struct _glapi_table *disp) {
6900 return (_glptr_TestFenceNV) (GET_by_offset(disp, _gloffset_TestFenceNV));
6901 }
6902
6903 static inline void SET_TestFenceNV(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
6904 SET_by_offset(disp, _gloffset_TestFenceNV, fn);
6905 }
6906
6907 typedef GLboolean (GLAPIENTRYP _glptr_AreProgramsResidentNV)(GLsizei, const GLuint *, GLboolean *);
6908 #define CALL_AreProgramsResidentNV(disp, parameters) \
6909 (* GET_AreProgramsResidentNV(disp)) parameters
6910 static inline _glptr_AreProgramsResidentNV GET_AreProgramsResidentNV(struct _glapi_table *disp) {
6911 return (_glptr_AreProgramsResidentNV) (GET_by_offset(disp, _gloffset_AreProgramsResidentNV));
6912 }
6913
6914 static inline void SET_AreProgramsResidentNV(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLsizei, const GLuint *, GLboolean *)) {
6915 SET_by_offset(disp, _gloffset_AreProgramsResidentNV, fn);
6916 }
6917
6918 typedef void (GLAPIENTRYP _glptr_ExecuteProgramNV)(GLenum, GLuint, const GLfloat *);
6919 #define CALL_ExecuteProgramNV(disp, parameters) \
6920 (* GET_ExecuteProgramNV(disp)) parameters
6921 static inline _glptr_ExecuteProgramNV GET_ExecuteProgramNV(struct _glapi_table *disp) {
6922 return (_glptr_ExecuteProgramNV) (GET_by_offset(disp, _gloffset_ExecuteProgramNV));
6923 }
6924
6925 static inline void SET_ExecuteProgramNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, const GLfloat *)) {
6926 SET_by_offset(disp, _gloffset_ExecuteProgramNV, fn);
6927 }
6928
6929 typedef void (GLAPIENTRYP _glptr_GetProgramParameterdvNV)(GLenum, GLuint, GLenum, GLdouble *);
6930 #define CALL_GetProgramParameterdvNV(disp, parameters) \
6931 (* GET_GetProgramParameterdvNV(disp)) parameters
6932 static inline _glptr_GetProgramParameterdvNV GET_GetProgramParameterdvNV(struct _glapi_table *disp) {
6933 return (_glptr_GetProgramParameterdvNV) (GET_by_offset(disp, _gloffset_GetProgramParameterdvNV));
6934 }
6935
6936 static inline void SET_GetProgramParameterdvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLenum, GLdouble *)) {
6937 SET_by_offset(disp, _gloffset_GetProgramParameterdvNV, fn);
6938 }
6939
6940 typedef void (GLAPIENTRYP _glptr_GetProgramParameterfvNV)(GLenum, GLuint, GLenum, GLfloat *);
6941 #define CALL_GetProgramParameterfvNV(disp, parameters) \
6942 (* GET_GetProgramParameterfvNV(disp)) parameters
6943 static inline _glptr_GetProgramParameterfvNV GET_GetProgramParameterfvNV(struct _glapi_table *disp) {
6944 return (_glptr_GetProgramParameterfvNV) (GET_by_offset(disp, _gloffset_GetProgramParameterfvNV));
6945 }
6946
6947 static inline void SET_GetProgramParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLenum, GLfloat *)) {
6948 SET_by_offset(disp, _gloffset_GetProgramParameterfvNV, fn);
6949 }
6950
6951 typedef void (GLAPIENTRYP _glptr_GetTrackMatrixivNV)(GLenum, GLuint, GLenum, GLint *);
6952 #define CALL_GetTrackMatrixivNV(disp, parameters) \
6953 (* GET_GetTrackMatrixivNV(disp)) parameters
6954 static inline _glptr_GetTrackMatrixivNV GET_GetTrackMatrixivNV(struct _glapi_table *disp) {
6955 return (_glptr_GetTrackMatrixivNV) (GET_by_offset(disp, _gloffset_GetTrackMatrixivNV));
6956 }
6957
6958 static inline void SET_GetTrackMatrixivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLenum, GLint *)) {
6959 SET_by_offset(disp, _gloffset_GetTrackMatrixivNV, fn);
6960 }
6961
6962 typedef void (GLAPIENTRYP _glptr_LoadProgramNV)(GLenum, GLuint, GLsizei, const GLubyte *);
6963 #define CALL_LoadProgramNV(disp, parameters) \
6964 (* GET_LoadProgramNV(disp)) parameters
6965 static inline _glptr_LoadProgramNV GET_LoadProgramNV(struct _glapi_table *disp) {
6966 return (_glptr_LoadProgramNV) (GET_by_offset(disp, _gloffset_LoadProgramNV));
6967 }
6968
6969 static inline void SET_LoadProgramNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLsizei, const GLubyte *)) {
6970 SET_by_offset(disp, _gloffset_LoadProgramNV, fn);
6971 }
6972
6973 typedef void (GLAPIENTRYP _glptr_ProgramParameters4dvNV)(GLenum, GLuint, GLsizei, const GLdouble *);
6974 #define CALL_ProgramParameters4dvNV(disp, parameters) \
6975 (* GET_ProgramParameters4dvNV(disp)) parameters
6976 static inline _glptr_ProgramParameters4dvNV GET_ProgramParameters4dvNV(struct _glapi_table *disp) {
6977 return (_glptr_ProgramParameters4dvNV) (GET_by_offset(disp, _gloffset_ProgramParameters4dvNV));
6978 }
6979
6980 static inline void SET_ProgramParameters4dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLsizei, const GLdouble *)) {
6981 SET_by_offset(disp, _gloffset_ProgramParameters4dvNV, fn);
6982 }
6983
6984 typedef void (GLAPIENTRYP _glptr_ProgramParameters4fvNV)(GLenum, GLuint, GLsizei, const GLfloat *);
6985 #define CALL_ProgramParameters4fvNV(disp, parameters) \
6986 (* GET_ProgramParameters4fvNV(disp)) parameters
6987 static inline _glptr_ProgramParameters4fvNV GET_ProgramParameters4fvNV(struct _glapi_table *disp) {
6988 return (_glptr_ProgramParameters4fvNV) (GET_by_offset(disp, _gloffset_ProgramParameters4fvNV));
6989 }
6990
6991 static inline void SET_ProgramParameters4fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLsizei, const GLfloat *)) {
6992 SET_by_offset(disp, _gloffset_ProgramParameters4fvNV, fn);
6993 }
6994
6995 typedef void (GLAPIENTRYP _glptr_RequestResidentProgramsNV)(GLsizei, const GLuint *);
6996 #define CALL_RequestResidentProgramsNV(disp, parameters) \
6997 (* GET_RequestResidentProgramsNV(disp)) parameters
6998 static inline _glptr_RequestResidentProgramsNV GET_RequestResidentProgramsNV(struct _glapi_table *disp) {
6999 return (_glptr_RequestResidentProgramsNV) (GET_by_offset(disp, _gloffset_RequestResidentProgramsNV));
7000 }
7001
7002 static inline void SET_RequestResidentProgramsNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *)) {
7003 SET_by_offset(disp, _gloffset_RequestResidentProgramsNV, fn);
7004 }
7005
7006 typedef void (GLAPIENTRYP _glptr_TrackMatrixNV)(GLenum, GLuint, GLenum, GLenum);
7007 #define CALL_TrackMatrixNV(disp, parameters) \
7008 (* GET_TrackMatrixNV(disp)) parameters
7009 static inline _glptr_TrackMatrixNV GET_TrackMatrixNV(struct _glapi_table *disp) {
7010 return (_glptr_TrackMatrixNV) (GET_by_offset(disp, _gloffset_TrackMatrixNV));
7011 }
7012
7013 static inline void SET_TrackMatrixNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLenum, GLenum)) {
7014 SET_by_offset(disp, _gloffset_TrackMatrixNV, fn);
7015 }
7016
7017 typedef void (GLAPIENTRYP _glptr_VertexAttrib1dNV)(GLuint, GLdouble);
7018 #define CALL_VertexAttrib1dNV(disp, parameters) \
7019 (* GET_VertexAttrib1dNV(disp)) parameters
7020 static inline _glptr_VertexAttrib1dNV GET_VertexAttrib1dNV(struct _glapi_table *disp) {
7021 return (_glptr_VertexAttrib1dNV) (GET_by_offset(disp, _gloffset_VertexAttrib1dNV));
7022 }
7023
7024 static inline void SET_VertexAttrib1dNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLdouble)) {
7025 SET_by_offset(disp, _gloffset_VertexAttrib1dNV, fn);
7026 }
7027
7028 typedef void (GLAPIENTRYP _glptr_VertexAttrib1dvNV)(GLuint, const GLdouble *);
7029 #define CALL_VertexAttrib1dvNV(disp, parameters) \
7030 (* GET_VertexAttrib1dvNV(disp)) parameters
7031 static inline _glptr_VertexAttrib1dvNV GET_VertexAttrib1dvNV(struct _glapi_table *disp) {
7032 return (_glptr_VertexAttrib1dvNV) (GET_by_offset(disp, _gloffset_VertexAttrib1dvNV));
7033 }
7034
7035 static inline void SET_VertexAttrib1dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLdouble *)) {
7036 SET_by_offset(disp, _gloffset_VertexAttrib1dvNV, fn);
7037 }
7038
7039 typedef void (GLAPIENTRYP _glptr_VertexAttrib1fNV)(GLuint, GLfloat);
7040 #define CALL_VertexAttrib1fNV(disp, parameters) \
7041 (* GET_VertexAttrib1fNV(disp)) parameters
7042 static inline _glptr_VertexAttrib1fNV GET_VertexAttrib1fNV(struct _glapi_table *disp) {
7043 return (_glptr_VertexAttrib1fNV) (GET_by_offset(disp, _gloffset_VertexAttrib1fNV));
7044 }
7045
7046 static inline void SET_VertexAttrib1fNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLfloat)) {
7047 SET_by_offset(disp, _gloffset_VertexAttrib1fNV, fn);
7048 }
7049
7050 typedef void (GLAPIENTRYP _glptr_VertexAttrib1fvNV)(GLuint, const GLfloat *);
7051 #define CALL_VertexAttrib1fvNV(disp, parameters) \
7052 (* GET_VertexAttrib1fvNV(disp)) parameters
7053 static inline _glptr_VertexAttrib1fvNV GET_VertexAttrib1fvNV(struct _glapi_table *disp) {
7054 return (_glptr_VertexAttrib1fvNV) (GET_by_offset(disp, _gloffset_VertexAttrib1fvNV));
7055 }
7056
7057 static inline void SET_VertexAttrib1fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLfloat *)) {
7058 SET_by_offset(disp, _gloffset_VertexAttrib1fvNV, fn);
7059 }
7060
7061 typedef void (GLAPIENTRYP _glptr_VertexAttrib1sNV)(GLuint, GLshort);
7062 #define CALL_VertexAttrib1sNV(disp, parameters) \
7063 (* GET_VertexAttrib1sNV(disp)) parameters
7064 static inline _glptr_VertexAttrib1sNV GET_VertexAttrib1sNV(struct _glapi_table *disp) {
7065 return (_glptr_VertexAttrib1sNV) (GET_by_offset(disp, _gloffset_VertexAttrib1sNV));
7066 }
7067
7068 static inline void SET_VertexAttrib1sNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLshort)) {
7069 SET_by_offset(disp, _gloffset_VertexAttrib1sNV, fn);
7070 }
7071
7072 typedef void (GLAPIENTRYP _glptr_VertexAttrib1svNV)(GLuint, const GLshort *);
7073 #define CALL_VertexAttrib1svNV(disp, parameters) \
7074 (* GET_VertexAttrib1svNV(disp)) parameters
7075 static inline _glptr_VertexAttrib1svNV GET_VertexAttrib1svNV(struct _glapi_table *disp) {
7076 return (_glptr_VertexAttrib1svNV) (GET_by_offset(disp, _gloffset_VertexAttrib1svNV));
7077 }
7078
7079 static inline void SET_VertexAttrib1svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLshort *)) {
7080 SET_by_offset(disp, _gloffset_VertexAttrib1svNV, fn);
7081 }
7082
7083 typedef void (GLAPIENTRYP _glptr_VertexAttrib2dNV)(GLuint, GLdouble, GLdouble);
7084 #define CALL_VertexAttrib2dNV(disp, parameters) \
7085 (* GET_VertexAttrib2dNV(disp)) parameters
7086 static inline _glptr_VertexAttrib2dNV GET_VertexAttrib2dNV(struct _glapi_table *disp) {
7087 return (_glptr_VertexAttrib2dNV) (GET_by_offset(disp, _gloffset_VertexAttrib2dNV));
7088 }
7089
7090 static inline void SET_VertexAttrib2dNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLdouble, GLdouble)) {
7091 SET_by_offset(disp, _gloffset_VertexAttrib2dNV, fn);
7092 }
7093
7094 typedef void (GLAPIENTRYP _glptr_VertexAttrib2dvNV)(GLuint, const GLdouble *);
7095 #define CALL_VertexAttrib2dvNV(disp, parameters) \
7096 (* GET_VertexAttrib2dvNV(disp)) parameters
7097 static inline _glptr_VertexAttrib2dvNV GET_VertexAttrib2dvNV(struct _glapi_table *disp) {
7098 return (_glptr_VertexAttrib2dvNV) (GET_by_offset(disp, _gloffset_VertexAttrib2dvNV));
7099 }
7100
7101 static inline void SET_VertexAttrib2dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLdouble *)) {
7102 SET_by_offset(disp, _gloffset_VertexAttrib2dvNV, fn);
7103 }
7104
7105 typedef void (GLAPIENTRYP _glptr_VertexAttrib2fNV)(GLuint, GLfloat, GLfloat);
7106 #define CALL_VertexAttrib2fNV(disp, parameters) \
7107 (* GET_VertexAttrib2fNV(disp)) parameters
7108 static inline _glptr_VertexAttrib2fNV GET_VertexAttrib2fNV(struct _glapi_table *disp) {
7109 return (_glptr_VertexAttrib2fNV) (GET_by_offset(disp, _gloffset_VertexAttrib2fNV));
7110 }
7111
7112 static inline void SET_VertexAttrib2fNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLfloat, GLfloat)) {
7113 SET_by_offset(disp, _gloffset_VertexAttrib2fNV, fn);
7114 }
7115
7116 typedef void (GLAPIENTRYP _glptr_VertexAttrib2fvNV)(GLuint, const GLfloat *);
7117 #define CALL_VertexAttrib2fvNV(disp, parameters) \
7118 (* GET_VertexAttrib2fvNV(disp)) parameters
7119 static inline _glptr_VertexAttrib2fvNV GET_VertexAttrib2fvNV(struct _glapi_table *disp) {
7120 return (_glptr_VertexAttrib2fvNV) (GET_by_offset(disp, _gloffset_VertexAttrib2fvNV));
7121 }
7122
7123 static inline void SET_VertexAttrib2fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLfloat *)) {
7124 SET_by_offset(disp, _gloffset_VertexAttrib2fvNV, fn);
7125 }
7126
7127 typedef void (GLAPIENTRYP _glptr_VertexAttrib2sNV)(GLuint, GLshort, GLshort);
7128 #define CALL_VertexAttrib2sNV(disp, parameters) \
7129 (* GET_VertexAttrib2sNV(disp)) parameters
7130 static inline _glptr_VertexAttrib2sNV GET_VertexAttrib2sNV(struct _glapi_table *disp) {
7131 return (_glptr_VertexAttrib2sNV) (GET_by_offset(disp, _gloffset_VertexAttrib2sNV));
7132 }
7133
7134 static inline void SET_VertexAttrib2sNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLshort, GLshort)) {
7135 SET_by_offset(disp, _gloffset_VertexAttrib2sNV, fn);
7136 }
7137
7138 typedef void (GLAPIENTRYP _glptr_VertexAttrib2svNV)(GLuint, const GLshort *);
7139 #define CALL_VertexAttrib2svNV(disp, parameters) \
7140 (* GET_VertexAttrib2svNV(disp)) parameters
7141 static inline _glptr_VertexAttrib2svNV GET_VertexAttrib2svNV(struct _glapi_table *disp) {
7142 return (_glptr_VertexAttrib2svNV) (GET_by_offset(disp, _gloffset_VertexAttrib2svNV));
7143 }
7144
7145 static inline void SET_VertexAttrib2svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLshort *)) {
7146 SET_by_offset(disp, _gloffset_VertexAttrib2svNV, fn);
7147 }
7148
7149 typedef void (GLAPIENTRYP _glptr_VertexAttrib3dNV)(GLuint, GLdouble, GLdouble, GLdouble);
7150 #define CALL_VertexAttrib3dNV(disp, parameters) \
7151 (* GET_VertexAttrib3dNV(disp)) parameters
7152 static inline _glptr_VertexAttrib3dNV GET_VertexAttrib3dNV(struct _glapi_table *disp) {
7153 return (_glptr_VertexAttrib3dNV) (GET_by_offset(disp, _gloffset_VertexAttrib3dNV));
7154 }
7155
7156 static inline void SET_VertexAttrib3dNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLdouble, GLdouble, GLdouble)) {
7157 SET_by_offset(disp, _gloffset_VertexAttrib3dNV, fn);
7158 }
7159
7160 typedef void (GLAPIENTRYP _glptr_VertexAttrib3dvNV)(GLuint, const GLdouble *);
7161 #define CALL_VertexAttrib3dvNV(disp, parameters) \
7162 (* GET_VertexAttrib3dvNV(disp)) parameters
7163 static inline _glptr_VertexAttrib3dvNV GET_VertexAttrib3dvNV(struct _glapi_table *disp) {
7164 return (_glptr_VertexAttrib3dvNV) (GET_by_offset(disp, _gloffset_VertexAttrib3dvNV));
7165 }
7166
7167 static inline void SET_VertexAttrib3dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLdouble *)) {
7168 SET_by_offset(disp, _gloffset_VertexAttrib3dvNV, fn);
7169 }
7170
7171 typedef void (GLAPIENTRYP _glptr_VertexAttrib3fNV)(GLuint, GLfloat, GLfloat, GLfloat);
7172 #define CALL_VertexAttrib3fNV(disp, parameters) \
7173 (* GET_VertexAttrib3fNV(disp)) parameters
7174 static inline _glptr_VertexAttrib3fNV GET_VertexAttrib3fNV(struct _glapi_table *disp) {
7175 return (_glptr_VertexAttrib3fNV) (GET_by_offset(disp, _gloffset_VertexAttrib3fNV));
7176 }
7177
7178 static inline void SET_VertexAttrib3fNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLfloat, GLfloat, GLfloat)) {
7179 SET_by_offset(disp, _gloffset_VertexAttrib3fNV, fn);
7180 }
7181
7182 typedef void (GLAPIENTRYP _glptr_VertexAttrib3fvNV)(GLuint, const GLfloat *);
7183 #define CALL_VertexAttrib3fvNV(disp, parameters) \
7184 (* GET_VertexAttrib3fvNV(disp)) parameters
7185 static inline _glptr_VertexAttrib3fvNV GET_VertexAttrib3fvNV(struct _glapi_table *disp) {
7186 return (_glptr_VertexAttrib3fvNV) (GET_by_offset(disp, _gloffset_VertexAttrib3fvNV));
7187 }
7188
7189 static inline void SET_VertexAttrib3fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLfloat *)) {
7190 SET_by_offset(disp, _gloffset_VertexAttrib3fvNV, fn);
7191 }
7192
7193 typedef void (GLAPIENTRYP _glptr_VertexAttrib3sNV)(GLuint, GLshort, GLshort, GLshort);
7194 #define CALL_VertexAttrib3sNV(disp, parameters) \
7195 (* GET_VertexAttrib3sNV(disp)) parameters
7196 static inline _glptr_VertexAttrib3sNV GET_VertexAttrib3sNV(struct _glapi_table *disp) {
7197 return (_glptr_VertexAttrib3sNV) (GET_by_offset(disp, _gloffset_VertexAttrib3sNV));
7198 }
7199
7200 static inline void SET_VertexAttrib3sNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLshort, GLshort, GLshort)) {
7201 SET_by_offset(disp, _gloffset_VertexAttrib3sNV, fn);
7202 }
7203
7204 typedef void (GLAPIENTRYP _glptr_VertexAttrib3svNV)(GLuint, const GLshort *);
7205 #define CALL_VertexAttrib3svNV(disp, parameters) \
7206 (* GET_VertexAttrib3svNV(disp)) parameters
7207 static inline _glptr_VertexAttrib3svNV GET_VertexAttrib3svNV(struct _glapi_table *disp) {
7208 return (_glptr_VertexAttrib3svNV) (GET_by_offset(disp, _gloffset_VertexAttrib3svNV));
7209 }
7210
7211 static inline void SET_VertexAttrib3svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLshort *)) {
7212 SET_by_offset(disp, _gloffset_VertexAttrib3svNV, fn);
7213 }
7214
7215 typedef void (GLAPIENTRYP _glptr_VertexAttrib4dNV)(GLuint, GLdouble, GLdouble, GLdouble, GLdouble);
7216 #define CALL_VertexAttrib4dNV(disp, parameters) \
7217 (* GET_VertexAttrib4dNV(disp)) parameters
7218 static inline _glptr_VertexAttrib4dNV GET_VertexAttrib4dNV(struct _glapi_table *disp) {
7219 return (_glptr_VertexAttrib4dNV) (GET_by_offset(disp, _gloffset_VertexAttrib4dNV));
7220 }
7221
7222 static inline void SET_VertexAttrib4dNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLdouble, GLdouble, GLdouble, GLdouble)) {
7223 SET_by_offset(disp, _gloffset_VertexAttrib4dNV, fn);
7224 }
7225
7226 typedef void (GLAPIENTRYP _glptr_VertexAttrib4dvNV)(GLuint, const GLdouble *);
7227 #define CALL_VertexAttrib4dvNV(disp, parameters) \
7228 (* GET_VertexAttrib4dvNV(disp)) parameters
7229 static inline _glptr_VertexAttrib4dvNV GET_VertexAttrib4dvNV(struct _glapi_table *disp) {
7230 return (_glptr_VertexAttrib4dvNV) (GET_by_offset(disp, _gloffset_VertexAttrib4dvNV));
7231 }
7232
7233 static inline void SET_VertexAttrib4dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLdouble *)) {
7234 SET_by_offset(disp, _gloffset_VertexAttrib4dvNV, fn);
7235 }
7236
7237 typedef void (GLAPIENTRYP _glptr_VertexAttrib4fNV)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat);
7238 #define CALL_VertexAttrib4fNV(disp, parameters) \
7239 (* GET_VertexAttrib4fNV(disp)) parameters
7240 static inline _glptr_VertexAttrib4fNV GET_VertexAttrib4fNV(struct _glapi_table *disp) {
7241 return (_glptr_VertexAttrib4fNV) (GET_by_offset(disp, _gloffset_VertexAttrib4fNV));
7242 }
7243
7244 static inline void SET_VertexAttrib4fNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)) {
7245 SET_by_offset(disp, _gloffset_VertexAttrib4fNV, fn);
7246 }
7247
7248 typedef void (GLAPIENTRYP _glptr_VertexAttrib4fvNV)(GLuint, const GLfloat *);
7249 #define CALL_VertexAttrib4fvNV(disp, parameters) \
7250 (* GET_VertexAttrib4fvNV(disp)) parameters
7251 static inline _glptr_VertexAttrib4fvNV GET_VertexAttrib4fvNV(struct _glapi_table *disp) {
7252 return (_glptr_VertexAttrib4fvNV) (GET_by_offset(disp, _gloffset_VertexAttrib4fvNV));
7253 }
7254
7255 static inline void SET_VertexAttrib4fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLfloat *)) {
7256 SET_by_offset(disp, _gloffset_VertexAttrib4fvNV, fn);
7257 }
7258
7259 typedef void (GLAPIENTRYP _glptr_VertexAttrib4sNV)(GLuint, GLshort, GLshort, GLshort, GLshort);
7260 #define CALL_VertexAttrib4sNV(disp, parameters) \
7261 (* GET_VertexAttrib4sNV(disp)) parameters
7262 static inline _glptr_VertexAttrib4sNV GET_VertexAttrib4sNV(struct _glapi_table *disp) {
7263 return (_glptr_VertexAttrib4sNV) (GET_by_offset(disp, _gloffset_VertexAttrib4sNV));
7264 }
7265
7266 static inline void SET_VertexAttrib4sNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLshort, GLshort, GLshort, GLshort)) {
7267 SET_by_offset(disp, _gloffset_VertexAttrib4sNV, fn);
7268 }
7269
7270 typedef void (GLAPIENTRYP _glptr_VertexAttrib4svNV)(GLuint, const GLshort *);
7271 #define CALL_VertexAttrib4svNV(disp, parameters) \
7272 (* GET_VertexAttrib4svNV(disp)) parameters
7273 static inline _glptr_VertexAttrib4svNV GET_VertexAttrib4svNV(struct _glapi_table *disp) {
7274 return (_glptr_VertexAttrib4svNV) (GET_by_offset(disp, _gloffset_VertexAttrib4svNV));
7275 }
7276
7277 static inline void SET_VertexAttrib4svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLshort *)) {
7278 SET_by_offset(disp, _gloffset_VertexAttrib4svNV, fn);
7279 }
7280
7281 typedef void (GLAPIENTRYP _glptr_VertexAttrib4ubNV)(GLuint, GLubyte, GLubyte, GLubyte, GLubyte);
7282 #define CALL_VertexAttrib4ubNV(disp, parameters) \
7283 (* GET_VertexAttrib4ubNV(disp)) parameters
7284 static inline _glptr_VertexAttrib4ubNV GET_VertexAttrib4ubNV(struct _glapi_table *disp) {
7285 return (_glptr_VertexAttrib4ubNV) (GET_by_offset(disp, _gloffset_VertexAttrib4ubNV));
7286 }
7287
7288 static inline void SET_VertexAttrib4ubNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLubyte, GLubyte, GLubyte, GLubyte)) {
7289 SET_by_offset(disp, _gloffset_VertexAttrib4ubNV, fn);
7290 }
7291
7292 typedef void (GLAPIENTRYP _glptr_VertexAttrib4ubvNV)(GLuint, const GLubyte *);
7293 #define CALL_VertexAttrib4ubvNV(disp, parameters) \
7294 (* GET_VertexAttrib4ubvNV(disp)) parameters
7295 static inline _glptr_VertexAttrib4ubvNV GET_VertexAttrib4ubvNV(struct _glapi_table *disp) {
7296 return (_glptr_VertexAttrib4ubvNV) (GET_by_offset(disp, _gloffset_VertexAttrib4ubvNV));
7297 }
7298
7299 static inline void SET_VertexAttrib4ubvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, const GLubyte *)) {
7300 SET_by_offset(disp, _gloffset_VertexAttrib4ubvNV, fn);
7301 }
7302
7303 typedef void (GLAPIENTRYP _glptr_VertexAttribs1dvNV)(GLuint, GLsizei, const GLdouble *);
7304 #define CALL_VertexAttribs1dvNV(disp, parameters) \
7305 (* GET_VertexAttribs1dvNV(disp)) parameters
7306 static inline _glptr_VertexAttribs1dvNV GET_VertexAttribs1dvNV(struct _glapi_table *disp) {
7307 return (_glptr_VertexAttribs1dvNV) (GET_by_offset(disp, _gloffset_VertexAttribs1dvNV));
7308 }
7309
7310 static inline void SET_VertexAttribs1dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLdouble *)) {
7311 SET_by_offset(disp, _gloffset_VertexAttribs1dvNV, fn);
7312 }
7313
7314 typedef void (GLAPIENTRYP _glptr_VertexAttribs1fvNV)(GLuint, GLsizei, const GLfloat *);
7315 #define CALL_VertexAttribs1fvNV(disp, parameters) \
7316 (* GET_VertexAttribs1fvNV(disp)) parameters
7317 static inline _glptr_VertexAttribs1fvNV GET_VertexAttribs1fvNV(struct _glapi_table *disp) {
7318 return (_glptr_VertexAttribs1fvNV) (GET_by_offset(disp, _gloffset_VertexAttribs1fvNV));
7319 }
7320
7321 static inline void SET_VertexAttribs1fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLfloat *)) {
7322 SET_by_offset(disp, _gloffset_VertexAttribs1fvNV, fn);
7323 }
7324
7325 typedef void (GLAPIENTRYP _glptr_VertexAttribs1svNV)(GLuint, GLsizei, const GLshort *);
7326 #define CALL_VertexAttribs1svNV(disp, parameters) \
7327 (* GET_VertexAttribs1svNV(disp)) parameters
7328 static inline _glptr_VertexAttribs1svNV GET_VertexAttribs1svNV(struct _glapi_table *disp) {
7329 return (_glptr_VertexAttribs1svNV) (GET_by_offset(disp, _gloffset_VertexAttribs1svNV));
7330 }
7331
7332 static inline void SET_VertexAttribs1svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLshort *)) {
7333 SET_by_offset(disp, _gloffset_VertexAttribs1svNV, fn);
7334 }
7335
7336 typedef void (GLAPIENTRYP _glptr_VertexAttribs2dvNV)(GLuint, GLsizei, const GLdouble *);
7337 #define CALL_VertexAttribs2dvNV(disp, parameters) \
7338 (* GET_VertexAttribs2dvNV(disp)) parameters
7339 static inline _glptr_VertexAttribs2dvNV GET_VertexAttribs2dvNV(struct _glapi_table *disp) {
7340 return (_glptr_VertexAttribs2dvNV) (GET_by_offset(disp, _gloffset_VertexAttribs2dvNV));
7341 }
7342
7343 static inline void SET_VertexAttribs2dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLdouble *)) {
7344 SET_by_offset(disp, _gloffset_VertexAttribs2dvNV, fn);
7345 }
7346
7347 typedef void (GLAPIENTRYP _glptr_VertexAttribs2fvNV)(GLuint, GLsizei, const GLfloat *);
7348 #define CALL_VertexAttribs2fvNV(disp, parameters) \
7349 (* GET_VertexAttribs2fvNV(disp)) parameters
7350 static inline _glptr_VertexAttribs2fvNV GET_VertexAttribs2fvNV(struct _glapi_table *disp) {
7351 return (_glptr_VertexAttribs2fvNV) (GET_by_offset(disp, _gloffset_VertexAttribs2fvNV));
7352 }
7353
7354 static inline void SET_VertexAttribs2fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLfloat *)) {
7355 SET_by_offset(disp, _gloffset_VertexAttribs2fvNV, fn);
7356 }
7357
7358 typedef void (GLAPIENTRYP _glptr_VertexAttribs2svNV)(GLuint, GLsizei, const GLshort *);
7359 #define CALL_VertexAttribs2svNV(disp, parameters) \
7360 (* GET_VertexAttribs2svNV(disp)) parameters
7361 static inline _glptr_VertexAttribs2svNV GET_VertexAttribs2svNV(struct _glapi_table *disp) {
7362 return (_glptr_VertexAttribs2svNV) (GET_by_offset(disp, _gloffset_VertexAttribs2svNV));
7363 }
7364
7365 static inline void SET_VertexAttribs2svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLshort *)) {
7366 SET_by_offset(disp, _gloffset_VertexAttribs2svNV, fn);
7367 }
7368
7369 typedef void (GLAPIENTRYP _glptr_VertexAttribs3dvNV)(GLuint, GLsizei, const GLdouble *);
7370 #define CALL_VertexAttribs3dvNV(disp, parameters) \
7371 (* GET_VertexAttribs3dvNV(disp)) parameters
7372 static inline _glptr_VertexAttribs3dvNV GET_VertexAttribs3dvNV(struct _glapi_table *disp) {
7373 return (_glptr_VertexAttribs3dvNV) (GET_by_offset(disp, _gloffset_VertexAttribs3dvNV));
7374 }
7375
7376 static inline void SET_VertexAttribs3dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLdouble *)) {
7377 SET_by_offset(disp, _gloffset_VertexAttribs3dvNV, fn);
7378 }
7379
7380 typedef void (GLAPIENTRYP _glptr_VertexAttribs3fvNV)(GLuint, GLsizei, const GLfloat *);
7381 #define CALL_VertexAttribs3fvNV(disp, parameters) \
7382 (* GET_VertexAttribs3fvNV(disp)) parameters
7383 static inline _glptr_VertexAttribs3fvNV GET_VertexAttribs3fvNV(struct _glapi_table *disp) {
7384 return (_glptr_VertexAttribs3fvNV) (GET_by_offset(disp, _gloffset_VertexAttribs3fvNV));
7385 }
7386
7387 static inline void SET_VertexAttribs3fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLfloat *)) {
7388 SET_by_offset(disp, _gloffset_VertexAttribs3fvNV, fn);
7389 }
7390
7391 typedef void (GLAPIENTRYP _glptr_VertexAttribs3svNV)(GLuint, GLsizei, const GLshort *);
7392 #define CALL_VertexAttribs3svNV(disp, parameters) \
7393 (* GET_VertexAttribs3svNV(disp)) parameters
7394 static inline _glptr_VertexAttribs3svNV GET_VertexAttribs3svNV(struct _glapi_table *disp) {
7395 return (_glptr_VertexAttribs3svNV) (GET_by_offset(disp, _gloffset_VertexAttribs3svNV));
7396 }
7397
7398 static inline void SET_VertexAttribs3svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLshort *)) {
7399 SET_by_offset(disp, _gloffset_VertexAttribs3svNV, fn);
7400 }
7401
7402 typedef void (GLAPIENTRYP _glptr_VertexAttribs4dvNV)(GLuint, GLsizei, const GLdouble *);
7403 #define CALL_VertexAttribs4dvNV(disp, parameters) \
7404 (* GET_VertexAttribs4dvNV(disp)) parameters
7405 static inline _glptr_VertexAttribs4dvNV GET_VertexAttribs4dvNV(struct _glapi_table *disp) {
7406 return (_glptr_VertexAttribs4dvNV) (GET_by_offset(disp, _gloffset_VertexAttribs4dvNV));
7407 }
7408
7409 static inline void SET_VertexAttribs4dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLdouble *)) {
7410 SET_by_offset(disp, _gloffset_VertexAttribs4dvNV, fn);
7411 }
7412
7413 typedef void (GLAPIENTRYP _glptr_VertexAttribs4fvNV)(GLuint, GLsizei, const GLfloat *);
7414 #define CALL_VertexAttribs4fvNV(disp, parameters) \
7415 (* GET_VertexAttribs4fvNV(disp)) parameters
7416 static inline _glptr_VertexAttribs4fvNV GET_VertexAttribs4fvNV(struct _glapi_table *disp) {
7417 return (_glptr_VertexAttribs4fvNV) (GET_by_offset(disp, _gloffset_VertexAttribs4fvNV));
7418 }
7419
7420 static inline void SET_VertexAttribs4fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLfloat *)) {
7421 SET_by_offset(disp, _gloffset_VertexAttribs4fvNV, fn);
7422 }
7423
7424 typedef void (GLAPIENTRYP _glptr_VertexAttribs4svNV)(GLuint, GLsizei, const GLshort *);
7425 #define CALL_VertexAttribs4svNV(disp, parameters) \
7426 (* GET_VertexAttribs4svNV(disp)) parameters
7427 static inline _glptr_VertexAttribs4svNV GET_VertexAttribs4svNV(struct _glapi_table *disp) {
7428 return (_glptr_VertexAttribs4svNV) (GET_by_offset(disp, _gloffset_VertexAttribs4svNV));
7429 }
7430
7431 static inline void SET_VertexAttribs4svNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLshort *)) {
7432 SET_by_offset(disp, _gloffset_VertexAttribs4svNV, fn);
7433 }
7434
7435 typedef void (GLAPIENTRYP _glptr_VertexAttribs4ubvNV)(GLuint, GLsizei, const GLubyte *);
7436 #define CALL_VertexAttribs4ubvNV(disp, parameters) \
7437 (* GET_VertexAttribs4ubvNV(disp)) parameters
7438 static inline _glptr_VertexAttribs4ubvNV GET_VertexAttribs4ubvNV(struct _glapi_table *disp) {
7439 return (_glptr_VertexAttribs4ubvNV) (GET_by_offset(disp, _gloffset_VertexAttribs4ubvNV));
7440 }
7441
7442 static inline void SET_VertexAttribs4ubvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *)) {
7443 SET_by_offset(disp, _gloffset_VertexAttribs4ubvNV, fn);
7444 }
7445
7446 typedef void (GLAPIENTRYP _glptr_PointParameteriNV)(GLenum, GLint);
7447 #define CALL_PointParameteriNV(disp, parameters) \
7448 (* GET_PointParameteriNV(disp)) parameters
7449 static inline _glptr_PointParameteriNV GET_PointParameteriNV(struct _glapi_table *disp) {
7450 return (_glptr_PointParameteriNV) (GET_by_offset(disp, _gloffset_PointParameteriNV));
7451 }
7452
7453 static inline void SET_PointParameteriNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLint)) {
7454 SET_by_offset(disp, _gloffset_PointParameteriNV, fn);
7455 }
7456
7457 typedef void (GLAPIENTRYP _glptr_PointParameterivNV)(GLenum, const GLint *);
7458 #define CALL_PointParameterivNV(disp, parameters) \
7459 (* GET_PointParameterivNV(disp)) parameters
7460 static inline _glptr_PointParameterivNV GET_PointParameterivNV(struct _glapi_table *disp) {
7461 return (_glptr_PointParameterivNV) (GET_by_offset(disp, _gloffset_PointParameterivNV));
7462 }
7463
7464 static inline void SET_PointParameterivNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, const GLint *)) {
7465 SET_by_offset(disp, _gloffset_PointParameterivNV, fn);
7466 }
7467
7468 typedef void (GLAPIENTRYP _glptr_ActiveStencilFaceEXT)(GLenum);
7469 #define CALL_ActiveStencilFaceEXT(disp, parameters) \
7470 (* GET_ActiveStencilFaceEXT(disp)) parameters
7471 static inline _glptr_ActiveStencilFaceEXT GET_ActiveStencilFaceEXT(struct _glapi_table *disp) {
7472 return (_glptr_ActiveStencilFaceEXT) (GET_by_offset(disp, _gloffset_ActiveStencilFaceEXT));
7473 }
7474
7475 static inline void SET_ActiveStencilFaceEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum)) {
7476 SET_by_offset(disp, _gloffset_ActiveStencilFaceEXT, fn);
7477 }
7478
7479 typedef void (GLAPIENTRYP _glptr_BindVertexArrayAPPLE)(GLuint);
7480 #define CALL_BindVertexArrayAPPLE(disp, parameters) \
7481 (* GET_BindVertexArrayAPPLE(disp)) parameters
7482 static inline _glptr_BindVertexArrayAPPLE GET_BindVertexArrayAPPLE(struct _glapi_table *disp) {
7483 return (_glptr_BindVertexArrayAPPLE) (GET_by_offset(disp, _gloffset_BindVertexArrayAPPLE));
7484 }
7485
7486 static inline void SET_BindVertexArrayAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) {
7487 SET_by_offset(disp, _gloffset_BindVertexArrayAPPLE, fn);
7488 }
7489
7490 typedef void (GLAPIENTRYP _glptr_DeleteVertexArraysAPPLE)(GLsizei, const GLuint *);
7491 #define CALL_DeleteVertexArraysAPPLE(disp, parameters) \
7492 (* GET_DeleteVertexArraysAPPLE(disp)) parameters
7493 static inline _glptr_DeleteVertexArraysAPPLE GET_DeleteVertexArraysAPPLE(struct _glapi_table *disp) {
7494 return (_glptr_DeleteVertexArraysAPPLE) (GET_by_offset(disp, _gloffset_DeleteVertexArraysAPPLE));
7495 }
7496
7497 static inline void SET_DeleteVertexArraysAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, const GLuint *)) {
7498 SET_by_offset(disp, _gloffset_DeleteVertexArraysAPPLE, fn);
7499 }
7500
7501 typedef void (GLAPIENTRYP _glptr_GenVertexArraysAPPLE)(GLsizei, GLuint *);
7502 #define CALL_GenVertexArraysAPPLE(disp, parameters) \
7503 (* GET_GenVertexArraysAPPLE(disp)) parameters
7504 static inline _glptr_GenVertexArraysAPPLE GET_GenVertexArraysAPPLE(struct _glapi_table *disp) {
7505 return (_glptr_GenVertexArraysAPPLE) (GET_by_offset(disp, _gloffset_GenVertexArraysAPPLE));
7506 }
7507
7508 static inline void SET_GenVertexArraysAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) {
7509 SET_by_offset(disp, _gloffset_GenVertexArraysAPPLE, fn);
7510 }
7511
7512 typedef GLboolean (GLAPIENTRYP _glptr_IsVertexArrayAPPLE)(GLuint);
7513 #define CALL_IsVertexArrayAPPLE(disp, parameters) \
7514 (* GET_IsVertexArrayAPPLE(disp)) parameters
7515 static inline _glptr_IsVertexArrayAPPLE GET_IsVertexArrayAPPLE(struct _glapi_table *disp) {
7516 return (_glptr_IsVertexArrayAPPLE) (GET_by_offset(disp, _gloffset_IsVertexArrayAPPLE));
7517 }
7518
7519 static inline void SET_IsVertexArrayAPPLE(struct _glapi_table *disp, GLboolean (GLAPIENTRYP fn)(GLuint)) {
7520 SET_by_offset(disp, _gloffset_IsVertexArrayAPPLE, fn);
7521 }
7522
7523 typedef void (GLAPIENTRYP _glptr_GetProgramNamedParameterdvNV)(GLuint, GLsizei, const GLubyte *, GLdouble *);
7524 #define CALL_GetProgramNamedParameterdvNV(disp, parameters) \
7525 (* GET_GetProgramNamedParameterdvNV(disp)) parameters
7526 static inline _glptr_GetProgramNamedParameterdvNV GET_GetProgramNamedParameterdvNV(struct _glapi_table *disp) {
7527 return (_glptr_GetProgramNamedParameterdvNV) (GET_by_offset(disp, _gloffset_GetProgramNamedParameterdvNV));
7528 }
7529
7530 static inline void SET_GetProgramNamedParameterdvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, GLdouble *)) {
7531 SET_by_offset(disp, _gloffset_GetProgramNamedParameterdvNV, fn);
7532 }
7533
7534 typedef void (GLAPIENTRYP _glptr_GetProgramNamedParameterfvNV)(GLuint, GLsizei, const GLubyte *, GLfloat *);
7535 #define CALL_GetProgramNamedParameterfvNV(disp, parameters) \
7536 (* GET_GetProgramNamedParameterfvNV(disp)) parameters
7537 static inline _glptr_GetProgramNamedParameterfvNV GET_GetProgramNamedParameterfvNV(struct _glapi_table *disp) {
7538 return (_glptr_GetProgramNamedParameterfvNV) (GET_by_offset(disp, _gloffset_GetProgramNamedParameterfvNV));
7539 }
7540
7541 static inline void SET_GetProgramNamedParameterfvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, GLfloat *)) {
7542 SET_by_offset(disp, _gloffset_GetProgramNamedParameterfvNV, fn);
7543 }
7544
7545 typedef void (GLAPIENTRYP _glptr_ProgramNamedParameter4dNV)(GLuint, GLsizei, const GLubyte *, GLdouble, GLdouble, GLdouble, GLdouble);
7546 #define CALL_ProgramNamedParameter4dNV(disp, parameters) \
7547 (* GET_ProgramNamedParameter4dNV(disp)) parameters
7548 static inline _glptr_ProgramNamedParameter4dNV GET_ProgramNamedParameter4dNV(struct _glapi_table *disp) {
7549 return (_glptr_ProgramNamedParameter4dNV) (GET_by_offset(disp, _gloffset_ProgramNamedParameter4dNV));
7550 }
7551
7552 static inline void SET_ProgramNamedParameter4dNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, GLdouble, GLdouble, GLdouble, GLdouble)) {
7553 SET_by_offset(disp, _gloffset_ProgramNamedParameter4dNV, fn);
7554 }
7555
7556 typedef void (GLAPIENTRYP _glptr_ProgramNamedParameter4dvNV)(GLuint, GLsizei, const GLubyte *, const GLdouble *);
7557 #define CALL_ProgramNamedParameter4dvNV(disp, parameters) \
7558 (* GET_ProgramNamedParameter4dvNV(disp)) parameters
7559 static inline _glptr_ProgramNamedParameter4dvNV GET_ProgramNamedParameter4dvNV(struct _glapi_table *disp) {
7560 return (_glptr_ProgramNamedParameter4dvNV) (GET_by_offset(disp, _gloffset_ProgramNamedParameter4dvNV));
7561 }
7562
7563 static inline void SET_ProgramNamedParameter4dvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, const GLdouble *)) {
7564 SET_by_offset(disp, _gloffset_ProgramNamedParameter4dvNV, fn);
7565 }
7566
7567 typedef void (GLAPIENTRYP _glptr_ProgramNamedParameter4fNV)(GLuint, GLsizei, const GLubyte *, GLfloat, GLfloat, GLfloat, GLfloat);
7568 #define CALL_ProgramNamedParameter4fNV(disp, parameters) \
7569 (* GET_ProgramNamedParameter4fNV(disp)) parameters
7570 static inline _glptr_ProgramNamedParameter4fNV GET_ProgramNamedParameter4fNV(struct _glapi_table *disp) {
7571 return (_glptr_ProgramNamedParameter4fNV) (GET_by_offset(disp, _gloffset_ProgramNamedParameter4fNV));
7572 }
7573
7574 static inline void SET_ProgramNamedParameter4fNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, GLfloat, GLfloat, GLfloat, GLfloat)) {
7575 SET_by_offset(disp, _gloffset_ProgramNamedParameter4fNV, fn);
7576 }
7577
7578 typedef void (GLAPIENTRYP _glptr_ProgramNamedParameter4fvNV)(GLuint, GLsizei, const GLubyte *, const GLfloat *);
7579 #define CALL_ProgramNamedParameter4fvNV(disp, parameters) \
7580 (* GET_ProgramNamedParameter4fvNV(disp)) parameters
7581 static inline _glptr_ProgramNamedParameter4fvNV GET_ProgramNamedParameter4fvNV(struct _glapi_table *disp) {
7582 return (_glptr_ProgramNamedParameter4fvNV) (GET_by_offset(disp, _gloffset_ProgramNamedParameter4fvNV));
7583 }
7584
7585 static inline void SET_ProgramNamedParameter4fvNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei, const GLubyte *, const GLfloat *)) {
7586 SET_by_offset(disp, _gloffset_ProgramNamedParameter4fvNV, fn);
7587 }
7588
7589 typedef void (GLAPIENTRYP _glptr_DepthBoundsEXT)(GLclampd, GLclampd);
7590 #define CALL_DepthBoundsEXT(disp, parameters) \
7591 (* GET_DepthBoundsEXT(disp)) parameters
7592 static inline _glptr_DepthBoundsEXT GET_DepthBoundsEXT(struct _glapi_table *disp) {
7593 return (_glptr_DepthBoundsEXT) (GET_by_offset(disp, _gloffset_DepthBoundsEXT));
7594 }
7595
7596 static inline void SET_DepthBoundsEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLclampd, GLclampd)) {
7597 SET_by_offset(disp, _gloffset_DepthBoundsEXT, fn);
7598 }
7599
7600 typedef void (GLAPIENTRYP _glptr_BlendEquationSeparateEXT)(GLenum, GLenum);
7601 #define CALL_BlendEquationSeparateEXT(disp, parameters) \
7602 (* GET_BlendEquationSeparateEXT(disp)) parameters
7603 static inline _glptr_BlendEquationSeparateEXT GET_BlendEquationSeparateEXT(struct _glapi_table *disp) {
7604 return (_glptr_BlendEquationSeparateEXT) (GET_by_offset(disp, _gloffset_BlendEquationSeparateEXT));
7605 }
7606
7607 static inline void SET_BlendEquationSeparateEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum)) {
7608 SET_by_offset(disp, _gloffset_BlendEquationSeparateEXT, fn);
7609 }
7610
7611 typedef void (GLAPIENTRYP _glptr_BufferParameteriAPPLE)(GLenum, GLenum, GLint);
7612 #define CALL_BufferParameteriAPPLE(disp, parameters) \
7613 (* GET_BufferParameteriAPPLE(disp)) parameters
7614 static inline _glptr_BufferParameteriAPPLE GET_BufferParameteriAPPLE(struct _glapi_table *disp) {
7615 return (_glptr_BufferParameteriAPPLE) (GET_by_offset(disp, _gloffset_BufferParameteriAPPLE));
7616 }
7617
7618 static inline void SET_BufferParameteriAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint)) {
7619 SET_by_offset(disp, _gloffset_BufferParameteriAPPLE, fn);
7620 }
7621
7622 typedef void (GLAPIENTRYP _glptr_FlushMappedBufferRangeAPPLE)(GLenum, GLintptr, GLsizeiptr);
7623 #define CALL_FlushMappedBufferRangeAPPLE(disp, parameters) \
7624 (* GET_FlushMappedBufferRangeAPPLE(disp)) parameters
7625 static inline _glptr_FlushMappedBufferRangeAPPLE GET_FlushMappedBufferRangeAPPLE(struct _glapi_table *disp) {
7626 return (_glptr_FlushMappedBufferRangeAPPLE) (GET_by_offset(disp, _gloffset_FlushMappedBufferRangeAPPLE));
7627 }
7628
7629 static inline void SET_FlushMappedBufferRangeAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLintptr, GLsizeiptr)) {
7630 SET_by_offset(disp, _gloffset_FlushMappedBufferRangeAPPLE, fn);
7631 }
7632
7633 typedef void (GLAPIENTRYP _glptr_BindFragDataLocationEXT)(GLuint, GLuint, const GLchar *);
7634 #define CALL_BindFragDataLocationEXT(disp, parameters) \
7635 (* GET_BindFragDataLocationEXT(disp)) parameters
7636 static inline _glptr_BindFragDataLocationEXT GET_BindFragDataLocationEXT(struct _glapi_table *disp) {
7637 return (_glptr_BindFragDataLocationEXT) (GET_by_offset(disp, _gloffset_BindFragDataLocationEXT));
7638 }
7639
7640 static inline void SET_BindFragDataLocationEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, const GLchar *)) {
7641 SET_by_offset(disp, _gloffset_BindFragDataLocationEXT, fn);
7642 }
7643
7644 typedef GLint (GLAPIENTRYP _glptr_GetFragDataLocationEXT)(GLuint, const GLchar *);
7645 #define CALL_GetFragDataLocationEXT(disp, parameters) \
7646 (* GET_GetFragDataLocationEXT(disp)) parameters
7647 static inline _glptr_GetFragDataLocationEXT GET_GetFragDataLocationEXT(struct _glapi_table *disp) {
7648 return (_glptr_GetFragDataLocationEXT) (GET_by_offset(disp, _gloffset_GetFragDataLocationEXT));
7649 }
7650
7651 static inline void SET_GetFragDataLocationEXT(struct _glapi_table *disp, GLint (GLAPIENTRYP fn)(GLuint, const GLchar *)) {
7652 SET_by_offset(disp, _gloffset_GetFragDataLocationEXT, fn);
7653 }
7654
7655 typedef void (GLAPIENTRYP _glptr_ClearColorIiEXT)(GLint, GLint, GLint, GLint);
7656 #define CALL_ClearColorIiEXT(disp, parameters) \
7657 (* GET_ClearColorIiEXT(disp)) parameters
7658 static inline _glptr_ClearColorIiEXT GET_ClearColorIiEXT(struct _glapi_table *disp) {
7659 return (_glptr_ClearColorIiEXT) (GET_by_offset(disp, _gloffset_ClearColorIiEXT));
7660 }
7661
7662 static inline void SET_ClearColorIiEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLint, GLint, GLint, GLint)) {
7663 SET_by_offset(disp, _gloffset_ClearColorIiEXT, fn);
7664 }
7665
7666 typedef void (GLAPIENTRYP _glptr_ClearColorIuiEXT)(GLuint, GLuint, GLuint, GLuint);
7667 #define CALL_ClearColorIuiEXT(disp, parameters) \
7668 (* GET_ClearColorIuiEXT(disp)) parameters
7669 static inline _glptr_ClearColorIuiEXT GET_ClearColorIuiEXT(struct _glapi_table *disp) {
7670 return (_glptr_ClearColorIuiEXT) (GET_by_offset(disp, _gloffset_ClearColorIuiEXT));
7671 }
7672
7673 static inline void SET_ClearColorIuiEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GLuint, GLuint)) {
7674 SET_by_offset(disp, _gloffset_ClearColorIuiEXT, fn);
7675 }
7676
7677 typedef void (GLAPIENTRYP _glptr_GetTexParameterIivEXT)(GLenum, GLenum, GLint *);
7678 #define CALL_GetTexParameterIivEXT(disp, parameters) \
7679 (* GET_GetTexParameterIivEXT(disp)) parameters
7680 static inline _glptr_GetTexParameterIivEXT GET_GetTexParameterIivEXT(struct _glapi_table *disp) {
7681 return (_glptr_GetTexParameterIivEXT) (GET_by_offset(disp, _gloffset_GetTexParameterIivEXT));
7682 }
7683
7684 static inline void SET_GetTexParameterIivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint *)) {
7685 SET_by_offset(disp, _gloffset_GetTexParameterIivEXT, fn);
7686 }
7687
7688 typedef void (GLAPIENTRYP _glptr_GetTexParameterIuivEXT)(GLenum, GLenum, GLuint *);
7689 #define CALL_GetTexParameterIuivEXT(disp, parameters) \
7690 (* GET_GetTexParameterIuivEXT(disp)) parameters
7691 static inline _glptr_GetTexParameterIuivEXT GET_GetTexParameterIuivEXT(struct _glapi_table *disp) {
7692 return (_glptr_GetTexParameterIuivEXT) (GET_by_offset(disp, _gloffset_GetTexParameterIuivEXT));
7693 }
7694
7695 static inline void SET_GetTexParameterIuivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLuint *)) {
7696 SET_by_offset(disp, _gloffset_GetTexParameterIuivEXT, fn);
7697 }
7698
7699 typedef void (GLAPIENTRYP _glptr_TexParameterIivEXT)(GLenum, GLenum, const GLint *);
7700 #define CALL_TexParameterIivEXT(disp, parameters) \
7701 (* GET_TexParameterIivEXT(disp)) parameters
7702 static inline _glptr_TexParameterIivEXT GET_TexParameterIivEXT(struct _glapi_table *disp) {
7703 return (_glptr_TexParameterIivEXT) (GET_by_offset(disp, _gloffset_TexParameterIivEXT));
7704 }
7705
7706 static inline void SET_TexParameterIivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLint *)) {
7707 SET_by_offset(disp, _gloffset_TexParameterIivEXT, fn);
7708 }
7709
7710 typedef void (GLAPIENTRYP _glptr_TexParameterIuivEXT)(GLenum, GLenum, const GLuint *);
7711 #define CALL_TexParameterIuivEXT(disp, parameters) \
7712 (* GET_TexParameterIuivEXT(disp)) parameters
7713 static inline _glptr_TexParameterIuivEXT GET_TexParameterIuivEXT(struct _glapi_table *disp) {
7714 return (_glptr_TexParameterIuivEXT) (GET_by_offset(disp, _gloffset_TexParameterIuivEXT));
7715 }
7716
7717 static inline void SET_TexParameterIuivEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, const GLuint *)) {
7718 SET_by_offset(disp, _gloffset_TexParameterIuivEXT, fn);
7719 }
7720
7721 typedef void (GLAPIENTRYP _glptr_GetTexParameterPointervAPPLE)(GLenum, GLenum, GLvoid **);
7722 #define CALL_GetTexParameterPointervAPPLE(disp, parameters) \
7723 (* GET_GetTexParameterPointervAPPLE(disp)) parameters
7724 static inline _glptr_GetTexParameterPointervAPPLE GET_GetTexParameterPointervAPPLE(struct _glapi_table *disp) {
7725 return (_glptr_GetTexParameterPointervAPPLE) (GET_by_offset(disp, _gloffset_GetTexParameterPointervAPPLE));
7726 }
7727
7728 static inline void SET_GetTexParameterPointervAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLvoid **)) {
7729 SET_by_offset(disp, _gloffset_GetTexParameterPointervAPPLE, fn);
7730 }
7731
7732 typedef void (GLAPIENTRYP _glptr_TextureRangeAPPLE)(GLenum, GLsizei, GLvoid *);
7733 #define CALL_TextureRangeAPPLE(disp, parameters) \
7734 (* GET_TextureRangeAPPLE(disp)) parameters
7735 static inline _glptr_TextureRangeAPPLE GET_TextureRangeAPPLE(struct _glapi_table *disp) {
7736 return (_glptr_TextureRangeAPPLE) (GET_by_offset(disp, _gloffset_TextureRangeAPPLE));
7737 }
7738
7739 static inline void SET_TextureRangeAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLsizei, GLvoid *)) {
7740 SET_by_offset(disp, _gloffset_TextureRangeAPPLE, fn);
7741 }
7742
7743 typedef void (GLAPIENTRYP _glptr_GetObjectParameterivAPPLE)(GLenum, GLuint, GLenum, GLint *);
7744 #define CALL_GetObjectParameterivAPPLE(disp, parameters) \
7745 (* GET_GetObjectParameterivAPPLE(disp)) parameters
7746 static inline _glptr_GetObjectParameterivAPPLE GET_GetObjectParameterivAPPLE(struct _glapi_table *disp) {
7747 return (_glptr_GetObjectParameterivAPPLE) (GET_by_offset(disp, _gloffset_GetObjectParameterivAPPLE));
7748 }
7749
7750 static inline void SET_GetObjectParameterivAPPLE(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLuint, GLenum, GLint *)) {
7751 SET_by_offset(disp, _gloffset_GetObjectParameterivAPPLE, fn);
7752 }
7753
7754 typedef GLenum (GLAPIENTRYP _glptr_ObjectPurgeableAPPLE)(GLenum, GLuint, GLenum);
7755 #define CALL_ObjectPurgeableAPPLE(disp, parameters) \
7756 (* GET_ObjectPurgeableAPPLE(disp)) parameters
7757 static inline _glptr_ObjectPurgeableAPPLE GET_ObjectPurgeableAPPLE(struct _glapi_table *disp) {
7758 return (_glptr_ObjectPurgeableAPPLE) (GET_by_offset(disp, _gloffset_ObjectPurgeableAPPLE));
7759 }
7760
7761 static inline void SET_ObjectPurgeableAPPLE(struct _glapi_table *disp, GLenum (GLAPIENTRYP fn)(GLenum, GLuint, GLenum)) {
7762 SET_by_offset(disp, _gloffset_ObjectPurgeableAPPLE, fn);
7763 }
7764
7765 typedef GLenum (GLAPIENTRYP _glptr_ObjectUnpurgeableAPPLE)(GLenum, GLuint, GLenum);
7766 #define CALL_ObjectUnpurgeableAPPLE(disp, parameters) \
7767 (* GET_ObjectUnpurgeableAPPLE(disp)) parameters
7768 static inline _glptr_ObjectUnpurgeableAPPLE GET_ObjectUnpurgeableAPPLE(struct _glapi_table *disp) {
7769 return (_glptr_ObjectUnpurgeableAPPLE) (GET_by_offset(disp, _gloffset_ObjectUnpurgeableAPPLE));
7770 }
7771
7772 static inline void SET_ObjectUnpurgeableAPPLE(struct _glapi_table *disp, GLenum (GLAPIENTRYP fn)(GLenum, GLuint, GLenum)) {
7773 SET_by_offset(disp, _gloffset_ObjectUnpurgeableAPPLE, fn);
7774 }
7775
7776 typedef GLuint (GLAPIENTRYP _glptr_CreateShaderProgramEXT)(GLenum, const GLchar *);
7777 #define CALL_CreateShaderProgramEXT(disp, parameters) \
7778 (* GET_CreateShaderProgramEXT(disp)) parameters
7779 static inline _glptr_CreateShaderProgramEXT GET_CreateShaderProgramEXT(struct _glapi_table *disp) {
7780 return (_glptr_CreateShaderProgramEXT) (GET_by_offset(disp, _gloffset_CreateShaderProgramEXT));
7781 }
7782
7783 static inline void SET_CreateShaderProgramEXT(struct _glapi_table *disp, GLuint (GLAPIENTRYP fn)(GLenum, const GLchar *)) {
7784 SET_by_offset(disp, _gloffset_CreateShaderProgramEXT, fn);
7785 }
7786
7787 typedef void (GLAPIENTRYP _glptr_TextureBarrierNV)(void);
7788 #define CALL_TextureBarrierNV(disp, parameters) \
7789 (* GET_TextureBarrierNV(disp)) parameters
7790 static inline _glptr_TextureBarrierNV GET_TextureBarrierNV(struct _glapi_table *disp) {
7791 return (_glptr_TextureBarrierNV) (GET_by_offset(disp, _gloffset_TextureBarrierNV));
7792 }
7793
7794 static inline void SET_TextureBarrierNV(struct _glapi_table *disp, void (GLAPIENTRYP fn)(void)) {
7795 SET_by_offset(disp, _gloffset_TextureBarrierNV, fn);
7796 }
7797
7798 typedef void (GLAPIENTRYP _glptr_StencilFuncSeparateATI)(GLenum, GLenum, GLint, GLuint);
7799 #define CALL_StencilFuncSeparateATI(disp, parameters) \
7800 (* GET_StencilFuncSeparateATI(disp)) parameters
7801 static inline _glptr_StencilFuncSeparateATI GET_StencilFuncSeparateATI(struct _glapi_table *disp) {
7802 return (_glptr_StencilFuncSeparateATI) (GET_by_offset(disp, _gloffset_StencilFuncSeparateATI));
7803 }
7804
7805 static inline void SET_StencilFuncSeparateATI(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLenum, GLenum, GLint, GLuint)) {
7806 SET_by_offset(disp, _gloffset_StencilFuncSeparateATI, fn);
7807 }
7808
7809
7810 #endif /* !defined( _DISPATCH_H_ ) */