remap_helper.h revision e64d31b9
1/* DO NOT EDIT - This file generated automatically by remap_helper.py (from Mesa) script */ 2 3/* 4 * Copyright (C) 2009 Chia-I Wu <olv@0xlab.org> 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 * Chia-I Wu, 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#include "main/dispatch.h" 29#include "main/remap.h" 30 31/* this is internal to remap.c */ 32#ifndef need_MESA_remap_table 33#error Only remap.c should include this file! 34#endif /* need_MESA_remap_table */ 35 36 37static const char _mesa_function_pool[] = 38 /* _mesa_function_pool[0]: NewList (dynamic) */ 39 "ii\0" 40 "glNewList\0" 41 "\0" 42 /* _mesa_function_pool[14]: EndList (offset 1) */ 43 "\0" 44 "glEndList\0" 45 "\0" 46 /* _mesa_function_pool[26]: CallList (offset 2) */ 47 "i\0" 48 "glCallList\0" 49 "\0" 50 /* _mesa_function_pool[40]: CallLists (offset 3) */ 51 "iip\0" 52 "glCallLists\0" 53 "\0" 54 /* _mesa_function_pool[57]: DeleteLists (offset 4) */ 55 "ii\0" 56 "glDeleteLists\0" 57 "\0" 58 /* _mesa_function_pool[75]: GenLists (offset 5) */ 59 "i\0" 60 "glGenLists\0" 61 "\0" 62 /* _mesa_function_pool[89]: ListBase (offset 6) */ 63 "i\0" 64 "glListBase\0" 65 "\0" 66 /* _mesa_function_pool[103]: Begin (offset 7) */ 67 "i\0" 68 "glBegin\0" 69 "\0" 70 /* _mesa_function_pool[114]: Bitmap (offset 8) */ 71 "iiffffp\0" 72 "glBitmap\0" 73 "\0" 74 /* _mesa_function_pool[132]: Color3b (offset 9) */ 75 "iii\0" 76 "glColor3b\0" 77 "\0" 78 /* _mesa_function_pool[147]: Color3bv (offset 10) */ 79 "p\0" 80 "glColor3bv\0" 81 "\0" 82 /* _mesa_function_pool[161]: Color3d (offset 11) */ 83 "ddd\0" 84 "glColor3d\0" 85 "\0" 86 /* _mesa_function_pool[176]: Color3dv (offset 12) */ 87 "p\0" 88 "glColor3dv\0" 89 "\0" 90 /* _mesa_function_pool[190]: Color3f (offset 13) */ 91 "fff\0" 92 "glColor3f\0" 93 "\0" 94 /* _mesa_function_pool[205]: Color3fv (offset 14) */ 95 "p\0" 96 "glColor3fv\0" 97 "\0" 98 /* _mesa_function_pool[219]: Color3i (offset 15) */ 99 "iii\0" 100 "glColor3i\0" 101 "\0" 102 /* _mesa_function_pool[234]: Color3iv (offset 16) */ 103 "p\0" 104 "glColor3iv\0" 105 "\0" 106 /* _mesa_function_pool[248]: Color3s (offset 17) */ 107 "iii\0" 108 "glColor3s\0" 109 "\0" 110 /* _mesa_function_pool[263]: Color3sv (offset 18) */ 111 "p\0" 112 "glColor3sv\0" 113 "\0" 114 /* _mesa_function_pool[277]: Color3ub (offset 19) */ 115 "iii\0" 116 "glColor3ub\0" 117 "\0" 118 /* _mesa_function_pool[293]: Color3ubv (offset 20) */ 119 "p\0" 120 "glColor3ubv\0" 121 "\0" 122 /* _mesa_function_pool[308]: Color3ui (offset 21) */ 123 "iii\0" 124 "glColor3ui\0" 125 "\0" 126 /* _mesa_function_pool[324]: Color3uiv (offset 22) */ 127 "p\0" 128 "glColor3uiv\0" 129 "\0" 130 /* _mesa_function_pool[339]: Color3us (offset 23) */ 131 "iii\0" 132 "glColor3us\0" 133 "\0" 134 /* _mesa_function_pool[355]: Color3usv (offset 24) */ 135 "p\0" 136 "glColor3usv\0" 137 "\0" 138 /* _mesa_function_pool[370]: Color4b (offset 25) */ 139 "iiii\0" 140 "glColor4b\0" 141 "\0" 142 /* _mesa_function_pool[386]: Color4bv (offset 26) */ 143 "p\0" 144 "glColor4bv\0" 145 "\0" 146 /* _mesa_function_pool[400]: Color4d (offset 27) */ 147 "dddd\0" 148 "glColor4d\0" 149 "\0" 150 /* _mesa_function_pool[416]: Color4dv (offset 28) */ 151 "p\0" 152 "glColor4dv\0" 153 "\0" 154 /* _mesa_function_pool[430]: Color4f (offset 29) */ 155 "ffff\0" 156 "glColor4f\0" 157 "\0" 158 /* _mesa_function_pool[446]: Color4fv (offset 30) */ 159 "p\0" 160 "glColor4fv\0" 161 "\0" 162 /* _mesa_function_pool[460]: Color4i (offset 31) */ 163 "iiii\0" 164 "glColor4i\0" 165 "\0" 166 /* _mesa_function_pool[476]: Color4iv (offset 32) */ 167 "p\0" 168 "glColor4iv\0" 169 "\0" 170 /* _mesa_function_pool[490]: Color4s (offset 33) */ 171 "iiii\0" 172 "glColor4s\0" 173 "\0" 174 /* _mesa_function_pool[506]: Color4sv (offset 34) */ 175 "p\0" 176 "glColor4sv\0" 177 "\0" 178 /* _mesa_function_pool[520]: Color4ub (offset 35) */ 179 "iiii\0" 180 "glColor4ub\0" 181 "\0" 182 /* _mesa_function_pool[537]: Color4ubv (offset 36) */ 183 "p\0" 184 "glColor4ubv\0" 185 "\0" 186 /* _mesa_function_pool[552]: Color4ui (offset 37) */ 187 "iiii\0" 188 "glColor4ui\0" 189 "\0" 190 /* _mesa_function_pool[569]: Color4uiv (offset 38) */ 191 "p\0" 192 "glColor4uiv\0" 193 "\0" 194 /* _mesa_function_pool[584]: Color4us (offset 39) */ 195 "iiii\0" 196 "glColor4us\0" 197 "\0" 198 /* _mesa_function_pool[601]: Color4usv (offset 40) */ 199 "p\0" 200 "glColor4usv\0" 201 "\0" 202 /* _mesa_function_pool[616]: EdgeFlag (offset 41) */ 203 "i\0" 204 "glEdgeFlag\0" 205 "\0" 206 /* _mesa_function_pool[630]: EdgeFlagv (offset 42) */ 207 "p\0" 208 "glEdgeFlagv\0" 209 "\0" 210 /* _mesa_function_pool[645]: End (offset 43) */ 211 "\0" 212 "glEnd\0" 213 "\0" 214 /* _mesa_function_pool[653]: Indexd (offset 44) */ 215 "d\0" 216 "glIndexd\0" 217 "\0" 218 /* _mesa_function_pool[665]: Indexdv (offset 45) */ 219 "p\0" 220 "glIndexdv\0" 221 "\0" 222 /* _mesa_function_pool[678]: Indexf (offset 46) */ 223 "f\0" 224 "glIndexf\0" 225 "\0" 226 /* _mesa_function_pool[690]: Indexfv (offset 47) */ 227 "p\0" 228 "glIndexfv\0" 229 "\0" 230 /* _mesa_function_pool[703]: Indexi (offset 48) */ 231 "i\0" 232 "glIndexi\0" 233 "\0" 234 /* _mesa_function_pool[715]: Indexiv (offset 49) */ 235 "p\0" 236 "glIndexiv\0" 237 "\0" 238 /* _mesa_function_pool[728]: Indexs (offset 50) */ 239 "i\0" 240 "glIndexs\0" 241 "\0" 242 /* _mesa_function_pool[740]: Indexsv (offset 51) */ 243 "p\0" 244 "glIndexsv\0" 245 "\0" 246 /* _mesa_function_pool[753]: Normal3b (offset 52) */ 247 "iii\0" 248 "glNormal3b\0" 249 "\0" 250 /* _mesa_function_pool[769]: Normal3bv (offset 53) */ 251 "p\0" 252 "glNormal3bv\0" 253 "\0" 254 /* _mesa_function_pool[784]: Normal3d (offset 54) */ 255 "ddd\0" 256 "glNormal3d\0" 257 "\0" 258 /* _mesa_function_pool[800]: Normal3dv (offset 55) */ 259 "p\0" 260 "glNormal3dv\0" 261 "\0" 262 /* _mesa_function_pool[815]: Normal3f (offset 56) */ 263 "fff\0" 264 "glNormal3f\0" 265 "\0" 266 /* _mesa_function_pool[831]: Normal3fv (offset 57) */ 267 "p\0" 268 "glNormal3fv\0" 269 "\0" 270 /* _mesa_function_pool[846]: Normal3i (offset 58) */ 271 "iii\0" 272 "glNormal3i\0" 273 "\0" 274 /* _mesa_function_pool[862]: Normal3iv (offset 59) */ 275 "p\0" 276 "glNormal3iv\0" 277 "\0" 278 /* _mesa_function_pool[877]: Normal3s (offset 60) */ 279 "iii\0" 280 "glNormal3s\0" 281 "\0" 282 /* _mesa_function_pool[893]: Normal3sv (offset 61) */ 283 "p\0" 284 "glNormal3sv\0" 285 "\0" 286 /* _mesa_function_pool[908]: RasterPos2d (offset 62) */ 287 "dd\0" 288 "glRasterPos2d\0" 289 "\0" 290 /* _mesa_function_pool[926]: RasterPos2dv (offset 63) */ 291 "p\0" 292 "glRasterPos2dv\0" 293 "\0" 294 /* _mesa_function_pool[944]: RasterPos2f (offset 64) */ 295 "ff\0" 296 "glRasterPos2f\0" 297 "\0" 298 /* _mesa_function_pool[962]: RasterPos2fv (offset 65) */ 299 "p\0" 300 "glRasterPos2fv\0" 301 "\0" 302 /* _mesa_function_pool[980]: RasterPos2i (offset 66) */ 303 "ii\0" 304 "glRasterPos2i\0" 305 "\0" 306 /* _mesa_function_pool[998]: RasterPos2iv (offset 67) */ 307 "p\0" 308 "glRasterPos2iv\0" 309 "\0" 310 /* _mesa_function_pool[1016]: RasterPos2s (offset 68) */ 311 "ii\0" 312 "glRasterPos2s\0" 313 "\0" 314 /* _mesa_function_pool[1034]: RasterPos2sv (offset 69) */ 315 "p\0" 316 "glRasterPos2sv\0" 317 "\0" 318 /* _mesa_function_pool[1052]: RasterPos3d (offset 70) */ 319 "ddd\0" 320 "glRasterPos3d\0" 321 "\0" 322 /* _mesa_function_pool[1071]: RasterPos3dv (offset 71) */ 323 "p\0" 324 "glRasterPos3dv\0" 325 "\0" 326 /* _mesa_function_pool[1089]: RasterPos3f (offset 72) */ 327 "fff\0" 328 "glRasterPos3f\0" 329 "\0" 330 /* _mesa_function_pool[1108]: RasterPos3fv (offset 73) */ 331 "p\0" 332 "glRasterPos3fv\0" 333 "\0" 334 /* _mesa_function_pool[1126]: RasterPos3i (offset 74) */ 335 "iii\0" 336 "glRasterPos3i\0" 337 "\0" 338 /* _mesa_function_pool[1145]: RasterPos3iv (offset 75) */ 339 "p\0" 340 "glRasterPos3iv\0" 341 "\0" 342 /* _mesa_function_pool[1163]: RasterPos3s (offset 76) */ 343 "iii\0" 344 "glRasterPos3s\0" 345 "\0" 346 /* _mesa_function_pool[1182]: RasterPos3sv (offset 77) */ 347 "p\0" 348 "glRasterPos3sv\0" 349 "\0" 350 /* _mesa_function_pool[1200]: RasterPos4d (offset 78) */ 351 "dddd\0" 352 "glRasterPos4d\0" 353 "\0" 354 /* _mesa_function_pool[1220]: RasterPos4dv (offset 79) */ 355 "p\0" 356 "glRasterPos4dv\0" 357 "\0" 358 /* _mesa_function_pool[1238]: RasterPos4f (offset 80) */ 359 "ffff\0" 360 "glRasterPos4f\0" 361 "\0" 362 /* _mesa_function_pool[1258]: RasterPos4fv (offset 81) */ 363 "p\0" 364 "glRasterPos4fv\0" 365 "\0" 366 /* _mesa_function_pool[1276]: RasterPos4i (offset 82) */ 367 "iiii\0" 368 "glRasterPos4i\0" 369 "\0" 370 /* _mesa_function_pool[1296]: RasterPos4iv (offset 83) */ 371 "p\0" 372 "glRasterPos4iv\0" 373 "\0" 374 /* _mesa_function_pool[1314]: RasterPos4s (offset 84) */ 375 "iiii\0" 376 "glRasterPos4s\0" 377 "\0" 378 /* _mesa_function_pool[1334]: RasterPos4sv (offset 85) */ 379 "p\0" 380 "glRasterPos4sv\0" 381 "\0" 382 /* _mesa_function_pool[1352]: Rectd (offset 86) */ 383 "dddd\0" 384 "glRectd\0" 385 "\0" 386 /* _mesa_function_pool[1366]: Rectdv (offset 87) */ 387 "pp\0" 388 "glRectdv\0" 389 "\0" 390 /* _mesa_function_pool[1379]: Rectf (offset 88) */ 391 "ffff\0" 392 "glRectf\0" 393 "\0" 394 /* _mesa_function_pool[1393]: Rectfv (offset 89) */ 395 "pp\0" 396 "glRectfv\0" 397 "\0" 398 /* _mesa_function_pool[1406]: Recti (offset 90) */ 399 "iiii\0" 400 "glRecti\0" 401 "\0" 402 /* _mesa_function_pool[1420]: Rectiv (offset 91) */ 403 "pp\0" 404 "glRectiv\0" 405 "\0" 406 /* _mesa_function_pool[1433]: Rects (offset 92) */ 407 "iiii\0" 408 "glRects\0" 409 "\0" 410 /* _mesa_function_pool[1447]: Rectsv (offset 93) */ 411 "pp\0" 412 "glRectsv\0" 413 "\0" 414 /* _mesa_function_pool[1460]: TexCoord1d (offset 94) */ 415 "d\0" 416 "glTexCoord1d\0" 417 "\0" 418 /* _mesa_function_pool[1476]: TexCoord1dv (offset 95) */ 419 "p\0" 420 "glTexCoord1dv\0" 421 "\0" 422 /* _mesa_function_pool[1493]: TexCoord1f (offset 96) */ 423 "f\0" 424 "glTexCoord1f\0" 425 "\0" 426 /* _mesa_function_pool[1509]: TexCoord1fv (offset 97) */ 427 "p\0" 428 "glTexCoord1fv\0" 429 "\0" 430 /* _mesa_function_pool[1526]: TexCoord1i (offset 98) */ 431 "i\0" 432 "glTexCoord1i\0" 433 "\0" 434 /* _mesa_function_pool[1542]: TexCoord1iv (offset 99) */ 435 "p\0" 436 "glTexCoord1iv\0" 437 "\0" 438 /* _mesa_function_pool[1559]: TexCoord1s (offset 100) */ 439 "i\0" 440 "glTexCoord1s\0" 441 "\0" 442 /* _mesa_function_pool[1575]: TexCoord1sv (offset 101) */ 443 "p\0" 444 "glTexCoord1sv\0" 445 "\0" 446 /* _mesa_function_pool[1592]: TexCoord2d (offset 102) */ 447 "dd\0" 448 "glTexCoord2d\0" 449 "\0" 450 /* _mesa_function_pool[1609]: TexCoord2dv (offset 103) */ 451 "p\0" 452 "glTexCoord2dv\0" 453 "\0" 454 /* _mesa_function_pool[1626]: TexCoord2f (offset 104) */ 455 "ff\0" 456 "glTexCoord2f\0" 457 "\0" 458 /* _mesa_function_pool[1643]: TexCoord2fv (offset 105) */ 459 "p\0" 460 "glTexCoord2fv\0" 461 "\0" 462 /* _mesa_function_pool[1660]: TexCoord2i (offset 106) */ 463 "ii\0" 464 "glTexCoord2i\0" 465 "\0" 466 /* _mesa_function_pool[1677]: TexCoord2iv (offset 107) */ 467 "p\0" 468 "glTexCoord2iv\0" 469 "\0" 470 /* _mesa_function_pool[1694]: TexCoord2s (offset 108) */ 471 "ii\0" 472 "glTexCoord2s\0" 473 "\0" 474 /* _mesa_function_pool[1711]: TexCoord2sv (offset 109) */ 475 "p\0" 476 "glTexCoord2sv\0" 477 "\0" 478 /* _mesa_function_pool[1728]: TexCoord3d (offset 110) */ 479 "ddd\0" 480 "glTexCoord3d\0" 481 "\0" 482 /* _mesa_function_pool[1746]: TexCoord3dv (offset 111) */ 483 "p\0" 484 "glTexCoord3dv\0" 485 "\0" 486 /* _mesa_function_pool[1763]: TexCoord3f (offset 112) */ 487 "fff\0" 488 "glTexCoord3f\0" 489 "\0" 490 /* _mesa_function_pool[1781]: TexCoord3fv (offset 113) */ 491 "p\0" 492 "glTexCoord3fv\0" 493 "\0" 494 /* _mesa_function_pool[1798]: TexCoord3i (offset 114) */ 495 "iii\0" 496 "glTexCoord3i\0" 497 "\0" 498 /* _mesa_function_pool[1816]: TexCoord3iv (offset 115) */ 499 "p\0" 500 "glTexCoord3iv\0" 501 "\0" 502 /* _mesa_function_pool[1833]: TexCoord3s (offset 116) */ 503 "iii\0" 504 "glTexCoord3s\0" 505 "\0" 506 /* _mesa_function_pool[1851]: TexCoord3sv (offset 117) */ 507 "p\0" 508 "glTexCoord3sv\0" 509 "\0" 510 /* _mesa_function_pool[1868]: TexCoord4d (offset 118) */ 511 "dddd\0" 512 "glTexCoord4d\0" 513 "\0" 514 /* _mesa_function_pool[1887]: TexCoord4dv (offset 119) */ 515 "p\0" 516 "glTexCoord4dv\0" 517 "\0" 518 /* _mesa_function_pool[1904]: TexCoord4f (offset 120) */ 519 "ffff\0" 520 "glTexCoord4f\0" 521 "\0" 522 /* _mesa_function_pool[1923]: TexCoord4fv (offset 121) */ 523 "p\0" 524 "glTexCoord4fv\0" 525 "\0" 526 /* _mesa_function_pool[1940]: TexCoord4i (offset 122) */ 527 "iiii\0" 528 "glTexCoord4i\0" 529 "\0" 530 /* _mesa_function_pool[1959]: TexCoord4iv (offset 123) */ 531 "p\0" 532 "glTexCoord4iv\0" 533 "\0" 534 /* _mesa_function_pool[1976]: TexCoord4s (offset 124) */ 535 "iiii\0" 536 "glTexCoord4s\0" 537 "\0" 538 /* _mesa_function_pool[1995]: TexCoord4sv (offset 125) */ 539 "p\0" 540 "glTexCoord4sv\0" 541 "\0" 542 /* _mesa_function_pool[2012]: Vertex2d (offset 126) */ 543 "dd\0" 544 "glVertex2d\0" 545 "\0" 546 /* _mesa_function_pool[2027]: Vertex2dv (offset 127) */ 547 "p\0" 548 "glVertex2dv\0" 549 "\0" 550 /* _mesa_function_pool[2042]: Vertex2f (offset 128) */ 551 "ff\0" 552 "glVertex2f\0" 553 "\0" 554 /* _mesa_function_pool[2057]: Vertex2fv (offset 129) */ 555 "p\0" 556 "glVertex2fv\0" 557 "\0" 558 /* _mesa_function_pool[2072]: Vertex2i (offset 130) */ 559 "ii\0" 560 "glVertex2i\0" 561 "\0" 562 /* _mesa_function_pool[2087]: Vertex2iv (offset 131) */ 563 "p\0" 564 "glVertex2iv\0" 565 "\0" 566 /* _mesa_function_pool[2102]: Vertex2s (offset 132) */ 567 "ii\0" 568 "glVertex2s\0" 569 "\0" 570 /* _mesa_function_pool[2117]: Vertex2sv (offset 133) */ 571 "p\0" 572 "glVertex2sv\0" 573 "\0" 574 /* _mesa_function_pool[2132]: Vertex3d (offset 134) */ 575 "ddd\0" 576 "glVertex3d\0" 577 "\0" 578 /* _mesa_function_pool[2148]: Vertex3dv (offset 135) */ 579 "p\0" 580 "glVertex3dv\0" 581 "\0" 582 /* _mesa_function_pool[2163]: Vertex3f (offset 136) */ 583 "fff\0" 584 "glVertex3f\0" 585 "\0" 586 /* _mesa_function_pool[2179]: Vertex3fv (offset 137) */ 587 "p\0" 588 "glVertex3fv\0" 589 "\0" 590 /* _mesa_function_pool[2194]: Vertex3i (offset 138) */ 591 "iii\0" 592 "glVertex3i\0" 593 "\0" 594 /* _mesa_function_pool[2210]: Vertex3iv (offset 139) */ 595 "p\0" 596 "glVertex3iv\0" 597 "\0" 598 /* _mesa_function_pool[2225]: Vertex3s (offset 140) */ 599 "iii\0" 600 "glVertex3s\0" 601 "\0" 602 /* _mesa_function_pool[2241]: Vertex3sv (offset 141) */ 603 "p\0" 604 "glVertex3sv\0" 605 "\0" 606 /* _mesa_function_pool[2256]: Vertex4d (offset 142) */ 607 "dddd\0" 608 "glVertex4d\0" 609 "\0" 610 /* _mesa_function_pool[2273]: Vertex4dv (offset 143) */ 611 "p\0" 612 "glVertex4dv\0" 613 "\0" 614 /* _mesa_function_pool[2288]: Vertex4f (offset 144) */ 615 "ffff\0" 616 "glVertex4f\0" 617 "\0" 618 /* _mesa_function_pool[2305]: Vertex4fv (offset 145) */ 619 "p\0" 620 "glVertex4fv\0" 621 "\0" 622 /* _mesa_function_pool[2320]: Vertex4i (offset 146) */ 623 "iiii\0" 624 "glVertex4i\0" 625 "\0" 626 /* _mesa_function_pool[2337]: Vertex4iv (offset 147) */ 627 "p\0" 628 "glVertex4iv\0" 629 "\0" 630 /* _mesa_function_pool[2352]: Vertex4s (offset 148) */ 631 "iiii\0" 632 "glVertex4s\0" 633 "\0" 634 /* _mesa_function_pool[2369]: Vertex4sv (offset 149) */ 635 "p\0" 636 "glVertex4sv\0" 637 "\0" 638 /* _mesa_function_pool[2384]: ClipPlane (offset 150) */ 639 "ip\0" 640 "glClipPlane\0" 641 "\0" 642 /* _mesa_function_pool[2400]: ColorMaterial (offset 151) */ 643 "ii\0" 644 "glColorMaterial\0" 645 "\0" 646 /* _mesa_function_pool[2420]: CullFace (offset 152) */ 647 "i\0" 648 "glCullFace\0" 649 "\0" 650 /* _mesa_function_pool[2434]: Fogf (offset 153) */ 651 "if\0" 652 "glFogf\0" 653 "\0" 654 /* _mesa_function_pool[2445]: Fogfv (offset 154) */ 655 "ip\0" 656 "glFogfv\0" 657 "\0" 658 /* _mesa_function_pool[2457]: Fogi (offset 155) */ 659 "ii\0" 660 "glFogi\0" 661 "\0" 662 /* _mesa_function_pool[2468]: Fogiv (offset 156) */ 663 "ip\0" 664 "glFogiv\0" 665 "\0" 666 /* _mesa_function_pool[2480]: FrontFace (offset 157) */ 667 "i\0" 668 "glFrontFace\0" 669 "\0" 670 /* _mesa_function_pool[2495]: Hint (offset 158) */ 671 "ii\0" 672 "glHint\0" 673 "\0" 674 /* _mesa_function_pool[2506]: Lightf (offset 159) */ 675 "iif\0" 676 "glLightf\0" 677 "\0" 678 /* _mesa_function_pool[2520]: Lightfv (offset 160) */ 679 "iip\0" 680 "glLightfv\0" 681 "\0" 682 /* _mesa_function_pool[2535]: Lighti (offset 161) */ 683 "iii\0" 684 "glLighti\0" 685 "\0" 686 /* _mesa_function_pool[2549]: Lightiv (offset 162) */ 687 "iip\0" 688 "glLightiv\0" 689 "\0" 690 /* _mesa_function_pool[2564]: LightModelf (offset 163) */ 691 "if\0" 692 "glLightModelf\0" 693 "\0" 694 /* _mesa_function_pool[2582]: LightModelfv (offset 164) */ 695 "ip\0" 696 "glLightModelfv\0" 697 "\0" 698 /* _mesa_function_pool[2601]: LightModeli (offset 165) */ 699 "ii\0" 700 "glLightModeli\0" 701 "\0" 702 /* _mesa_function_pool[2619]: LightModeliv (offset 166) */ 703 "ip\0" 704 "glLightModeliv\0" 705 "\0" 706 /* _mesa_function_pool[2638]: LineStipple (offset 167) */ 707 "ii\0" 708 "glLineStipple\0" 709 "\0" 710 /* _mesa_function_pool[2656]: LineWidth (offset 168) */ 711 "f\0" 712 "glLineWidth\0" 713 "\0" 714 /* _mesa_function_pool[2671]: Materialf (offset 169) */ 715 "iif\0" 716 "glMaterialf\0" 717 "\0" 718 /* _mesa_function_pool[2688]: Materialfv (offset 170) */ 719 "iip\0" 720 "glMaterialfv\0" 721 "\0" 722 /* _mesa_function_pool[2706]: Materiali (offset 171) */ 723 "iii\0" 724 "glMateriali\0" 725 "\0" 726 /* _mesa_function_pool[2723]: Materialiv (offset 172) */ 727 "iip\0" 728 "glMaterialiv\0" 729 "\0" 730 /* _mesa_function_pool[2741]: PointSize (offset 173) */ 731 "f\0" 732 "glPointSize\0" 733 "\0" 734 /* _mesa_function_pool[2756]: PolygonMode (offset 174) */ 735 "ii\0" 736 "glPolygonMode\0" 737 "\0" 738 /* _mesa_function_pool[2774]: PolygonStipple (offset 175) */ 739 "p\0" 740 "glPolygonStipple\0" 741 "\0" 742 /* _mesa_function_pool[2794]: Scissor (offset 176) */ 743 "iiii\0" 744 "glScissor\0" 745 "\0" 746 /* _mesa_function_pool[2810]: ShadeModel (offset 177) */ 747 "i\0" 748 "glShadeModel\0" 749 "\0" 750 /* _mesa_function_pool[2826]: TexParameterf (offset 178) */ 751 "iif\0" 752 "glTexParameterf\0" 753 "\0" 754 /* _mesa_function_pool[2847]: TexParameterfv (offset 179) */ 755 "iip\0" 756 "glTexParameterfv\0" 757 "\0" 758 /* _mesa_function_pool[2869]: TexParameteri (offset 180) */ 759 "iii\0" 760 "glTexParameteri\0" 761 "\0" 762 /* _mesa_function_pool[2890]: TexParameteriv (offset 181) */ 763 "iip\0" 764 "glTexParameteriv\0" 765 "\0" 766 /* _mesa_function_pool[2912]: TexImage1D (offset 182) */ 767 "iiiiiiip\0" 768 "glTexImage1D\0" 769 "\0" 770 /* _mesa_function_pool[2935]: TexImage2D (offset 183) */ 771 "iiiiiiiip\0" 772 "glTexImage2D\0" 773 "\0" 774 /* _mesa_function_pool[2959]: TexEnvf (offset 184) */ 775 "iif\0" 776 "glTexEnvf\0" 777 "\0" 778 /* _mesa_function_pool[2974]: TexEnvfv (offset 185) */ 779 "iip\0" 780 "glTexEnvfv\0" 781 "\0" 782 /* _mesa_function_pool[2990]: TexEnvi (offset 186) */ 783 "iii\0" 784 "glTexEnvi\0" 785 "\0" 786 /* _mesa_function_pool[3005]: TexEnviv (offset 187) */ 787 "iip\0" 788 "glTexEnviv\0" 789 "\0" 790 /* _mesa_function_pool[3021]: TexGend (offset 188) */ 791 "iid\0" 792 "glTexGend\0" 793 "\0" 794 /* _mesa_function_pool[3036]: TexGendv (offset 189) */ 795 "iip\0" 796 "glTexGendv\0" 797 "\0" 798 /* _mesa_function_pool[3052]: TexGenf (offset 190) */ 799 "iif\0" 800 "glTexGenf\0" 801 "glTexGenfOES\0" 802 "\0" 803 /* _mesa_function_pool[3080]: TexGenfv (offset 191) */ 804 "iip\0" 805 "glTexGenfv\0" 806 "glTexGenfvOES\0" 807 "\0" 808 /* _mesa_function_pool[3110]: TexGeni (offset 192) */ 809 "iii\0" 810 "glTexGeni\0" 811 "glTexGeniOES\0" 812 "\0" 813 /* _mesa_function_pool[3138]: TexGeniv (offset 193) */ 814 "iip\0" 815 "glTexGeniv\0" 816 "glTexGenivOES\0" 817 "\0" 818 /* _mesa_function_pool[3168]: FeedbackBuffer (offset 194) */ 819 "iip\0" 820 "glFeedbackBuffer\0" 821 "\0" 822 /* _mesa_function_pool[3190]: SelectBuffer (offset 195) */ 823 "ip\0" 824 "glSelectBuffer\0" 825 "\0" 826 /* _mesa_function_pool[3209]: RenderMode (offset 196) */ 827 "i\0" 828 "glRenderMode\0" 829 "\0" 830 /* _mesa_function_pool[3225]: InitNames (offset 197) */ 831 "\0" 832 "glInitNames\0" 833 "\0" 834 /* _mesa_function_pool[3239]: LoadName (offset 198) */ 835 "i\0" 836 "glLoadName\0" 837 "\0" 838 /* _mesa_function_pool[3253]: PassThrough (offset 199) */ 839 "f\0" 840 "glPassThrough\0" 841 "\0" 842 /* _mesa_function_pool[3270]: PopName (offset 200) */ 843 "\0" 844 "glPopName\0" 845 "\0" 846 /* _mesa_function_pool[3282]: PushName (offset 201) */ 847 "i\0" 848 "glPushName\0" 849 "\0" 850 /* _mesa_function_pool[3296]: DrawBuffer (offset 202) */ 851 "i\0" 852 "glDrawBuffer\0" 853 "\0" 854 /* _mesa_function_pool[3312]: Clear (offset 203) */ 855 "i\0" 856 "glClear\0" 857 "\0" 858 /* _mesa_function_pool[3323]: ClearAccum (offset 204) */ 859 "ffff\0" 860 "glClearAccum\0" 861 "\0" 862 /* _mesa_function_pool[3342]: ClearIndex (offset 205) */ 863 "f\0" 864 "glClearIndex\0" 865 "\0" 866 /* _mesa_function_pool[3358]: ClearColor (offset 206) */ 867 "ffff\0" 868 "glClearColor\0" 869 "\0" 870 /* _mesa_function_pool[3377]: ClearStencil (offset 207) */ 871 "i\0" 872 "glClearStencil\0" 873 "\0" 874 /* _mesa_function_pool[3395]: ClearDepth (offset 208) */ 875 "d\0" 876 "glClearDepth\0" 877 "\0" 878 /* _mesa_function_pool[3411]: StencilMask (offset 209) */ 879 "i\0" 880 "glStencilMask\0" 881 "\0" 882 /* _mesa_function_pool[3428]: ColorMask (offset 210) */ 883 "iiii\0" 884 "glColorMask\0" 885 "\0" 886 /* _mesa_function_pool[3446]: DepthMask (offset 211) */ 887 "i\0" 888 "glDepthMask\0" 889 "\0" 890 /* _mesa_function_pool[3461]: IndexMask (offset 212) */ 891 "i\0" 892 "glIndexMask\0" 893 "\0" 894 /* _mesa_function_pool[3476]: Accum (offset 213) */ 895 "if\0" 896 "glAccum\0" 897 "\0" 898 /* _mesa_function_pool[3488]: Disable (offset 214) */ 899 "i\0" 900 "glDisable\0" 901 "\0" 902 /* _mesa_function_pool[3501]: Enable (offset 215) */ 903 "i\0" 904 "glEnable\0" 905 "\0" 906 /* _mesa_function_pool[3513]: Finish (offset 216) */ 907 "\0" 908 "glFinish\0" 909 "\0" 910 /* _mesa_function_pool[3524]: Flush (offset 217) */ 911 "\0" 912 "glFlush\0" 913 "\0" 914 /* _mesa_function_pool[3534]: PopAttrib (offset 218) */ 915 "\0" 916 "glPopAttrib\0" 917 "\0" 918 /* _mesa_function_pool[3548]: PushAttrib (offset 219) */ 919 "i\0" 920 "glPushAttrib\0" 921 "\0" 922 /* _mesa_function_pool[3564]: Map1d (offset 220) */ 923 "iddiip\0" 924 "glMap1d\0" 925 "\0" 926 /* _mesa_function_pool[3580]: Map1f (offset 221) */ 927 "iffiip\0" 928 "glMap1f\0" 929 "\0" 930 /* _mesa_function_pool[3596]: Map2d (offset 222) */ 931 "iddiiddiip\0" 932 "glMap2d\0" 933 "\0" 934 /* _mesa_function_pool[3616]: Map2f (offset 223) */ 935 "iffiiffiip\0" 936 "glMap2f\0" 937 "\0" 938 /* _mesa_function_pool[3636]: MapGrid1d (offset 224) */ 939 "idd\0" 940 "glMapGrid1d\0" 941 "\0" 942 /* _mesa_function_pool[3653]: MapGrid1f (offset 225) */ 943 "iff\0" 944 "glMapGrid1f\0" 945 "\0" 946 /* _mesa_function_pool[3670]: MapGrid2d (offset 226) */ 947 "iddidd\0" 948 "glMapGrid2d\0" 949 "\0" 950 /* _mesa_function_pool[3690]: MapGrid2f (offset 227) */ 951 "iffiff\0" 952 "glMapGrid2f\0" 953 "\0" 954 /* _mesa_function_pool[3710]: EvalCoord1d (offset 228) */ 955 "d\0" 956 "glEvalCoord1d\0" 957 "\0" 958 /* _mesa_function_pool[3727]: EvalCoord1dv (offset 229) */ 959 "p\0" 960 "glEvalCoord1dv\0" 961 "\0" 962 /* _mesa_function_pool[3745]: EvalCoord1f (offset 230) */ 963 "f\0" 964 "glEvalCoord1f\0" 965 "\0" 966 /* _mesa_function_pool[3762]: EvalCoord1fv (offset 231) */ 967 "p\0" 968 "glEvalCoord1fv\0" 969 "\0" 970 /* _mesa_function_pool[3780]: EvalCoord2d (offset 232) */ 971 "dd\0" 972 "glEvalCoord2d\0" 973 "\0" 974 /* _mesa_function_pool[3798]: EvalCoord2dv (offset 233) */ 975 "p\0" 976 "glEvalCoord2dv\0" 977 "\0" 978 /* _mesa_function_pool[3816]: EvalCoord2f (offset 234) */ 979 "ff\0" 980 "glEvalCoord2f\0" 981 "\0" 982 /* _mesa_function_pool[3834]: EvalCoord2fv (offset 235) */ 983 "p\0" 984 "glEvalCoord2fv\0" 985 "\0" 986 /* _mesa_function_pool[3852]: EvalMesh1 (offset 236) */ 987 "iii\0" 988 "glEvalMesh1\0" 989 "\0" 990 /* _mesa_function_pool[3869]: EvalPoint1 (offset 237) */ 991 "i\0" 992 "glEvalPoint1\0" 993 "\0" 994 /* _mesa_function_pool[3885]: EvalMesh2 (offset 238) */ 995 "iiiii\0" 996 "glEvalMesh2\0" 997 "\0" 998 /* _mesa_function_pool[3904]: EvalPoint2 (offset 239) */ 999 "ii\0" 1000 "glEvalPoint2\0" 1001 "\0" 1002 /* _mesa_function_pool[3921]: AlphaFunc (offset 240) */ 1003 "if\0" 1004 "glAlphaFunc\0" 1005 "\0" 1006 /* _mesa_function_pool[3937]: BlendFunc (offset 241) */ 1007 "ii\0" 1008 "glBlendFunc\0" 1009 "\0" 1010 /* _mesa_function_pool[3953]: LogicOp (offset 242) */ 1011 "i\0" 1012 "glLogicOp\0" 1013 "\0" 1014 /* _mesa_function_pool[3966]: StencilFunc (offset 243) */ 1015 "iii\0" 1016 "glStencilFunc\0" 1017 "\0" 1018 /* _mesa_function_pool[3985]: StencilOp (offset 244) */ 1019 "iii\0" 1020 "glStencilOp\0" 1021 "\0" 1022 /* _mesa_function_pool[4002]: DepthFunc (offset 245) */ 1023 "i\0" 1024 "glDepthFunc\0" 1025 "\0" 1026 /* _mesa_function_pool[4017]: PixelZoom (offset 246) */ 1027 "ff\0" 1028 "glPixelZoom\0" 1029 "\0" 1030 /* _mesa_function_pool[4033]: PixelTransferf (offset 247) */ 1031 "if\0" 1032 "glPixelTransferf\0" 1033 "\0" 1034 /* _mesa_function_pool[4054]: PixelTransferi (offset 248) */ 1035 "ii\0" 1036 "glPixelTransferi\0" 1037 "\0" 1038 /* _mesa_function_pool[4075]: PixelStoref (offset 249) */ 1039 "if\0" 1040 "glPixelStoref\0" 1041 "\0" 1042 /* _mesa_function_pool[4093]: PixelStorei (offset 250) */ 1043 "ii\0" 1044 "glPixelStorei\0" 1045 "\0" 1046 /* _mesa_function_pool[4111]: PixelMapfv (offset 251) */ 1047 "iip\0" 1048 "glPixelMapfv\0" 1049 "\0" 1050 /* _mesa_function_pool[4129]: PixelMapuiv (offset 252) */ 1051 "iip\0" 1052 "glPixelMapuiv\0" 1053 "\0" 1054 /* _mesa_function_pool[4148]: PixelMapusv (offset 253) */ 1055 "iip\0" 1056 "glPixelMapusv\0" 1057 "\0" 1058 /* _mesa_function_pool[4167]: ReadBuffer (offset 254) */ 1059 "i\0" 1060 "glReadBuffer\0" 1061 "glReadBufferNV\0" 1062 "\0" 1063 /* _mesa_function_pool[4198]: CopyPixels (offset 255) */ 1064 "iiiii\0" 1065 "glCopyPixels\0" 1066 "\0" 1067 /* _mesa_function_pool[4218]: ReadPixels (offset 256) */ 1068 "iiiiiip\0" 1069 "glReadPixels\0" 1070 "\0" 1071 /* _mesa_function_pool[4240]: DrawPixels (offset 257) */ 1072 "iiiip\0" 1073 "glDrawPixels\0" 1074 "\0" 1075 /* _mesa_function_pool[4260]: GetBooleanv (offset 258) */ 1076 "ip\0" 1077 "glGetBooleanv\0" 1078 "\0" 1079 /* _mesa_function_pool[4278]: GetClipPlane (offset 259) */ 1080 "ip\0" 1081 "glGetClipPlane\0" 1082 "\0" 1083 /* _mesa_function_pool[4297]: GetDoublev (offset 260) */ 1084 "ip\0" 1085 "glGetDoublev\0" 1086 "\0" 1087 /* _mesa_function_pool[4314]: GetError (offset 261) */ 1088 "\0" 1089 "glGetError\0" 1090 "\0" 1091 /* _mesa_function_pool[4327]: GetFloatv (offset 262) */ 1092 "ip\0" 1093 "glGetFloatv\0" 1094 "\0" 1095 /* _mesa_function_pool[4343]: GetIntegerv (offset 263) */ 1096 "ip\0" 1097 "glGetIntegerv\0" 1098 "\0" 1099 /* _mesa_function_pool[4361]: GetLightfv (offset 264) */ 1100 "iip\0" 1101 "glGetLightfv\0" 1102 "\0" 1103 /* _mesa_function_pool[4379]: GetLightiv (offset 265) */ 1104 "iip\0" 1105 "glGetLightiv\0" 1106 "\0" 1107 /* _mesa_function_pool[4397]: GetMapdv (offset 266) */ 1108 "iip\0" 1109 "glGetMapdv\0" 1110 "\0" 1111 /* _mesa_function_pool[4413]: GetMapfv (offset 267) */ 1112 "iip\0" 1113 "glGetMapfv\0" 1114 "\0" 1115 /* _mesa_function_pool[4429]: GetMapiv (offset 268) */ 1116 "iip\0" 1117 "glGetMapiv\0" 1118 "\0" 1119 /* _mesa_function_pool[4445]: GetMaterialfv (offset 269) */ 1120 "iip\0" 1121 "glGetMaterialfv\0" 1122 "\0" 1123 /* _mesa_function_pool[4466]: GetMaterialiv (offset 270) */ 1124 "iip\0" 1125 "glGetMaterialiv\0" 1126 "\0" 1127 /* _mesa_function_pool[4487]: GetPixelMapfv (offset 271) */ 1128 "ip\0" 1129 "glGetPixelMapfv\0" 1130 "\0" 1131 /* _mesa_function_pool[4507]: GetPixelMapuiv (offset 272) */ 1132 "ip\0" 1133 "glGetPixelMapuiv\0" 1134 "\0" 1135 /* _mesa_function_pool[4528]: GetPixelMapusv (offset 273) */ 1136 "ip\0" 1137 "glGetPixelMapusv\0" 1138 "\0" 1139 /* _mesa_function_pool[4549]: GetPolygonStipple (offset 274) */ 1140 "p\0" 1141 "glGetPolygonStipple\0" 1142 "\0" 1143 /* _mesa_function_pool[4572]: GetString (offset 275) */ 1144 "i\0" 1145 "glGetString\0" 1146 "\0" 1147 /* _mesa_function_pool[4587]: GetTexEnvfv (offset 276) */ 1148 "iip\0" 1149 "glGetTexEnvfv\0" 1150 "\0" 1151 /* _mesa_function_pool[4606]: GetTexEnviv (offset 277) */ 1152 "iip\0" 1153 "glGetTexEnviv\0" 1154 "\0" 1155 /* _mesa_function_pool[4625]: GetTexGendv (offset 278) */ 1156 "iip\0" 1157 "glGetTexGendv\0" 1158 "\0" 1159 /* _mesa_function_pool[4644]: GetTexGenfv (offset 279) */ 1160 "iip\0" 1161 "glGetTexGenfv\0" 1162 "glGetTexGenfvOES\0" 1163 "\0" 1164 /* _mesa_function_pool[4680]: GetTexGeniv (offset 280) */ 1165 "iip\0" 1166 "glGetTexGeniv\0" 1167 "glGetTexGenivOES\0" 1168 "\0" 1169 /* _mesa_function_pool[4716]: GetTexImage (offset 281) */ 1170 "iiiip\0" 1171 "glGetTexImage\0" 1172 "\0" 1173 /* _mesa_function_pool[4737]: GetTexParameterfv (offset 282) */ 1174 "iip\0" 1175 "glGetTexParameterfv\0" 1176 "\0" 1177 /* _mesa_function_pool[4762]: GetTexParameteriv (offset 283) */ 1178 "iip\0" 1179 "glGetTexParameteriv\0" 1180 "\0" 1181 /* _mesa_function_pool[4787]: GetTexLevelParameterfv (offset 284) */ 1182 "iiip\0" 1183 "glGetTexLevelParameterfv\0" 1184 "\0" 1185 /* _mesa_function_pool[4818]: GetTexLevelParameteriv (offset 285) */ 1186 "iiip\0" 1187 "glGetTexLevelParameteriv\0" 1188 "\0" 1189 /* _mesa_function_pool[4849]: IsEnabled (offset 286) */ 1190 "i\0" 1191 "glIsEnabled\0" 1192 "\0" 1193 /* _mesa_function_pool[4864]: IsList (offset 287) */ 1194 "i\0" 1195 "glIsList\0" 1196 "\0" 1197 /* _mesa_function_pool[4876]: DepthRange (offset 288) */ 1198 "dd\0" 1199 "glDepthRange\0" 1200 "\0" 1201 /* _mesa_function_pool[4893]: Frustum (offset 289) */ 1202 "dddddd\0" 1203 "glFrustum\0" 1204 "\0" 1205 /* _mesa_function_pool[4911]: LoadIdentity (offset 290) */ 1206 "\0" 1207 "glLoadIdentity\0" 1208 "\0" 1209 /* _mesa_function_pool[4928]: LoadMatrixf (offset 291) */ 1210 "p\0" 1211 "glLoadMatrixf\0" 1212 "\0" 1213 /* _mesa_function_pool[4945]: LoadMatrixd (offset 292) */ 1214 "p\0" 1215 "glLoadMatrixd\0" 1216 "\0" 1217 /* _mesa_function_pool[4962]: MatrixMode (offset 293) */ 1218 "i\0" 1219 "glMatrixMode\0" 1220 "\0" 1221 /* _mesa_function_pool[4978]: MultMatrixf (offset 294) */ 1222 "p\0" 1223 "glMultMatrixf\0" 1224 "\0" 1225 /* _mesa_function_pool[4995]: MultMatrixd (offset 295) */ 1226 "p\0" 1227 "glMultMatrixd\0" 1228 "\0" 1229 /* _mesa_function_pool[5012]: Ortho (offset 296) */ 1230 "dddddd\0" 1231 "glOrtho\0" 1232 "\0" 1233 /* _mesa_function_pool[5028]: PopMatrix (offset 297) */ 1234 "\0" 1235 "glPopMatrix\0" 1236 "\0" 1237 /* _mesa_function_pool[5042]: PushMatrix (offset 298) */ 1238 "\0" 1239 "glPushMatrix\0" 1240 "\0" 1241 /* _mesa_function_pool[5057]: Rotated (offset 299) */ 1242 "dddd\0" 1243 "glRotated\0" 1244 "\0" 1245 /* _mesa_function_pool[5073]: Rotatef (offset 300) */ 1246 "ffff\0" 1247 "glRotatef\0" 1248 "\0" 1249 /* _mesa_function_pool[5089]: Scaled (offset 301) */ 1250 "ddd\0" 1251 "glScaled\0" 1252 "\0" 1253 /* _mesa_function_pool[5103]: Scalef (offset 302) */ 1254 "fff\0" 1255 "glScalef\0" 1256 "\0" 1257 /* _mesa_function_pool[5117]: Translated (offset 303) */ 1258 "ddd\0" 1259 "glTranslated\0" 1260 "\0" 1261 /* _mesa_function_pool[5135]: Translatef (offset 304) */ 1262 "fff\0" 1263 "glTranslatef\0" 1264 "\0" 1265 /* _mesa_function_pool[5153]: Viewport (offset 305) */ 1266 "iiii\0" 1267 "glViewport\0" 1268 "\0" 1269 /* _mesa_function_pool[5170]: ArrayElement (offset 306) */ 1270 "i\0" 1271 "glArrayElement\0" 1272 "glArrayElementEXT\0" 1273 "\0" 1274 /* _mesa_function_pool[5206]: ColorPointer (offset 308) */ 1275 "iiip\0" 1276 "glColorPointer\0" 1277 "\0" 1278 /* _mesa_function_pool[5227]: DisableClientState (offset 309) */ 1279 "i\0" 1280 "glDisableClientState\0" 1281 "\0" 1282 /* _mesa_function_pool[5251]: DrawArrays (offset 310) */ 1283 "iii\0" 1284 "glDrawArrays\0" 1285 "glDrawArraysEXT\0" 1286 "\0" 1287 /* _mesa_function_pool[5285]: DrawElements (offset 311) */ 1288 "iiip\0" 1289 "glDrawElements\0" 1290 "\0" 1291 /* _mesa_function_pool[5306]: EdgeFlagPointer (offset 312) */ 1292 "ip\0" 1293 "glEdgeFlagPointer\0" 1294 "\0" 1295 /* _mesa_function_pool[5328]: EnableClientState (offset 313) */ 1296 "i\0" 1297 "glEnableClientState\0" 1298 "\0" 1299 /* _mesa_function_pool[5351]: GetPointerv (offset 329) */ 1300 "ip\0" 1301 "glGetPointerv\0" 1302 "glGetPointervKHR\0" 1303 "glGetPointervEXT\0" 1304 "\0" 1305 /* _mesa_function_pool[5403]: IndexPointer (offset 314) */ 1306 "iip\0" 1307 "glIndexPointer\0" 1308 "\0" 1309 /* _mesa_function_pool[5423]: InterleavedArrays (offset 317) */ 1310 "iip\0" 1311 "glInterleavedArrays\0" 1312 "\0" 1313 /* _mesa_function_pool[5448]: NormalPointer (offset 318) */ 1314 "iip\0" 1315 "glNormalPointer\0" 1316 "\0" 1317 /* _mesa_function_pool[5469]: TexCoordPointer (offset 320) */ 1318 "iiip\0" 1319 "glTexCoordPointer\0" 1320 "\0" 1321 /* _mesa_function_pool[5493]: VertexPointer (offset 321) */ 1322 "iiip\0" 1323 "glVertexPointer\0" 1324 "\0" 1325 /* _mesa_function_pool[5515]: PolygonOffset (offset 319) */ 1326 "ff\0" 1327 "glPolygonOffset\0" 1328 "\0" 1329 /* _mesa_function_pool[5535]: CopyTexImage1D (offset 323) */ 1330 "iiiiiii\0" 1331 "glCopyTexImage1D\0" 1332 "glCopyTexImage1DEXT\0" 1333 "\0" 1334 /* _mesa_function_pool[5581]: CopyTexImage2D (offset 324) */ 1335 "iiiiiiii\0" 1336 "glCopyTexImage2D\0" 1337 "glCopyTexImage2DEXT\0" 1338 "\0" 1339 /* _mesa_function_pool[5628]: CopyTexSubImage1D (offset 325) */ 1340 "iiiiii\0" 1341 "glCopyTexSubImage1D\0" 1342 "glCopyTexSubImage1DEXT\0" 1343 "\0" 1344 /* _mesa_function_pool[5679]: CopyTexSubImage2D (offset 326) */ 1345 "iiiiiiii\0" 1346 "glCopyTexSubImage2D\0" 1347 "glCopyTexSubImage2DEXT\0" 1348 "\0" 1349 /* _mesa_function_pool[5732]: TexSubImage1D (offset 332) */ 1350 "iiiiiip\0" 1351 "glTexSubImage1D\0" 1352 "glTexSubImage1DEXT\0" 1353 "\0" 1354 /* _mesa_function_pool[5776]: TexSubImage2D (offset 333) */ 1355 "iiiiiiiip\0" 1356 "glTexSubImage2D\0" 1357 "glTexSubImage2DEXT\0" 1358 "\0" 1359 /* _mesa_function_pool[5822]: AreTexturesResident (offset 322) */ 1360 "ipp\0" 1361 "glAreTexturesResident\0" 1362 "glAreTexturesResidentEXT\0" 1363 "\0" 1364 /* _mesa_function_pool[5874]: BindTexture (offset 307) */ 1365 "ii\0" 1366 "glBindTexture\0" 1367 "glBindTextureEXT\0" 1368 "\0" 1369 /* _mesa_function_pool[5909]: DeleteTextures (offset 327) */ 1370 "ip\0" 1371 "glDeleteTextures\0" 1372 "glDeleteTexturesEXT\0" 1373 "\0" 1374 /* _mesa_function_pool[5950]: GenTextures (offset 328) */ 1375 "ip\0" 1376 "glGenTextures\0" 1377 "glGenTexturesEXT\0" 1378 "\0" 1379 /* _mesa_function_pool[5985]: IsTexture (offset 330) */ 1380 "i\0" 1381 "glIsTexture\0" 1382 "glIsTextureEXT\0" 1383 "\0" 1384 /* _mesa_function_pool[6015]: PrioritizeTextures (offset 331) */ 1385 "ipp\0" 1386 "glPrioritizeTextures\0" 1387 "glPrioritizeTexturesEXT\0" 1388 "\0" 1389 /* _mesa_function_pool[6065]: Indexub (offset 315) */ 1390 "i\0" 1391 "glIndexub\0" 1392 "\0" 1393 /* _mesa_function_pool[6078]: Indexubv (offset 316) */ 1394 "p\0" 1395 "glIndexubv\0" 1396 "\0" 1397 /* _mesa_function_pool[6092]: PopClientAttrib (offset 334) */ 1398 "\0" 1399 "glPopClientAttrib\0" 1400 "\0" 1401 /* _mesa_function_pool[6112]: PushClientAttrib (offset 335) */ 1402 "i\0" 1403 "glPushClientAttrib\0" 1404 "\0" 1405 /* _mesa_function_pool[6134]: BlendColor (offset 336) */ 1406 "ffff\0" 1407 "glBlendColor\0" 1408 "glBlendColorEXT\0" 1409 "\0" 1410 /* _mesa_function_pool[6169]: BlendEquation (offset 337) */ 1411 "i\0" 1412 "glBlendEquation\0" 1413 "glBlendEquationEXT\0" 1414 "glBlendEquationOES\0" 1415 "\0" 1416 /* _mesa_function_pool[6226]: DrawRangeElements (offset 338) */ 1417 "iiiiip\0" 1418 "glDrawRangeElements\0" 1419 "glDrawRangeElementsEXT\0" 1420 "\0" 1421 /* _mesa_function_pool[6277]: ColorTable (offset 339) */ 1422 "iiiiip\0" 1423 "glColorTable\0" 1424 "glColorTableSGI\0" 1425 "glColorTableEXT\0" 1426 "\0" 1427 /* _mesa_function_pool[6330]: ColorTableParameterfv (offset 340) */ 1428 "iip\0" 1429 "glColorTableParameterfv\0" 1430 "glColorTableParameterfvSGI\0" 1431 "\0" 1432 /* _mesa_function_pool[6386]: ColorTableParameteriv (offset 341) */ 1433 "iip\0" 1434 "glColorTableParameteriv\0" 1435 "glColorTableParameterivSGI\0" 1436 "\0" 1437 /* _mesa_function_pool[6442]: CopyColorTable (offset 342) */ 1438 "iiiii\0" 1439 "glCopyColorTable\0" 1440 "glCopyColorTableSGI\0" 1441 "\0" 1442 /* _mesa_function_pool[6486]: GetColorTable (offset 343) */ 1443 "iiip\0" 1444 "glGetColorTable\0" 1445 "glGetColorTableSGI\0" 1446 "glGetColorTableEXT\0" 1447 "\0" 1448 /* _mesa_function_pool[6546]: GetColorTableParameterfv (offset 344) */ 1449 "iip\0" 1450 "glGetColorTableParameterfv\0" 1451 "glGetColorTableParameterfvSGI\0" 1452 "glGetColorTableParameterfvEXT\0" 1453 "\0" 1454 /* _mesa_function_pool[6638]: GetColorTableParameteriv (offset 345) */ 1455 "iip\0" 1456 "glGetColorTableParameteriv\0" 1457 "glGetColorTableParameterivSGI\0" 1458 "glGetColorTableParameterivEXT\0" 1459 "\0" 1460 /* _mesa_function_pool[6730]: ColorSubTable (offset 346) */ 1461 "iiiiip\0" 1462 "glColorSubTable\0" 1463 "glColorSubTableEXT\0" 1464 "\0" 1465 /* _mesa_function_pool[6773]: CopyColorSubTable (offset 347) */ 1466 "iiiii\0" 1467 "glCopyColorSubTable\0" 1468 "glCopyColorSubTableEXT\0" 1469 "\0" 1470 /* _mesa_function_pool[6823]: ConvolutionFilter1D (offset 348) */ 1471 "iiiiip\0" 1472 "glConvolutionFilter1D\0" 1473 "glConvolutionFilter1DEXT\0" 1474 "\0" 1475 /* _mesa_function_pool[6878]: ConvolutionFilter2D (offset 349) */ 1476 "iiiiiip\0" 1477 "glConvolutionFilter2D\0" 1478 "glConvolutionFilter2DEXT\0" 1479 "\0" 1480 /* _mesa_function_pool[6934]: ConvolutionParameterf (offset 350) */ 1481 "iif\0" 1482 "glConvolutionParameterf\0" 1483 "glConvolutionParameterfEXT\0" 1484 "\0" 1485 /* _mesa_function_pool[6990]: ConvolutionParameterfv (offset 351) */ 1486 "iip\0" 1487 "glConvolutionParameterfv\0" 1488 "glConvolutionParameterfvEXT\0" 1489 "\0" 1490 /* _mesa_function_pool[7048]: ConvolutionParameteri (offset 352) */ 1491 "iii\0" 1492 "glConvolutionParameteri\0" 1493 "glConvolutionParameteriEXT\0" 1494 "\0" 1495 /* _mesa_function_pool[7104]: ConvolutionParameteriv (offset 353) */ 1496 "iip\0" 1497 "glConvolutionParameteriv\0" 1498 "glConvolutionParameterivEXT\0" 1499 "\0" 1500 /* _mesa_function_pool[7162]: CopyConvolutionFilter1D (offset 354) */ 1501 "iiiii\0" 1502 "glCopyConvolutionFilter1D\0" 1503 "glCopyConvolutionFilter1DEXT\0" 1504 "\0" 1505 /* _mesa_function_pool[7224]: CopyConvolutionFilter2D (offset 355) */ 1506 "iiiiii\0" 1507 "glCopyConvolutionFilter2D\0" 1508 "glCopyConvolutionFilter2DEXT\0" 1509 "\0" 1510 /* _mesa_function_pool[7287]: GetConvolutionFilter (offset 356) */ 1511 "iiip\0" 1512 "glGetConvolutionFilter\0" 1513 "glGetConvolutionFilterEXT\0" 1514 "\0" 1515 /* _mesa_function_pool[7342]: GetConvolutionParameterfv (offset 357) */ 1516 "iip\0" 1517 "glGetConvolutionParameterfv\0" 1518 "glGetConvolutionParameterfvEXT\0" 1519 "\0" 1520 /* _mesa_function_pool[7406]: GetConvolutionParameteriv (offset 358) */ 1521 "iip\0" 1522 "glGetConvolutionParameteriv\0" 1523 "glGetConvolutionParameterivEXT\0" 1524 "\0" 1525 /* _mesa_function_pool[7470]: GetSeparableFilter (offset 359) */ 1526 "iiippp\0" 1527 "glGetSeparableFilter\0" 1528 "glGetSeparableFilterEXT\0" 1529 "\0" 1530 /* _mesa_function_pool[7523]: SeparableFilter2D (offset 360) */ 1531 "iiiiiipp\0" 1532 "glSeparableFilter2D\0" 1533 "glSeparableFilter2DEXT\0" 1534 "\0" 1535 /* _mesa_function_pool[7576]: GetHistogram (offset 361) */ 1536 "iiiip\0" 1537 "glGetHistogram\0" 1538 "glGetHistogramEXT\0" 1539 "\0" 1540 /* _mesa_function_pool[7616]: GetHistogramParameterfv (offset 362) */ 1541 "iip\0" 1542 "glGetHistogramParameterfv\0" 1543 "glGetHistogramParameterfvEXT\0" 1544 "\0" 1545 /* _mesa_function_pool[7676]: GetHistogramParameteriv (offset 363) */ 1546 "iip\0" 1547 "glGetHistogramParameteriv\0" 1548 "glGetHistogramParameterivEXT\0" 1549 "\0" 1550 /* _mesa_function_pool[7736]: GetMinmax (offset 364) */ 1551 "iiiip\0" 1552 "glGetMinmax\0" 1553 "glGetMinmaxEXT\0" 1554 "\0" 1555 /* _mesa_function_pool[7770]: GetMinmaxParameterfv (offset 365) */ 1556 "iip\0" 1557 "glGetMinmaxParameterfv\0" 1558 "glGetMinmaxParameterfvEXT\0" 1559 "\0" 1560 /* _mesa_function_pool[7824]: GetMinmaxParameteriv (offset 366) */ 1561 "iip\0" 1562 "glGetMinmaxParameteriv\0" 1563 "glGetMinmaxParameterivEXT\0" 1564 "\0" 1565 /* _mesa_function_pool[7878]: Histogram (offset 367) */ 1566 "iiii\0" 1567 "glHistogram\0" 1568 "glHistogramEXT\0" 1569 "\0" 1570 /* _mesa_function_pool[7911]: Minmax (offset 368) */ 1571 "iii\0" 1572 "glMinmax\0" 1573 "glMinmaxEXT\0" 1574 "\0" 1575 /* _mesa_function_pool[7937]: ResetHistogram (offset 369) */ 1576 "i\0" 1577 "glResetHistogram\0" 1578 "glResetHistogramEXT\0" 1579 "\0" 1580 /* _mesa_function_pool[7977]: ResetMinmax (offset 370) */ 1581 "i\0" 1582 "glResetMinmax\0" 1583 "glResetMinmaxEXT\0" 1584 "\0" 1585 /* _mesa_function_pool[8011]: TexImage3D (offset 371) */ 1586 "iiiiiiiiip\0" 1587 "glTexImage3D\0" 1588 "glTexImage3DEXT\0" 1589 "glTexImage3DOES\0" 1590 "\0" 1591 /* _mesa_function_pool[8068]: TexSubImage3D (offset 372) */ 1592 "iiiiiiiiiip\0" 1593 "glTexSubImage3D\0" 1594 "glTexSubImage3DEXT\0" 1595 "glTexSubImage3DOES\0" 1596 "\0" 1597 /* _mesa_function_pool[8135]: CopyTexSubImage3D (offset 373) */ 1598 "iiiiiiiii\0" 1599 "glCopyTexSubImage3D\0" 1600 "glCopyTexSubImage3DEXT\0" 1601 "glCopyTexSubImage3DOES\0" 1602 "\0" 1603 /* _mesa_function_pool[8212]: ActiveTexture (offset 374) */ 1604 "i\0" 1605 "glActiveTexture\0" 1606 "glActiveTextureARB\0" 1607 "\0" 1608 /* _mesa_function_pool[8250]: ClientActiveTexture (offset 375) */ 1609 "i\0" 1610 "glClientActiveTexture\0" 1611 "glClientActiveTextureARB\0" 1612 "\0" 1613 /* _mesa_function_pool[8300]: MultiTexCoord1d (offset 376) */ 1614 "id\0" 1615 "glMultiTexCoord1d\0" 1616 "glMultiTexCoord1dARB\0" 1617 "\0" 1618 /* _mesa_function_pool[8343]: MultiTexCoord1dv (offset 377) */ 1619 "ip\0" 1620 "glMultiTexCoord1dv\0" 1621 "glMultiTexCoord1dvARB\0" 1622 "\0" 1623 /* _mesa_function_pool[8388]: MultiTexCoord1fARB (offset 378) */ 1624 "if\0" 1625 "glMultiTexCoord1f\0" 1626 "glMultiTexCoord1fARB\0" 1627 "\0" 1628 /* _mesa_function_pool[8431]: MultiTexCoord1fvARB (offset 379) */ 1629 "ip\0" 1630 "glMultiTexCoord1fv\0" 1631 "glMultiTexCoord1fvARB\0" 1632 "\0" 1633 /* _mesa_function_pool[8476]: MultiTexCoord1i (offset 380) */ 1634 "ii\0" 1635 "glMultiTexCoord1i\0" 1636 "glMultiTexCoord1iARB\0" 1637 "\0" 1638 /* _mesa_function_pool[8519]: MultiTexCoord1iv (offset 381) */ 1639 "ip\0" 1640 "glMultiTexCoord1iv\0" 1641 "glMultiTexCoord1ivARB\0" 1642 "\0" 1643 /* _mesa_function_pool[8564]: MultiTexCoord1s (offset 382) */ 1644 "ii\0" 1645 "glMultiTexCoord1s\0" 1646 "glMultiTexCoord1sARB\0" 1647 "\0" 1648 /* _mesa_function_pool[8607]: MultiTexCoord1sv (offset 383) */ 1649 "ip\0" 1650 "glMultiTexCoord1sv\0" 1651 "glMultiTexCoord1svARB\0" 1652 "\0" 1653 /* _mesa_function_pool[8652]: MultiTexCoord2d (offset 384) */ 1654 "idd\0" 1655 "glMultiTexCoord2d\0" 1656 "glMultiTexCoord2dARB\0" 1657 "\0" 1658 /* _mesa_function_pool[8696]: MultiTexCoord2dv (offset 385) */ 1659 "ip\0" 1660 "glMultiTexCoord2dv\0" 1661 "glMultiTexCoord2dvARB\0" 1662 "\0" 1663 /* _mesa_function_pool[8741]: MultiTexCoord2fARB (offset 386) */ 1664 "iff\0" 1665 "glMultiTexCoord2f\0" 1666 "glMultiTexCoord2fARB\0" 1667 "\0" 1668 /* _mesa_function_pool[8785]: MultiTexCoord2fvARB (offset 387) */ 1669 "ip\0" 1670 "glMultiTexCoord2fv\0" 1671 "glMultiTexCoord2fvARB\0" 1672 "\0" 1673 /* _mesa_function_pool[8830]: MultiTexCoord2i (offset 388) */ 1674 "iii\0" 1675 "glMultiTexCoord2i\0" 1676 "glMultiTexCoord2iARB\0" 1677 "\0" 1678 /* _mesa_function_pool[8874]: MultiTexCoord2iv (offset 389) */ 1679 "ip\0" 1680 "glMultiTexCoord2iv\0" 1681 "glMultiTexCoord2ivARB\0" 1682 "\0" 1683 /* _mesa_function_pool[8919]: MultiTexCoord2s (offset 390) */ 1684 "iii\0" 1685 "glMultiTexCoord2s\0" 1686 "glMultiTexCoord2sARB\0" 1687 "\0" 1688 /* _mesa_function_pool[8963]: MultiTexCoord2sv (offset 391) */ 1689 "ip\0" 1690 "glMultiTexCoord2sv\0" 1691 "glMultiTexCoord2svARB\0" 1692 "\0" 1693 /* _mesa_function_pool[9008]: MultiTexCoord3d (offset 392) */ 1694 "iddd\0" 1695 "glMultiTexCoord3d\0" 1696 "glMultiTexCoord3dARB\0" 1697 "\0" 1698 /* _mesa_function_pool[9053]: MultiTexCoord3dv (offset 393) */ 1699 "ip\0" 1700 "glMultiTexCoord3dv\0" 1701 "glMultiTexCoord3dvARB\0" 1702 "\0" 1703 /* _mesa_function_pool[9098]: MultiTexCoord3fARB (offset 394) */ 1704 "ifff\0" 1705 "glMultiTexCoord3f\0" 1706 "glMultiTexCoord3fARB\0" 1707 "\0" 1708 /* _mesa_function_pool[9143]: MultiTexCoord3fvARB (offset 395) */ 1709 "ip\0" 1710 "glMultiTexCoord3fv\0" 1711 "glMultiTexCoord3fvARB\0" 1712 "\0" 1713 /* _mesa_function_pool[9188]: MultiTexCoord3i (offset 396) */ 1714 "iiii\0" 1715 "glMultiTexCoord3i\0" 1716 "glMultiTexCoord3iARB\0" 1717 "\0" 1718 /* _mesa_function_pool[9233]: MultiTexCoord3iv (offset 397) */ 1719 "ip\0" 1720 "glMultiTexCoord3iv\0" 1721 "glMultiTexCoord3ivARB\0" 1722 "\0" 1723 /* _mesa_function_pool[9278]: MultiTexCoord3s (offset 398) */ 1724 "iiii\0" 1725 "glMultiTexCoord3s\0" 1726 "glMultiTexCoord3sARB\0" 1727 "\0" 1728 /* _mesa_function_pool[9323]: MultiTexCoord3sv (offset 399) */ 1729 "ip\0" 1730 "glMultiTexCoord3sv\0" 1731 "glMultiTexCoord3svARB\0" 1732 "\0" 1733 /* _mesa_function_pool[9368]: MultiTexCoord4d (offset 400) */ 1734 "idddd\0" 1735 "glMultiTexCoord4d\0" 1736 "glMultiTexCoord4dARB\0" 1737 "\0" 1738 /* _mesa_function_pool[9414]: MultiTexCoord4dv (offset 401) */ 1739 "ip\0" 1740 "glMultiTexCoord4dv\0" 1741 "glMultiTexCoord4dvARB\0" 1742 "\0" 1743 /* _mesa_function_pool[9459]: MultiTexCoord4fARB (offset 402) */ 1744 "iffff\0" 1745 "glMultiTexCoord4f\0" 1746 "glMultiTexCoord4fARB\0" 1747 "\0" 1748 /* _mesa_function_pool[9505]: MultiTexCoord4fvARB (offset 403) */ 1749 "ip\0" 1750 "glMultiTexCoord4fv\0" 1751 "glMultiTexCoord4fvARB\0" 1752 "\0" 1753 /* _mesa_function_pool[9550]: MultiTexCoord4i (offset 404) */ 1754 "iiiii\0" 1755 "glMultiTexCoord4i\0" 1756 "glMultiTexCoord4iARB\0" 1757 "\0" 1758 /* _mesa_function_pool[9596]: MultiTexCoord4iv (offset 405) */ 1759 "ip\0" 1760 "glMultiTexCoord4iv\0" 1761 "glMultiTexCoord4ivARB\0" 1762 "\0" 1763 /* _mesa_function_pool[9641]: MultiTexCoord4s (offset 406) */ 1764 "iiiii\0" 1765 "glMultiTexCoord4s\0" 1766 "glMultiTexCoord4sARB\0" 1767 "\0" 1768 /* _mesa_function_pool[9687]: MultiTexCoord4sv (offset 407) */ 1769 "ip\0" 1770 "glMultiTexCoord4sv\0" 1771 "glMultiTexCoord4svARB\0" 1772 "\0" 1773 /* _mesa_function_pool[9732]: LoadTransposeMatrixf (will be remapped) */ 1774 "p\0" 1775 "glLoadTransposeMatrixf\0" 1776 "glLoadTransposeMatrixfARB\0" 1777 "\0" 1778 /* _mesa_function_pool[9784]: LoadTransposeMatrixd (will be remapped) */ 1779 "p\0" 1780 "glLoadTransposeMatrixd\0" 1781 "glLoadTransposeMatrixdARB\0" 1782 "\0" 1783 /* _mesa_function_pool[9836]: MultTransposeMatrixf (will be remapped) */ 1784 "p\0" 1785 "glMultTransposeMatrixf\0" 1786 "glMultTransposeMatrixfARB\0" 1787 "\0" 1788 /* _mesa_function_pool[9888]: MultTransposeMatrixd (will be remapped) */ 1789 "p\0" 1790 "glMultTransposeMatrixd\0" 1791 "glMultTransposeMatrixdARB\0" 1792 "\0" 1793 /* _mesa_function_pool[9940]: SampleCoverage (will be remapped) */ 1794 "fi\0" 1795 "glSampleCoverage\0" 1796 "glSampleCoverageARB\0" 1797 "\0" 1798 /* _mesa_function_pool[9981]: CompressedTexImage3D (will be remapped) */ 1799 "iiiiiiiip\0" 1800 "glCompressedTexImage3D\0" 1801 "glCompressedTexImage3DARB\0" 1802 "glCompressedTexImage3DOES\0" 1803 "\0" 1804 /* _mesa_function_pool[10067]: CompressedTexImage2D (will be remapped) */ 1805 "iiiiiiip\0" 1806 "glCompressedTexImage2D\0" 1807 "glCompressedTexImage2DARB\0" 1808 "\0" 1809 /* _mesa_function_pool[10126]: CompressedTexImage1D (will be remapped) */ 1810 "iiiiiip\0" 1811 "glCompressedTexImage1D\0" 1812 "glCompressedTexImage1DARB\0" 1813 "\0" 1814 /* _mesa_function_pool[10184]: CompressedTexSubImage3D (will be remapped) */ 1815 "iiiiiiiiiip\0" 1816 "glCompressedTexSubImage3D\0" 1817 "glCompressedTexSubImage3DARB\0" 1818 "glCompressedTexSubImage3DOES\0" 1819 "\0" 1820 /* _mesa_function_pool[10281]: CompressedTexSubImage2D (will be remapped) */ 1821 "iiiiiiiip\0" 1822 "glCompressedTexSubImage2D\0" 1823 "glCompressedTexSubImage2DARB\0" 1824 "\0" 1825 /* _mesa_function_pool[10347]: CompressedTexSubImage1D (will be remapped) */ 1826 "iiiiiip\0" 1827 "glCompressedTexSubImage1D\0" 1828 "glCompressedTexSubImage1DARB\0" 1829 "\0" 1830 /* _mesa_function_pool[10411]: GetCompressedTexImage (will be remapped) */ 1831 "iip\0" 1832 "glGetCompressedTexImage\0" 1833 "glGetCompressedTexImageARB\0" 1834 "\0" 1835 /* _mesa_function_pool[10467]: BlendFuncSeparate (will be remapped) */ 1836 "iiii\0" 1837 "glBlendFuncSeparate\0" 1838 "glBlendFuncSeparateEXT\0" 1839 "glBlendFuncSeparateINGR\0" 1840 "glBlendFuncSeparateOES\0" 1841 "\0" 1842 /* _mesa_function_pool[10563]: FogCoordfEXT (will be remapped) */ 1843 "f\0" 1844 "glFogCoordf\0" 1845 "glFogCoordfEXT\0" 1846 "\0" 1847 /* _mesa_function_pool[10593]: FogCoordfvEXT (will be remapped) */ 1848 "p\0" 1849 "glFogCoordfv\0" 1850 "glFogCoordfvEXT\0" 1851 "\0" 1852 /* _mesa_function_pool[10625]: FogCoordd (will be remapped) */ 1853 "d\0" 1854 "glFogCoordd\0" 1855 "glFogCoorddEXT\0" 1856 "\0" 1857 /* _mesa_function_pool[10655]: FogCoorddv (will be remapped) */ 1858 "p\0" 1859 "glFogCoorddv\0" 1860 "glFogCoorddvEXT\0" 1861 "\0" 1862 /* _mesa_function_pool[10687]: FogCoordPointer (will be remapped) */ 1863 "iip\0" 1864 "glFogCoordPointer\0" 1865 "glFogCoordPointerEXT\0" 1866 "\0" 1867 /* _mesa_function_pool[10731]: MultiDrawArrays (will be remapped) */ 1868 "ippi\0" 1869 "glMultiDrawArrays\0" 1870 "glMultiDrawArraysEXT\0" 1871 "\0" 1872 /* _mesa_function_pool[10776]: MultiDrawElementsEXT (will be remapped) */ 1873 "ipipi\0" 1874 "glMultiDrawElements\0" 1875 "glMultiDrawElementsEXT\0" 1876 "\0" 1877 /* _mesa_function_pool[10826]: PointParameterf (will be remapped) */ 1878 "if\0" 1879 "glPointParameterf\0" 1880 "glPointParameterfARB\0" 1881 "glPointParameterfEXT\0" 1882 "glPointParameterfSGIS\0" 1883 "\0" 1884 /* _mesa_function_pool[10912]: PointParameterfv (will be remapped) */ 1885 "ip\0" 1886 "glPointParameterfv\0" 1887 "glPointParameterfvARB\0" 1888 "glPointParameterfvEXT\0" 1889 "glPointParameterfvSGIS\0" 1890 "\0" 1891 /* _mesa_function_pool[11002]: PointParameteri (will be remapped) */ 1892 "ii\0" 1893 "glPointParameteri\0" 1894 "glPointParameteriNV\0" 1895 "\0" 1896 /* _mesa_function_pool[11044]: PointParameteriv (will be remapped) */ 1897 "ip\0" 1898 "glPointParameteriv\0" 1899 "glPointParameterivNV\0" 1900 "\0" 1901 /* _mesa_function_pool[11088]: SecondaryColor3b (will be remapped) */ 1902 "iii\0" 1903 "glSecondaryColor3b\0" 1904 "glSecondaryColor3bEXT\0" 1905 "\0" 1906 /* _mesa_function_pool[11134]: SecondaryColor3bv (will be remapped) */ 1907 "p\0" 1908 "glSecondaryColor3bv\0" 1909 "glSecondaryColor3bvEXT\0" 1910 "\0" 1911 /* _mesa_function_pool[11180]: SecondaryColor3d (will be remapped) */ 1912 "ddd\0" 1913 "glSecondaryColor3d\0" 1914 "glSecondaryColor3dEXT\0" 1915 "\0" 1916 /* _mesa_function_pool[11226]: SecondaryColor3dv (will be remapped) */ 1917 "p\0" 1918 "glSecondaryColor3dv\0" 1919 "glSecondaryColor3dvEXT\0" 1920 "\0" 1921 /* _mesa_function_pool[11272]: SecondaryColor3fEXT (will be remapped) */ 1922 "fff\0" 1923 "glSecondaryColor3f\0" 1924 "glSecondaryColor3fEXT\0" 1925 "\0" 1926 /* _mesa_function_pool[11318]: SecondaryColor3fvEXT (will be remapped) */ 1927 "p\0" 1928 "glSecondaryColor3fv\0" 1929 "glSecondaryColor3fvEXT\0" 1930 "\0" 1931 /* _mesa_function_pool[11364]: SecondaryColor3i (will be remapped) */ 1932 "iii\0" 1933 "glSecondaryColor3i\0" 1934 "glSecondaryColor3iEXT\0" 1935 "\0" 1936 /* _mesa_function_pool[11410]: SecondaryColor3iv (will be remapped) */ 1937 "p\0" 1938 "glSecondaryColor3iv\0" 1939 "glSecondaryColor3ivEXT\0" 1940 "\0" 1941 /* _mesa_function_pool[11456]: SecondaryColor3s (will be remapped) */ 1942 "iii\0" 1943 "glSecondaryColor3s\0" 1944 "glSecondaryColor3sEXT\0" 1945 "\0" 1946 /* _mesa_function_pool[11502]: SecondaryColor3sv (will be remapped) */ 1947 "p\0" 1948 "glSecondaryColor3sv\0" 1949 "glSecondaryColor3svEXT\0" 1950 "\0" 1951 /* _mesa_function_pool[11548]: SecondaryColor3ub (will be remapped) */ 1952 "iii\0" 1953 "glSecondaryColor3ub\0" 1954 "glSecondaryColor3ubEXT\0" 1955 "\0" 1956 /* _mesa_function_pool[11596]: SecondaryColor3ubv (will be remapped) */ 1957 "p\0" 1958 "glSecondaryColor3ubv\0" 1959 "glSecondaryColor3ubvEXT\0" 1960 "\0" 1961 /* _mesa_function_pool[11644]: SecondaryColor3ui (will be remapped) */ 1962 "iii\0" 1963 "glSecondaryColor3ui\0" 1964 "glSecondaryColor3uiEXT\0" 1965 "\0" 1966 /* _mesa_function_pool[11692]: SecondaryColor3uiv (will be remapped) */ 1967 "p\0" 1968 "glSecondaryColor3uiv\0" 1969 "glSecondaryColor3uivEXT\0" 1970 "\0" 1971 /* _mesa_function_pool[11740]: SecondaryColor3us (will be remapped) */ 1972 "iii\0" 1973 "glSecondaryColor3us\0" 1974 "glSecondaryColor3usEXT\0" 1975 "\0" 1976 /* _mesa_function_pool[11788]: SecondaryColor3usv (will be remapped) */ 1977 "p\0" 1978 "glSecondaryColor3usv\0" 1979 "glSecondaryColor3usvEXT\0" 1980 "\0" 1981 /* _mesa_function_pool[11836]: SecondaryColorPointer (will be remapped) */ 1982 "iiip\0" 1983 "glSecondaryColorPointer\0" 1984 "glSecondaryColorPointerEXT\0" 1985 "\0" 1986 /* _mesa_function_pool[11893]: WindowPos2d (will be remapped) */ 1987 "dd\0" 1988 "glWindowPos2d\0" 1989 "glWindowPos2dARB\0" 1990 "glWindowPos2dMESA\0" 1991 "\0" 1992 /* _mesa_function_pool[11946]: WindowPos2dv (will be remapped) */ 1993 "p\0" 1994 "glWindowPos2dv\0" 1995 "glWindowPos2dvARB\0" 1996 "glWindowPos2dvMESA\0" 1997 "\0" 1998 /* _mesa_function_pool[12001]: WindowPos2f (will be remapped) */ 1999 "ff\0" 2000 "glWindowPos2f\0" 2001 "glWindowPos2fARB\0" 2002 "glWindowPos2fMESA\0" 2003 "\0" 2004 /* _mesa_function_pool[12054]: WindowPos2fv (will be remapped) */ 2005 "p\0" 2006 "glWindowPos2fv\0" 2007 "glWindowPos2fvARB\0" 2008 "glWindowPos2fvMESA\0" 2009 "\0" 2010 /* _mesa_function_pool[12109]: WindowPos2i (will be remapped) */ 2011 "ii\0" 2012 "glWindowPos2i\0" 2013 "glWindowPos2iARB\0" 2014 "glWindowPos2iMESA\0" 2015 "\0" 2016 /* _mesa_function_pool[12162]: WindowPos2iv (will be remapped) */ 2017 "p\0" 2018 "glWindowPos2iv\0" 2019 "glWindowPos2ivARB\0" 2020 "glWindowPos2ivMESA\0" 2021 "\0" 2022 /* _mesa_function_pool[12217]: WindowPos2s (will be remapped) */ 2023 "ii\0" 2024 "glWindowPos2s\0" 2025 "glWindowPos2sARB\0" 2026 "glWindowPos2sMESA\0" 2027 "\0" 2028 /* _mesa_function_pool[12270]: WindowPos2sv (will be remapped) */ 2029 "p\0" 2030 "glWindowPos2sv\0" 2031 "glWindowPos2svARB\0" 2032 "glWindowPos2svMESA\0" 2033 "\0" 2034 /* _mesa_function_pool[12325]: WindowPos3d (will be remapped) */ 2035 "ddd\0" 2036 "glWindowPos3d\0" 2037 "glWindowPos3dARB\0" 2038 "glWindowPos3dMESA\0" 2039 "\0" 2040 /* _mesa_function_pool[12379]: WindowPos3dv (will be remapped) */ 2041 "p\0" 2042 "glWindowPos3dv\0" 2043 "glWindowPos3dvARB\0" 2044 "glWindowPos3dvMESA\0" 2045 "\0" 2046 /* _mesa_function_pool[12434]: WindowPos3f (will be remapped) */ 2047 "fff\0" 2048 "glWindowPos3f\0" 2049 "glWindowPos3fARB\0" 2050 "glWindowPos3fMESA\0" 2051 "\0" 2052 /* _mesa_function_pool[12488]: WindowPos3fv (will be remapped) */ 2053 "p\0" 2054 "glWindowPos3fv\0" 2055 "glWindowPos3fvARB\0" 2056 "glWindowPos3fvMESA\0" 2057 "\0" 2058 /* _mesa_function_pool[12543]: WindowPos3i (will be remapped) */ 2059 "iii\0" 2060 "glWindowPos3i\0" 2061 "glWindowPos3iARB\0" 2062 "glWindowPos3iMESA\0" 2063 "\0" 2064 /* _mesa_function_pool[12597]: WindowPos3iv (will be remapped) */ 2065 "p\0" 2066 "glWindowPos3iv\0" 2067 "glWindowPos3ivARB\0" 2068 "glWindowPos3ivMESA\0" 2069 "\0" 2070 /* _mesa_function_pool[12652]: WindowPos3s (will be remapped) */ 2071 "iii\0" 2072 "glWindowPos3s\0" 2073 "glWindowPos3sARB\0" 2074 "glWindowPos3sMESA\0" 2075 "\0" 2076 /* _mesa_function_pool[12706]: WindowPos3sv (will be remapped) */ 2077 "p\0" 2078 "glWindowPos3sv\0" 2079 "glWindowPos3svARB\0" 2080 "glWindowPos3svMESA\0" 2081 "\0" 2082 /* _mesa_function_pool[12761]: BindBuffer (will be remapped) */ 2083 "ii\0" 2084 "glBindBuffer\0" 2085 "glBindBufferARB\0" 2086 "\0" 2087 /* _mesa_function_pool[12794]: BufferData (will be remapped) */ 2088 "iipi\0" 2089 "glBufferData\0" 2090 "glBufferDataARB\0" 2091 "\0" 2092 /* _mesa_function_pool[12829]: BufferSubData (will be remapped) */ 2093 "iiip\0" 2094 "glBufferSubData\0" 2095 "glBufferSubDataARB\0" 2096 "\0" 2097 /* _mesa_function_pool[12870]: DeleteBuffers (will be remapped) */ 2098 "ip\0" 2099 "glDeleteBuffers\0" 2100 "glDeleteBuffersARB\0" 2101 "\0" 2102 /* _mesa_function_pool[12909]: GenBuffers (will be remapped) */ 2103 "ip\0" 2104 "glGenBuffers\0" 2105 "glGenBuffersARB\0" 2106 "\0" 2107 /* _mesa_function_pool[12942]: GetBufferParameteriv (will be remapped) */ 2108 "iip\0" 2109 "glGetBufferParameteriv\0" 2110 "glGetBufferParameterivARB\0" 2111 "\0" 2112 /* _mesa_function_pool[12996]: GetBufferPointerv (will be remapped) */ 2113 "iip\0" 2114 "glGetBufferPointerv\0" 2115 "glGetBufferPointervARB\0" 2116 "glGetBufferPointervOES\0" 2117 "\0" 2118 /* _mesa_function_pool[13067]: GetBufferSubData (will be remapped) */ 2119 "iiip\0" 2120 "glGetBufferSubData\0" 2121 "glGetBufferSubDataARB\0" 2122 "\0" 2123 /* _mesa_function_pool[13114]: IsBuffer (will be remapped) */ 2124 "i\0" 2125 "glIsBuffer\0" 2126 "glIsBufferARB\0" 2127 "\0" 2128 /* _mesa_function_pool[13142]: MapBuffer (will be remapped) */ 2129 "ii\0" 2130 "glMapBuffer\0" 2131 "glMapBufferARB\0" 2132 "glMapBufferOES\0" 2133 "\0" 2134 /* _mesa_function_pool[13188]: UnmapBuffer (will be remapped) */ 2135 "i\0" 2136 "glUnmapBuffer\0" 2137 "glUnmapBufferARB\0" 2138 "glUnmapBufferOES\0" 2139 "\0" 2140 /* _mesa_function_pool[13239]: GenQueries (will be remapped) */ 2141 "ip\0" 2142 "glGenQueries\0" 2143 "glGenQueriesARB\0" 2144 "glGenQueriesEXT\0" 2145 "\0" 2146 /* _mesa_function_pool[13288]: DeleteQueries (will be remapped) */ 2147 "ip\0" 2148 "glDeleteQueries\0" 2149 "glDeleteQueriesARB\0" 2150 "glDeleteQueriesEXT\0" 2151 "\0" 2152 /* _mesa_function_pool[13346]: IsQuery (will be remapped) */ 2153 "i\0" 2154 "glIsQuery\0" 2155 "glIsQueryARB\0" 2156 "glIsQueryEXT\0" 2157 "\0" 2158 /* _mesa_function_pool[13385]: BeginQuery (will be remapped) */ 2159 "ii\0" 2160 "glBeginQuery\0" 2161 "glBeginQueryARB\0" 2162 "glBeginQueryEXT\0" 2163 "\0" 2164 /* _mesa_function_pool[13434]: EndQuery (will be remapped) */ 2165 "i\0" 2166 "glEndQuery\0" 2167 "glEndQueryARB\0" 2168 "glEndQueryEXT\0" 2169 "\0" 2170 /* _mesa_function_pool[13476]: GetQueryiv (will be remapped) */ 2171 "iip\0" 2172 "glGetQueryiv\0" 2173 "glGetQueryivARB\0" 2174 "glGetQueryivEXT\0" 2175 "\0" 2176 /* _mesa_function_pool[13526]: GetQueryObjectiv (will be remapped) */ 2177 "iip\0" 2178 "glGetQueryObjectiv\0" 2179 "glGetQueryObjectivARB\0" 2180 "glGetQueryObjectivEXT\0" 2181 "\0" 2182 /* _mesa_function_pool[13594]: GetQueryObjectuiv (will be remapped) */ 2183 "iip\0" 2184 "glGetQueryObjectuiv\0" 2185 "glGetQueryObjectuivARB\0" 2186 "glGetQueryObjectuivEXT\0" 2187 "\0" 2188 /* _mesa_function_pool[13665]: BlendEquationSeparate (will be remapped) */ 2189 "ii\0" 2190 "glBlendEquationSeparate\0" 2191 "glBlendEquationSeparateEXT\0" 2192 "glBlendEquationSeparateATI\0" 2193 "glBlendEquationSeparateOES\0" 2194 "\0" 2195 /* _mesa_function_pool[13774]: DrawBuffers (will be remapped) */ 2196 "ip\0" 2197 "glDrawBuffers\0" 2198 "glDrawBuffersARB\0" 2199 "glDrawBuffersATI\0" 2200 "glDrawBuffersNV\0" 2201 "glDrawBuffersEXT\0" 2202 "\0" 2203 /* _mesa_function_pool[13859]: StencilFuncSeparate (will be remapped) */ 2204 "iiii\0" 2205 "glStencilFuncSeparate\0" 2206 "\0" 2207 /* _mesa_function_pool[13887]: StencilOpSeparate (will be remapped) */ 2208 "iiii\0" 2209 "glStencilOpSeparate\0" 2210 "glStencilOpSeparateATI\0" 2211 "\0" 2212 /* _mesa_function_pool[13936]: StencilMaskSeparate (will be remapped) */ 2213 "ii\0" 2214 "glStencilMaskSeparate\0" 2215 "\0" 2216 /* _mesa_function_pool[13962]: AttachShader (will be remapped) */ 2217 "ii\0" 2218 "glAttachShader\0" 2219 "\0" 2220 /* _mesa_function_pool[13981]: BindAttribLocation (will be remapped) */ 2221 "iip\0" 2222 "glBindAttribLocation\0" 2223 "glBindAttribLocationARB\0" 2224 "\0" 2225 /* _mesa_function_pool[14031]: CompileShader (will be remapped) */ 2226 "i\0" 2227 "glCompileShader\0" 2228 "glCompileShaderARB\0" 2229 "\0" 2230 /* _mesa_function_pool[14069]: CreateProgram (will be remapped) */ 2231 "\0" 2232 "glCreateProgram\0" 2233 "\0" 2234 /* _mesa_function_pool[14087]: CreateShader (will be remapped) */ 2235 "i\0" 2236 "glCreateShader\0" 2237 "\0" 2238 /* _mesa_function_pool[14105]: DeleteProgram (will be remapped) */ 2239 "i\0" 2240 "glDeleteProgram\0" 2241 "\0" 2242 /* _mesa_function_pool[14124]: DeleteShader (will be remapped) */ 2243 "i\0" 2244 "glDeleteShader\0" 2245 "\0" 2246 /* _mesa_function_pool[14142]: DetachShader (will be remapped) */ 2247 "ii\0" 2248 "glDetachShader\0" 2249 "\0" 2250 /* _mesa_function_pool[14161]: DisableVertexAttribArray (will be remapped) */ 2251 "i\0" 2252 "glDisableVertexAttribArray\0" 2253 "glDisableVertexAttribArrayARB\0" 2254 "\0" 2255 /* _mesa_function_pool[14221]: EnableVertexAttribArray (will be remapped) */ 2256 "i\0" 2257 "glEnableVertexAttribArray\0" 2258 "glEnableVertexAttribArrayARB\0" 2259 "\0" 2260 /* _mesa_function_pool[14279]: GetActiveAttrib (will be remapped) */ 2261 "iiipppp\0" 2262 "glGetActiveAttrib\0" 2263 "glGetActiveAttribARB\0" 2264 "\0" 2265 /* _mesa_function_pool[14327]: GetActiveUniform (will be remapped) */ 2266 "iiipppp\0" 2267 "glGetActiveUniform\0" 2268 "glGetActiveUniformARB\0" 2269 "\0" 2270 /* _mesa_function_pool[14377]: GetAttachedShaders (will be remapped) */ 2271 "iipp\0" 2272 "glGetAttachedShaders\0" 2273 "\0" 2274 /* _mesa_function_pool[14404]: GetAttribLocation (will be remapped) */ 2275 "ip\0" 2276 "glGetAttribLocation\0" 2277 "glGetAttribLocationARB\0" 2278 "\0" 2279 /* _mesa_function_pool[14451]: GetProgramiv (will be remapped) */ 2280 "iip\0" 2281 "glGetProgramiv\0" 2282 "\0" 2283 /* _mesa_function_pool[14471]: GetProgramInfoLog (will be remapped) */ 2284 "iipp\0" 2285 "glGetProgramInfoLog\0" 2286 "\0" 2287 /* _mesa_function_pool[14497]: GetShaderiv (will be remapped) */ 2288 "iip\0" 2289 "glGetShaderiv\0" 2290 "\0" 2291 /* _mesa_function_pool[14516]: GetShaderInfoLog (will be remapped) */ 2292 "iipp\0" 2293 "glGetShaderInfoLog\0" 2294 "\0" 2295 /* _mesa_function_pool[14541]: GetShaderSource (will be remapped) */ 2296 "iipp\0" 2297 "glGetShaderSource\0" 2298 "glGetShaderSourceARB\0" 2299 "\0" 2300 /* _mesa_function_pool[14586]: GetUniformLocation (will be remapped) */ 2301 "ip\0" 2302 "glGetUniformLocation\0" 2303 "glGetUniformLocationARB\0" 2304 "\0" 2305 /* _mesa_function_pool[14635]: GetUniformfv (will be remapped) */ 2306 "iip\0" 2307 "glGetUniformfv\0" 2308 "glGetUniformfvARB\0" 2309 "\0" 2310 /* _mesa_function_pool[14673]: GetUniformiv (will be remapped) */ 2311 "iip\0" 2312 "glGetUniformiv\0" 2313 "glGetUniformivARB\0" 2314 "\0" 2315 /* _mesa_function_pool[14711]: GetVertexAttribdv (will be remapped) */ 2316 "iip\0" 2317 "glGetVertexAttribdv\0" 2318 "glGetVertexAttribdvARB\0" 2319 "\0" 2320 /* _mesa_function_pool[14759]: GetVertexAttribfv (will be remapped) */ 2321 "iip\0" 2322 "glGetVertexAttribfv\0" 2323 "glGetVertexAttribfvARB\0" 2324 "\0" 2325 /* _mesa_function_pool[14807]: GetVertexAttribiv (will be remapped) */ 2326 "iip\0" 2327 "glGetVertexAttribiv\0" 2328 "glGetVertexAttribivARB\0" 2329 "\0" 2330 /* _mesa_function_pool[14855]: GetVertexAttribPointerv (will be remapped) */ 2331 "iip\0" 2332 "glGetVertexAttribPointerv\0" 2333 "glGetVertexAttribPointervARB\0" 2334 "glGetVertexAttribPointervNV\0" 2335 "\0" 2336 /* _mesa_function_pool[14943]: IsProgram (will be remapped) */ 2337 "i\0" 2338 "glIsProgram\0" 2339 "\0" 2340 /* _mesa_function_pool[14958]: IsShader (will be remapped) */ 2341 "i\0" 2342 "glIsShader\0" 2343 "\0" 2344 /* _mesa_function_pool[14972]: LinkProgram (will be remapped) */ 2345 "i\0" 2346 "glLinkProgram\0" 2347 "glLinkProgramARB\0" 2348 "\0" 2349 /* _mesa_function_pool[15006]: ShaderSource (will be remapped) */ 2350 "iipp\0" 2351 "glShaderSource\0" 2352 "glShaderSourceARB\0" 2353 "\0" 2354 /* _mesa_function_pool[15045]: UseProgram (will be remapped) */ 2355 "i\0" 2356 "glUseProgram\0" 2357 "glUseProgramObjectARB\0" 2358 "\0" 2359 /* _mesa_function_pool[15083]: Uniform1f (will be remapped) */ 2360 "if\0" 2361 "glUniform1f\0" 2362 "glUniform1fARB\0" 2363 "\0" 2364 /* _mesa_function_pool[15114]: Uniform2f (will be remapped) */ 2365 "iff\0" 2366 "glUniform2f\0" 2367 "glUniform2fARB\0" 2368 "\0" 2369 /* _mesa_function_pool[15146]: Uniform3f (will be remapped) */ 2370 "ifff\0" 2371 "glUniform3f\0" 2372 "glUniform3fARB\0" 2373 "\0" 2374 /* _mesa_function_pool[15179]: Uniform4f (will be remapped) */ 2375 "iffff\0" 2376 "glUniform4f\0" 2377 "glUniform4fARB\0" 2378 "\0" 2379 /* _mesa_function_pool[15213]: Uniform1i (will be remapped) */ 2380 "ii\0" 2381 "glUniform1i\0" 2382 "glUniform1iARB\0" 2383 "\0" 2384 /* _mesa_function_pool[15244]: Uniform2i (will be remapped) */ 2385 "iii\0" 2386 "glUniform2i\0" 2387 "glUniform2iARB\0" 2388 "\0" 2389 /* _mesa_function_pool[15276]: Uniform3i (will be remapped) */ 2390 "iiii\0" 2391 "glUniform3i\0" 2392 "glUniform3iARB\0" 2393 "\0" 2394 /* _mesa_function_pool[15309]: Uniform4i (will be remapped) */ 2395 "iiiii\0" 2396 "glUniform4i\0" 2397 "glUniform4iARB\0" 2398 "\0" 2399 /* _mesa_function_pool[15343]: Uniform1fv (will be remapped) */ 2400 "iip\0" 2401 "glUniform1fv\0" 2402 "glUniform1fvARB\0" 2403 "\0" 2404 /* _mesa_function_pool[15377]: Uniform2fv (will be remapped) */ 2405 "iip\0" 2406 "glUniform2fv\0" 2407 "glUniform2fvARB\0" 2408 "\0" 2409 /* _mesa_function_pool[15411]: Uniform3fv (will be remapped) */ 2410 "iip\0" 2411 "glUniform3fv\0" 2412 "glUniform3fvARB\0" 2413 "\0" 2414 /* _mesa_function_pool[15445]: Uniform4fv (will be remapped) */ 2415 "iip\0" 2416 "glUniform4fv\0" 2417 "glUniform4fvARB\0" 2418 "\0" 2419 /* _mesa_function_pool[15479]: Uniform1iv (will be remapped) */ 2420 "iip\0" 2421 "glUniform1iv\0" 2422 "glUniform1ivARB\0" 2423 "\0" 2424 /* _mesa_function_pool[15513]: Uniform2iv (will be remapped) */ 2425 "iip\0" 2426 "glUniform2iv\0" 2427 "glUniform2ivARB\0" 2428 "\0" 2429 /* _mesa_function_pool[15547]: Uniform3iv (will be remapped) */ 2430 "iip\0" 2431 "glUniform3iv\0" 2432 "glUniform3ivARB\0" 2433 "\0" 2434 /* _mesa_function_pool[15581]: Uniform4iv (will be remapped) */ 2435 "iip\0" 2436 "glUniform4iv\0" 2437 "glUniform4ivARB\0" 2438 "\0" 2439 /* _mesa_function_pool[15615]: UniformMatrix2fv (will be remapped) */ 2440 "iiip\0" 2441 "glUniformMatrix2fv\0" 2442 "glUniformMatrix2fvARB\0" 2443 "\0" 2444 /* _mesa_function_pool[15662]: UniformMatrix3fv (will be remapped) */ 2445 "iiip\0" 2446 "glUniformMatrix3fv\0" 2447 "glUniformMatrix3fvARB\0" 2448 "\0" 2449 /* _mesa_function_pool[15709]: UniformMatrix4fv (will be remapped) */ 2450 "iiip\0" 2451 "glUniformMatrix4fv\0" 2452 "glUniformMatrix4fvARB\0" 2453 "\0" 2454 /* _mesa_function_pool[15756]: ValidateProgram (will be remapped) */ 2455 "i\0" 2456 "glValidateProgram\0" 2457 "glValidateProgramARB\0" 2458 "\0" 2459 /* _mesa_function_pool[15798]: VertexAttrib1d (will be remapped) */ 2460 "id\0" 2461 "glVertexAttrib1d\0" 2462 "glVertexAttrib1dARB\0" 2463 "\0" 2464 /* _mesa_function_pool[15839]: VertexAttrib1dv (will be remapped) */ 2465 "ip\0" 2466 "glVertexAttrib1dv\0" 2467 "glVertexAttrib1dvARB\0" 2468 "\0" 2469 /* _mesa_function_pool[15882]: VertexAttrib1fARB (will be remapped) */ 2470 "if\0" 2471 "glVertexAttrib1f\0" 2472 "glVertexAttrib1fARB\0" 2473 "\0" 2474 /* _mesa_function_pool[15923]: VertexAttrib1fvARB (will be remapped) */ 2475 "ip\0" 2476 "glVertexAttrib1fv\0" 2477 "glVertexAttrib1fvARB\0" 2478 "\0" 2479 /* _mesa_function_pool[15966]: VertexAttrib1s (will be remapped) */ 2480 "ii\0" 2481 "glVertexAttrib1s\0" 2482 "glVertexAttrib1sARB\0" 2483 "\0" 2484 /* _mesa_function_pool[16007]: VertexAttrib1sv (will be remapped) */ 2485 "ip\0" 2486 "glVertexAttrib1sv\0" 2487 "glVertexAttrib1svARB\0" 2488 "\0" 2489 /* _mesa_function_pool[16050]: VertexAttrib2d (will be remapped) */ 2490 "idd\0" 2491 "glVertexAttrib2d\0" 2492 "glVertexAttrib2dARB\0" 2493 "\0" 2494 /* _mesa_function_pool[16092]: VertexAttrib2dv (will be remapped) */ 2495 "ip\0" 2496 "glVertexAttrib2dv\0" 2497 "glVertexAttrib2dvARB\0" 2498 "\0" 2499 /* _mesa_function_pool[16135]: VertexAttrib2fARB (will be remapped) */ 2500 "iff\0" 2501 "glVertexAttrib2f\0" 2502 "glVertexAttrib2fARB\0" 2503 "\0" 2504 /* _mesa_function_pool[16177]: VertexAttrib2fvARB (will be remapped) */ 2505 "ip\0" 2506 "glVertexAttrib2fv\0" 2507 "glVertexAttrib2fvARB\0" 2508 "\0" 2509 /* _mesa_function_pool[16220]: VertexAttrib2s (will be remapped) */ 2510 "iii\0" 2511 "glVertexAttrib2s\0" 2512 "glVertexAttrib2sARB\0" 2513 "\0" 2514 /* _mesa_function_pool[16262]: VertexAttrib2sv (will be remapped) */ 2515 "ip\0" 2516 "glVertexAttrib2sv\0" 2517 "glVertexAttrib2svARB\0" 2518 "\0" 2519 /* _mesa_function_pool[16305]: VertexAttrib3d (will be remapped) */ 2520 "iddd\0" 2521 "glVertexAttrib3d\0" 2522 "glVertexAttrib3dARB\0" 2523 "\0" 2524 /* _mesa_function_pool[16348]: VertexAttrib3dv (will be remapped) */ 2525 "ip\0" 2526 "glVertexAttrib3dv\0" 2527 "glVertexAttrib3dvARB\0" 2528 "\0" 2529 /* _mesa_function_pool[16391]: VertexAttrib3fARB (will be remapped) */ 2530 "ifff\0" 2531 "glVertexAttrib3f\0" 2532 "glVertexAttrib3fARB\0" 2533 "\0" 2534 /* _mesa_function_pool[16434]: VertexAttrib3fvARB (will be remapped) */ 2535 "ip\0" 2536 "glVertexAttrib3fv\0" 2537 "glVertexAttrib3fvARB\0" 2538 "\0" 2539 /* _mesa_function_pool[16477]: VertexAttrib3s (will be remapped) */ 2540 "iiii\0" 2541 "glVertexAttrib3s\0" 2542 "glVertexAttrib3sARB\0" 2543 "\0" 2544 /* _mesa_function_pool[16520]: VertexAttrib3sv (will be remapped) */ 2545 "ip\0" 2546 "glVertexAttrib3sv\0" 2547 "glVertexAttrib3svARB\0" 2548 "\0" 2549 /* _mesa_function_pool[16563]: VertexAttrib4Nbv (will be remapped) */ 2550 "ip\0" 2551 "glVertexAttrib4Nbv\0" 2552 "glVertexAttrib4NbvARB\0" 2553 "\0" 2554 /* _mesa_function_pool[16608]: VertexAttrib4Niv (will be remapped) */ 2555 "ip\0" 2556 "glVertexAttrib4Niv\0" 2557 "glVertexAttrib4NivARB\0" 2558 "\0" 2559 /* _mesa_function_pool[16653]: VertexAttrib4Nsv (will be remapped) */ 2560 "ip\0" 2561 "glVertexAttrib4Nsv\0" 2562 "glVertexAttrib4NsvARB\0" 2563 "\0" 2564 /* _mesa_function_pool[16698]: VertexAttrib4Nub (will be remapped) */ 2565 "iiiii\0" 2566 "glVertexAttrib4Nub\0" 2567 "glVertexAttrib4NubARB\0" 2568 "\0" 2569 /* _mesa_function_pool[16746]: VertexAttrib4Nubv (will be remapped) */ 2570 "ip\0" 2571 "glVertexAttrib4Nubv\0" 2572 "glVertexAttrib4NubvARB\0" 2573 "\0" 2574 /* _mesa_function_pool[16793]: VertexAttrib4Nuiv (will be remapped) */ 2575 "ip\0" 2576 "glVertexAttrib4Nuiv\0" 2577 "glVertexAttrib4NuivARB\0" 2578 "\0" 2579 /* _mesa_function_pool[16840]: VertexAttrib4Nusv (will be remapped) */ 2580 "ip\0" 2581 "glVertexAttrib4Nusv\0" 2582 "glVertexAttrib4NusvARB\0" 2583 "\0" 2584 /* _mesa_function_pool[16887]: VertexAttrib4bv (will be remapped) */ 2585 "ip\0" 2586 "glVertexAttrib4bv\0" 2587 "glVertexAttrib4bvARB\0" 2588 "\0" 2589 /* _mesa_function_pool[16930]: VertexAttrib4d (will be remapped) */ 2590 "idddd\0" 2591 "glVertexAttrib4d\0" 2592 "glVertexAttrib4dARB\0" 2593 "\0" 2594 /* _mesa_function_pool[16974]: VertexAttrib4dv (will be remapped) */ 2595 "ip\0" 2596 "glVertexAttrib4dv\0" 2597 "glVertexAttrib4dvARB\0" 2598 "\0" 2599 /* _mesa_function_pool[17017]: VertexAttrib4fARB (will be remapped) */ 2600 "iffff\0" 2601 "glVertexAttrib4f\0" 2602 "glVertexAttrib4fARB\0" 2603 "\0" 2604 /* _mesa_function_pool[17061]: VertexAttrib4fvARB (will be remapped) */ 2605 "ip\0" 2606 "glVertexAttrib4fv\0" 2607 "glVertexAttrib4fvARB\0" 2608 "\0" 2609 /* _mesa_function_pool[17104]: VertexAttrib4iv (will be remapped) */ 2610 "ip\0" 2611 "glVertexAttrib4iv\0" 2612 "glVertexAttrib4ivARB\0" 2613 "\0" 2614 /* _mesa_function_pool[17147]: VertexAttrib4s (will be remapped) */ 2615 "iiiii\0" 2616 "glVertexAttrib4s\0" 2617 "glVertexAttrib4sARB\0" 2618 "\0" 2619 /* _mesa_function_pool[17191]: VertexAttrib4sv (will be remapped) */ 2620 "ip\0" 2621 "glVertexAttrib4sv\0" 2622 "glVertexAttrib4svARB\0" 2623 "\0" 2624 /* _mesa_function_pool[17234]: VertexAttrib4ubv (will be remapped) */ 2625 "ip\0" 2626 "glVertexAttrib4ubv\0" 2627 "glVertexAttrib4ubvARB\0" 2628 "\0" 2629 /* _mesa_function_pool[17279]: VertexAttrib4uiv (will be remapped) */ 2630 "ip\0" 2631 "glVertexAttrib4uiv\0" 2632 "glVertexAttrib4uivARB\0" 2633 "\0" 2634 /* _mesa_function_pool[17324]: VertexAttrib4usv (will be remapped) */ 2635 "ip\0" 2636 "glVertexAttrib4usv\0" 2637 "glVertexAttrib4usvARB\0" 2638 "\0" 2639 /* _mesa_function_pool[17369]: VertexAttribPointer (will be remapped) */ 2640 "iiiiip\0" 2641 "glVertexAttribPointer\0" 2642 "glVertexAttribPointerARB\0" 2643 "\0" 2644 /* _mesa_function_pool[17424]: UniformMatrix2x3fv (will be remapped) */ 2645 "iiip\0" 2646 "glUniformMatrix2x3fv\0" 2647 "\0" 2648 /* _mesa_function_pool[17451]: UniformMatrix3x2fv (will be remapped) */ 2649 "iiip\0" 2650 "glUniformMatrix3x2fv\0" 2651 "\0" 2652 /* _mesa_function_pool[17478]: UniformMatrix2x4fv (will be remapped) */ 2653 "iiip\0" 2654 "glUniformMatrix2x4fv\0" 2655 "\0" 2656 /* _mesa_function_pool[17505]: UniformMatrix4x2fv (will be remapped) */ 2657 "iiip\0" 2658 "glUniformMatrix4x2fv\0" 2659 "\0" 2660 /* _mesa_function_pool[17532]: UniformMatrix3x4fv (will be remapped) */ 2661 "iiip\0" 2662 "glUniformMatrix3x4fv\0" 2663 "\0" 2664 /* _mesa_function_pool[17559]: UniformMatrix4x3fv (will be remapped) */ 2665 "iiip\0" 2666 "glUniformMatrix4x3fv\0" 2667 "\0" 2668 /* _mesa_function_pool[17586]: WeightbvARB (dynamic) */ 2669 "ip\0" 2670 "glWeightbvARB\0" 2671 "\0" 2672 /* _mesa_function_pool[17604]: WeightsvARB (dynamic) */ 2673 "ip\0" 2674 "glWeightsvARB\0" 2675 "\0" 2676 /* _mesa_function_pool[17622]: WeightivARB (dynamic) */ 2677 "ip\0" 2678 "glWeightivARB\0" 2679 "\0" 2680 /* _mesa_function_pool[17640]: WeightfvARB (dynamic) */ 2681 "ip\0" 2682 "glWeightfvARB\0" 2683 "\0" 2684 /* _mesa_function_pool[17658]: WeightdvARB (dynamic) */ 2685 "ip\0" 2686 "glWeightdvARB\0" 2687 "\0" 2688 /* _mesa_function_pool[17676]: WeightubvARB (dynamic) */ 2689 "ip\0" 2690 "glWeightubvARB\0" 2691 "\0" 2692 /* _mesa_function_pool[17695]: WeightusvARB (dynamic) */ 2693 "ip\0" 2694 "glWeightusvARB\0" 2695 "\0" 2696 /* _mesa_function_pool[17714]: WeightuivARB (dynamic) */ 2697 "ip\0" 2698 "glWeightuivARB\0" 2699 "\0" 2700 /* _mesa_function_pool[17733]: WeightPointerARB (dynamic) */ 2701 "iiip\0" 2702 "glWeightPointerARB\0" 2703 "glWeightPointerOES\0" 2704 "\0" 2705 /* _mesa_function_pool[17777]: VertexBlendARB (dynamic) */ 2706 "i\0" 2707 "glVertexBlendARB\0" 2708 "\0" 2709 /* _mesa_function_pool[17797]: CurrentPaletteMatrixARB (dynamic) */ 2710 "i\0" 2711 "glCurrentPaletteMatrixARB\0" 2712 "glCurrentPaletteMatrixOES\0" 2713 "\0" 2714 /* _mesa_function_pool[17852]: MatrixIndexubvARB (dynamic) */ 2715 "ip\0" 2716 "glMatrixIndexubvARB\0" 2717 "\0" 2718 /* _mesa_function_pool[17876]: MatrixIndexusvARB (dynamic) */ 2719 "ip\0" 2720 "glMatrixIndexusvARB\0" 2721 "\0" 2722 /* _mesa_function_pool[17900]: MatrixIndexuivARB (dynamic) */ 2723 "ip\0" 2724 "glMatrixIndexuivARB\0" 2725 "\0" 2726 /* _mesa_function_pool[17924]: MatrixIndexPointerARB (dynamic) */ 2727 "iiip\0" 2728 "glMatrixIndexPointerARB\0" 2729 "glMatrixIndexPointerOES\0" 2730 "\0" 2731 /* _mesa_function_pool[17978]: ProgramStringARB (will be remapped) */ 2732 "iiip\0" 2733 "glProgramStringARB\0" 2734 "\0" 2735 /* _mesa_function_pool[18003]: BindProgramARB (will be remapped) */ 2736 "ii\0" 2737 "glBindProgramARB\0" 2738 "glBindProgramNV\0" 2739 "\0" 2740 /* _mesa_function_pool[18040]: DeleteProgramsARB (will be remapped) */ 2741 "ip\0" 2742 "glDeleteProgramsARB\0" 2743 "glDeleteProgramsNV\0" 2744 "\0" 2745 /* _mesa_function_pool[18083]: GenProgramsARB (will be remapped) */ 2746 "ip\0" 2747 "glGenProgramsARB\0" 2748 "glGenProgramsNV\0" 2749 "\0" 2750 /* _mesa_function_pool[18120]: IsProgramARB (will be remapped) */ 2751 "i\0" 2752 "glIsProgramARB\0" 2753 "glIsProgramNV\0" 2754 "\0" 2755 /* _mesa_function_pool[18152]: ProgramEnvParameter4dARB (will be remapped) */ 2756 "iidddd\0" 2757 "glProgramEnvParameter4dARB\0" 2758 "glProgramParameter4dNV\0" 2759 "\0" 2760 /* _mesa_function_pool[18210]: ProgramEnvParameter4dvARB (will be remapped) */ 2761 "iip\0" 2762 "glProgramEnvParameter4dvARB\0" 2763 "glProgramParameter4dvNV\0" 2764 "\0" 2765 /* _mesa_function_pool[18267]: ProgramEnvParameter4fARB (will be remapped) */ 2766 "iiffff\0" 2767 "glProgramEnvParameter4fARB\0" 2768 "glProgramParameter4fNV\0" 2769 "\0" 2770 /* _mesa_function_pool[18325]: ProgramEnvParameter4fvARB (will be remapped) */ 2771 "iip\0" 2772 "glProgramEnvParameter4fvARB\0" 2773 "glProgramParameter4fvNV\0" 2774 "\0" 2775 /* _mesa_function_pool[18382]: ProgramLocalParameter4dARB (will be remapped) */ 2776 "iidddd\0" 2777 "glProgramLocalParameter4dARB\0" 2778 "\0" 2779 /* _mesa_function_pool[18419]: ProgramLocalParameter4dvARB (will be remapped) */ 2780 "iip\0" 2781 "glProgramLocalParameter4dvARB\0" 2782 "\0" 2783 /* _mesa_function_pool[18454]: ProgramLocalParameter4fARB (will be remapped) */ 2784 "iiffff\0" 2785 "glProgramLocalParameter4fARB\0" 2786 "\0" 2787 /* _mesa_function_pool[18491]: ProgramLocalParameter4fvARB (will be remapped) */ 2788 "iip\0" 2789 "glProgramLocalParameter4fvARB\0" 2790 "\0" 2791 /* _mesa_function_pool[18526]: GetProgramEnvParameterdvARB (will be remapped) */ 2792 "iip\0" 2793 "glGetProgramEnvParameterdvARB\0" 2794 "\0" 2795 /* _mesa_function_pool[18561]: GetProgramEnvParameterfvARB (will be remapped) */ 2796 "iip\0" 2797 "glGetProgramEnvParameterfvARB\0" 2798 "\0" 2799 /* _mesa_function_pool[18596]: GetProgramLocalParameterdvARB (will be remapped) */ 2800 "iip\0" 2801 "glGetProgramLocalParameterdvARB\0" 2802 "\0" 2803 /* _mesa_function_pool[18633]: GetProgramLocalParameterfvARB (will be remapped) */ 2804 "iip\0" 2805 "glGetProgramLocalParameterfvARB\0" 2806 "\0" 2807 /* _mesa_function_pool[18670]: GetProgramivARB (will be remapped) */ 2808 "iip\0" 2809 "glGetProgramivARB\0" 2810 "\0" 2811 /* _mesa_function_pool[18693]: GetProgramStringARB (will be remapped) */ 2812 "iip\0" 2813 "glGetProgramStringARB\0" 2814 "\0" 2815 /* _mesa_function_pool[18720]: DeleteObjectARB (will be remapped) */ 2816 "i\0" 2817 "glDeleteObjectARB\0" 2818 "\0" 2819 /* _mesa_function_pool[18741]: GetHandleARB (will be remapped) */ 2820 "i\0" 2821 "glGetHandleARB\0" 2822 "\0" 2823 /* _mesa_function_pool[18759]: DetachObjectARB (will be remapped) */ 2824 "ii\0" 2825 "glDetachObjectARB\0" 2826 "\0" 2827 /* _mesa_function_pool[18781]: CreateShaderObjectARB (will be remapped) */ 2828 "i\0" 2829 "glCreateShaderObjectARB\0" 2830 "\0" 2831 /* _mesa_function_pool[18808]: CreateProgramObjectARB (will be remapped) */ 2832 "\0" 2833 "glCreateProgramObjectARB\0" 2834 "\0" 2835 /* _mesa_function_pool[18835]: AttachObjectARB (will be remapped) */ 2836 "ii\0" 2837 "glAttachObjectARB\0" 2838 "\0" 2839 /* _mesa_function_pool[18857]: GetObjectParameterfvARB (will be remapped) */ 2840 "iip\0" 2841 "glGetObjectParameterfvARB\0" 2842 "\0" 2843 /* _mesa_function_pool[18888]: GetObjectParameterivARB (will be remapped) */ 2844 "iip\0" 2845 "glGetObjectParameterivARB\0" 2846 "\0" 2847 /* _mesa_function_pool[18919]: GetInfoLogARB (will be remapped) */ 2848 "iipp\0" 2849 "glGetInfoLogARB\0" 2850 "\0" 2851 /* _mesa_function_pool[18941]: GetAttachedObjectsARB (will be remapped) */ 2852 "iipp\0" 2853 "glGetAttachedObjectsARB\0" 2854 "\0" 2855 /* _mesa_function_pool[18971]: ClampColor (will be remapped) */ 2856 "ii\0" 2857 "glClampColorARB\0" 2858 "glClampColor\0" 2859 "\0" 2860 /* _mesa_function_pool[19004]: DrawArraysInstancedARB (will be remapped) */ 2861 "iiii\0" 2862 "glDrawArraysInstancedARB\0" 2863 "glDrawArraysInstancedEXT\0" 2864 "glDrawArraysInstanced\0" 2865 "\0" 2866 /* _mesa_function_pool[19082]: DrawElementsInstancedARB (will be remapped) */ 2867 "iiipi\0" 2868 "glDrawElementsInstancedARB\0" 2869 "glDrawElementsInstancedEXT\0" 2870 "glDrawElementsInstanced\0" 2871 "\0" 2872 /* _mesa_function_pool[19167]: IsRenderbuffer (will be remapped) */ 2873 "i\0" 2874 "glIsRenderbuffer\0" 2875 "glIsRenderbufferEXT\0" 2876 "glIsRenderbufferOES\0" 2877 "\0" 2878 /* _mesa_function_pool[19227]: BindRenderbuffer (will be remapped) */ 2879 "ii\0" 2880 "glBindRenderbuffer\0" 2881 "glBindRenderbufferOES\0" 2882 "\0" 2883 /* _mesa_function_pool[19272]: DeleteRenderbuffers (will be remapped) */ 2884 "ip\0" 2885 "glDeleteRenderbuffers\0" 2886 "glDeleteRenderbuffersEXT\0" 2887 "glDeleteRenderbuffersOES\0" 2888 "\0" 2889 /* _mesa_function_pool[19348]: GenRenderbuffers (will be remapped) */ 2890 "ip\0" 2891 "glGenRenderbuffers\0" 2892 "glGenRenderbuffersEXT\0" 2893 "glGenRenderbuffersOES\0" 2894 "\0" 2895 /* _mesa_function_pool[19415]: RenderbufferStorage (will be remapped) */ 2896 "iiii\0" 2897 "glRenderbufferStorage\0" 2898 "glRenderbufferStorageEXT\0" 2899 "glRenderbufferStorageOES\0" 2900 "\0" 2901 /* _mesa_function_pool[19493]: RenderbufferStorageMultisample (will be remapped) */ 2902 "iiiii\0" 2903 "glRenderbufferStorageMultisample\0" 2904 "glRenderbufferStorageMultisampleEXT\0" 2905 "\0" 2906 /* _mesa_function_pool[19569]: GetRenderbufferParameteriv (will be remapped) */ 2907 "iip\0" 2908 "glGetRenderbufferParameteriv\0" 2909 "glGetRenderbufferParameterivEXT\0" 2910 "glGetRenderbufferParameterivOES\0" 2911 "\0" 2912 /* _mesa_function_pool[19667]: IsFramebuffer (will be remapped) */ 2913 "i\0" 2914 "glIsFramebuffer\0" 2915 "glIsFramebufferEXT\0" 2916 "glIsFramebufferOES\0" 2917 "\0" 2918 /* _mesa_function_pool[19724]: BindFramebuffer (will be remapped) */ 2919 "ii\0" 2920 "glBindFramebuffer\0" 2921 "glBindFramebufferOES\0" 2922 "\0" 2923 /* _mesa_function_pool[19767]: DeleteFramebuffers (will be remapped) */ 2924 "ip\0" 2925 "glDeleteFramebuffers\0" 2926 "glDeleteFramebuffersEXT\0" 2927 "glDeleteFramebuffersOES\0" 2928 "\0" 2929 /* _mesa_function_pool[19840]: GenFramebuffers (will be remapped) */ 2930 "ip\0" 2931 "glGenFramebuffers\0" 2932 "glGenFramebuffersEXT\0" 2933 "glGenFramebuffersOES\0" 2934 "\0" 2935 /* _mesa_function_pool[19904]: CheckFramebufferStatus (will be remapped) */ 2936 "i\0" 2937 "glCheckFramebufferStatus\0" 2938 "glCheckFramebufferStatusEXT\0" 2939 "glCheckFramebufferStatusOES\0" 2940 "\0" 2941 /* _mesa_function_pool[19988]: FramebufferTexture1D (will be remapped) */ 2942 "iiiii\0" 2943 "glFramebufferTexture1D\0" 2944 "glFramebufferTexture1DEXT\0" 2945 "\0" 2946 /* _mesa_function_pool[20044]: FramebufferTexture2D (will be remapped) */ 2947 "iiiii\0" 2948 "glFramebufferTexture2D\0" 2949 "glFramebufferTexture2DEXT\0" 2950 "glFramebufferTexture2DOES\0" 2951 "\0" 2952 /* _mesa_function_pool[20126]: FramebufferTexture3D (will be remapped) */ 2953 "iiiiii\0" 2954 "glFramebufferTexture3D\0" 2955 "glFramebufferTexture3DEXT\0" 2956 "glFramebufferTexture3DOES\0" 2957 "\0" 2958 /* _mesa_function_pool[20209]: FramebufferTextureLayer (will be remapped) */ 2959 "iiiii\0" 2960 "glFramebufferTextureLayer\0" 2961 "glFramebufferTextureLayerEXT\0" 2962 "\0" 2963 /* _mesa_function_pool[20271]: FramebufferRenderbuffer (will be remapped) */ 2964 "iiii\0" 2965 "glFramebufferRenderbuffer\0" 2966 "glFramebufferRenderbufferEXT\0" 2967 "glFramebufferRenderbufferOES\0" 2968 "\0" 2969 /* _mesa_function_pool[20361]: GetFramebufferAttachmentParameteriv (will be remapped) */ 2970 "iiip\0" 2971 "glGetFramebufferAttachmentParameteriv\0" 2972 "glGetFramebufferAttachmentParameterivEXT\0" 2973 "glGetFramebufferAttachmentParameterivOES\0" 2974 "\0" 2975 /* _mesa_function_pool[20487]: BlitFramebuffer (will be remapped) */ 2976 "iiiiiiiiii\0" 2977 "glBlitFramebuffer\0" 2978 "glBlitFramebufferEXT\0" 2979 "\0" 2980 /* _mesa_function_pool[20538]: GenerateMipmap (will be remapped) */ 2981 "i\0" 2982 "glGenerateMipmap\0" 2983 "glGenerateMipmapEXT\0" 2984 "glGenerateMipmapOES\0" 2985 "\0" 2986 /* _mesa_function_pool[20598]: VertexAttribDivisor (will be remapped) */ 2987 "ii\0" 2988 "glVertexAttribDivisorARB\0" 2989 "glVertexAttribDivisor\0" 2990 "\0" 2991 /* _mesa_function_pool[20649]: MapBufferRange (will be remapped) */ 2992 "iiii\0" 2993 "glMapBufferRange\0" 2994 "glMapBufferRangeEXT\0" 2995 "\0" 2996 /* _mesa_function_pool[20692]: FlushMappedBufferRange (will be remapped) */ 2997 "iii\0" 2998 "glFlushMappedBufferRange\0" 2999 "glFlushMappedBufferRangeEXT\0" 3000 "\0" 3001 /* _mesa_function_pool[20750]: TexBuffer (will be remapped) */ 3002 "iii\0" 3003 "glTexBufferARB\0" 3004 "glTexBuffer\0" 3005 "glTexBufferEXT\0" 3006 "glTexBufferOES\0" 3007 "\0" 3008 /* _mesa_function_pool[20812]: BindVertexArray (will be remapped) */ 3009 "i\0" 3010 "glBindVertexArray\0" 3011 "glBindVertexArrayOES\0" 3012 "\0" 3013 /* _mesa_function_pool[20854]: DeleteVertexArrays (will be remapped) */ 3014 "ip\0" 3015 "glDeleteVertexArrays\0" 3016 "glDeleteVertexArraysOES\0" 3017 "\0" 3018 /* _mesa_function_pool[20903]: GenVertexArrays (will be remapped) */ 3019 "ip\0" 3020 "glGenVertexArrays\0" 3021 "glGenVertexArraysOES\0" 3022 "\0" 3023 /* _mesa_function_pool[20946]: IsVertexArray (will be remapped) */ 3024 "i\0" 3025 "glIsVertexArray\0" 3026 "glIsVertexArrayOES\0" 3027 "\0" 3028 /* _mesa_function_pool[20984]: GetUniformIndices (will be remapped) */ 3029 "iipp\0" 3030 "glGetUniformIndices\0" 3031 "\0" 3032 /* _mesa_function_pool[21010]: GetActiveUniformsiv (will be remapped) */ 3033 "iipip\0" 3034 "glGetActiveUniformsiv\0" 3035 "\0" 3036 /* _mesa_function_pool[21039]: GetActiveUniformName (will be remapped) */ 3037 "iiipp\0" 3038 "glGetActiveUniformName\0" 3039 "\0" 3040 /* _mesa_function_pool[21069]: GetUniformBlockIndex (will be remapped) */ 3041 "ip\0" 3042 "glGetUniformBlockIndex\0" 3043 "\0" 3044 /* _mesa_function_pool[21096]: GetActiveUniformBlockiv (will be remapped) */ 3045 "iiip\0" 3046 "glGetActiveUniformBlockiv\0" 3047 "\0" 3048 /* _mesa_function_pool[21128]: GetActiveUniformBlockName (will be remapped) */ 3049 "iiipp\0" 3050 "glGetActiveUniformBlockName\0" 3051 "\0" 3052 /* _mesa_function_pool[21163]: UniformBlockBinding (will be remapped) */ 3053 "iii\0" 3054 "glUniformBlockBinding\0" 3055 "\0" 3056 /* _mesa_function_pool[21190]: CopyBufferSubData (will be remapped) */ 3057 "iiiii\0" 3058 "glCopyBufferSubData\0" 3059 "\0" 3060 /* _mesa_function_pool[21217]: DrawElementsBaseVertex (will be remapped) */ 3061 "iiipi\0" 3062 "glDrawElementsBaseVertex\0" 3063 "glDrawElementsBaseVertexEXT\0" 3064 "glDrawElementsBaseVertexOES\0" 3065 "\0" 3066 /* _mesa_function_pool[21305]: DrawRangeElementsBaseVertex (will be remapped) */ 3067 "iiiiipi\0" 3068 "glDrawRangeElementsBaseVertex\0" 3069 "glDrawRangeElementsBaseVertexEXT\0" 3070 "glDrawRangeElementsBaseVertexOES\0" 3071 "\0" 3072 /* _mesa_function_pool[21410]: MultiDrawElementsBaseVertex (will be remapped) */ 3073 "ipipip\0" 3074 "glMultiDrawElementsBaseVertex\0" 3075 "glMultiDrawElementsBaseVertexEXT\0" 3076 "\0" 3077 /* _mesa_function_pool[21481]: DrawElementsInstancedBaseVertex (will be remapped) */ 3078 "iiipii\0" 3079 "glDrawElementsInstancedBaseVertex\0" 3080 "glDrawElementsInstancedBaseVertexEXT\0" 3081 "glDrawElementsInstancedBaseVertexOES\0" 3082 "\0" 3083 /* _mesa_function_pool[21597]: FenceSync (will be remapped) */ 3084 "ii\0" 3085 "glFenceSync\0" 3086 "\0" 3087 /* _mesa_function_pool[21613]: IsSync (will be remapped) */ 3088 "i\0" 3089 "glIsSync\0" 3090 "\0" 3091 /* _mesa_function_pool[21625]: DeleteSync (will be remapped) */ 3092 "i\0" 3093 "glDeleteSync\0" 3094 "\0" 3095 /* _mesa_function_pool[21641]: ClientWaitSync (will be remapped) */ 3096 "iii\0" 3097 "glClientWaitSync\0" 3098 "\0" 3099 /* _mesa_function_pool[21663]: WaitSync (will be remapped) */ 3100 "iii\0" 3101 "glWaitSync\0" 3102 "\0" 3103 /* _mesa_function_pool[21679]: GetInteger64v (will be remapped) */ 3104 "ip\0" 3105 "glGetInteger64v\0" 3106 "\0" 3107 /* _mesa_function_pool[21699]: GetSynciv (will be remapped) */ 3108 "iiipp\0" 3109 "glGetSynciv\0" 3110 "\0" 3111 /* _mesa_function_pool[21718]: TexImage2DMultisample (will be remapped) */ 3112 "iiiiii\0" 3113 "glTexImage2DMultisample\0" 3114 "\0" 3115 /* _mesa_function_pool[21750]: TexImage3DMultisample (will be remapped) */ 3116 "iiiiiii\0" 3117 "glTexImage3DMultisample\0" 3118 "\0" 3119 /* _mesa_function_pool[21783]: GetMultisamplefv (will be remapped) */ 3120 "iip\0" 3121 "glGetMultisamplefv\0" 3122 "\0" 3123 /* _mesa_function_pool[21807]: SampleMaski (will be remapped) */ 3124 "ii\0" 3125 "glSampleMaski\0" 3126 "\0" 3127 /* _mesa_function_pool[21825]: BlendEquationiARB (will be remapped) */ 3128 "ii\0" 3129 "glBlendEquationiARB\0" 3130 "glBlendEquationIndexedAMD\0" 3131 "glBlendEquationi\0" 3132 "glBlendEquationiEXT\0" 3133 "glBlendEquationiOES\0" 3134 "\0" 3135 /* _mesa_function_pool[21932]: BlendEquationSeparateiARB (will be remapped) */ 3136 "iii\0" 3137 "glBlendEquationSeparateiARB\0" 3138 "glBlendEquationSeparateIndexedAMD\0" 3139 "glBlendEquationSeparatei\0" 3140 "glBlendEquationSeparateiEXT\0" 3141 "glBlendEquationSeparateiOES\0" 3142 "\0" 3143 /* _mesa_function_pool[22080]: BlendFunciARB (will be remapped) */ 3144 "iii\0" 3145 "glBlendFunciARB\0" 3146 "glBlendFuncIndexedAMD\0" 3147 "glBlendFunci\0" 3148 "glBlendFunciEXT\0" 3149 "glBlendFunciOES\0" 3150 "\0" 3151 /* _mesa_function_pool[22168]: BlendFuncSeparateiARB (will be remapped) */ 3152 "iiiii\0" 3153 "glBlendFuncSeparateiARB\0" 3154 "glBlendFuncSeparateIndexedAMD\0" 3155 "glBlendFuncSeparatei\0" 3156 "glBlendFuncSeparateiEXT\0" 3157 "glBlendFuncSeparateiOES\0" 3158 "\0" 3159 /* _mesa_function_pool[22298]: MinSampleShading (will be remapped) */ 3160 "f\0" 3161 "glMinSampleShadingARB\0" 3162 "glMinSampleShading\0" 3163 "glMinSampleShadingOES\0" 3164 "\0" 3165 /* _mesa_function_pool[22364]: BindFragDataLocationIndexed (will be remapped) */ 3166 "iiip\0" 3167 "glBindFragDataLocationIndexed\0" 3168 "glBindFragDataLocationIndexedEXT\0" 3169 "\0" 3170 /* _mesa_function_pool[22433]: GetFragDataIndex (will be remapped) */ 3171 "ip\0" 3172 "glGetFragDataIndex\0" 3173 "glGetFragDataIndexEXT\0" 3174 "\0" 3175 /* _mesa_function_pool[22478]: GenSamplers (will be remapped) */ 3176 "ip\0" 3177 "glGenSamplers\0" 3178 "\0" 3179 /* _mesa_function_pool[22496]: DeleteSamplers (will be remapped) */ 3180 "ip\0" 3181 "glDeleteSamplers\0" 3182 "\0" 3183 /* _mesa_function_pool[22517]: IsSampler (will be remapped) */ 3184 "i\0" 3185 "glIsSampler\0" 3186 "\0" 3187 /* _mesa_function_pool[22532]: BindSampler (will be remapped) */ 3188 "ii\0" 3189 "glBindSampler\0" 3190 "\0" 3191 /* _mesa_function_pool[22550]: SamplerParameteri (will be remapped) */ 3192 "iii\0" 3193 "glSamplerParameteri\0" 3194 "\0" 3195 /* _mesa_function_pool[22575]: SamplerParameterf (will be remapped) */ 3196 "iif\0" 3197 "glSamplerParameterf\0" 3198 "\0" 3199 /* _mesa_function_pool[22600]: SamplerParameteriv (will be remapped) */ 3200 "iip\0" 3201 "glSamplerParameteriv\0" 3202 "\0" 3203 /* _mesa_function_pool[22626]: SamplerParameterfv (will be remapped) */ 3204 "iip\0" 3205 "glSamplerParameterfv\0" 3206 "\0" 3207 /* _mesa_function_pool[22652]: SamplerParameterIiv (will be remapped) */ 3208 "iip\0" 3209 "glSamplerParameterIiv\0" 3210 "glSamplerParameterIivEXT\0" 3211 "glSamplerParameterIivOES\0" 3212 "\0" 3213 /* _mesa_function_pool[22729]: SamplerParameterIuiv (will be remapped) */ 3214 "iip\0" 3215 "glSamplerParameterIuiv\0" 3216 "glSamplerParameterIuivEXT\0" 3217 "glSamplerParameterIuivOES\0" 3218 "\0" 3219 /* _mesa_function_pool[22809]: GetSamplerParameteriv (will be remapped) */ 3220 "iip\0" 3221 "glGetSamplerParameteriv\0" 3222 "\0" 3223 /* _mesa_function_pool[22838]: GetSamplerParameterfv (will be remapped) */ 3224 "iip\0" 3225 "glGetSamplerParameterfv\0" 3226 "\0" 3227 /* _mesa_function_pool[22867]: GetSamplerParameterIiv (will be remapped) */ 3228 "iip\0" 3229 "glGetSamplerParameterIiv\0" 3230 "glGetSamplerParameterIivEXT\0" 3231 "glGetSamplerParameterIivOES\0" 3232 "\0" 3233 /* _mesa_function_pool[22953]: GetSamplerParameterIuiv (will be remapped) */ 3234 "iip\0" 3235 "glGetSamplerParameterIuiv\0" 3236 "glGetSamplerParameterIuivEXT\0" 3237 "glGetSamplerParameterIuivOES\0" 3238 "\0" 3239 /* _mesa_function_pool[23042]: GetQueryObjecti64v (will be remapped) */ 3240 "iip\0" 3241 "glGetQueryObjecti64v\0" 3242 "glGetQueryObjecti64vEXT\0" 3243 "\0" 3244 /* _mesa_function_pool[23092]: GetQueryObjectui64v (will be remapped) */ 3245 "iip\0" 3246 "glGetQueryObjectui64v\0" 3247 "glGetQueryObjectui64vEXT\0" 3248 "\0" 3249 /* _mesa_function_pool[23144]: QueryCounter (will be remapped) */ 3250 "ii\0" 3251 "glQueryCounter\0" 3252 "glQueryCounterEXT\0" 3253 "\0" 3254 /* _mesa_function_pool[23181]: VertexP2ui (will be remapped) */ 3255 "ii\0" 3256 "glVertexP2ui\0" 3257 "\0" 3258 /* _mesa_function_pool[23198]: VertexP3ui (will be remapped) */ 3259 "ii\0" 3260 "glVertexP3ui\0" 3261 "\0" 3262 /* _mesa_function_pool[23215]: VertexP4ui (will be remapped) */ 3263 "ii\0" 3264 "glVertexP4ui\0" 3265 "\0" 3266 /* _mesa_function_pool[23232]: VertexP2uiv (will be remapped) */ 3267 "ip\0" 3268 "glVertexP2uiv\0" 3269 "\0" 3270 /* _mesa_function_pool[23250]: VertexP3uiv (will be remapped) */ 3271 "ip\0" 3272 "glVertexP3uiv\0" 3273 "\0" 3274 /* _mesa_function_pool[23268]: VertexP4uiv (will be remapped) */ 3275 "ip\0" 3276 "glVertexP4uiv\0" 3277 "\0" 3278 /* _mesa_function_pool[23286]: TexCoordP1ui (will be remapped) */ 3279 "ii\0" 3280 "glTexCoordP1ui\0" 3281 "\0" 3282 /* _mesa_function_pool[23305]: TexCoordP2ui (will be remapped) */ 3283 "ii\0" 3284 "glTexCoordP2ui\0" 3285 "\0" 3286 /* _mesa_function_pool[23324]: TexCoordP3ui (will be remapped) */ 3287 "ii\0" 3288 "glTexCoordP3ui\0" 3289 "\0" 3290 /* _mesa_function_pool[23343]: TexCoordP4ui (will be remapped) */ 3291 "ii\0" 3292 "glTexCoordP4ui\0" 3293 "\0" 3294 /* _mesa_function_pool[23362]: TexCoordP1uiv (will be remapped) */ 3295 "ip\0" 3296 "glTexCoordP1uiv\0" 3297 "\0" 3298 /* _mesa_function_pool[23382]: TexCoordP2uiv (will be remapped) */ 3299 "ip\0" 3300 "glTexCoordP2uiv\0" 3301 "\0" 3302 /* _mesa_function_pool[23402]: TexCoordP3uiv (will be remapped) */ 3303 "ip\0" 3304 "glTexCoordP3uiv\0" 3305 "\0" 3306 /* _mesa_function_pool[23422]: TexCoordP4uiv (will be remapped) */ 3307 "ip\0" 3308 "glTexCoordP4uiv\0" 3309 "\0" 3310 /* _mesa_function_pool[23442]: MultiTexCoordP1ui (will be remapped) */ 3311 "iii\0" 3312 "glMultiTexCoordP1ui\0" 3313 "\0" 3314 /* _mesa_function_pool[23467]: MultiTexCoordP2ui (will be remapped) */ 3315 "iii\0" 3316 "glMultiTexCoordP2ui\0" 3317 "\0" 3318 /* _mesa_function_pool[23492]: MultiTexCoordP3ui (will be remapped) */ 3319 "iii\0" 3320 "glMultiTexCoordP3ui\0" 3321 "\0" 3322 /* _mesa_function_pool[23517]: MultiTexCoordP4ui (will be remapped) */ 3323 "iii\0" 3324 "glMultiTexCoordP4ui\0" 3325 "\0" 3326 /* _mesa_function_pool[23542]: MultiTexCoordP1uiv (will be remapped) */ 3327 "iip\0" 3328 "glMultiTexCoordP1uiv\0" 3329 "\0" 3330 /* _mesa_function_pool[23568]: MultiTexCoordP2uiv (will be remapped) */ 3331 "iip\0" 3332 "glMultiTexCoordP2uiv\0" 3333 "\0" 3334 /* _mesa_function_pool[23594]: MultiTexCoordP3uiv (will be remapped) */ 3335 "iip\0" 3336 "glMultiTexCoordP3uiv\0" 3337 "\0" 3338 /* _mesa_function_pool[23620]: MultiTexCoordP4uiv (will be remapped) */ 3339 "iip\0" 3340 "glMultiTexCoordP4uiv\0" 3341 "\0" 3342 /* _mesa_function_pool[23646]: NormalP3ui (will be remapped) */ 3343 "ii\0" 3344 "glNormalP3ui\0" 3345 "\0" 3346 /* _mesa_function_pool[23663]: NormalP3uiv (will be remapped) */ 3347 "ip\0" 3348 "glNormalP3uiv\0" 3349 "\0" 3350 /* _mesa_function_pool[23681]: ColorP3ui (will be remapped) */ 3351 "ii\0" 3352 "glColorP3ui\0" 3353 "\0" 3354 /* _mesa_function_pool[23697]: ColorP4ui (will be remapped) */ 3355 "ii\0" 3356 "glColorP4ui\0" 3357 "\0" 3358 /* _mesa_function_pool[23713]: ColorP3uiv (will be remapped) */ 3359 "ip\0" 3360 "glColorP3uiv\0" 3361 "\0" 3362 /* _mesa_function_pool[23730]: ColorP4uiv (will be remapped) */ 3363 "ip\0" 3364 "glColorP4uiv\0" 3365 "\0" 3366 /* _mesa_function_pool[23747]: SecondaryColorP3ui (will be remapped) */ 3367 "ii\0" 3368 "glSecondaryColorP3ui\0" 3369 "\0" 3370 /* _mesa_function_pool[23772]: SecondaryColorP3uiv (will be remapped) */ 3371 "ip\0" 3372 "glSecondaryColorP3uiv\0" 3373 "\0" 3374 /* _mesa_function_pool[23798]: VertexAttribP1ui (will be remapped) */ 3375 "iiii\0" 3376 "glVertexAttribP1ui\0" 3377 "\0" 3378 /* _mesa_function_pool[23823]: VertexAttribP2ui (will be remapped) */ 3379 "iiii\0" 3380 "glVertexAttribP2ui\0" 3381 "\0" 3382 /* _mesa_function_pool[23848]: VertexAttribP3ui (will be remapped) */ 3383 "iiii\0" 3384 "glVertexAttribP3ui\0" 3385 "\0" 3386 /* _mesa_function_pool[23873]: VertexAttribP4ui (will be remapped) */ 3387 "iiii\0" 3388 "glVertexAttribP4ui\0" 3389 "\0" 3390 /* _mesa_function_pool[23898]: VertexAttribP1uiv (will be remapped) */ 3391 "iiip\0" 3392 "glVertexAttribP1uiv\0" 3393 "\0" 3394 /* _mesa_function_pool[23924]: VertexAttribP2uiv (will be remapped) */ 3395 "iiip\0" 3396 "glVertexAttribP2uiv\0" 3397 "\0" 3398 /* _mesa_function_pool[23950]: VertexAttribP3uiv (will be remapped) */ 3399 "iiip\0" 3400 "glVertexAttribP3uiv\0" 3401 "\0" 3402 /* _mesa_function_pool[23976]: VertexAttribP4uiv (will be remapped) */ 3403 "iiip\0" 3404 "glVertexAttribP4uiv\0" 3405 "\0" 3406 /* _mesa_function_pool[24002]: GetSubroutineUniformLocation (will be remapped) */ 3407 "iip\0" 3408 "glGetSubroutineUniformLocation\0" 3409 "\0" 3410 /* _mesa_function_pool[24038]: GetSubroutineIndex (will be remapped) */ 3411 "iip\0" 3412 "glGetSubroutineIndex\0" 3413 "\0" 3414 /* _mesa_function_pool[24064]: GetActiveSubroutineUniformiv (will be remapped) */ 3415 "iiiip\0" 3416 "glGetActiveSubroutineUniformiv\0" 3417 "\0" 3418 /* _mesa_function_pool[24102]: GetActiveSubroutineUniformName (will be remapped) */ 3419 "iiiipp\0" 3420 "glGetActiveSubroutineUniformName\0" 3421 "\0" 3422 /* _mesa_function_pool[24143]: GetActiveSubroutineName (will be remapped) */ 3423 "iiiipp\0" 3424 "glGetActiveSubroutineName\0" 3425 "\0" 3426 /* _mesa_function_pool[24177]: UniformSubroutinesuiv (will be remapped) */ 3427 "iip\0" 3428 "glUniformSubroutinesuiv\0" 3429 "\0" 3430 /* _mesa_function_pool[24206]: GetUniformSubroutineuiv (will be remapped) */ 3431 "iip\0" 3432 "glGetUniformSubroutineuiv\0" 3433 "\0" 3434 /* _mesa_function_pool[24237]: GetProgramStageiv (will be remapped) */ 3435 "iiip\0" 3436 "glGetProgramStageiv\0" 3437 "\0" 3438 /* _mesa_function_pool[24263]: PatchParameteri (will be remapped) */ 3439 "ii\0" 3440 "glPatchParameteri\0" 3441 "glPatchParameteriEXT\0" 3442 "glPatchParameteriOES\0" 3443 "\0" 3444 /* _mesa_function_pool[24327]: PatchParameterfv (will be remapped) */ 3445 "ip\0" 3446 "glPatchParameterfv\0" 3447 "\0" 3448 /* _mesa_function_pool[24350]: DrawArraysIndirect (will be remapped) */ 3449 "ip\0" 3450 "glDrawArraysIndirect\0" 3451 "\0" 3452 /* _mesa_function_pool[24375]: DrawElementsIndirect (will be remapped) */ 3453 "iip\0" 3454 "glDrawElementsIndirect\0" 3455 "\0" 3456 /* _mesa_function_pool[24403]: MultiDrawArraysIndirect (will be remapped) */ 3457 "ipii\0" 3458 "glMultiDrawArraysIndirect\0" 3459 "glMultiDrawArraysIndirectAMD\0" 3460 "\0" 3461 /* _mesa_function_pool[24464]: MultiDrawElementsIndirect (will be remapped) */ 3462 "iipii\0" 3463 "glMultiDrawElementsIndirect\0" 3464 "glMultiDrawElementsIndirectAMD\0" 3465 "\0" 3466 /* _mesa_function_pool[24530]: Uniform1d (will be remapped) */ 3467 "id\0" 3468 "glUniform1d\0" 3469 "\0" 3470 /* _mesa_function_pool[24546]: Uniform2d (will be remapped) */ 3471 "idd\0" 3472 "glUniform2d\0" 3473 "\0" 3474 /* _mesa_function_pool[24563]: Uniform3d (will be remapped) */ 3475 "iddd\0" 3476 "glUniform3d\0" 3477 "\0" 3478 /* _mesa_function_pool[24581]: Uniform4d (will be remapped) */ 3479 "idddd\0" 3480 "glUniform4d\0" 3481 "\0" 3482 /* _mesa_function_pool[24600]: Uniform1dv (will be remapped) */ 3483 "iip\0" 3484 "glUniform1dv\0" 3485 "\0" 3486 /* _mesa_function_pool[24618]: Uniform2dv (will be remapped) */ 3487 "iip\0" 3488 "glUniform2dv\0" 3489 "\0" 3490 /* _mesa_function_pool[24636]: Uniform3dv (will be remapped) */ 3491 "iip\0" 3492 "glUniform3dv\0" 3493 "\0" 3494 /* _mesa_function_pool[24654]: Uniform4dv (will be remapped) */ 3495 "iip\0" 3496 "glUniform4dv\0" 3497 "\0" 3498 /* _mesa_function_pool[24672]: UniformMatrix2dv (will be remapped) */ 3499 "iiip\0" 3500 "glUniformMatrix2dv\0" 3501 "\0" 3502 /* _mesa_function_pool[24697]: UniformMatrix3dv (will be remapped) */ 3503 "iiip\0" 3504 "glUniformMatrix3dv\0" 3505 "\0" 3506 /* _mesa_function_pool[24722]: UniformMatrix4dv (will be remapped) */ 3507 "iiip\0" 3508 "glUniformMatrix4dv\0" 3509 "\0" 3510 /* _mesa_function_pool[24747]: UniformMatrix2x3dv (will be remapped) */ 3511 "iiip\0" 3512 "glUniformMatrix2x3dv\0" 3513 "\0" 3514 /* _mesa_function_pool[24774]: UniformMatrix2x4dv (will be remapped) */ 3515 "iiip\0" 3516 "glUniformMatrix2x4dv\0" 3517 "\0" 3518 /* _mesa_function_pool[24801]: UniformMatrix3x2dv (will be remapped) */ 3519 "iiip\0" 3520 "glUniformMatrix3x2dv\0" 3521 "\0" 3522 /* _mesa_function_pool[24828]: UniformMatrix3x4dv (will be remapped) */ 3523 "iiip\0" 3524 "glUniformMatrix3x4dv\0" 3525 "\0" 3526 /* _mesa_function_pool[24855]: UniformMatrix4x2dv (will be remapped) */ 3527 "iiip\0" 3528 "glUniformMatrix4x2dv\0" 3529 "\0" 3530 /* _mesa_function_pool[24882]: UniformMatrix4x3dv (will be remapped) */ 3531 "iiip\0" 3532 "glUniformMatrix4x3dv\0" 3533 "\0" 3534 /* _mesa_function_pool[24909]: GetUniformdv (will be remapped) */ 3535 "iip\0" 3536 "glGetUniformdv\0" 3537 "\0" 3538 /* _mesa_function_pool[24929]: DrawTransformFeedbackStream (will be remapped) */ 3539 "iii\0" 3540 "glDrawTransformFeedbackStream\0" 3541 "\0" 3542 /* _mesa_function_pool[24964]: BeginQueryIndexed (will be remapped) */ 3543 "iii\0" 3544 "glBeginQueryIndexed\0" 3545 "\0" 3546 /* _mesa_function_pool[24989]: EndQueryIndexed (will be remapped) */ 3547 "ii\0" 3548 "glEndQueryIndexed\0" 3549 "\0" 3550 /* _mesa_function_pool[25011]: GetQueryIndexediv (will be remapped) */ 3551 "iiip\0" 3552 "glGetQueryIndexediv\0" 3553 "\0" 3554 /* _mesa_function_pool[25037]: UseProgramStages (will be remapped) */ 3555 "iii\0" 3556 "glUseProgramStages\0" 3557 "glUseProgramStagesEXT\0" 3558 "\0" 3559 /* _mesa_function_pool[25083]: ActiveShaderProgram (will be remapped) */ 3560 "ii\0" 3561 "glActiveShaderProgram\0" 3562 "glActiveShaderProgramEXT\0" 3563 "\0" 3564 /* _mesa_function_pool[25134]: CreateShaderProgramv (will be remapped) */ 3565 "iip\0" 3566 "glCreateShaderProgramv\0" 3567 "glCreateShaderProgramvEXT\0" 3568 "\0" 3569 /* _mesa_function_pool[25188]: BindProgramPipeline (will be remapped) */ 3570 "i\0" 3571 "glBindProgramPipeline\0" 3572 "glBindProgramPipelineEXT\0" 3573 "\0" 3574 /* _mesa_function_pool[25238]: DeleteProgramPipelines (will be remapped) */ 3575 "ip\0" 3576 "glDeleteProgramPipelines\0" 3577 "glDeleteProgramPipelinesEXT\0" 3578 "\0" 3579 /* _mesa_function_pool[25295]: GenProgramPipelines (will be remapped) */ 3580 "ip\0" 3581 "glGenProgramPipelines\0" 3582 "glGenProgramPipelinesEXT\0" 3583 "\0" 3584 /* _mesa_function_pool[25346]: IsProgramPipeline (will be remapped) */ 3585 "i\0" 3586 "glIsProgramPipeline\0" 3587 "glIsProgramPipelineEXT\0" 3588 "\0" 3589 /* _mesa_function_pool[25392]: GetProgramPipelineiv (will be remapped) */ 3590 "iip\0" 3591 "glGetProgramPipelineiv\0" 3592 "glGetProgramPipelineivEXT\0" 3593 "\0" 3594 /* _mesa_function_pool[25446]: ProgramUniform1i (will be remapped) */ 3595 "iii\0" 3596 "glProgramUniform1i\0" 3597 "glProgramUniform1iEXT\0" 3598 "\0" 3599 /* _mesa_function_pool[25492]: ProgramUniform2i (will be remapped) */ 3600 "iiii\0" 3601 "glProgramUniform2i\0" 3602 "glProgramUniform2iEXT\0" 3603 "\0" 3604 /* _mesa_function_pool[25539]: ProgramUniform3i (will be remapped) */ 3605 "iiiii\0" 3606 "glProgramUniform3i\0" 3607 "glProgramUniform3iEXT\0" 3608 "\0" 3609 /* _mesa_function_pool[25587]: ProgramUniform4i (will be remapped) */ 3610 "iiiiii\0" 3611 "glProgramUniform4i\0" 3612 "glProgramUniform4iEXT\0" 3613 "\0" 3614 /* _mesa_function_pool[25636]: ProgramUniform1ui (will be remapped) */ 3615 "iii\0" 3616 "glProgramUniform1ui\0" 3617 "glProgramUniform1uiEXT\0" 3618 "\0" 3619 /* _mesa_function_pool[25684]: ProgramUniform2ui (will be remapped) */ 3620 "iiii\0" 3621 "glProgramUniform2ui\0" 3622 "glProgramUniform2uiEXT\0" 3623 "\0" 3624 /* _mesa_function_pool[25733]: ProgramUniform3ui (will be remapped) */ 3625 "iiiii\0" 3626 "glProgramUniform3ui\0" 3627 "glProgramUniform3uiEXT\0" 3628 "\0" 3629 /* _mesa_function_pool[25783]: ProgramUniform4ui (will be remapped) */ 3630 "iiiiii\0" 3631 "glProgramUniform4ui\0" 3632 "glProgramUniform4uiEXT\0" 3633 "\0" 3634 /* _mesa_function_pool[25834]: ProgramUniform1f (will be remapped) */ 3635 "iif\0" 3636 "glProgramUniform1f\0" 3637 "glProgramUniform1fEXT\0" 3638 "\0" 3639 /* _mesa_function_pool[25880]: ProgramUniform2f (will be remapped) */ 3640 "iiff\0" 3641 "glProgramUniform2f\0" 3642 "glProgramUniform2fEXT\0" 3643 "\0" 3644 /* _mesa_function_pool[25927]: ProgramUniform3f (will be remapped) */ 3645 "iifff\0" 3646 "glProgramUniform3f\0" 3647 "glProgramUniform3fEXT\0" 3648 "\0" 3649 /* _mesa_function_pool[25975]: ProgramUniform4f (will be remapped) */ 3650 "iiffff\0" 3651 "glProgramUniform4f\0" 3652 "glProgramUniform4fEXT\0" 3653 "\0" 3654 /* _mesa_function_pool[26024]: ProgramUniform1iv (will be remapped) */ 3655 "iiip\0" 3656 "glProgramUniform1iv\0" 3657 "glProgramUniform1ivEXT\0" 3658 "\0" 3659 /* _mesa_function_pool[26073]: ProgramUniform2iv (will be remapped) */ 3660 "iiip\0" 3661 "glProgramUniform2iv\0" 3662 "glProgramUniform2ivEXT\0" 3663 "\0" 3664 /* _mesa_function_pool[26122]: ProgramUniform3iv (will be remapped) */ 3665 "iiip\0" 3666 "glProgramUniform3iv\0" 3667 "glProgramUniform3ivEXT\0" 3668 "\0" 3669 /* _mesa_function_pool[26171]: ProgramUniform4iv (will be remapped) */ 3670 "iiip\0" 3671 "glProgramUniform4iv\0" 3672 "glProgramUniform4ivEXT\0" 3673 "\0" 3674 /* _mesa_function_pool[26220]: ProgramUniform1uiv (will be remapped) */ 3675 "iiip\0" 3676 "glProgramUniform1uiv\0" 3677 "glProgramUniform1uivEXT\0" 3678 "\0" 3679 /* _mesa_function_pool[26271]: ProgramUniform2uiv (will be remapped) */ 3680 "iiip\0" 3681 "glProgramUniform2uiv\0" 3682 "glProgramUniform2uivEXT\0" 3683 "\0" 3684 /* _mesa_function_pool[26322]: ProgramUniform3uiv (will be remapped) */ 3685 "iiip\0" 3686 "glProgramUniform3uiv\0" 3687 "glProgramUniform3uivEXT\0" 3688 "\0" 3689 /* _mesa_function_pool[26373]: ProgramUniform4uiv (will be remapped) */ 3690 "iiip\0" 3691 "glProgramUniform4uiv\0" 3692 "glProgramUniform4uivEXT\0" 3693 "\0" 3694 /* _mesa_function_pool[26424]: ProgramUniform1fv (will be remapped) */ 3695 "iiip\0" 3696 "glProgramUniform1fv\0" 3697 "glProgramUniform1fvEXT\0" 3698 "\0" 3699 /* _mesa_function_pool[26473]: ProgramUniform2fv (will be remapped) */ 3700 "iiip\0" 3701 "glProgramUniform2fv\0" 3702 "glProgramUniform2fvEXT\0" 3703 "\0" 3704 /* _mesa_function_pool[26522]: ProgramUniform3fv (will be remapped) */ 3705 "iiip\0" 3706 "glProgramUniform3fv\0" 3707 "glProgramUniform3fvEXT\0" 3708 "\0" 3709 /* _mesa_function_pool[26571]: ProgramUniform4fv (will be remapped) */ 3710 "iiip\0" 3711 "glProgramUniform4fv\0" 3712 "glProgramUniform4fvEXT\0" 3713 "\0" 3714 /* _mesa_function_pool[26620]: ProgramUniformMatrix2fv (will be remapped) */ 3715 "iiiip\0" 3716 "glProgramUniformMatrix2fv\0" 3717 "glProgramUniformMatrix2fvEXT\0" 3718 "\0" 3719 /* _mesa_function_pool[26682]: ProgramUniformMatrix3fv (will be remapped) */ 3720 "iiiip\0" 3721 "glProgramUniformMatrix3fv\0" 3722 "glProgramUniformMatrix3fvEXT\0" 3723 "\0" 3724 /* _mesa_function_pool[26744]: ProgramUniformMatrix4fv (will be remapped) */ 3725 "iiiip\0" 3726 "glProgramUniformMatrix4fv\0" 3727 "glProgramUniformMatrix4fvEXT\0" 3728 "\0" 3729 /* _mesa_function_pool[26806]: ProgramUniformMatrix2x3fv (will be remapped) */ 3730 "iiiip\0" 3731 "glProgramUniformMatrix2x3fv\0" 3732 "glProgramUniformMatrix2x3fvEXT\0" 3733 "\0" 3734 /* _mesa_function_pool[26872]: ProgramUniformMatrix3x2fv (will be remapped) */ 3735 "iiiip\0" 3736 "glProgramUniformMatrix3x2fv\0" 3737 "glProgramUniformMatrix3x2fvEXT\0" 3738 "\0" 3739 /* _mesa_function_pool[26938]: ProgramUniformMatrix2x4fv (will be remapped) */ 3740 "iiiip\0" 3741 "glProgramUniformMatrix2x4fv\0" 3742 "glProgramUniformMatrix2x4fvEXT\0" 3743 "\0" 3744 /* _mesa_function_pool[27004]: ProgramUniformMatrix4x2fv (will be remapped) */ 3745 "iiiip\0" 3746 "glProgramUniformMatrix4x2fv\0" 3747 "glProgramUniformMatrix4x2fvEXT\0" 3748 "\0" 3749 /* _mesa_function_pool[27070]: ProgramUniformMatrix3x4fv (will be remapped) */ 3750 "iiiip\0" 3751 "glProgramUniformMatrix3x4fv\0" 3752 "glProgramUniformMatrix3x4fvEXT\0" 3753 "\0" 3754 /* _mesa_function_pool[27136]: ProgramUniformMatrix4x3fv (will be remapped) */ 3755 "iiiip\0" 3756 "glProgramUniformMatrix4x3fv\0" 3757 "glProgramUniformMatrix4x3fvEXT\0" 3758 "\0" 3759 /* _mesa_function_pool[27202]: ValidateProgramPipeline (will be remapped) */ 3760 "i\0" 3761 "glValidateProgramPipeline\0" 3762 "glValidateProgramPipelineEXT\0" 3763 "\0" 3764 /* _mesa_function_pool[27260]: GetProgramPipelineInfoLog (will be remapped) */ 3765 "iipp\0" 3766 "glGetProgramPipelineInfoLog\0" 3767 "glGetProgramPipelineInfoLogEXT\0" 3768 "\0" 3769 /* _mesa_function_pool[27325]: ProgramUniform1d (will be remapped) */ 3770 "iid\0" 3771 "glProgramUniform1d\0" 3772 "\0" 3773 /* _mesa_function_pool[27349]: ProgramUniform2d (will be remapped) */ 3774 "iidd\0" 3775 "glProgramUniform2d\0" 3776 "\0" 3777 /* _mesa_function_pool[27374]: ProgramUniform3d (will be remapped) */ 3778 "iiddd\0" 3779 "glProgramUniform3d\0" 3780 "\0" 3781 /* _mesa_function_pool[27400]: ProgramUniform4d (will be remapped) */ 3782 "iidddd\0" 3783 "glProgramUniform4d\0" 3784 "\0" 3785 /* _mesa_function_pool[27427]: ProgramUniformMatrix2x3dv (will be remapped) */ 3786 "iiiip\0" 3787 "glProgramUniformMatrix2x3dv\0" 3788 "\0" 3789 /* _mesa_function_pool[27462]: ProgramUniformMatrix3x2dv (will be remapped) */ 3790 "iiiip\0" 3791 "glProgramUniformMatrix3x2dv\0" 3792 "\0" 3793 /* _mesa_function_pool[27497]: ProgramUniformMatrix2x4dv (will be remapped) */ 3794 "iiiip\0" 3795 "glProgramUniformMatrix2x4dv\0" 3796 "\0" 3797 /* _mesa_function_pool[27532]: ProgramUniformMatrix4x2dv (will be remapped) */ 3798 "iiiip\0" 3799 "glProgramUniformMatrix4x2dv\0" 3800 "\0" 3801 /* _mesa_function_pool[27567]: ProgramUniformMatrix3x4dv (will be remapped) */ 3802 "iiiip\0" 3803 "glProgramUniformMatrix3x4dv\0" 3804 "\0" 3805 /* _mesa_function_pool[27602]: ProgramUniformMatrix4x3dv (will be remapped) */ 3806 "iiiip\0" 3807 "glProgramUniformMatrix4x3dv\0" 3808 "\0" 3809 /* _mesa_function_pool[27637]: ProgramUniformMatrix2dv (will be remapped) */ 3810 "iiiip\0" 3811 "glProgramUniformMatrix2dv\0" 3812 "\0" 3813 /* _mesa_function_pool[27670]: ProgramUniformMatrix3dv (will be remapped) */ 3814 "iiiip\0" 3815 "glProgramUniformMatrix3dv\0" 3816 "\0" 3817 /* _mesa_function_pool[27703]: ProgramUniformMatrix4dv (will be remapped) */ 3818 "iiiip\0" 3819 "glProgramUniformMatrix4dv\0" 3820 "\0" 3821 /* _mesa_function_pool[27736]: ProgramUniform1dv (will be remapped) */ 3822 "iiip\0" 3823 "glProgramUniform1dv\0" 3824 "\0" 3825 /* _mesa_function_pool[27762]: ProgramUniform2dv (will be remapped) */ 3826 "iiip\0" 3827 "glProgramUniform2dv\0" 3828 "\0" 3829 /* _mesa_function_pool[27788]: ProgramUniform3dv (will be remapped) */ 3830 "iiip\0" 3831 "glProgramUniform3dv\0" 3832 "\0" 3833 /* _mesa_function_pool[27814]: ProgramUniform4dv (will be remapped) */ 3834 "iiip\0" 3835 "glProgramUniform4dv\0" 3836 "\0" 3837 /* _mesa_function_pool[27840]: VertexAttribL1d (will be remapped) */ 3838 "id\0" 3839 "glVertexAttribL1d\0" 3840 "glVertexAttribL1dEXT\0" 3841 "\0" 3842 /* _mesa_function_pool[27883]: VertexAttribL2d (will be remapped) */ 3843 "idd\0" 3844 "glVertexAttribL2d\0" 3845 "glVertexAttribL2dEXT\0" 3846 "\0" 3847 /* _mesa_function_pool[27927]: VertexAttribL3d (will be remapped) */ 3848 "iddd\0" 3849 "glVertexAttribL3d\0" 3850 "glVertexAttribL3dEXT\0" 3851 "\0" 3852 /* _mesa_function_pool[27972]: VertexAttribL4d (will be remapped) */ 3853 "idddd\0" 3854 "glVertexAttribL4d\0" 3855 "glVertexAttribL4dEXT\0" 3856 "\0" 3857 /* _mesa_function_pool[28018]: VertexAttribL1dv (will be remapped) */ 3858 "ip\0" 3859 "glVertexAttribL1dv\0" 3860 "glVertexAttribL1dvEXT\0" 3861 "\0" 3862 /* _mesa_function_pool[28063]: VertexAttribL2dv (will be remapped) */ 3863 "ip\0" 3864 "glVertexAttribL2dv\0" 3865 "glVertexAttribL2dvEXT\0" 3866 "\0" 3867 /* _mesa_function_pool[28108]: VertexAttribL3dv (will be remapped) */ 3868 "ip\0" 3869 "glVertexAttribL3dv\0" 3870 "glVertexAttribL3dvEXT\0" 3871 "\0" 3872 /* _mesa_function_pool[28153]: VertexAttribL4dv (will be remapped) */ 3873 "ip\0" 3874 "glVertexAttribL4dv\0" 3875 "glVertexAttribL4dvEXT\0" 3876 "\0" 3877 /* _mesa_function_pool[28198]: VertexAttribLPointer (will be remapped) */ 3878 "iiiip\0" 3879 "glVertexAttribLPointer\0" 3880 "glVertexAttribLPointerEXT\0" 3881 "\0" 3882 /* _mesa_function_pool[28254]: GetVertexAttribLdv (will be remapped) */ 3883 "iip\0" 3884 "glGetVertexAttribLdv\0" 3885 "glGetVertexAttribLdvEXT\0" 3886 "\0" 3887 /* _mesa_function_pool[28304]: GetShaderPrecisionFormat (will be remapped) */ 3888 "iipp\0" 3889 "glGetShaderPrecisionFormat\0" 3890 "\0" 3891 /* _mesa_function_pool[28337]: ReleaseShaderCompiler (will be remapped) */ 3892 "\0" 3893 "glReleaseShaderCompiler\0" 3894 "\0" 3895 /* _mesa_function_pool[28363]: ShaderBinary (will be remapped) */ 3896 "ipipi\0" 3897 "glShaderBinary\0" 3898 "\0" 3899 /* _mesa_function_pool[28385]: ClearDepthf (will be remapped) */ 3900 "f\0" 3901 "glClearDepthf\0" 3902 "glClearDepthfOES\0" 3903 "\0" 3904 /* _mesa_function_pool[28419]: DepthRangef (will be remapped) */ 3905 "ff\0" 3906 "glDepthRangef\0" 3907 "glDepthRangefOES\0" 3908 "\0" 3909 /* _mesa_function_pool[28454]: GetProgramBinary (will be remapped) */ 3910 "iippp\0" 3911 "glGetProgramBinary\0" 3912 "glGetProgramBinaryOES\0" 3913 "\0" 3914 /* _mesa_function_pool[28502]: ProgramBinary (will be remapped) */ 3915 "iipi\0" 3916 "glProgramBinary\0" 3917 "glProgramBinaryOES\0" 3918 "\0" 3919 /* _mesa_function_pool[28543]: ProgramParameteri (will be remapped) */ 3920 "iii\0" 3921 "glProgramParameteri\0" 3922 "glProgramParameteriEXT\0" 3923 "\0" 3924 /* _mesa_function_pool[28591]: DebugMessageControl (will be remapped) */ 3925 "iiiipi\0" 3926 "glDebugMessageControlARB\0" 3927 "glDebugMessageControl\0" 3928 "glDebugMessageControlKHR\0" 3929 "\0" 3930 /* _mesa_function_pool[28671]: DebugMessageInsert (will be remapped) */ 3931 "iiiiip\0" 3932 "glDebugMessageInsertARB\0" 3933 "glDebugMessageInsert\0" 3934 "glDebugMessageInsertKHR\0" 3935 "\0" 3936 /* _mesa_function_pool[28748]: DebugMessageCallback (will be remapped) */ 3937 "pp\0" 3938 "glDebugMessageCallbackARB\0" 3939 "glDebugMessageCallback\0" 3940 "glDebugMessageCallbackKHR\0" 3941 "\0" 3942 /* _mesa_function_pool[28827]: GetDebugMessageLog (will be remapped) */ 3943 "iipppppp\0" 3944 "glGetDebugMessageLogARB\0" 3945 "glGetDebugMessageLog\0" 3946 "glGetDebugMessageLogKHR\0" 3947 "\0" 3948 /* _mesa_function_pool[28906]: GetGraphicsResetStatusARB (will be remapped) */ 3949 "\0" 3950 "glGetGraphicsResetStatusARB\0" 3951 "glGetGraphicsResetStatus\0" 3952 "glGetGraphicsResetStatusKHR\0" 3953 "glGetGraphicsResetStatusEXT\0" 3954 "\0" 3955 /* _mesa_function_pool[29017]: GetnMapdvARB (will be remapped) */ 3956 "iiip\0" 3957 "glGetnMapdvARB\0" 3958 "\0" 3959 /* _mesa_function_pool[29038]: GetnMapfvARB (will be remapped) */ 3960 "iiip\0" 3961 "glGetnMapfvARB\0" 3962 "\0" 3963 /* _mesa_function_pool[29059]: GetnMapivARB (will be remapped) */ 3964 "iiip\0" 3965 "glGetnMapivARB\0" 3966 "\0" 3967 /* _mesa_function_pool[29080]: GetnPixelMapfvARB (will be remapped) */ 3968 "iip\0" 3969 "glGetnPixelMapfvARB\0" 3970 "\0" 3971 /* _mesa_function_pool[29105]: GetnPixelMapuivARB (will be remapped) */ 3972 "iip\0" 3973 "glGetnPixelMapuivARB\0" 3974 "\0" 3975 /* _mesa_function_pool[29131]: GetnPixelMapusvARB (will be remapped) */ 3976 "iip\0" 3977 "glGetnPixelMapusvARB\0" 3978 "\0" 3979 /* _mesa_function_pool[29157]: GetnPolygonStippleARB (will be remapped) */ 3980 "ip\0" 3981 "glGetnPolygonStippleARB\0" 3982 "\0" 3983 /* _mesa_function_pool[29185]: GetnTexImageARB (will be remapped) */ 3984 "iiiiip\0" 3985 "glGetnTexImageARB\0" 3986 "\0" 3987 /* _mesa_function_pool[29211]: ReadnPixelsARB (will be remapped) */ 3988 "iiiiiiip\0" 3989 "glReadnPixelsARB\0" 3990 "glReadnPixels\0" 3991 "glReadnPixelsKHR\0" 3992 "glReadnPixelsEXT\0" 3993 "\0" 3994 /* _mesa_function_pool[29286]: GetnColorTableARB (will be remapped) */ 3995 "iiiip\0" 3996 "glGetnColorTableARB\0" 3997 "\0" 3998 /* _mesa_function_pool[29313]: GetnConvolutionFilterARB (will be remapped) */ 3999 "iiiip\0" 4000 "glGetnConvolutionFilterARB\0" 4001 "\0" 4002 /* _mesa_function_pool[29347]: GetnSeparableFilterARB (will be remapped) */ 4003 "iiiipipp\0" 4004 "glGetnSeparableFilterARB\0" 4005 "\0" 4006 /* _mesa_function_pool[29382]: GetnHistogramARB (will be remapped) */ 4007 "iiiiip\0" 4008 "glGetnHistogramARB\0" 4009 "\0" 4010 /* _mesa_function_pool[29409]: GetnMinmaxARB (will be remapped) */ 4011 "iiiiip\0" 4012 "glGetnMinmaxARB\0" 4013 "\0" 4014 /* _mesa_function_pool[29433]: GetnCompressedTexImageARB (will be remapped) */ 4015 "iiip\0" 4016 "glGetnCompressedTexImageARB\0" 4017 "\0" 4018 /* _mesa_function_pool[29467]: GetnUniformfvARB (will be remapped) */ 4019 "iiip\0" 4020 "glGetnUniformfvARB\0" 4021 "glGetnUniformfv\0" 4022 "glGetnUniformfvKHR\0" 4023 "glGetnUniformfvEXT\0" 4024 "\0" 4025 /* _mesa_function_pool[29546]: GetnUniformivARB (will be remapped) */ 4026 "iiip\0" 4027 "glGetnUniformivARB\0" 4028 "glGetnUniformiv\0" 4029 "glGetnUniformivKHR\0" 4030 "glGetnUniformivEXT\0" 4031 "\0" 4032 /* _mesa_function_pool[29625]: GetnUniformuivARB (will be remapped) */ 4033 "iiip\0" 4034 "glGetnUniformuivARB\0" 4035 "glGetnUniformuiv\0" 4036 "glGetnUniformuivKHR\0" 4037 "\0" 4038 /* _mesa_function_pool[29688]: GetnUniformdvARB (will be remapped) */ 4039 "iiip\0" 4040 "glGetnUniformdvARB\0" 4041 "\0" 4042 /* _mesa_function_pool[29713]: DrawArraysInstancedBaseInstance (will be remapped) */ 4043 "iiiii\0" 4044 "glDrawArraysInstancedBaseInstance\0" 4045 "glDrawArraysInstancedBaseInstanceEXT\0" 4046 "\0" 4047 /* _mesa_function_pool[29791]: DrawElementsInstancedBaseInstance (will be remapped) */ 4048 "iiipii\0" 4049 "glDrawElementsInstancedBaseInstance\0" 4050 "glDrawElementsInstancedBaseInstanceEXT\0" 4051 "\0" 4052 /* _mesa_function_pool[29874]: DrawElementsInstancedBaseVertexBaseInstance (will be remapped) */ 4053 "iiipiii\0" 4054 "glDrawElementsInstancedBaseVertexBaseInstance\0" 4055 "glDrawElementsInstancedBaseVertexBaseInstanceEXT\0" 4056 "\0" 4057 /* _mesa_function_pool[29978]: DrawTransformFeedbackInstanced (will be remapped) */ 4058 "iii\0" 4059 "glDrawTransformFeedbackInstanced\0" 4060 "\0" 4061 /* _mesa_function_pool[30016]: DrawTransformFeedbackStreamInstanced (will be remapped) */ 4062 "iiii\0" 4063 "glDrawTransformFeedbackStreamInstanced\0" 4064 "\0" 4065 /* _mesa_function_pool[30061]: GetInternalformativ (will be remapped) */ 4066 "iiiip\0" 4067 "glGetInternalformativ\0" 4068 "\0" 4069 /* _mesa_function_pool[30090]: GetActiveAtomicCounterBufferiv (will be remapped) */ 4070 "iiip\0" 4071 "glGetActiveAtomicCounterBufferiv\0" 4072 "\0" 4073 /* _mesa_function_pool[30129]: BindImageTexture (will be remapped) */ 4074 "iiiiiii\0" 4075 "glBindImageTexture\0" 4076 "\0" 4077 /* _mesa_function_pool[30157]: MemoryBarrier (will be remapped) */ 4078 "i\0" 4079 "glMemoryBarrier\0" 4080 "\0" 4081 /* _mesa_function_pool[30176]: TexStorage1D (will be remapped) */ 4082 "iiii\0" 4083 "glTexStorage1D\0" 4084 "\0" 4085 /* _mesa_function_pool[30197]: TexStorage2D (will be remapped) */ 4086 "iiiii\0" 4087 "glTexStorage2D\0" 4088 "\0" 4089 /* _mesa_function_pool[30219]: TexStorage3D (will be remapped) */ 4090 "iiiiii\0" 4091 "glTexStorage3D\0" 4092 "\0" 4093 /* _mesa_function_pool[30242]: TextureStorage1DEXT (will be remapped) */ 4094 "iiiii\0" 4095 "glTextureStorage1DEXT\0" 4096 "\0" 4097 /* _mesa_function_pool[30271]: TextureStorage2DEXT (will be remapped) */ 4098 "iiiiii\0" 4099 "glTextureStorage2DEXT\0" 4100 "\0" 4101 /* _mesa_function_pool[30301]: TextureStorage3DEXT (will be remapped) */ 4102 "iiiiiii\0" 4103 "glTextureStorage3DEXT\0" 4104 "\0" 4105 /* _mesa_function_pool[30332]: PushDebugGroup (will be remapped) */ 4106 "iiip\0" 4107 "glPushDebugGroup\0" 4108 "glPushDebugGroupKHR\0" 4109 "\0" 4110 /* _mesa_function_pool[30375]: PopDebugGroup (will be remapped) */ 4111 "\0" 4112 "glPopDebugGroup\0" 4113 "glPopDebugGroupKHR\0" 4114 "\0" 4115 /* _mesa_function_pool[30412]: ObjectLabel (will be remapped) */ 4116 "iiip\0" 4117 "glObjectLabel\0" 4118 "glObjectLabelKHR\0" 4119 "\0" 4120 /* _mesa_function_pool[30449]: GetObjectLabel (will be remapped) */ 4121 "iiipp\0" 4122 "glGetObjectLabel\0" 4123 "glGetObjectLabelKHR\0" 4124 "\0" 4125 /* _mesa_function_pool[30493]: ObjectPtrLabel (will be remapped) */ 4126 "pip\0" 4127 "glObjectPtrLabel\0" 4128 "glObjectPtrLabelKHR\0" 4129 "\0" 4130 /* _mesa_function_pool[30535]: GetObjectPtrLabel (will be remapped) */ 4131 "pipp\0" 4132 "glGetObjectPtrLabel\0" 4133 "glGetObjectPtrLabelKHR\0" 4134 "\0" 4135 /* _mesa_function_pool[30584]: ClearBufferData (will be remapped) */ 4136 "iiiip\0" 4137 "glClearBufferData\0" 4138 "\0" 4139 /* _mesa_function_pool[30609]: ClearBufferSubData (will be remapped) */ 4140 "iiiiiip\0" 4141 "glClearBufferSubData\0" 4142 "\0" 4143 /* _mesa_function_pool[30639]: DispatchCompute (will be remapped) */ 4144 "iii\0" 4145 "glDispatchCompute\0" 4146 "\0" 4147 /* _mesa_function_pool[30662]: DispatchComputeIndirect (will be remapped) */ 4148 "i\0" 4149 "glDispatchComputeIndirect\0" 4150 "\0" 4151 /* _mesa_function_pool[30691]: CopyImageSubData (will be remapped) */ 4152 "iiiiiiiiiiiiiii\0" 4153 "glCopyImageSubData\0" 4154 "glCopyImageSubDataEXT\0" 4155 "glCopyImageSubDataOES\0" 4156 "\0" 4157 /* _mesa_function_pool[30771]: TextureView (will be remapped) */ 4158 "iiiiiiii\0" 4159 "glTextureView\0" 4160 "glTextureViewOES\0" 4161 "glTextureViewEXT\0" 4162 "\0" 4163 /* _mesa_function_pool[30829]: BindVertexBuffer (will be remapped) */ 4164 "iiii\0" 4165 "glBindVertexBuffer\0" 4166 "\0" 4167 /* _mesa_function_pool[30854]: VertexAttribFormat (will be remapped) */ 4168 "iiiii\0" 4169 "glVertexAttribFormat\0" 4170 "\0" 4171 /* _mesa_function_pool[30882]: VertexAttribIFormat (will be remapped) */ 4172 "iiii\0" 4173 "glVertexAttribIFormat\0" 4174 "\0" 4175 /* _mesa_function_pool[30910]: VertexAttribLFormat (will be remapped) */ 4176 "iiii\0" 4177 "glVertexAttribLFormat\0" 4178 "\0" 4179 /* _mesa_function_pool[30938]: VertexAttribBinding (will be remapped) */ 4180 "ii\0" 4181 "glVertexAttribBinding\0" 4182 "\0" 4183 /* _mesa_function_pool[30964]: VertexBindingDivisor (will be remapped) */ 4184 "ii\0" 4185 "glVertexBindingDivisor\0" 4186 "\0" 4187 /* _mesa_function_pool[30991]: FramebufferParameteri (will be remapped) */ 4188 "iii\0" 4189 "glFramebufferParameteri\0" 4190 "\0" 4191 /* _mesa_function_pool[31020]: GetFramebufferParameteriv (will be remapped) */ 4192 "iip\0" 4193 "glGetFramebufferParameteriv\0" 4194 "\0" 4195 /* _mesa_function_pool[31053]: GetInternalformati64v (will be remapped) */ 4196 "iiiip\0" 4197 "glGetInternalformati64v\0" 4198 "\0" 4199 /* _mesa_function_pool[31084]: InvalidateTexSubImage (will be remapped) */ 4200 "iiiiiiii\0" 4201 "glInvalidateTexSubImage\0" 4202 "\0" 4203 /* _mesa_function_pool[31118]: InvalidateTexImage (will be remapped) */ 4204 "ii\0" 4205 "glInvalidateTexImage\0" 4206 "\0" 4207 /* _mesa_function_pool[31143]: InvalidateBufferSubData (will be remapped) */ 4208 "iii\0" 4209 "glInvalidateBufferSubData\0" 4210 "\0" 4211 /* _mesa_function_pool[31174]: InvalidateBufferData (will be remapped) */ 4212 "i\0" 4213 "glInvalidateBufferData\0" 4214 "\0" 4215 /* _mesa_function_pool[31200]: InvalidateSubFramebuffer (will be remapped) */ 4216 "iipiiii\0" 4217 "glInvalidateSubFramebuffer\0" 4218 "\0" 4219 /* _mesa_function_pool[31236]: InvalidateFramebuffer (will be remapped) */ 4220 "iip\0" 4221 "glInvalidateFramebuffer\0" 4222 "\0" 4223 /* _mesa_function_pool[31265]: GetProgramInterfaceiv (will be remapped) */ 4224 "iiip\0" 4225 "glGetProgramInterfaceiv\0" 4226 "\0" 4227 /* _mesa_function_pool[31295]: GetProgramResourceIndex (will be remapped) */ 4228 "iip\0" 4229 "glGetProgramResourceIndex\0" 4230 "\0" 4231 /* _mesa_function_pool[31326]: GetProgramResourceName (will be remapped) */ 4232 "iiiipp\0" 4233 "glGetProgramResourceName\0" 4234 "\0" 4235 /* _mesa_function_pool[31359]: GetProgramResourceiv (will be remapped) */ 4236 "iiiipipp\0" 4237 "glGetProgramResourceiv\0" 4238 "\0" 4239 /* _mesa_function_pool[31392]: GetProgramResourceLocation (will be remapped) */ 4240 "iip\0" 4241 "glGetProgramResourceLocation\0" 4242 "\0" 4243 /* _mesa_function_pool[31426]: GetProgramResourceLocationIndex (will be remapped) */ 4244 "iip\0" 4245 "glGetProgramResourceLocationIndex\0" 4246 "glGetProgramResourceLocationIndexEXT\0" 4247 "\0" 4248 /* _mesa_function_pool[31502]: ShaderStorageBlockBinding (will be remapped) */ 4249 "iii\0" 4250 "glShaderStorageBlockBinding\0" 4251 "\0" 4252 /* _mesa_function_pool[31535]: TexBufferRange (will be remapped) */ 4253 "iiiii\0" 4254 "glTexBufferRange\0" 4255 "glTexBufferRangeEXT\0" 4256 "glTexBufferRangeOES\0" 4257 "\0" 4258 /* _mesa_function_pool[31599]: TexStorage2DMultisample (will be remapped) */ 4259 "iiiiii\0" 4260 "glTexStorage2DMultisample\0" 4261 "\0" 4262 /* _mesa_function_pool[31633]: TexStorage3DMultisample (will be remapped) */ 4263 "iiiiiii\0" 4264 "glTexStorage3DMultisample\0" 4265 "glTexStorage3DMultisampleOES\0" 4266 "\0" 4267 /* _mesa_function_pool[31697]: BufferStorage (will be remapped) */ 4268 "iipi\0" 4269 "glBufferStorage\0" 4270 "glBufferStorageEXT\0" 4271 "\0" 4272 /* _mesa_function_pool[31738]: ClearTexImage (will be remapped) */ 4273 "iiiip\0" 4274 "glClearTexImage\0" 4275 "\0" 4276 /* _mesa_function_pool[31761]: ClearTexSubImage (will be remapped) */ 4277 "iiiiiiiiiip\0" 4278 "glClearTexSubImage\0" 4279 "\0" 4280 /* _mesa_function_pool[31793]: BindBuffersBase (will be remapped) */ 4281 "iiip\0" 4282 "glBindBuffersBase\0" 4283 "\0" 4284 /* _mesa_function_pool[31817]: BindBuffersRange (will be remapped) */ 4285 "iiippp\0" 4286 "glBindBuffersRange\0" 4287 "\0" 4288 /* _mesa_function_pool[31844]: BindTextures (will be remapped) */ 4289 "iip\0" 4290 "glBindTextures\0" 4291 "\0" 4292 /* _mesa_function_pool[31864]: BindSamplers (will be remapped) */ 4293 "iip\0" 4294 "glBindSamplers\0" 4295 "\0" 4296 /* _mesa_function_pool[31884]: BindImageTextures (will be remapped) */ 4297 "iip\0" 4298 "glBindImageTextures\0" 4299 "\0" 4300 /* _mesa_function_pool[31909]: BindVertexBuffers (will be remapped) */ 4301 "iippp\0" 4302 "glBindVertexBuffers\0" 4303 "\0" 4304 /* _mesa_function_pool[31936]: GetTextureHandleARB (will be remapped) */ 4305 "i\0" 4306 "glGetTextureHandleARB\0" 4307 "\0" 4308 /* _mesa_function_pool[31961]: GetTextureSamplerHandleARB (will be remapped) */ 4309 "ii\0" 4310 "glGetTextureSamplerHandleARB\0" 4311 "\0" 4312 /* _mesa_function_pool[31994]: MakeTextureHandleResidentARB (will be remapped) */ 4313 "i\0" 4314 "glMakeTextureHandleResidentARB\0" 4315 "\0" 4316 /* _mesa_function_pool[32028]: MakeTextureHandleNonResidentARB (will be remapped) */ 4317 "i\0" 4318 "glMakeTextureHandleNonResidentARB\0" 4319 "\0" 4320 /* _mesa_function_pool[32065]: GetImageHandleARB (will be remapped) */ 4321 "iiiii\0" 4322 "glGetImageHandleARB\0" 4323 "\0" 4324 /* _mesa_function_pool[32092]: MakeImageHandleResidentARB (will be remapped) */ 4325 "ii\0" 4326 "glMakeImageHandleResidentARB\0" 4327 "\0" 4328 /* _mesa_function_pool[32125]: MakeImageHandleNonResidentARB (will be remapped) */ 4329 "i\0" 4330 "glMakeImageHandleNonResidentARB\0" 4331 "\0" 4332 /* _mesa_function_pool[32160]: UniformHandleui64ARB (will be remapped) */ 4333 "ii\0" 4334 "glUniformHandleui64ARB\0" 4335 "\0" 4336 /* _mesa_function_pool[32187]: UniformHandleui64vARB (will be remapped) */ 4337 "iip\0" 4338 "glUniformHandleui64vARB\0" 4339 "\0" 4340 /* _mesa_function_pool[32216]: ProgramUniformHandleui64ARB (will be remapped) */ 4341 "iii\0" 4342 "glProgramUniformHandleui64ARB\0" 4343 "\0" 4344 /* _mesa_function_pool[32251]: ProgramUniformHandleui64vARB (will be remapped) */ 4345 "iiip\0" 4346 "glProgramUniformHandleui64vARB\0" 4347 "\0" 4348 /* _mesa_function_pool[32288]: IsTextureHandleResidentARB (will be remapped) */ 4349 "i\0" 4350 "glIsTextureHandleResidentARB\0" 4351 "\0" 4352 /* _mesa_function_pool[32320]: IsImageHandleResidentARB (will be remapped) */ 4353 "i\0" 4354 "glIsImageHandleResidentARB\0" 4355 "\0" 4356 /* _mesa_function_pool[32350]: VertexAttribL1ui64ARB (will be remapped) */ 4357 "ii\0" 4358 "glVertexAttribL1ui64ARB\0" 4359 "\0" 4360 /* _mesa_function_pool[32378]: VertexAttribL1ui64vARB (will be remapped) */ 4361 "ip\0" 4362 "glVertexAttribL1ui64vARB\0" 4363 "\0" 4364 /* _mesa_function_pool[32407]: GetVertexAttribLui64vARB (will be remapped) */ 4365 "iip\0" 4366 "glGetVertexAttribLui64vARB\0" 4367 "\0" 4368 /* _mesa_function_pool[32439]: DispatchComputeGroupSizeARB (will be remapped) */ 4369 "iiiiii\0" 4370 "glDispatchComputeGroupSizeARB\0" 4371 "\0" 4372 /* _mesa_function_pool[32477]: MultiDrawArraysIndirectCountARB (will be remapped) */ 4373 "iiiii\0" 4374 "glMultiDrawArraysIndirectCountARB\0" 4375 "glMultiDrawArraysIndirectCount\0" 4376 "\0" 4377 /* _mesa_function_pool[32549]: MultiDrawElementsIndirectCountARB (will be remapped) */ 4378 "iiiiii\0" 4379 "glMultiDrawElementsIndirectCountARB\0" 4380 "glMultiDrawElementsIndirectCount\0" 4381 "\0" 4382 /* _mesa_function_pool[32626]: ClipControl (will be remapped) */ 4383 "ii\0" 4384 "glClipControl\0" 4385 "\0" 4386 /* _mesa_function_pool[32644]: CreateTransformFeedbacks (will be remapped) */ 4387 "ip\0" 4388 "glCreateTransformFeedbacks\0" 4389 "\0" 4390 /* _mesa_function_pool[32675]: TransformFeedbackBufferBase (will be remapped) */ 4391 "iii\0" 4392 "glTransformFeedbackBufferBase\0" 4393 "\0" 4394 /* _mesa_function_pool[32710]: TransformFeedbackBufferRange (will be remapped) */ 4395 "iiiii\0" 4396 "glTransformFeedbackBufferRange\0" 4397 "\0" 4398 /* _mesa_function_pool[32748]: GetTransformFeedbackiv (will be remapped) */ 4399 "iip\0" 4400 "glGetTransformFeedbackiv\0" 4401 "\0" 4402 /* _mesa_function_pool[32778]: GetTransformFeedbacki_v (will be remapped) */ 4403 "iiip\0" 4404 "glGetTransformFeedbacki_v\0" 4405 "\0" 4406 /* _mesa_function_pool[32810]: GetTransformFeedbacki64_v (will be remapped) */ 4407 "iiip\0" 4408 "glGetTransformFeedbacki64_v\0" 4409 "\0" 4410 /* _mesa_function_pool[32844]: CreateBuffers (will be remapped) */ 4411 "ip\0" 4412 "glCreateBuffers\0" 4413 "\0" 4414 /* _mesa_function_pool[32864]: NamedBufferStorage (will be remapped) */ 4415 "iipi\0" 4416 "glNamedBufferStorage\0" 4417 "\0" 4418 /* _mesa_function_pool[32891]: NamedBufferData (will be remapped) */ 4419 "iipi\0" 4420 "glNamedBufferData\0" 4421 "\0" 4422 /* _mesa_function_pool[32915]: NamedBufferSubData (will be remapped) */ 4423 "iiip\0" 4424 "glNamedBufferSubData\0" 4425 "\0" 4426 /* _mesa_function_pool[32942]: CopyNamedBufferSubData (will be remapped) */ 4427 "iiiii\0" 4428 "glCopyNamedBufferSubData\0" 4429 "\0" 4430 /* _mesa_function_pool[32974]: ClearNamedBufferData (will be remapped) */ 4431 "iiiip\0" 4432 "glClearNamedBufferData\0" 4433 "\0" 4434 /* _mesa_function_pool[33004]: ClearNamedBufferSubData (will be remapped) */ 4435 "iiiiiip\0" 4436 "glClearNamedBufferSubData\0" 4437 "\0" 4438 /* _mesa_function_pool[33039]: MapNamedBuffer (will be remapped) */ 4439 "ii\0" 4440 "glMapNamedBuffer\0" 4441 "\0" 4442 /* _mesa_function_pool[33060]: MapNamedBufferRange (will be remapped) */ 4443 "iiii\0" 4444 "glMapNamedBufferRange\0" 4445 "\0" 4446 /* _mesa_function_pool[33088]: UnmapNamedBuffer (will be remapped) */ 4447 "i\0" 4448 "glUnmapNamedBuffer\0" 4449 "\0" 4450 /* _mesa_function_pool[33110]: FlushMappedNamedBufferRange (will be remapped) */ 4451 "iii\0" 4452 "glFlushMappedNamedBufferRange\0" 4453 "\0" 4454 /* _mesa_function_pool[33145]: GetNamedBufferParameteriv (will be remapped) */ 4455 "iip\0" 4456 "glGetNamedBufferParameteriv\0" 4457 "\0" 4458 /* _mesa_function_pool[33178]: GetNamedBufferParameteri64v (will be remapped) */ 4459 "iip\0" 4460 "glGetNamedBufferParameteri64v\0" 4461 "\0" 4462 /* _mesa_function_pool[33213]: GetNamedBufferPointerv (will be remapped) */ 4463 "iip\0" 4464 "glGetNamedBufferPointerv\0" 4465 "\0" 4466 /* _mesa_function_pool[33243]: GetNamedBufferSubData (will be remapped) */ 4467 "iiip\0" 4468 "glGetNamedBufferSubData\0" 4469 "\0" 4470 /* _mesa_function_pool[33273]: CreateFramebuffers (will be remapped) */ 4471 "ip\0" 4472 "glCreateFramebuffers\0" 4473 "\0" 4474 /* _mesa_function_pool[33298]: NamedFramebufferRenderbuffer (will be remapped) */ 4475 "iiii\0" 4476 "glNamedFramebufferRenderbuffer\0" 4477 "\0" 4478 /* _mesa_function_pool[33335]: NamedFramebufferParameteri (will be remapped) */ 4479 "iii\0" 4480 "glNamedFramebufferParameteri\0" 4481 "\0" 4482 /* _mesa_function_pool[33369]: NamedFramebufferTexture (will be remapped) */ 4483 "iiii\0" 4484 "glNamedFramebufferTexture\0" 4485 "\0" 4486 /* _mesa_function_pool[33401]: NamedFramebufferTextureLayer (will be remapped) */ 4487 "iiiii\0" 4488 "glNamedFramebufferTextureLayer\0" 4489 "\0" 4490 /* _mesa_function_pool[33439]: NamedFramebufferDrawBuffer (will be remapped) */ 4491 "ii\0" 4492 "glNamedFramebufferDrawBuffer\0" 4493 "\0" 4494 /* _mesa_function_pool[33472]: NamedFramebufferDrawBuffers (will be remapped) */ 4495 "iip\0" 4496 "glNamedFramebufferDrawBuffers\0" 4497 "\0" 4498 /* _mesa_function_pool[33507]: NamedFramebufferReadBuffer (will be remapped) */ 4499 "ii\0" 4500 "glNamedFramebufferReadBuffer\0" 4501 "\0" 4502 /* _mesa_function_pool[33540]: InvalidateNamedFramebufferData (will be remapped) */ 4503 "iip\0" 4504 "glInvalidateNamedFramebufferData\0" 4505 "\0" 4506 /* _mesa_function_pool[33578]: InvalidateNamedFramebufferSubData (will be remapped) */ 4507 "iipiiii\0" 4508 "glInvalidateNamedFramebufferSubData\0" 4509 "\0" 4510 /* _mesa_function_pool[33623]: ClearNamedFramebufferiv (will be remapped) */ 4511 "iiip\0" 4512 "glClearNamedFramebufferiv\0" 4513 "\0" 4514 /* _mesa_function_pool[33655]: ClearNamedFramebufferuiv (will be remapped) */ 4515 "iiip\0" 4516 "glClearNamedFramebufferuiv\0" 4517 "\0" 4518 /* _mesa_function_pool[33688]: ClearNamedFramebufferfv (will be remapped) */ 4519 "iiip\0" 4520 "glClearNamedFramebufferfv\0" 4521 "\0" 4522 /* _mesa_function_pool[33720]: ClearNamedFramebufferfi (will be remapped) */ 4523 "iiifi\0" 4524 "glClearNamedFramebufferfi\0" 4525 "\0" 4526 /* _mesa_function_pool[33753]: BlitNamedFramebuffer (will be remapped) */ 4527 "iiiiiiiiiiii\0" 4528 "glBlitNamedFramebuffer\0" 4529 "\0" 4530 /* _mesa_function_pool[33790]: CheckNamedFramebufferStatus (will be remapped) */ 4531 "ii\0" 4532 "glCheckNamedFramebufferStatus\0" 4533 "\0" 4534 /* _mesa_function_pool[33824]: GetNamedFramebufferParameteriv (will be remapped) */ 4535 "iip\0" 4536 "glGetNamedFramebufferParameteriv\0" 4537 "\0" 4538 /* _mesa_function_pool[33862]: GetNamedFramebufferAttachmentParameteriv (will be remapped) */ 4539 "iiip\0" 4540 "glGetNamedFramebufferAttachmentParameteriv\0" 4541 "\0" 4542 /* _mesa_function_pool[33911]: CreateRenderbuffers (will be remapped) */ 4543 "ip\0" 4544 "glCreateRenderbuffers\0" 4545 "\0" 4546 /* _mesa_function_pool[33937]: NamedRenderbufferStorage (will be remapped) */ 4547 "iiii\0" 4548 "glNamedRenderbufferStorage\0" 4549 "\0" 4550 /* _mesa_function_pool[33970]: NamedRenderbufferStorageMultisample (will be remapped) */ 4551 "iiiii\0" 4552 "glNamedRenderbufferStorageMultisample\0" 4553 "\0" 4554 /* _mesa_function_pool[34015]: GetNamedRenderbufferParameteriv (will be remapped) */ 4555 "iip\0" 4556 "glGetNamedRenderbufferParameteriv\0" 4557 "\0" 4558 /* _mesa_function_pool[34054]: CreateTextures (will be remapped) */ 4559 "iip\0" 4560 "glCreateTextures\0" 4561 "\0" 4562 /* _mesa_function_pool[34076]: TextureBuffer (will be remapped) */ 4563 "iii\0" 4564 "glTextureBuffer\0" 4565 "\0" 4566 /* _mesa_function_pool[34097]: TextureBufferRange (will be remapped) */ 4567 "iiiii\0" 4568 "glTextureBufferRange\0" 4569 "\0" 4570 /* _mesa_function_pool[34125]: TextureStorage1D (will be remapped) */ 4571 "iiii\0" 4572 "glTextureStorage1D\0" 4573 "\0" 4574 /* _mesa_function_pool[34150]: TextureStorage2D (will be remapped) */ 4575 "iiiii\0" 4576 "glTextureStorage2D\0" 4577 "\0" 4578 /* _mesa_function_pool[34176]: TextureStorage3D (will be remapped) */ 4579 "iiiiii\0" 4580 "glTextureStorage3D\0" 4581 "\0" 4582 /* _mesa_function_pool[34203]: TextureStorage2DMultisample (will be remapped) */ 4583 "iiiiii\0" 4584 "glTextureStorage2DMultisample\0" 4585 "\0" 4586 /* _mesa_function_pool[34241]: TextureStorage3DMultisample (will be remapped) */ 4587 "iiiiiii\0" 4588 "glTextureStorage3DMultisample\0" 4589 "\0" 4590 /* _mesa_function_pool[34280]: TextureSubImage1D (will be remapped) */ 4591 "iiiiiip\0" 4592 "glTextureSubImage1D\0" 4593 "\0" 4594 /* _mesa_function_pool[34309]: TextureSubImage2D (will be remapped) */ 4595 "iiiiiiiip\0" 4596 "glTextureSubImage2D\0" 4597 "\0" 4598 /* _mesa_function_pool[34340]: TextureSubImage3D (will be remapped) */ 4599 "iiiiiiiiiip\0" 4600 "glTextureSubImage3D\0" 4601 "\0" 4602 /* _mesa_function_pool[34373]: CompressedTextureSubImage1D (will be remapped) */ 4603 "iiiiiip\0" 4604 "glCompressedTextureSubImage1D\0" 4605 "\0" 4606 /* _mesa_function_pool[34412]: CompressedTextureSubImage2D (will be remapped) */ 4607 "iiiiiiiip\0" 4608 "glCompressedTextureSubImage2D\0" 4609 "\0" 4610 /* _mesa_function_pool[34453]: CompressedTextureSubImage3D (will be remapped) */ 4611 "iiiiiiiiiip\0" 4612 "glCompressedTextureSubImage3D\0" 4613 "\0" 4614 /* _mesa_function_pool[34496]: CopyTextureSubImage1D (will be remapped) */ 4615 "iiiiii\0" 4616 "glCopyTextureSubImage1D\0" 4617 "\0" 4618 /* _mesa_function_pool[34528]: CopyTextureSubImage2D (will be remapped) */ 4619 "iiiiiiii\0" 4620 "glCopyTextureSubImage2D\0" 4621 "\0" 4622 /* _mesa_function_pool[34562]: CopyTextureSubImage3D (will be remapped) */ 4623 "iiiiiiiii\0" 4624 "glCopyTextureSubImage3D\0" 4625 "\0" 4626 /* _mesa_function_pool[34597]: TextureParameterf (will be remapped) */ 4627 "iif\0" 4628 "glTextureParameterf\0" 4629 "\0" 4630 /* _mesa_function_pool[34622]: TextureParameterfv (will be remapped) */ 4631 "iip\0" 4632 "glTextureParameterfv\0" 4633 "\0" 4634 /* _mesa_function_pool[34648]: TextureParameteri (will be remapped) */ 4635 "iii\0" 4636 "glTextureParameteri\0" 4637 "\0" 4638 /* _mesa_function_pool[34673]: TextureParameterIiv (will be remapped) */ 4639 "iip\0" 4640 "glTextureParameterIiv\0" 4641 "\0" 4642 /* _mesa_function_pool[34700]: TextureParameterIuiv (will be remapped) */ 4643 "iip\0" 4644 "glTextureParameterIuiv\0" 4645 "\0" 4646 /* _mesa_function_pool[34728]: TextureParameteriv (will be remapped) */ 4647 "iip\0" 4648 "glTextureParameteriv\0" 4649 "\0" 4650 /* _mesa_function_pool[34754]: GenerateTextureMipmap (will be remapped) */ 4651 "i\0" 4652 "glGenerateTextureMipmap\0" 4653 "\0" 4654 /* _mesa_function_pool[34781]: BindTextureUnit (will be remapped) */ 4655 "ii\0" 4656 "glBindTextureUnit\0" 4657 "\0" 4658 /* _mesa_function_pool[34803]: GetTextureImage (will be remapped) */ 4659 "iiiiip\0" 4660 "glGetTextureImage\0" 4661 "\0" 4662 /* _mesa_function_pool[34829]: GetCompressedTextureImage (will be remapped) */ 4663 "iiip\0" 4664 "glGetCompressedTextureImage\0" 4665 "\0" 4666 /* _mesa_function_pool[34863]: GetTextureLevelParameterfv (will be remapped) */ 4667 "iiip\0" 4668 "glGetTextureLevelParameterfv\0" 4669 "\0" 4670 /* _mesa_function_pool[34898]: GetTextureLevelParameteriv (will be remapped) */ 4671 "iiip\0" 4672 "glGetTextureLevelParameteriv\0" 4673 "\0" 4674 /* _mesa_function_pool[34933]: GetTextureParameterfv (will be remapped) */ 4675 "iip\0" 4676 "glGetTextureParameterfv\0" 4677 "\0" 4678 /* _mesa_function_pool[34962]: GetTextureParameterIiv (will be remapped) */ 4679 "iip\0" 4680 "glGetTextureParameterIiv\0" 4681 "\0" 4682 /* _mesa_function_pool[34992]: GetTextureParameterIuiv (will be remapped) */ 4683 "iip\0" 4684 "glGetTextureParameterIuiv\0" 4685 "\0" 4686 /* _mesa_function_pool[35023]: GetTextureParameteriv (will be remapped) */ 4687 "iip\0" 4688 "glGetTextureParameteriv\0" 4689 "\0" 4690 /* _mesa_function_pool[35052]: CreateVertexArrays (will be remapped) */ 4691 "ip\0" 4692 "glCreateVertexArrays\0" 4693 "\0" 4694 /* _mesa_function_pool[35077]: DisableVertexArrayAttrib (will be remapped) */ 4695 "ii\0" 4696 "glDisableVertexArrayAttrib\0" 4697 "\0" 4698 /* _mesa_function_pool[35108]: EnableVertexArrayAttrib (will be remapped) */ 4699 "ii\0" 4700 "glEnableVertexArrayAttrib\0" 4701 "\0" 4702 /* _mesa_function_pool[35138]: VertexArrayElementBuffer (will be remapped) */ 4703 "ii\0" 4704 "glVertexArrayElementBuffer\0" 4705 "\0" 4706 /* _mesa_function_pool[35169]: VertexArrayVertexBuffer (will be remapped) */ 4707 "iiiii\0" 4708 "glVertexArrayVertexBuffer\0" 4709 "\0" 4710 /* _mesa_function_pool[35202]: VertexArrayVertexBuffers (will be remapped) */ 4711 "iiippp\0" 4712 "glVertexArrayVertexBuffers\0" 4713 "\0" 4714 /* _mesa_function_pool[35237]: VertexArrayAttribFormat (will be remapped) */ 4715 "iiiiii\0" 4716 "glVertexArrayAttribFormat\0" 4717 "\0" 4718 /* _mesa_function_pool[35271]: VertexArrayAttribIFormat (will be remapped) */ 4719 "iiiii\0" 4720 "glVertexArrayAttribIFormat\0" 4721 "\0" 4722 /* _mesa_function_pool[35305]: VertexArrayAttribLFormat (will be remapped) */ 4723 "iiiii\0" 4724 "glVertexArrayAttribLFormat\0" 4725 "\0" 4726 /* _mesa_function_pool[35339]: VertexArrayAttribBinding (will be remapped) */ 4727 "iii\0" 4728 "glVertexArrayAttribBinding\0" 4729 "\0" 4730 /* _mesa_function_pool[35371]: VertexArrayBindingDivisor (will be remapped) */ 4731 "iii\0" 4732 "glVertexArrayBindingDivisor\0" 4733 "\0" 4734 /* _mesa_function_pool[35404]: GetVertexArrayiv (will be remapped) */ 4735 "iip\0" 4736 "glGetVertexArrayiv\0" 4737 "\0" 4738 /* _mesa_function_pool[35428]: GetVertexArrayIndexediv (will be remapped) */ 4739 "iiip\0" 4740 "glGetVertexArrayIndexediv\0" 4741 "\0" 4742 /* _mesa_function_pool[35460]: GetVertexArrayIndexed64iv (will be remapped) */ 4743 "iiip\0" 4744 "glGetVertexArrayIndexed64iv\0" 4745 "\0" 4746 /* _mesa_function_pool[35494]: CreateSamplers (will be remapped) */ 4747 "ip\0" 4748 "glCreateSamplers\0" 4749 "\0" 4750 /* _mesa_function_pool[35515]: CreateProgramPipelines (will be remapped) */ 4751 "ip\0" 4752 "glCreateProgramPipelines\0" 4753 "\0" 4754 /* _mesa_function_pool[35544]: CreateQueries (will be remapped) */ 4755 "iip\0" 4756 "glCreateQueries\0" 4757 "\0" 4758 /* _mesa_function_pool[35565]: GetQueryBufferObjectiv (will be remapped) */ 4759 "iiii\0" 4760 "glGetQueryBufferObjectiv\0" 4761 "\0" 4762 /* _mesa_function_pool[35596]: GetQueryBufferObjectuiv (will be remapped) */ 4763 "iiii\0" 4764 "glGetQueryBufferObjectuiv\0" 4765 "\0" 4766 /* _mesa_function_pool[35628]: GetQueryBufferObjecti64v (will be remapped) */ 4767 "iiii\0" 4768 "glGetQueryBufferObjecti64v\0" 4769 "\0" 4770 /* _mesa_function_pool[35661]: GetQueryBufferObjectui64v (will be remapped) */ 4771 "iiii\0" 4772 "glGetQueryBufferObjectui64v\0" 4773 "\0" 4774 /* _mesa_function_pool[35695]: GetTextureSubImage (will be remapped) */ 4775 "iiiiiiiiiiip\0" 4776 "glGetTextureSubImage\0" 4777 "\0" 4778 /* _mesa_function_pool[35730]: GetCompressedTextureSubImage (will be remapped) */ 4779 "iiiiiiiiip\0" 4780 "glGetCompressedTextureSubImage\0" 4781 "\0" 4782 /* _mesa_function_pool[35773]: TextureBarrierNV (will be remapped) */ 4783 "\0" 4784 "glTextureBarrier\0" 4785 "glTextureBarrierNV\0" 4786 "\0" 4787 /* _mesa_function_pool[35811]: BufferPageCommitmentARB (will be remapped) */ 4788 "iiii\0" 4789 "glBufferPageCommitmentARB\0" 4790 "\0" 4791 /* _mesa_function_pool[35843]: NamedBufferPageCommitmentARB (will be remapped) */ 4792 "iiii\0" 4793 "glNamedBufferPageCommitmentARB\0" 4794 "\0" 4795 /* _mesa_function_pool[35880]: PrimitiveBoundingBox (will be remapped) */ 4796 "ffffffff\0" 4797 "glPrimitiveBoundingBox\0" 4798 "glPrimitiveBoundingBoxARB\0" 4799 "glPrimitiveBoundingBoxEXT\0" 4800 "glPrimitiveBoundingBoxOES\0" 4801 "\0" 4802 /* _mesa_function_pool[35991]: BlendBarrier (will be remapped) */ 4803 "\0" 4804 "glBlendBarrier\0" 4805 "glBlendBarrierKHR\0" 4806 "\0" 4807 /* _mesa_function_pool[36026]: Uniform1i64ARB (will be remapped) */ 4808 "ii\0" 4809 "glUniform1i64ARB\0" 4810 "glUniform1i64NV\0" 4811 "\0" 4812 /* _mesa_function_pool[36063]: Uniform2i64ARB (will be remapped) */ 4813 "iii\0" 4814 "glUniform2i64ARB\0" 4815 "glUniform2i64NV\0" 4816 "\0" 4817 /* _mesa_function_pool[36101]: Uniform3i64ARB (will be remapped) */ 4818 "iiii\0" 4819 "glUniform3i64ARB\0" 4820 "glUniform3i64NV\0" 4821 "\0" 4822 /* _mesa_function_pool[36140]: Uniform4i64ARB (will be remapped) */ 4823 "iiiii\0" 4824 "glUniform4i64ARB\0" 4825 "glUniform4i64NV\0" 4826 "\0" 4827 /* _mesa_function_pool[36180]: Uniform1i64vARB (will be remapped) */ 4828 "iip\0" 4829 "glUniform1i64vARB\0" 4830 "glUniform1i64vNV\0" 4831 "\0" 4832 /* _mesa_function_pool[36220]: Uniform2i64vARB (will be remapped) */ 4833 "iip\0" 4834 "glUniform2i64vARB\0" 4835 "glUniform2i64vNV\0" 4836 "\0" 4837 /* _mesa_function_pool[36260]: Uniform3i64vARB (will be remapped) */ 4838 "iip\0" 4839 "glUniform3i64vARB\0" 4840 "glUniform3i64vNV\0" 4841 "\0" 4842 /* _mesa_function_pool[36300]: Uniform4i64vARB (will be remapped) */ 4843 "iip\0" 4844 "glUniform4i64vARB\0" 4845 "glUniform4i64vNV\0" 4846 "\0" 4847 /* _mesa_function_pool[36340]: Uniform1ui64ARB (will be remapped) */ 4848 "ii\0" 4849 "glUniform1ui64ARB\0" 4850 "glUniform1ui64NV\0" 4851 "\0" 4852 /* _mesa_function_pool[36379]: Uniform2ui64ARB (will be remapped) */ 4853 "iii\0" 4854 "glUniform2ui64ARB\0" 4855 "glUniform2ui64NV\0" 4856 "\0" 4857 /* _mesa_function_pool[36419]: Uniform3ui64ARB (will be remapped) */ 4858 "iiii\0" 4859 "glUniform3ui64ARB\0" 4860 "glUniform3ui64NV\0" 4861 "\0" 4862 /* _mesa_function_pool[36460]: Uniform4ui64ARB (will be remapped) */ 4863 "iiiii\0" 4864 "glUniform4ui64ARB\0" 4865 "glUniform4ui64NV\0" 4866 "\0" 4867 /* _mesa_function_pool[36502]: Uniform1ui64vARB (will be remapped) */ 4868 "iip\0" 4869 "glUniform1ui64vARB\0" 4870 "glUniform1ui64vNV\0" 4871 "\0" 4872 /* _mesa_function_pool[36544]: Uniform2ui64vARB (will be remapped) */ 4873 "iip\0" 4874 "glUniform2ui64vARB\0" 4875 "glUniform2ui64vNV\0" 4876 "\0" 4877 /* _mesa_function_pool[36586]: Uniform3ui64vARB (will be remapped) */ 4878 "iip\0" 4879 "glUniform3ui64vARB\0" 4880 "glUniform3ui64vNV\0" 4881 "\0" 4882 /* _mesa_function_pool[36628]: Uniform4ui64vARB (will be remapped) */ 4883 "iip\0" 4884 "glUniform4ui64vARB\0" 4885 "glUniform4ui64vNV\0" 4886 "\0" 4887 /* _mesa_function_pool[36670]: GetUniformi64vARB (will be remapped) */ 4888 "iip\0" 4889 "glGetUniformi64vARB\0" 4890 "glGetUniformi64vNV\0" 4891 "\0" 4892 /* _mesa_function_pool[36714]: GetUniformui64vARB (will be remapped) */ 4893 "iip\0" 4894 "glGetUniformui64vARB\0" 4895 "glGetUniformui64vNV\0" 4896 "\0" 4897 /* _mesa_function_pool[36760]: GetnUniformi64vARB (will be remapped) */ 4898 "iiip\0" 4899 "glGetnUniformi64vARB\0" 4900 "\0" 4901 /* _mesa_function_pool[36787]: GetnUniformui64vARB (will be remapped) */ 4902 "iiip\0" 4903 "glGetnUniformui64vARB\0" 4904 "\0" 4905 /* _mesa_function_pool[36815]: ProgramUniform1i64ARB (will be remapped) */ 4906 "iii\0" 4907 "glProgramUniform1i64ARB\0" 4908 "glProgramUniform1i64NV\0" 4909 "\0" 4910 /* _mesa_function_pool[36867]: ProgramUniform2i64ARB (will be remapped) */ 4911 "iiii\0" 4912 "glProgramUniform2i64ARB\0" 4913 "glProgramUniform2i64NV\0" 4914 "\0" 4915 /* _mesa_function_pool[36920]: ProgramUniform3i64ARB (will be remapped) */ 4916 "iiiii\0" 4917 "glProgramUniform3i64ARB\0" 4918 "glProgramUniform3i64NV\0" 4919 "\0" 4920 /* _mesa_function_pool[36974]: ProgramUniform4i64ARB (will be remapped) */ 4921 "iiiiii\0" 4922 "glProgramUniform4i64ARB\0" 4923 "glProgramUniform4i64NV\0" 4924 "\0" 4925 /* _mesa_function_pool[37029]: ProgramUniform1i64vARB (will be remapped) */ 4926 "iiip\0" 4927 "glProgramUniform1i64vARB\0" 4928 "glProgramUniform1i64vNV\0" 4929 "\0" 4930 /* _mesa_function_pool[37084]: ProgramUniform2i64vARB (will be remapped) */ 4931 "iiip\0" 4932 "glProgramUniform2i64vARB\0" 4933 "glProgramUniform2i64vNV\0" 4934 "\0" 4935 /* _mesa_function_pool[37139]: ProgramUniform3i64vARB (will be remapped) */ 4936 "iiip\0" 4937 "glProgramUniform3i64vARB\0" 4938 "glProgramUniform3i64vNV\0" 4939 "\0" 4940 /* _mesa_function_pool[37194]: ProgramUniform4i64vARB (will be remapped) */ 4941 "iiip\0" 4942 "glProgramUniform4i64vARB\0" 4943 "glProgramUniform4i64vNV\0" 4944 "\0" 4945 /* _mesa_function_pool[37249]: ProgramUniform1ui64ARB (will be remapped) */ 4946 "iii\0" 4947 "glProgramUniform1ui64ARB\0" 4948 "glProgramUniform1ui64NV\0" 4949 "\0" 4950 /* _mesa_function_pool[37303]: ProgramUniform2ui64ARB (will be remapped) */ 4951 "iiii\0" 4952 "glProgramUniform2ui64ARB\0" 4953 "glProgramUniform2ui64NV\0" 4954 "\0" 4955 /* _mesa_function_pool[37358]: ProgramUniform3ui64ARB (will be remapped) */ 4956 "iiiii\0" 4957 "glProgramUniform3ui64ARB\0" 4958 "glProgramUniform3ui64NV\0" 4959 "\0" 4960 /* _mesa_function_pool[37414]: ProgramUniform4ui64ARB (will be remapped) */ 4961 "iiiiii\0" 4962 "glProgramUniform4ui64ARB\0" 4963 "glProgramUniform4ui64NV\0" 4964 "\0" 4965 /* _mesa_function_pool[37471]: ProgramUniform1ui64vARB (will be remapped) */ 4966 "iiip\0" 4967 "glProgramUniform1ui64vARB\0" 4968 "glProgramUniform1ui64vNV\0" 4969 "\0" 4970 /* _mesa_function_pool[37528]: ProgramUniform2ui64vARB (will be remapped) */ 4971 "iiip\0" 4972 "glProgramUniform2ui64vARB\0" 4973 "glProgramUniform2ui64vNV\0" 4974 "\0" 4975 /* _mesa_function_pool[37585]: ProgramUniform3ui64vARB (will be remapped) */ 4976 "iiip\0" 4977 "glProgramUniform3ui64vARB\0" 4978 "glProgramUniform3ui64vNV\0" 4979 "\0" 4980 /* _mesa_function_pool[37642]: ProgramUniform4ui64vARB (will be remapped) */ 4981 "iiip\0" 4982 "glProgramUniform4ui64vARB\0" 4983 "glProgramUniform4ui64vNV\0" 4984 "\0" 4985 /* _mesa_function_pool[37699]: MaxShaderCompilerThreadsKHR (will be remapped) */ 4986 "i\0" 4987 "glMaxShaderCompilerThreadsKHR\0" 4988 "glMaxShaderCompilerThreadsARB\0" 4989 "\0" 4990 /* _mesa_function_pool[37762]: SpecializeShaderARB (will be remapped) */ 4991 "ipipp\0" 4992 "glSpecializeShaderARB\0" 4993 "glSpecializeShader\0" 4994 "\0" 4995 /* _mesa_function_pool[37810]: GetTexFilterFuncSGIS (dynamic) */ 4996 "iip\0" 4997 "glGetTexFilterFuncSGIS\0" 4998 "\0" 4999 /* _mesa_function_pool[37838]: TexFilterFuncSGIS (dynamic) */ 5000 "iiip\0" 5001 "glTexFilterFuncSGIS\0" 5002 "\0" 5003 /* _mesa_function_pool[37864]: PixelTexGenParameteriSGIS (dynamic) */ 5004 "ii\0" 5005 "glPixelTexGenParameteriSGIS\0" 5006 "\0" 5007 /* _mesa_function_pool[37896]: PixelTexGenParameterivSGIS (dynamic) */ 5008 "ip\0" 5009 "glPixelTexGenParameterivSGIS\0" 5010 "\0" 5011 /* _mesa_function_pool[37929]: PixelTexGenParameterfSGIS (dynamic) */ 5012 "if\0" 5013 "glPixelTexGenParameterfSGIS\0" 5014 "\0" 5015 /* _mesa_function_pool[37961]: PixelTexGenParameterfvSGIS (dynamic) */ 5016 "ip\0" 5017 "glPixelTexGenParameterfvSGIS\0" 5018 "\0" 5019 /* _mesa_function_pool[37994]: GetPixelTexGenParameterivSGIS (dynamic) */ 5020 "ip\0" 5021 "glGetPixelTexGenParameterivSGIS\0" 5022 "\0" 5023 /* _mesa_function_pool[38030]: GetPixelTexGenParameterfvSGIS (dynamic) */ 5024 "ip\0" 5025 "glGetPixelTexGenParameterfvSGIS\0" 5026 "\0" 5027 /* _mesa_function_pool[38066]: TexImage4DSGIS (dynamic) */ 5028 "iiiiiiiiiip\0" 5029 "glTexImage4DSGIS\0" 5030 "\0" 5031 /* _mesa_function_pool[38096]: TexSubImage4DSGIS (dynamic) */ 5032 "iiiiiiiiiiiip\0" 5033 "glTexSubImage4DSGIS\0" 5034 "\0" 5035 /* _mesa_function_pool[38131]: DetailTexFuncSGIS (dynamic) */ 5036 "iip\0" 5037 "glDetailTexFuncSGIS\0" 5038 "\0" 5039 /* _mesa_function_pool[38156]: GetDetailTexFuncSGIS (dynamic) */ 5040 "ip\0" 5041 "glGetDetailTexFuncSGIS\0" 5042 "\0" 5043 /* _mesa_function_pool[38183]: SharpenTexFuncSGIS (dynamic) */ 5044 "iip\0" 5045 "glSharpenTexFuncSGIS\0" 5046 "\0" 5047 /* _mesa_function_pool[38209]: GetSharpenTexFuncSGIS (dynamic) */ 5048 "ip\0" 5049 "glGetSharpenTexFuncSGIS\0" 5050 "\0" 5051 /* _mesa_function_pool[38237]: SampleMaskSGIS (will be remapped) */ 5052 "fi\0" 5053 "glSampleMaskSGIS\0" 5054 "glSampleMaskEXT\0" 5055 "\0" 5056 /* _mesa_function_pool[38274]: SamplePatternSGIS (will be remapped) */ 5057 "i\0" 5058 "glSamplePatternSGIS\0" 5059 "glSamplePatternEXT\0" 5060 "\0" 5061 /* _mesa_function_pool[38316]: ColorPointerEXT (will be remapped) */ 5062 "iiiip\0" 5063 "glColorPointerEXT\0" 5064 "\0" 5065 /* _mesa_function_pool[38341]: EdgeFlagPointerEXT (will be remapped) */ 5066 "iip\0" 5067 "glEdgeFlagPointerEXT\0" 5068 "\0" 5069 /* _mesa_function_pool[38367]: IndexPointerEXT (will be remapped) */ 5070 "iiip\0" 5071 "glIndexPointerEXT\0" 5072 "\0" 5073 /* _mesa_function_pool[38391]: NormalPointerEXT (will be remapped) */ 5074 "iiip\0" 5075 "glNormalPointerEXT\0" 5076 "\0" 5077 /* _mesa_function_pool[38416]: TexCoordPointerEXT (will be remapped) */ 5078 "iiiip\0" 5079 "glTexCoordPointerEXT\0" 5080 "\0" 5081 /* _mesa_function_pool[38444]: VertexPointerEXT (will be remapped) */ 5082 "iiiip\0" 5083 "glVertexPointerEXT\0" 5084 "\0" 5085 /* _mesa_function_pool[38470]: SpriteParameterfSGIX (dynamic) */ 5086 "if\0" 5087 "glSpriteParameterfSGIX\0" 5088 "\0" 5089 /* _mesa_function_pool[38497]: SpriteParameterfvSGIX (dynamic) */ 5090 "ip\0" 5091 "glSpriteParameterfvSGIX\0" 5092 "\0" 5093 /* _mesa_function_pool[38525]: SpriteParameteriSGIX (dynamic) */ 5094 "ii\0" 5095 "glSpriteParameteriSGIX\0" 5096 "\0" 5097 /* _mesa_function_pool[38552]: SpriteParameterivSGIX (dynamic) */ 5098 "ip\0" 5099 "glSpriteParameterivSGIX\0" 5100 "\0" 5101 /* _mesa_function_pool[38580]: GetInstrumentsSGIX (dynamic) */ 5102 "\0" 5103 "glGetInstrumentsSGIX\0" 5104 "\0" 5105 /* _mesa_function_pool[38603]: InstrumentsBufferSGIX (dynamic) */ 5106 "ip\0" 5107 "glInstrumentsBufferSGIX\0" 5108 "\0" 5109 /* _mesa_function_pool[38631]: PollInstrumentsSGIX (dynamic) */ 5110 "p\0" 5111 "glPollInstrumentsSGIX\0" 5112 "\0" 5113 /* _mesa_function_pool[38656]: ReadInstrumentsSGIX (dynamic) */ 5114 "i\0" 5115 "glReadInstrumentsSGIX\0" 5116 "\0" 5117 /* _mesa_function_pool[38681]: StartInstrumentsSGIX (dynamic) */ 5118 "\0" 5119 "glStartInstrumentsSGIX\0" 5120 "\0" 5121 /* _mesa_function_pool[38706]: StopInstrumentsSGIX (dynamic) */ 5122 "i\0" 5123 "glStopInstrumentsSGIX\0" 5124 "\0" 5125 /* _mesa_function_pool[38731]: FrameZoomSGIX (dynamic) */ 5126 "i\0" 5127 "glFrameZoomSGIX\0" 5128 "\0" 5129 /* _mesa_function_pool[38750]: TagSampleBufferSGIX (dynamic) */ 5130 "\0" 5131 "glTagSampleBufferSGIX\0" 5132 "\0" 5133 /* _mesa_function_pool[38774]: ReferencePlaneSGIX (dynamic) */ 5134 "p\0" 5135 "glReferencePlaneSGIX\0" 5136 "\0" 5137 /* _mesa_function_pool[38798]: FlushRasterSGIX (dynamic) */ 5138 "\0" 5139 "glFlushRasterSGIX\0" 5140 "\0" 5141 /* _mesa_function_pool[38818]: FogFuncSGIS (dynamic) */ 5142 "ip\0" 5143 "glFogFuncSGIS\0" 5144 "\0" 5145 /* _mesa_function_pool[38836]: GetFogFuncSGIS (dynamic) */ 5146 "p\0" 5147 "glGetFogFuncSGIS\0" 5148 "\0" 5149 /* _mesa_function_pool[38856]: ImageTransformParameteriHP (dynamic) */ 5150 "iii\0" 5151 "glImageTransformParameteriHP\0" 5152 "\0" 5153 /* _mesa_function_pool[38890]: ImageTransformParameterfHP (dynamic) */ 5154 "iif\0" 5155 "glImageTransformParameterfHP\0" 5156 "\0" 5157 /* _mesa_function_pool[38924]: ImageTransformParameterivHP (dynamic) */ 5158 "iip\0" 5159 "glImageTransformParameterivHP\0" 5160 "\0" 5161 /* _mesa_function_pool[38959]: ImageTransformParameterfvHP (dynamic) */ 5162 "iip\0" 5163 "glImageTransformParameterfvHP\0" 5164 "\0" 5165 /* _mesa_function_pool[38994]: GetImageTransformParameterivHP (dynamic) */ 5166 "iip\0" 5167 "glGetImageTransformParameterivHP\0" 5168 "\0" 5169 /* _mesa_function_pool[39032]: GetImageTransformParameterfvHP (dynamic) */ 5170 "iip\0" 5171 "glGetImageTransformParameterfvHP\0" 5172 "\0" 5173 /* _mesa_function_pool[39070]: HintPGI (dynamic) */ 5174 "ii\0" 5175 "glHintPGI\0" 5176 "\0" 5177 /* _mesa_function_pool[39084]: GetListParameterfvSGIX (dynamic) */ 5178 "iip\0" 5179 "glGetListParameterfvSGIX\0" 5180 "\0" 5181 /* _mesa_function_pool[39114]: GetListParameterivSGIX (dynamic) */ 5182 "iip\0" 5183 "glGetListParameterivSGIX\0" 5184 "\0" 5185 /* _mesa_function_pool[39144]: ListParameterfSGIX (dynamic) */ 5186 "iif\0" 5187 "glListParameterfSGIX\0" 5188 "\0" 5189 /* _mesa_function_pool[39170]: ListParameterfvSGIX (dynamic) */ 5190 "iip\0" 5191 "glListParameterfvSGIX\0" 5192 "\0" 5193 /* _mesa_function_pool[39197]: ListParameteriSGIX (dynamic) */ 5194 "iii\0" 5195 "glListParameteriSGIX\0" 5196 "\0" 5197 /* _mesa_function_pool[39223]: ListParameterivSGIX (dynamic) */ 5198 "iip\0" 5199 "glListParameterivSGIX\0" 5200 "\0" 5201 /* _mesa_function_pool[39250]: IndexMaterialEXT (dynamic) */ 5202 "ii\0" 5203 "glIndexMaterialEXT\0" 5204 "\0" 5205 /* _mesa_function_pool[39273]: IndexFuncEXT (dynamic) */ 5206 "if\0" 5207 "glIndexFuncEXT\0" 5208 "\0" 5209 /* _mesa_function_pool[39292]: LockArraysEXT (will be remapped) */ 5210 "ii\0" 5211 "glLockArraysEXT\0" 5212 "\0" 5213 /* _mesa_function_pool[39312]: UnlockArraysEXT (will be remapped) */ 5214 "\0" 5215 "glUnlockArraysEXT\0" 5216 "\0" 5217 /* _mesa_function_pool[39332]: CullParameterdvEXT (dynamic) */ 5218 "ip\0" 5219 "glCullParameterdvEXT\0" 5220 "\0" 5221 /* _mesa_function_pool[39357]: CullParameterfvEXT (dynamic) */ 5222 "ip\0" 5223 "glCullParameterfvEXT\0" 5224 "\0" 5225 /* _mesa_function_pool[39382]: ViewportArrayv (will be remapped) */ 5226 "iip\0" 5227 "glViewportArrayv\0" 5228 "glViewportArrayvOES\0" 5229 "\0" 5230 /* _mesa_function_pool[39424]: ViewportIndexedf (will be remapped) */ 5231 "iffff\0" 5232 "glViewportIndexedf\0" 5233 "glViewportIndexedfOES\0" 5234 "\0" 5235 /* _mesa_function_pool[39472]: ViewportIndexedfv (will be remapped) */ 5236 "ip\0" 5237 "glViewportIndexedfv\0" 5238 "glViewportIndexedfvOES\0" 5239 "\0" 5240 /* _mesa_function_pool[39519]: ScissorArrayv (will be remapped) */ 5241 "iip\0" 5242 "glScissorArrayv\0" 5243 "glScissorArrayvOES\0" 5244 "\0" 5245 /* _mesa_function_pool[39559]: ScissorIndexed (will be remapped) */ 5246 "iiiii\0" 5247 "glScissorIndexed\0" 5248 "glScissorIndexedOES\0" 5249 "\0" 5250 /* _mesa_function_pool[39603]: ScissorIndexedv (will be remapped) */ 5251 "ip\0" 5252 "glScissorIndexedv\0" 5253 "glScissorIndexedvOES\0" 5254 "\0" 5255 /* _mesa_function_pool[39646]: DepthRangeArrayv (will be remapped) */ 5256 "iip\0" 5257 "glDepthRangeArrayv\0" 5258 "\0" 5259 /* _mesa_function_pool[39670]: DepthRangeIndexed (will be remapped) */ 5260 "idd\0" 5261 "glDepthRangeIndexed\0" 5262 "\0" 5263 /* _mesa_function_pool[39695]: GetFloati_v (will be remapped) */ 5264 "iip\0" 5265 "glGetFloati_v\0" 5266 "glGetFloati_vOES\0" 5267 "\0" 5268 /* _mesa_function_pool[39731]: GetDoublei_v (will be remapped) */ 5269 "iip\0" 5270 "glGetDoublei_v\0" 5271 "\0" 5272 /* _mesa_function_pool[39751]: FragmentColorMaterialSGIX (dynamic) */ 5273 "ii\0" 5274 "glFragmentColorMaterialSGIX\0" 5275 "\0" 5276 /* _mesa_function_pool[39783]: FragmentLightfSGIX (dynamic) */ 5277 "iif\0" 5278 "glFragmentLightfSGIX\0" 5279 "\0" 5280 /* _mesa_function_pool[39809]: FragmentLightfvSGIX (dynamic) */ 5281 "iip\0" 5282 "glFragmentLightfvSGIX\0" 5283 "\0" 5284 /* _mesa_function_pool[39836]: FragmentLightiSGIX (dynamic) */ 5285 "iii\0" 5286 "glFragmentLightiSGIX\0" 5287 "\0" 5288 /* _mesa_function_pool[39862]: FragmentLightivSGIX (dynamic) */ 5289 "iip\0" 5290 "glFragmentLightivSGIX\0" 5291 "\0" 5292 /* _mesa_function_pool[39889]: FragmentLightModelfSGIX (dynamic) */ 5293 "if\0" 5294 "glFragmentLightModelfSGIX\0" 5295 "\0" 5296 /* _mesa_function_pool[39919]: FragmentLightModelfvSGIX (dynamic) */ 5297 "ip\0" 5298 "glFragmentLightModelfvSGIX\0" 5299 "\0" 5300 /* _mesa_function_pool[39950]: FragmentLightModeliSGIX (dynamic) */ 5301 "ii\0" 5302 "glFragmentLightModeliSGIX\0" 5303 "\0" 5304 /* _mesa_function_pool[39980]: FragmentLightModelivSGIX (dynamic) */ 5305 "ip\0" 5306 "glFragmentLightModelivSGIX\0" 5307 "\0" 5308 /* _mesa_function_pool[40011]: FragmentMaterialfSGIX (dynamic) */ 5309 "iif\0" 5310 "glFragmentMaterialfSGIX\0" 5311 "\0" 5312 /* _mesa_function_pool[40040]: FragmentMaterialfvSGIX (dynamic) */ 5313 "iip\0" 5314 "glFragmentMaterialfvSGIX\0" 5315 "\0" 5316 /* _mesa_function_pool[40070]: FragmentMaterialiSGIX (dynamic) */ 5317 "iii\0" 5318 "glFragmentMaterialiSGIX\0" 5319 "\0" 5320 /* _mesa_function_pool[40099]: FragmentMaterialivSGIX (dynamic) */ 5321 "iip\0" 5322 "glFragmentMaterialivSGIX\0" 5323 "\0" 5324 /* _mesa_function_pool[40129]: GetFragmentLightfvSGIX (dynamic) */ 5325 "iip\0" 5326 "glGetFragmentLightfvSGIX\0" 5327 "\0" 5328 /* _mesa_function_pool[40159]: GetFragmentLightivSGIX (dynamic) */ 5329 "iip\0" 5330 "glGetFragmentLightivSGIX\0" 5331 "\0" 5332 /* _mesa_function_pool[40189]: GetFragmentMaterialfvSGIX (dynamic) */ 5333 "iip\0" 5334 "glGetFragmentMaterialfvSGIX\0" 5335 "\0" 5336 /* _mesa_function_pool[40222]: GetFragmentMaterialivSGIX (dynamic) */ 5337 "iip\0" 5338 "glGetFragmentMaterialivSGIX\0" 5339 "\0" 5340 /* _mesa_function_pool[40255]: LightEnviSGIX (dynamic) */ 5341 "ii\0" 5342 "glLightEnviSGIX\0" 5343 "\0" 5344 /* _mesa_function_pool[40275]: ApplyTextureEXT (dynamic) */ 5345 "i\0" 5346 "glApplyTextureEXT\0" 5347 "\0" 5348 /* _mesa_function_pool[40296]: TextureLightEXT (dynamic) */ 5349 "i\0" 5350 "glTextureLightEXT\0" 5351 "\0" 5352 /* _mesa_function_pool[40317]: TextureMaterialEXT (dynamic) */ 5353 "ii\0" 5354 "glTextureMaterialEXT\0" 5355 "\0" 5356 /* _mesa_function_pool[40342]: AsyncMarkerSGIX (dynamic) */ 5357 "i\0" 5358 "glAsyncMarkerSGIX\0" 5359 "\0" 5360 /* _mesa_function_pool[40363]: FinishAsyncSGIX (dynamic) */ 5361 "p\0" 5362 "glFinishAsyncSGIX\0" 5363 "\0" 5364 /* _mesa_function_pool[40384]: PollAsyncSGIX (dynamic) */ 5365 "p\0" 5366 "glPollAsyncSGIX\0" 5367 "\0" 5368 /* _mesa_function_pool[40403]: GenAsyncMarkersSGIX (dynamic) */ 5369 "i\0" 5370 "glGenAsyncMarkersSGIX\0" 5371 "\0" 5372 /* _mesa_function_pool[40428]: DeleteAsyncMarkersSGIX (dynamic) */ 5373 "ii\0" 5374 "glDeleteAsyncMarkersSGIX\0" 5375 "\0" 5376 /* _mesa_function_pool[40457]: IsAsyncMarkerSGIX (dynamic) */ 5377 "i\0" 5378 "glIsAsyncMarkerSGIX\0" 5379 "\0" 5380 /* _mesa_function_pool[40480]: VertexPointervINTEL (dynamic) */ 5381 "iip\0" 5382 "glVertexPointervINTEL\0" 5383 "\0" 5384 /* _mesa_function_pool[40507]: NormalPointervINTEL (dynamic) */ 5385 "ip\0" 5386 "glNormalPointervINTEL\0" 5387 "\0" 5388 /* _mesa_function_pool[40533]: ColorPointervINTEL (dynamic) */ 5389 "iip\0" 5390 "glColorPointervINTEL\0" 5391 "\0" 5392 /* _mesa_function_pool[40559]: TexCoordPointervINTEL (dynamic) */ 5393 "iip\0" 5394 "glTexCoordPointervINTEL\0" 5395 "\0" 5396 /* _mesa_function_pool[40588]: PixelTransformParameteriEXT (dynamic) */ 5397 "iii\0" 5398 "glPixelTransformParameteriEXT\0" 5399 "\0" 5400 /* _mesa_function_pool[40623]: PixelTransformParameterfEXT (dynamic) */ 5401 "iif\0" 5402 "glPixelTransformParameterfEXT\0" 5403 "\0" 5404 /* _mesa_function_pool[40658]: PixelTransformParameterivEXT (dynamic) */ 5405 "iip\0" 5406 "glPixelTransformParameterivEXT\0" 5407 "\0" 5408 /* _mesa_function_pool[40694]: PixelTransformParameterfvEXT (dynamic) */ 5409 "iip\0" 5410 "glPixelTransformParameterfvEXT\0" 5411 "\0" 5412 /* _mesa_function_pool[40730]: TextureNormalEXT (dynamic) */ 5413 "i\0" 5414 "glTextureNormalEXT\0" 5415 "\0" 5416 /* _mesa_function_pool[40752]: Tangent3bEXT (dynamic) */ 5417 "iii\0" 5418 "glTangent3bEXT\0" 5419 "\0" 5420 /* _mesa_function_pool[40772]: Tangent3bvEXT (dynamic) */ 5421 "p\0" 5422 "glTangent3bvEXT\0" 5423 "\0" 5424 /* _mesa_function_pool[40791]: Tangent3dEXT (dynamic) */ 5425 "ddd\0" 5426 "glTangent3dEXT\0" 5427 "\0" 5428 /* _mesa_function_pool[40811]: Tangent3dvEXT (dynamic) */ 5429 "p\0" 5430 "glTangent3dvEXT\0" 5431 "\0" 5432 /* _mesa_function_pool[40830]: Tangent3fEXT (dynamic) */ 5433 "fff\0" 5434 "glTangent3fEXT\0" 5435 "\0" 5436 /* _mesa_function_pool[40850]: Tangent3fvEXT (dynamic) */ 5437 "p\0" 5438 "glTangent3fvEXT\0" 5439 "\0" 5440 /* _mesa_function_pool[40869]: Tangent3iEXT (dynamic) */ 5441 "iii\0" 5442 "glTangent3iEXT\0" 5443 "\0" 5444 /* _mesa_function_pool[40889]: Tangent3ivEXT (dynamic) */ 5445 "p\0" 5446 "glTangent3ivEXT\0" 5447 "\0" 5448 /* _mesa_function_pool[40908]: Tangent3sEXT (dynamic) */ 5449 "iii\0" 5450 "glTangent3sEXT\0" 5451 "\0" 5452 /* _mesa_function_pool[40928]: Tangent3svEXT (dynamic) */ 5453 "p\0" 5454 "glTangent3svEXT\0" 5455 "\0" 5456 /* _mesa_function_pool[40947]: Binormal3bEXT (dynamic) */ 5457 "iii\0" 5458 "glBinormal3bEXT\0" 5459 "\0" 5460 /* _mesa_function_pool[40968]: Binormal3bvEXT (dynamic) */ 5461 "p\0" 5462 "glBinormal3bvEXT\0" 5463 "\0" 5464 /* _mesa_function_pool[40988]: Binormal3dEXT (dynamic) */ 5465 "ddd\0" 5466 "glBinormal3dEXT\0" 5467 "\0" 5468 /* _mesa_function_pool[41009]: Binormal3dvEXT (dynamic) */ 5469 "p\0" 5470 "glBinormal3dvEXT\0" 5471 "\0" 5472 /* _mesa_function_pool[41029]: Binormal3fEXT (dynamic) */ 5473 "fff\0" 5474 "glBinormal3fEXT\0" 5475 "\0" 5476 /* _mesa_function_pool[41050]: Binormal3fvEXT (dynamic) */ 5477 "p\0" 5478 "glBinormal3fvEXT\0" 5479 "\0" 5480 /* _mesa_function_pool[41070]: Binormal3iEXT (dynamic) */ 5481 "iii\0" 5482 "glBinormal3iEXT\0" 5483 "\0" 5484 /* _mesa_function_pool[41091]: Binormal3ivEXT (dynamic) */ 5485 "p\0" 5486 "glBinormal3ivEXT\0" 5487 "\0" 5488 /* _mesa_function_pool[41111]: Binormal3sEXT (dynamic) */ 5489 "iii\0" 5490 "glBinormal3sEXT\0" 5491 "\0" 5492 /* _mesa_function_pool[41132]: Binormal3svEXT (dynamic) */ 5493 "p\0" 5494 "glBinormal3svEXT\0" 5495 "\0" 5496 /* _mesa_function_pool[41152]: TangentPointerEXT (dynamic) */ 5497 "iip\0" 5498 "glTangentPointerEXT\0" 5499 "\0" 5500 /* _mesa_function_pool[41177]: BinormalPointerEXT (dynamic) */ 5501 "iip\0" 5502 "glBinormalPointerEXT\0" 5503 "\0" 5504 /* _mesa_function_pool[41203]: PixelTexGenSGIX (dynamic) */ 5505 "i\0" 5506 "glPixelTexGenSGIX\0" 5507 "\0" 5508 /* _mesa_function_pool[41224]: FinishTextureSUNX (dynamic) */ 5509 "\0" 5510 "glFinishTextureSUNX\0" 5511 "\0" 5512 /* _mesa_function_pool[41246]: GlobalAlphaFactorbSUN (dynamic) */ 5513 "i\0" 5514 "glGlobalAlphaFactorbSUN\0" 5515 "\0" 5516 /* _mesa_function_pool[41273]: GlobalAlphaFactorsSUN (dynamic) */ 5517 "i\0" 5518 "glGlobalAlphaFactorsSUN\0" 5519 "\0" 5520 /* _mesa_function_pool[41300]: GlobalAlphaFactoriSUN (dynamic) */ 5521 "i\0" 5522 "glGlobalAlphaFactoriSUN\0" 5523 "\0" 5524 /* _mesa_function_pool[41327]: GlobalAlphaFactorfSUN (dynamic) */ 5525 "f\0" 5526 "glGlobalAlphaFactorfSUN\0" 5527 "\0" 5528 /* _mesa_function_pool[41354]: GlobalAlphaFactordSUN (dynamic) */ 5529 "d\0" 5530 "glGlobalAlphaFactordSUN\0" 5531 "\0" 5532 /* _mesa_function_pool[41381]: GlobalAlphaFactorubSUN (dynamic) */ 5533 "i\0" 5534 "glGlobalAlphaFactorubSUN\0" 5535 "\0" 5536 /* _mesa_function_pool[41409]: GlobalAlphaFactorusSUN (dynamic) */ 5537 "i\0" 5538 "glGlobalAlphaFactorusSUN\0" 5539 "\0" 5540 /* _mesa_function_pool[41437]: GlobalAlphaFactoruiSUN (dynamic) */ 5541 "i\0" 5542 "glGlobalAlphaFactoruiSUN\0" 5543 "\0" 5544 /* _mesa_function_pool[41465]: ReplacementCodeuiSUN (dynamic) */ 5545 "i\0" 5546 "glReplacementCodeuiSUN\0" 5547 "\0" 5548 /* _mesa_function_pool[41491]: ReplacementCodeusSUN (dynamic) */ 5549 "i\0" 5550 "glReplacementCodeusSUN\0" 5551 "\0" 5552 /* _mesa_function_pool[41517]: ReplacementCodeubSUN (dynamic) */ 5553 "i\0" 5554 "glReplacementCodeubSUN\0" 5555 "\0" 5556 /* _mesa_function_pool[41543]: ReplacementCodeuivSUN (dynamic) */ 5557 "p\0" 5558 "glReplacementCodeuivSUN\0" 5559 "\0" 5560 /* _mesa_function_pool[41570]: ReplacementCodeusvSUN (dynamic) */ 5561 "p\0" 5562 "glReplacementCodeusvSUN\0" 5563 "\0" 5564 /* _mesa_function_pool[41597]: ReplacementCodeubvSUN (dynamic) */ 5565 "p\0" 5566 "glReplacementCodeubvSUN\0" 5567 "\0" 5568 /* _mesa_function_pool[41624]: ReplacementCodePointerSUN (dynamic) */ 5569 "iip\0" 5570 "glReplacementCodePointerSUN\0" 5571 "\0" 5572 /* _mesa_function_pool[41657]: Color4ubVertex2fSUN (dynamic) */ 5573 "iiiiff\0" 5574 "glColor4ubVertex2fSUN\0" 5575 "\0" 5576 /* _mesa_function_pool[41687]: Color4ubVertex2fvSUN (dynamic) */ 5577 "pp\0" 5578 "glColor4ubVertex2fvSUN\0" 5579 "\0" 5580 /* _mesa_function_pool[41714]: Color4ubVertex3fSUN (dynamic) */ 5581 "iiiifff\0" 5582 "glColor4ubVertex3fSUN\0" 5583 "\0" 5584 /* _mesa_function_pool[41745]: Color4ubVertex3fvSUN (dynamic) */ 5585 "pp\0" 5586 "glColor4ubVertex3fvSUN\0" 5587 "\0" 5588 /* _mesa_function_pool[41772]: Color3fVertex3fSUN (dynamic) */ 5589 "ffffff\0" 5590 "glColor3fVertex3fSUN\0" 5591 "\0" 5592 /* _mesa_function_pool[41801]: Color3fVertex3fvSUN (dynamic) */ 5593 "pp\0" 5594 "glColor3fVertex3fvSUN\0" 5595 "\0" 5596 /* _mesa_function_pool[41827]: Normal3fVertex3fSUN (dynamic) */ 5597 "ffffff\0" 5598 "glNormal3fVertex3fSUN\0" 5599 "\0" 5600 /* _mesa_function_pool[41857]: Normal3fVertex3fvSUN (dynamic) */ 5601 "pp\0" 5602 "glNormal3fVertex3fvSUN\0" 5603 "\0" 5604 /* _mesa_function_pool[41884]: Color4fNormal3fVertex3fSUN (dynamic) */ 5605 "ffffffffff\0" 5606 "glColor4fNormal3fVertex3fSUN\0" 5607 "\0" 5608 /* _mesa_function_pool[41925]: Color4fNormal3fVertex3fvSUN (dynamic) */ 5609 "ppp\0" 5610 "glColor4fNormal3fVertex3fvSUN\0" 5611 "\0" 5612 /* _mesa_function_pool[41960]: TexCoord2fVertex3fSUN (dynamic) */ 5613 "fffff\0" 5614 "glTexCoord2fVertex3fSUN\0" 5615 "\0" 5616 /* _mesa_function_pool[41991]: TexCoord2fVertex3fvSUN (dynamic) */ 5617 "pp\0" 5618 "glTexCoord2fVertex3fvSUN\0" 5619 "\0" 5620 /* _mesa_function_pool[42020]: TexCoord4fVertex4fSUN (dynamic) */ 5621 "ffffffff\0" 5622 "glTexCoord4fVertex4fSUN\0" 5623 "\0" 5624 /* _mesa_function_pool[42054]: TexCoord4fVertex4fvSUN (dynamic) */ 5625 "pp\0" 5626 "glTexCoord4fVertex4fvSUN\0" 5627 "\0" 5628 /* _mesa_function_pool[42083]: TexCoord2fColor4ubVertex3fSUN (dynamic) */ 5629 "ffiiiifff\0" 5630 "glTexCoord2fColor4ubVertex3fSUN\0" 5631 "\0" 5632 /* _mesa_function_pool[42126]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */ 5633 "ppp\0" 5634 "glTexCoord2fColor4ubVertex3fvSUN\0" 5635 "\0" 5636 /* _mesa_function_pool[42164]: TexCoord2fColor3fVertex3fSUN (dynamic) */ 5637 "ffffffff\0" 5638 "glTexCoord2fColor3fVertex3fSUN\0" 5639 "\0" 5640 /* _mesa_function_pool[42205]: TexCoord2fColor3fVertex3fvSUN (dynamic) */ 5641 "ppp\0" 5642 "glTexCoord2fColor3fVertex3fvSUN\0" 5643 "\0" 5644 /* _mesa_function_pool[42242]: TexCoord2fNormal3fVertex3fSUN (dynamic) */ 5645 "ffffffff\0" 5646 "glTexCoord2fNormal3fVertex3fSUN\0" 5647 "\0" 5648 /* _mesa_function_pool[42284]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */ 5649 "ppp\0" 5650 "glTexCoord2fNormal3fVertex3fvSUN\0" 5651 "\0" 5652 /* _mesa_function_pool[42322]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */ 5653 "ffffffffffff\0" 5654 "glTexCoord2fColor4fNormal3fVertex3fSUN\0" 5655 "\0" 5656 /* _mesa_function_pool[42375]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */ 5657 "pppp\0" 5658 "glTexCoord2fColor4fNormal3fVertex3fvSUN\0" 5659 "\0" 5660 /* _mesa_function_pool[42421]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */ 5661 "fffffffffffffff\0" 5662 "glTexCoord4fColor4fNormal3fVertex4fSUN\0" 5663 "\0" 5664 /* _mesa_function_pool[42477]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */ 5665 "pppp\0" 5666 "glTexCoord4fColor4fNormal3fVertex4fvSUN\0" 5667 "\0" 5668 /* _mesa_function_pool[42523]: ReplacementCodeuiVertex3fSUN (dynamic) */ 5669 "ifff\0" 5670 "glReplacementCodeuiVertex3fSUN\0" 5671 "\0" 5672 /* _mesa_function_pool[42560]: ReplacementCodeuiVertex3fvSUN (dynamic) */ 5673 "pp\0" 5674 "glReplacementCodeuiVertex3fvSUN\0" 5675 "\0" 5676 /* _mesa_function_pool[42596]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */ 5677 "iiiiifff\0" 5678 "glReplacementCodeuiColor4ubVertex3fSUN\0" 5679 "\0" 5680 /* _mesa_function_pool[42645]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */ 5681 "ppp\0" 5682 "glReplacementCodeuiColor4ubVertex3fvSUN\0" 5683 "\0" 5684 /* _mesa_function_pool[42690]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */ 5685 "iffffff\0" 5686 "glReplacementCodeuiColor3fVertex3fSUN\0" 5687 "\0" 5688 /* _mesa_function_pool[42737]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */ 5689 "ppp\0" 5690 "glReplacementCodeuiColor3fVertex3fvSUN\0" 5691 "\0" 5692 /* _mesa_function_pool[42781]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */ 5693 "iffffff\0" 5694 "glReplacementCodeuiNormal3fVertex3fSUN\0" 5695 "\0" 5696 /* _mesa_function_pool[42829]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */ 5697 "ppp\0" 5698 "glReplacementCodeuiNormal3fVertex3fvSUN\0" 5699 "\0" 5700 /* _mesa_function_pool[42874]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */ 5701 "iffffffffff\0" 5702 "glReplacementCodeuiColor4fNormal3fVertex3fSUN\0" 5703 "\0" 5704 /* _mesa_function_pool[42933]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */ 5705 "pppp\0" 5706 "glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0" 5707 "\0" 5708 /* _mesa_function_pool[42986]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */ 5709 "ifffff\0" 5710 "glReplacementCodeuiTexCoord2fVertex3fSUN\0" 5711 "\0" 5712 /* _mesa_function_pool[43035]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */ 5713 "ppp\0" 5714 "glReplacementCodeuiTexCoord2fVertex3fvSUN\0" 5715 "\0" 5716 /* _mesa_function_pool[43082]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */ 5717 "iffffffff\0" 5718 "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0" 5719 "\0" 5720 /* _mesa_function_pool[43142]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */ 5721 "pppp\0" 5722 "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0" 5723 "\0" 5724 /* _mesa_function_pool[43198]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */ 5725 "iffffffffffff\0" 5726 "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0" 5727 "\0" 5728 /* _mesa_function_pool[43269]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */ 5729 "ppppp\0" 5730 "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0" 5731 "\0" 5732 /* _mesa_function_pool[43333]: FramebufferSampleLocationsfvARB (will be remapped) */ 5733 "iiip\0" 5734 "glFramebufferSampleLocationsfvARB\0" 5735 "glFramebufferSampleLocationsfvNV\0" 5736 "\0" 5737 /* _mesa_function_pool[43406]: NamedFramebufferSampleLocationsfvARB (will be remapped) */ 5738 "iiip\0" 5739 "glNamedFramebufferSampleLocationsfvARB\0" 5740 "glNamedFramebufferSampleLocationsfvNV\0" 5741 "\0" 5742 /* _mesa_function_pool[43489]: EvaluateDepthValuesARB (will be remapped) */ 5743 "\0" 5744 "glEvaluateDepthValuesARB\0" 5745 "glResolveDepthValuesNV\0" 5746 "\0" 5747 /* _mesa_function_pool[43539]: VertexWeightfEXT (dynamic) */ 5748 "f\0" 5749 "glVertexWeightfEXT\0" 5750 "\0" 5751 /* _mesa_function_pool[43561]: VertexWeightfvEXT (dynamic) */ 5752 "p\0" 5753 "glVertexWeightfvEXT\0" 5754 "\0" 5755 /* _mesa_function_pool[43584]: VertexWeightPointerEXT (dynamic) */ 5756 "iiip\0" 5757 "glVertexWeightPointerEXT\0" 5758 "\0" 5759 /* _mesa_function_pool[43615]: FlushVertexArrayRangeNV (dynamic) */ 5760 "\0" 5761 "glFlushVertexArrayRangeNV\0" 5762 "\0" 5763 /* _mesa_function_pool[43643]: VertexArrayRangeNV (dynamic) */ 5764 "ip\0" 5765 "glVertexArrayRangeNV\0" 5766 "\0" 5767 /* _mesa_function_pool[43668]: CombinerParameterfvNV (dynamic) */ 5768 "ip\0" 5769 "glCombinerParameterfvNV\0" 5770 "\0" 5771 /* _mesa_function_pool[43696]: CombinerParameterfNV (dynamic) */ 5772 "if\0" 5773 "glCombinerParameterfNV\0" 5774 "\0" 5775 /* _mesa_function_pool[43723]: CombinerParameterivNV (dynamic) */ 5776 "ip\0" 5777 "glCombinerParameterivNV\0" 5778 "\0" 5779 /* _mesa_function_pool[43751]: CombinerParameteriNV (dynamic) */ 5780 "ii\0" 5781 "glCombinerParameteriNV\0" 5782 "\0" 5783 /* _mesa_function_pool[43778]: CombinerInputNV (dynamic) */ 5784 "iiiiii\0" 5785 "glCombinerInputNV\0" 5786 "\0" 5787 /* _mesa_function_pool[43804]: CombinerOutputNV (dynamic) */ 5788 "iiiiiiiiii\0" 5789 "glCombinerOutputNV\0" 5790 "\0" 5791 /* _mesa_function_pool[43835]: FinalCombinerInputNV (dynamic) */ 5792 "iiii\0" 5793 "glFinalCombinerInputNV\0" 5794 "\0" 5795 /* _mesa_function_pool[43864]: GetCombinerInputParameterfvNV (dynamic) */ 5796 "iiiip\0" 5797 "glGetCombinerInputParameterfvNV\0" 5798 "\0" 5799 /* _mesa_function_pool[43903]: GetCombinerInputParameterivNV (dynamic) */ 5800 "iiiip\0" 5801 "glGetCombinerInputParameterivNV\0" 5802 "\0" 5803 /* _mesa_function_pool[43942]: GetCombinerOutputParameterfvNV (dynamic) */ 5804 "iiip\0" 5805 "glGetCombinerOutputParameterfvNV\0" 5806 "\0" 5807 /* _mesa_function_pool[43981]: GetCombinerOutputParameterivNV (dynamic) */ 5808 "iiip\0" 5809 "glGetCombinerOutputParameterivNV\0" 5810 "\0" 5811 /* _mesa_function_pool[44020]: GetFinalCombinerInputParameterfvNV (dynamic) */ 5812 "iip\0" 5813 "glGetFinalCombinerInputParameterfvNV\0" 5814 "\0" 5815 /* _mesa_function_pool[44062]: GetFinalCombinerInputParameterivNV (dynamic) */ 5816 "iip\0" 5817 "glGetFinalCombinerInputParameterivNV\0" 5818 "\0" 5819 /* _mesa_function_pool[44104]: ResizeBuffersMESA (will be remapped) */ 5820 "\0" 5821 "glResizeBuffersMESA\0" 5822 "\0" 5823 /* _mesa_function_pool[44126]: WindowPos4dMESA (will be remapped) */ 5824 "dddd\0" 5825 "glWindowPos4dMESA\0" 5826 "\0" 5827 /* _mesa_function_pool[44150]: WindowPos4dvMESA (will be remapped) */ 5828 "p\0" 5829 "glWindowPos4dvMESA\0" 5830 "\0" 5831 /* _mesa_function_pool[44172]: WindowPos4fMESA (will be remapped) */ 5832 "ffff\0" 5833 "glWindowPos4fMESA\0" 5834 "\0" 5835 /* _mesa_function_pool[44196]: WindowPos4fvMESA (will be remapped) */ 5836 "p\0" 5837 "glWindowPos4fvMESA\0" 5838 "\0" 5839 /* _mesa_function_pool[44218]: WindowPos4iMESA (will be remapped) */ 5840 "iiii\0" 5841 "glWindowPos4iMESA\0" 5842 "\0" 5843 /* _mesa_function_pool[44242]: WindowPos4ivMESA (will be remapped) */ 5844 "p\0" 5845 "glWindowPos4ivMESA\0" 5846 "\0" 5847 /* _mesa_function_pool[44264]: WindowPos4sMESA (will be remapped) */ 5848 "iiii\0" 5849 "glWindowPos4sMESA\0" 5850 "\0" 5851 /* _mesa_function_pool[44288]: WindowPos4svMESA (will be remapped) */ 5852 "p\0" 5853 "glWindowPos4svMESA\0" 5854 "\0" 5855 /* _mesa_function_pool[44310]: MultiModeDrawArraysIBM (will be remapped) */ 5856 "pppii\0" 5857 "glMultiModeDrawArraysIBM\0" 5858 "\0" 5859 /* _mesa_function_pool[44342]: MultiModeDrawElementsIBM (will be remapped) */ 5860 "ppipii\0" 5861 "glMultiModeDrawElementsIBM\0" 5862 "\0" 5863 /* _mesa_function_pool[44377]: ColorPointerListIBM (dynamic) */ 5864 "iiipi\0" 5865 "glColorPointerListIBM\0" 5866 "\0" 5867 /* _mesa_function_pool[44406]: SecondaryColorPointerListIBM (dynamic) */ 5868 "iiipi\0" 5869 "glSecondaryColorPointerListIBM\0" 5870 "\0" 5871 /* _mesa_function_pool[44444]: EdgeFlagPointerListIBM (dynamic) */ 5872 "ipi\0" 5873 "glEdgeFlagPointerListIBM\0" 5874 "\0" 5875 /* _mesa_function_pool[44474]: FogCoordPointerListIBM (dynamic) */ 5876 "iipi\0" 5877 "glFogCoordPointerListIBM\0" 5878 "\0" 5879 /* _mesa_function_pool[44505]: IndexPointerListIBM (dynamic) */ 5880 "iipi\0" 5881 "glIndexPointerListIBM\0" 5882 "\0" 5883 /* _mesa_function_pool[44533]: NormalPointerListIBM (dynamic) */ 5884 "iipi\0" 5885 "glNormalPointerListIBM\0" 5886 "\0" 5887 /* _mesa_function_pool[44562]: TexCoordPointerListIBM (dynamic) */ 5888 "iiipi\0" 5889 "glTexCoordPointerListIBM\0" 5890 "\0" 5891 /* _mesa_function_pool[44594]: VertexPointerListIBM (dynamic) */ 5892 "iiipi\0" 5893 "glVertexPointerListIBM\0" 5894 "\0" 5895 /* _mesa_function_pool[44624]: TbufferMask3DFX (dynamic) */ 5896 "i\0" 5897 "glTbufferMask3DFX\0" 5898 "\0" 5899 /* _mesa_function_pool[44645]: TextureColorMaskSGIS (dynamic) */ 5900 "iiii\0" 5901 "glTextureColorMaskSGIS\0" 5902 "\0" 5903 /* _mesa_function_pool[44674]: DeleteFencesNV (dynamic) */ 5904 "ip\0" 5905 "glDeleteFencesNV\0" 5906 "\0" 5907 /* _mesa_function_pool[44695]: GenFencesNV (dynamic) */ 5908 "ip\0" 5909 "glGenFencesNV\0" 5910 "\0" 5911 /* _mesa_function_pool[44713]: IsFenceNV (dynamic) */ 5912 "i\0" 5913 "glIsFenceNV\0" 5914 "\0" 5915 /* _mesa_function_pool[44728]: TestFenceNV (dynamic) */ 5916 "i\0" 5917 "glTestFenceNV\0" 5918 "\0" 5919 /* _mesa_function_pool[44745]: GetFenceivNV (dynamic) */ 5920 "iip\0" 5921 "glGetFenceivNV\0" 5922 "\0" 5923 /* _mesa_function_pool[44765]: FinishFenceNV (dynamic) */ 5924 "i\0" 5925 "glFinishFenceNV\0" 5926 "\0" 5927 /* _mesa_function_pool[44784]: SetFenceNV (dynamic) */ 5928 "ii\0" 5929 "glSetFenceNV\0" 5930 "\0" 5931 /* _mesa_function_pool[44801]: MapControlPointsNV (dynamic) */ 5932 "iiiiiiiip\0" 5933 "glMapControlPointsNV\0" 5934 "\0" 5935 /* _mesa_function_pool[44833]: MapParameterivNV (dynamic) */ 5936 "iip\0" 5937 "glMapParameterivNV\0" 5938 "\0" 5939 /* _mesa_function_pool[44857]: MapParameterfvNV (dynamic) */ 5940 "iip\0" 5941 "glMapParameterfvNV\0" 5942 "\0" 5943 /* _mesa_function_pool[44881]: GetMapControlPointsNV (dynamic) */ 5944 "iiiiiip\0" 5945 "glGetMapControlPointsNV\0" 5946 "\0" 5947 /* _mesa_function_pool[44914]: GetMapParameterivNV (dynamic) */ 5948 "iip\0" 5949 "glGetMapParameterivNV\0" 5950 "\0" 5951 /* _mesa_function_pool[44941]: GetMapParameterfvNV (dynamic) */ 5952 "iip\0" 5953 "glGetMapParameterfvNV\0" 5954 "\0" 5955 /* _mesa_function_pool[44968]: GetMapAttribParameterivNV (dynamic) */ 5956 "iiip\0" 5957 "glGetMapAttribParameterivNV\0" 5958 "\0" 5959 /* _mesa_function_pool[45002]: GetMapAttribParameterfvNV (dynamic) */ 5960 "iiip\0" 5961 "glGetMapAttribParameterfvNV\0" 5962 "\0" 5963 /* _mesa_function_pool[45036]: EvalMapsNV (dynamic) */ 5964 "ii\0" 5965 "glEvalMapsNV\0" 5966 "\0" 5967 /* _mesa_function_pool[45053]: CombinerStageParameterfvNV (dynamic) */ 5968 "iip\0" 5969 "glCombinerStageParameterfvNV\0" 5970 "\0" 5971 /* _mesa_function_pool[45087]: GetCombinerStageParameterfvNV (dynamic) */ 5972 "iip\0" 5973 "glGetCombinerStageParameterfvNV\0" 5974 "\0" 5975 /* _mesa_function_pool[45124]: AreProgramsResidentNV (will be remapped) */ 5976 "ipp\0" 5977 "glAreProgramsResidentNV\0" 5978 "\0" 5979 /* _mesa_function_pool[45153]: ExecuteProgramNV (will be remapped) */ 5980 "iip\0" 5981 "glExecuteProgramNV\0" 5982 "\0" 5983 /* _mesa_function_pool[45177]: GetProgramParameterdvNV (will be remapped) */ 5984 "iiip\0" 5985 "glGetProgramParameterdvNV\0" 5986 "\0" 5987 /* _mesa_function_pool[45209]: GetProgramParameterfvNV (will be remapped) */ 5988 "iiip\0" 5989 "glGetProgramParameterfvNV\0" 5990 "\0" 5991 /* _mesa_function_pool[45241]: GetProgramivNV (will be remapped) */ 5992 "iip\0" 5993 "glGetProgramivNV\0" 5994 "\0" 5995 /* _mesa_function_pool[45263]: GetProgramStringNV (will be remapped) */ 5996 "iip\0" 5997 "glGetProgramStringNV\0" 5998 "\0" 5999 /* _mesa_function_pool[45289]: GetTrackMatrixivNV (will be remapped) */ 6000 "iiip\0" 6001 "glGetTrackMatrixivNV\0" 6002 "\0" 6003 /* _mesa_function_pool[45316]: GetVertexAttribdvNV (will be remapped) */ 6004 "iip\0" 6005 "glGetVertexAttribdvNV\0" 6006 "\0" 6007 /* _mesa_function_pool[45343]: GetVertexAttribfvNV (will be remapped) */ 6008 "iip\0" 6009 "glGetVertexAttribfvNV\0" 6010 "\0" 6011 /* _mesa_function_pool[45370]: GetVertexAttribivNV (will be remapped) */ 6012 "iip\0" 6013 "glGetVertexAttribivNV\0" 6014 "\0" 6015 /* _mesa_function_pool[45397]: LoadProgramNV (will be remapped) */ 6016 "iiip\0" 6017 "glLoadProgramNV\0" 6018 "\0" 6019 /* _mesa_function_pool[45419]: ProgramParameters4dvNV (will be remapped) */ 6020 "iiip\0" 6021 "glProgramParameters4dvNV\0" 6022 "\0" 6023 /* _mesa_function_pool[45450]: ProgramParameters4fvNV (will be remapped) */ 6024 "iiip\0" 6025 "glProgramParameters4fvNV\0" 6026 "\0" 6027 /* _mesa_function_pool[45481]: RequestResidentProgramsNV (will be remapped) */ 6028 "ip\0" 6029 "glRequestResidentProgramsNV\0" 6030 "\0" 6031 /* _mesa_function_pool[45513]: TrackMatrixNV (will be remapped) */ 6032 "iiii\0" 6033 "glTrackMatrixNV\0" 6034 "\0" 6035 /* _mesa_function_pool[45535]: VertexAttribPointerNV (will be remapped) */ 6036 "iiiip\0" 6037 "glVertexAttribPointerNV\0" 6038 "\0" 6039 /* _mesa_function_pool[45566]: VertexAttrib1sNV (will be remapped) */ 6040 "ii\0" 6041 "glVertexAttrib1sNV\0" 6042 "\0" 6043 /* _mesa_function_pool[45589]: VertexAttrib1svNV (will be remapped) */ 6044 "ip\0" 6045 "glVertexAttrib1svNV\0" 6046 "\0" 6047 /* _mesa_function_pool[45613]: VertexAttrib2sNV (will be remapped) */ 6048 "iii\0" 6049 "glVertexAttrib2sNV\0" 6050 "\0" 6051 /* _mesa_function_pool[45637]: VertexAttrib2svNV (will be remapped) */ 6052 "ip\0" 6053 "glVertexAttrib2svNV\0" 6054 "\0" 6055 /* _mesa_function_pool[45661]: VertexAttrib3sNV (will be remapped) */ 6056 "iiii\0" 6057 "glVertexAttrib3sNV\0" 6058 "\0" 6059 /* _mesa_function_pool[45686]: VertexAttrib3svNV (will be remapped) */ 6060 "ip\0" 6061 "glVertexAttrib3svNV\0" 6062 "\0" 6063 /* _mesa_function_pool[45710]: VertexAttrib4sNV (will be remapped) */ 6064 "iiiii\0" 6065 "glVertexAttrib4sNV\0" 6066 "\0" 6067 /* _mesa_function_pool[45736]: VertexAttrib4svNV (will be remapped) */ 6068 "ip\0" 6069 "glVertexAttrib4svNV\0" 6070 "\0" 6071 /* _mesa_function_pool[45760]: VertexAttrib1fNV (will be remapped) */ 6072 "if\0" 6073 "glVertexAttrib1fNV\0" 6074 "\0" 6075 /* _mesa_function_pool[45783]: VertexAttrib1fvNV (will be remapped) */ 6076 "ip\0" 6077 "glVertexAttrib1fvNV\0" 6078 "\0" 6079 /* _mesa_function_pool[45807]: VertexAttrib2fNV (will be remapped) */ 6080 "iff\0" 6081 "glVertexAttrib2fNV\0" 6082 "\0" 6083 /* _mesa_function_pool[45831]: VertexAttrib2fvNV (will be remapped) */ 6084 "ip\0" 6085 "glVertexAttrib2fvNV\0" 6086 "\0" 6087 /* _mesa_function_pool[45855]: VertexAttrib3fNV (will be remapped) */ 6088 "ifff\0" 6089 "glVertexAttrib3fNV\0" 6090 "\0" 6091 /* _mesa_function_pool[45880]: VertexAttrib3fvNV (will be remapped) */ 6092 "ip\0" 6093 "glVertexAttrib3fvNV\0" 6094 "\0" 6095 /* _mesa_function_pool[45904]: VertexAttrib4fNV (will be remapped) */ 6096 "iffff\0" 6097 "glVertexAttrib4fNV\0" 6098 "\0" 6099 /* _mesa_function_pool[45930]: VertexAttrib4fvNV (will be remapped) */ 6100 "ip\0" 6101 "glVertexAttrib4fvNV\0" 6102 "\0" 6103 /* _mesa_function_pool[45954]: VertexAttrib1dNV (will be remapped) */ 6104 "id\0" 6105 "glVertexAttrib1dNV\0" 6106 "\0" 6107 /* _mesa_function_pool[45977]: VertexAttrib1dvNV (will be remapped) */ 6108 "ip\0" 6109 "glVertexAttrib1dvNV\0" 6110 "\0" 6111 /* _mesa_function_pool[46001]: VertexAttrib2dNV (will be remapped) */ 6112 "idd\0" 6113 "glVertexAttrib2dNV\0" 6114 "\0" 6115 /* _mesa_function_pool[46025]: VertexAttrib2dvNV (will be remapped) */ 6116 "ip\0" 6117 "glVertexAttrib2dvNV\0" 6118 "\0" 6119 /* _mesa_function_pool[46049]: VertexAttrib3dNV (will be remapped) */ 6120 "iddd\0" 6121 "glVertexAttrib3dNV\0" 6122 "\0" 6123 /* _mesa_function_pool[46074]: VertexAttrib3dvNV (will be remapped) */ 6124 "ip\0" 6125 "glVertexAttrib3dvNV\0" 6126 "\0" 6127 /* _mesa_function_pool[46098]: VertexAttrib4dNV (will be remapped) */ 6128 "idddd\0" 6129 "glVertexAttrib4dNV\0" 6130 "\0" 6131 /* _mesa_function_pool[46124]: VertexAttrib4dvNV (will be remapped) */ 6132 "ip\0" 6133 "glVertexAttrib4dvNV\0" 6134 "\0" 6135 /* _mesa_function_pool[46148]: VertexAttrib4ubNV (will be remapped) */ 6136 "iiiii\0" 6137 "glVertexAttrib4ubNV\0" 6138 "\0" 6139 /* _mesa_function_pool[46175]: VertexAttrib4ubvNV (will be remapped) */ 6140 "ip\0" 6141 "glVertexAttrib4ubvNV\0" 6142 "\0" 6143 /* _mesa_function_pool[46200]: VertexAttribs1svNV (will be remapped) */ 6144 "iip\0" 6145 "glVertexAttribs1svNV\0" 6146 "\0" 6147 /* _mesa_function_pool[46226]: VertexAttribs2svNV (will be remapped) */ 6148 "iip\0" 6149 "glVertexAttribs2svNV\0" 6150 "\0" 6151 /* _mesa_function_pool[46252]: VertexAttribs3svNV (will be remapped) */ 6152 "iip\0" 6153 "glVertexAttribs3svNV\0" 6154 "\0" 6155 /* _mesa_function_pool[46278]: VertexAttribs4svNV (will be remapped) */ 6156 "iip\0" 6157 "glVertexAttribs4svNV\0" 6158 "\0" 6159 /* _mesa_function_pool[46304]: VertexAttribs1fvNV (will be remapped) */ 6160 "iip\0" 6161 "glVertexAttribs1fvNV\0" 6162 "\0" 6163 /* _mesa_function_pool[46330]: VertexAttribs2fvNV (will be remapped) */ 6164 "iip\0" 6165 "glVertexAttribs2fvNV\0" 6166 "\0" 6167 /* _mesa_function_pool[46356]: VertexAttribs3fvNV (will be remapped) */ 6168 "iip\0" 6169 "glVertexAttribs3fvNV\0" 6170 "\0" 6171 /* _mesa_function_pool[46382]: VertexAttribs4fvNV (will be remapped) */ 6172 "iip\0" 6173 "glVertexAttribs4fvNV\0" 6174 "\0" 6175 /* _mesa_function_pool[46408]: VertexAttribs1dvNV (will be remapped) */ 6176 "iip\0" 6177 "glVertexAttribs1dvNV\0" 6178 "\0" 6179 /* _mesa_function_pool[46434]: VertexAttribs2dvNV (will be remapped) */ 6180 "iip\0" 6181 "glVertexAttribs2dvNV\0" 6182 "\0" 6183 /* _mesa_function_pool[46460]: VertexAttribs3dvNV (will be remapped) */ 6184 "iip\0" 6185 "glVertexAttribs3dvNV\0" 6186 "\0" 6187 /* _mesa_function_pool[46486]: VertexAttribs4dvNV (will be remapped) */ 6188 "iip\0" 6189 "glVertexAttribs4dvNV\0" 6190 "\0" 6191 /* _mesa_function_pool[46512]: VertexAttribs4ubvNV (will be remapped) */ 6192 "iip\0" 6193 "glVertexAttribs4ubvNV\0" 6194 "\0" 6195 /* _mesa_function_pool[46539]: TexBumpParameterfvATI (will be remapped) */ 6196 "ip\0" 6197 "glTexBumpParameterfvATI\0" 6198 "\0" 6199 /* _mesa_function_pool[46567]: TexBumpParameterivATI (will be remapped) */ 6200 "ip\0" 6201 "glTexBumpParameterivATI\0" 6202 "\0" 6203 /* _mesa_function_pool[46595]: GetTexBumpParameterfvATI (will be remapped) */ 6204 "ip\0" 6205 "glGetTexBumpParameterfvATI\0" 6206 "\0" 6207 /* _mesa_function_pool[46626]: GetTexBumpParameterivATI (will be remapped) */ 6208 "ip\0" 6209 "glGetTexBumpParameterivATI\0" 6210 "\0" 6211 /* _mesa_function_pool[46657]: GenFragmentShadersATI (will be remapped) */ 6212 "i\0" 6213 "glGenFragmentShadersATI\0" 6214 "\0" 6215 /* _mesa_function_pool[46684]: BindFragmentShaderATI (will be remapped) */ 6216 "i\0" 6217 "glBindFragmentShaderATI\0" 6218 "\0" 6219 /* _mesa_function_pool[46711]: DeleteFragmentShaderATI (will be remapped) */ 6220 "i\0" 6221 "glDeleteFragmentShaderATI\0" 6222 "\0" 6223 /* _mesa_function_pool[46740]: BeginFragmentShaderATI (will be remapped) */ 6224 "\0" 6225 "glBeginFragmentShaderATI\0" 6226 "\0" 6227 /* _mesa_function_pool[46767]: EndFragmentShaderATI (will be remapped) */ 6228 "\0" 6229 "glEndFragmentShaderATI\0" 6230 "\0" 6231 /* _mesa_function_pool[46792]: PassTexCoordATI (will be remapped) */ 6232 "iii\0" 6233 "glPassTexCoordATI\0" 6234 "\0" 6235 /* _mesa_function_pool[46815]: SampleMapATI (will be remapped) */ 6236 "iii\0" 6237 "glSampleMapATI\0" 6238 "\0" 6239 /* _mesa_function_pool[46835]: ColorFragmentOp1ATI (will be remapped) */ 6240 "iiiiiii\0" 6241 "glColorFragmentOp1ATI\0" 6242 "\0" 6243 /* _mesa_function_pool[46866]: ColorFragmentOp2ATI (will be remapped) */ 6244 "iiiiiiiiii\0" 6245 "glColorFragmentOp2ATI\0" 6246 "\0" 6247 /* _mesa_function_pool[46900]: ColorFragmentOp3ATI (will be remapped) */ 6248 "iiiiiiiiiiiii\0" 6249 "glColorFragmentOp3ATI\0" 6250 "\0" 6251 /* _mesa_function_pool[46937]: AlphaFragmentOp1ATI (will be remapped) */ 6252 "iiiiii\0" 6253 "glAlphaFragmentOp1ATI\0" 6254 "\0" 6255 /* _mesa_function_pool[46967]: AlphaFragmentOp2ATI (will be remapped) */ 6256 "iiiiiiiii\0" 6257 "glAlphaFragmentOp2ATI\0" 6258 "\0" 6259 /* _mesa_function_pool[47000]: AlphaFragmentOp3ATI (will be remapped) */ 6260 "iiiiiiiiiiii\0" 6261 "glAlphaFragmentOp3ATI\0" 6262 "\0" 6263 /* _mesa_function_pool[47036]: SetFragmentShaderConstantATI (will be remapped) */ 6264 "ip\0" 6265 "glSetFragmentShaderConstantATI\0" 6266 "\0" 6267 /* _mesa_function_pool[47071]: DrawMeshArraysSUN (dynamic) */ 6268 "iiii\0" 6269 "glDrawMeshArraysSUN\0" 6270 "\0" 6271 /* _mesa_function_pool[47097]: ActiveStencilFaceEXT (will be remapped) */ 6272 "i\0" 6273 "glActiveStencilFaceEXT\0" 6274 "\0" 6275 /* _mesa_function_pool[47123]: ObjectPurgeableAPPLE (will be remapped) */ 6276 "iii\0" 6277 "glObjectPurgeableAPPLE\0" 6278 "\0" 6279 /* _mesa_function_pool[47151]: ObjectUnpurgeableAPPLE (will be remapped) */ 6280 "iii\0" 6281 "glObjectUnpurgeableAPPLE\0" 6282 "\0" 6283 /* _mesa_function_pool[47181]: GetObjectParameterivAPPLE (will be remapped) */ 6284 "iiip\0" 6285 "glGetObjectParameterivAPPLE\0" 6286 "\0" 6287 /* _mesa_function_pool[47215]: BindVertexArrayAPPLE (dynamic) */ 6288 "i\0" 6289 "glBindVertexArrayAPPLE\0" 6290 "\0" 6291 /* _mesa_function_pool[47241]: DeleteVertexArraysAPPLE (dynamic) */ 6292 "ip\0" 6293 "glDeleteVertexArraysAPPLE\0" 6294 "\0" 6295 /* _mesa_function_pool[47271]: GenVertexArraysAPPLE (dynamic) */ 6296 "ip\0" 6297 "glGenVertexArraysAPPLE\0" 6298 "\0" 6299 /* _mesa_function_pool[47298]: IsVertexArrayAPPLE (dynamic) */ 6300 "i\0" 6301 "glIsVertexArrayAPPLE\0" 6302 "\0" 6303 /* _mesa_function_pool[47322]: ProgramNamedParameter4fNV (will be remapped) */ 6304 "iipffff\0" 6305 "glProgramNamedParameter4fNV\0" 6306 "\0" 6307 /* _mesa_function_pool[47359]: ProgramNamedParameter4dNV (will be remapped) */ 6308 "iipdddd\0" 6309 "glProgramNamedParameter4dNV\0" 6310 "\0" 6311 /* _mesa_function_pool[47396]: ProgramNamedParameter4fvNV (will be remapped) */ 6312 "iipp\0" 6313 "glProgramNamedParameter4fvNV\0" 6314 "\0" 6315 /* _mesa_function_pool[47431]: ProgramNamedParameter4dvNV (will be remapped) */ 6316 "iipp\0" 6317 "glProgramNamedParameter4dvNV\0" 6318 "\0" 6319 /* _mesa_function_pool[47466]: GetProgramNamedParameterfvNV (will be remapped) */ 6320 "iipp\0" 6321 "glGetProgramNamedParameterfvNV\0" 6322 "\0" 6323 /* _mesa_function_pool[47503]: GetProgramNamedParameterdvNV (will be remapped) */ 6324 "iipp\0" 6325 "glGetProgramNamedParameterdvNV\0" 6326 "\0" 6327 /* _mesa_function_pool[47540]: DepthBoundsEXT (will be remapped) */ 6328 "dd\0" 6329 "glDepthBoundsEXT\0" 6330 "\0" 6331 /* _mesa_function_pool[47561]: BindRenderbufferEXT (will be remapped) */ 6332 "ii\0" 6333 "glBindRenderbufferEXT\0" 6334 "\0" 6335 /* _mesa_function_pool[47587]: BindFramebufferEXT (will be remapped) */ 6336 "ii\0" 6337 "glBindFramebufferEXT\0" 6338 "\0" 6339 /* _mesa_function_pool[47612]: StringMarkerGREMEDY (will be remapped) */ 6340 "ip\0" 6341 "glStringMarkerGREMEDY\0" 6342 "\0" 6343 /* _mesa_function_pool[47638]: ProvokingVertex (will be remapped) */ 6344 "i\0" 6345 "glProvokingVertexEXT\0" 6346 "glProvokingVertex\0" 6347 "\0" 6348 /* _mesa_function_pool[47680]: ColorMaski (will be remapped) */ 6349 "iiiii\0" 6350 "glColorMaskIndexedEXT\0" 6351 "glColorMaski\0" 6352 "glColorMaskiEXT\0" 6353 "glColorMaskiOES\0" 6354 "\0" 6355 /* _mesa_function_pool[47754]: GetBooleani_v (will be remapped) */ 6356 "iip\0" 6357 "glGetBooleanIndexedvEXT\0" 6358 "glGetBooleani_v\0" 6359 "\0" 6360 /* _mesa_function_pool[47799]: GetIntegeri_v (will be remapped) */ 6361 "iip\0" 6362 "glGetIntegerIndexedvEXT\0" 6363 "glGetIntegeri_v\0" 6364 "\0" 6365 /* _mesa_function_pool[47844]: Enablei (will be remapped) */ 6366 "ii\0" 6367 "glEnableIndexedEXT\0" 6368 "glEnablei\0" 6369 "glEnableiEXT\0" 6370 "glEnableiOES\0" 6371 "\0" 6372 /* _mesa_function_pool[47903]: Disablei (will be remapped) */ 6373 "ii\0" 6374 "glDisableIndexedEXT\0" 6375 "glDisablei\0" 6376 "glDisableiEXT\0" 6377 "glDisableiOES\0" 6378 "\0" 6379 /* _mesa_function_pool[47966]: IsEnabledi (will be remapped) */ 6380 "ii\0" 6381 "glIsEnabledIndexedEXT\0" 6382 "glIsEnabledi\0" 6383 "glIsEnablediEXT\0" 6384 "glIsEnablediOES\0" 6385 "\0" 6386 /* _mesa_function_pool[48037]: BufferParameteriAPPLE (will be remapped) */ 6387 "iii\0" 6388 "glBufferParameteriAPPLE\0" 6389 "\0" 6390 /* _mesa_function_pool[48066]: FlushMappedBufferRangeAPPLE (will be remapped) */ 6391 "iii\0" 6392 "glFlushMappedBufferRangeAPPLE\0" 6393 "\0" 6394 /* _mesa_function_pool[48101]: GetPerfMonitorGroupsAMD (will be remapped) */ 6395 "pip\0" 6396 "glGetPerfMonitorGroupsAMD\0" 6397 "\0" 6398 /* _mesa_function_pool[48132]: GetPerfMonitorCountersAMD (will be remapped) */ 6399 "ippip\0" 6400 "glGetPerfMonitorCountersAMD\0" 6401 "\0" 6402 /* _mesa_function_pool[48167]: GetPerfMonitorGroupStringAMD (will be remapped) */ 6403 "iipp\0" 6404 "glGetPerfMonitorGroupStringAMD\0" 6405 "\0" 6406 /* _mesa_function_pool[48204]: GetPerfMonitorCounterStringAMD (will be remapped) */ 6407 "iiipp\0" 6408 "glGetPerfMonitorCounterStringAMD\0" 6409 "\0" 6410 /* _mesa_function_pool[48244]: GetPerfMonitorCounterInfoAMD (will be remapped) */ 6411 "iiip\0" 6412 "glGetPerfMonitorCounterInfoAMD\0" 6413 "\0" 6414 /* _mesa_function_pool[48281]: GenPerfMonitorsAMD (will be remapped) */ 6415 "ip\0" 6416 "glGenPerfMonitorsAMD\0" 6417 "\0" 6418 /* _mesa_function_pool[48306]: DeletePerfMonitorsAMD (will be remapped) */ 6419 "ip\0" 6420 "glDeletePerfMonitorsAMD\0" 6421 "\0" 6422 /* _mesa_function_pool[48334]: SelectPerfMonitorCountersAMD (will be remapped) */ 6423 "iiiip\0" 6424 "glSelectPerfMonitorCountersAMD\0" 6425 "\0" 6426 /* _mesa_function_pool[48372]: BeginPerfMonitorAMD (will be remapped) */ 6427 "i\0" 6428 "glBeginPerfMonitorAMD\0" 6429 "\0" 6430 /* _mesa_function_pool[48397]: EndPerfMonitorAMD (will be remapped) */ 6431 "i\0" 6432 "glEndPerfMonitorAMD\0" 6433 "\0" 6434 /* _mesa_function_pool[48420]: GetPerfMonitorCounterDataAMD (will be remapped) */ 6435 "iiipp\0" 6436 "glGetPerfMonitorCounterDataAMD\0" 6437 "\0" 6438 /* _mesa_function_pool[48458]: TextureRangeAPPLE (dynamic) */ 6439 "iip\0" 6440 "glTextureRangeAPPLE\0" 6441 "\0" 6442 /* _mesa_function_pool[48483]: GetTexParameterPointervAPPLE (dynamic) */ 6443 "iip\0" 6444 "glGetTexParameterPointervAPPLE\0" 6445 "\0" 6446 /* _mesa_function_pool[48519]: UseShaderProgramEXT (will be remapped) */ 6447 "ii\0" 6448 "glUseShaderProgramEXT\0" 6449 "\0" 6450 /* _mesa_function_pool[48545]: ActiveProgramEXT (will be remapped) */ 6451 "i\0" 6452 "glActiveProgramEXT\0" 6453 "\0" 6454 /* _mesa_function_pool[48567]: CreateShaderProgramEXT (will be remapped) */ 6455 "ip\0" 6456 "glCreateShaderProgramEXT\0" 6457 "\0" 6458 /* _mesa_function_pool[48596]: SubpixelPrecisionBiasNV (will be remapped) */ 6459 "ii\0" 6460 "glSubpixelPrecisionBiasNV\0" 6461 "\0" 6462 /* _mesa_function_pool[48626]: ConservativeRasterParameterfNV (will be remapped) */ 6463 "if\0" 6464 "glConservativeRasterParameterfNV\0" 6465 "\0" 6466 /* _mesa_function_pool[48663]: ConservativeRasterParameteriNV (will be remapped) */ 6467 "ii\0" 6468 "glConservativeRasterParameteriNV\0" 6469 "\0" 6470 /* _mesa_function_pool[48700]: GetFirstPerfQueryIdINTEL (will be remapped) */ 6471 "p\0" 6472 "glGetFirstPerfQueryIdINTEL\0" 6473 "\0" 6474 /* _mesa_function_pool[48730]: GetNextPerfQueryIdINTEL (will be remapped) */ 6475 "ip\0" 6476 "glGetNextPerfQueryIdINTEL\0" 6477 "\0" 6478 /* _mesa_function_pool[48760]: GetPerfQueryIdByNameINTEL (will be remapped) */ 6479 "pp\0" 6480 "glGetPerfQueryIdByNameINTEL\0" 6481 "\0" 6482 /* _mesa_function_pool[48792]: GetPerfQueryInfoINTEL (will be remapped) */ 6483 "iippppp\0" 6484 "glGetPerfQueryInfoINTEL\0" 6485 "\0" 6486 /* _mesa_function_pool[48825]: GetPerfCounterInfoINTEL (will be remapped) */ 6487 "iiipipppppp\0" 6488 "glGetPerfCounterInfoINTEL\0" 6489 "\0" 6490 /* _mesa_function_pool[48864]: CreatePerfQueryINTEL (will be remapped) */ 6491 "ip\0" 6492 "glCreatePerfQueryINTEL\0" 6493 "\0" 6494 /* _mesa_function_pool[48891]: DeletePerfQueryINTEL (will be remapped) */ 6495 "i\0" 6496 "glDeletePerfQueryINTEL\0" 6497 "\0" 6498 /* _mesa_function_pool[48917]: BeginPerfQueryINTEL (will be remapped) */ 6499 "i\0" 6500 "glBeginPerfQueryINTEL\0" 6501 "\0" 6502 /* _mesa_function_pool[48942]: EndPerfQueryINTEL (will be remapped) */ 6503 "i\0" 6504 "glEndPerfQueryINTEL\0" 6505 "\0" 6506 /* _mesa_function_pool[48965]: GetPerfQueryDataINTEL (will be remapped) */ 6507 "iiipp\0" 6508 "glGetPerfQueryDataINTEL\0" 6509 "\0" 6510 /* _mesa_function_pool[48996]: PolygonOffsetClampEXT (will be remapped) */ 6511 "fff\0" 6512 "glPolygonOffsetClampEXT\0" 6513 "glPolygonOffsetClamp\0" 6514 "\0" 6515 /* _mesa_function_pool[49046]: WindowRectanglesEXT (will be remapped) */ 6516 "iip\0" 6517 "glWindowRectanglesEXT\0" 6518 "\0" 6519 /* _mesa_function_pool[49073]: FramebufferFetchBarrierEXT (will be remapped) */ 6520 "\0" 6521 "glFramebufferFetchBarrierEXT\0" 6522 "\0" 6523 /* _mesa_function_pool[49104]: RenderbufferStorageMultisampleAdvancedAMD (will be remapped) */ 6524 "iiiiii\0" 6525 "glRenderbufferStorageMultisampleAdvancedAMD\0" 6526 "\0" 6527 /* _mesa_function_pool[49156]: NamedRenderbufferStorageMultisampleAdvancedAMD (will be remapped) */ 6528 "iiiiii\0" 6529 "glNamedRenderbufferStorageMultisampleAdvancedAMD\0" 6530 "\0" 6531 /* _mesa_function_pool[49213]: StencilFuncSeparateATI (will be remapped) */ 6532 "iiii\0" 6533 "glStencilFuncSeparateATI\0" 6534 "\0" 6535 /* _mesa_function_pool[49244]: ProgramEnvParameters4fvEXT (will be remapped) */ 6536 "iiip\0" 6537 "glProgramEnvParameters4fvEXT\0" 6538 "\0" 6539 /* _mesa_function_pool[49279]: ProgramLocalParameters4fvEXT (will be remapped) */ 6540 "iiip\0" 6541 "glProgramLocalParameters4fvEXT\0" 6542 "\0" 6543 /* _mesa_function_pool[49316]: IglooInterfaceSGIX (dynamic) */ 6544 "ip\0" 6545 "glIglooInterfaceSGIX\0" 6546 "\0" 6547 /* _mesa_function_pool[49341]: DeformationMap3dSGIX (dynamic) */ 6548 "iddiiddiiddiip\0" 6549 "glDeformationMap3dSGIX\0" 6550 "\0" 6551 /* _mesa_function_pool[49380]: DeformationMap3fSGIX (dynamic) */ 6552 "iffiiffiiffiip\0" 6553 "glDeformationMap3fSGIX\0" 6554 "\0" 6555 /* _mesa_function_pool[49419]: DeformSGIX (dynamic) */ 6556 "i\0" 6557 "glDeformSGIX\0" 6558 "\0" 6559 /* _mesa_function_pool[49435]: LoadIdentityDeformationMapSGIX (dynamic) */ 6560 "i\0" 6561 "glLoadIdentityDeformationMapSGIX\0" 6562 "\0" 6563 /* _mesa_function_pool[49471]: EGLImageTargetTexture2DOES (will be remapped) */ 6564 "ip\0" 6565 "glEGLImageTargetTexture2DOES\0" 6566 "\0" 6567 /* _mesa_function_pool[49504]: EGLImageTargetRenderbufferStorageOES (will be remapped) */ 6568 "ip\0" 6569 "glEGLImageTargetRenderbufferStorageOES\0" 6570 "\0" 6571 /* _mesa_function_pool[49547]: ClearColorIiEXT (will be remapped) */ 6572 "iiii\0" 6573 "glClearColorIiEXT\0" 6574 "\0" 6575 /* _mesa_function_pool[49571]: ClearColorIuiEXT (will be remapped) */ 6576 "iiii\0" 6577 "glClearColorIuiEXT\0" 6578 "\0" 6579 /* _mesa_function_pool[49596]: TexParameterIiv (will be remapped) */ 6580 "iip\0" 6581 "glTexParameterIivEXT\0" 6582 "glTexParameterIiv\0" 6583 "glTexParameterIivOES\0" 6584 "\0" 6585 /* _mesa_function_pool[49661]: TexParameterIuiv (will be remapped) */ 6586 "iip\0" 6587 "glTexParameterIuivEXT\0" 6588 "glTexParameterIuiv\0" 6589 "glTexParameterIuivOES\0" 6590 "\0" 6591 /* _mesa_function_pool[49729]: GetTexParameterIiv (will be remapped) */ 6592 "iip\0" 6593 "glGetTexParameterIivEXT\0" 6594 "glGetTexParameterIiv\0" 6595 "glGetTexParameterIivOES\0" 6596 "\0" 6597 /* _mesa_function_pool[49803]: GetTexParameterIuiv (will be remapped) */ 6598 "iip\0" 6599 "glGetTexParameterIuivEXT\0" 6600 "glGetTexParameterIuiv\0" 6601 "glGetTexParameterIuivOES\0" 6602 "\0" 6603 /* _mesa_function_pool[49880]: VertexAttribI1iEXT (will be remapped) */ 6604 "ii\0" 6605 "glVertexAttribI1iEXT\0" 6606 "glVertexAttribI1i\0" 6607 "\0" 6608 /* _mesa_function_pool[49923]: VertexAttribI2iEXT (will be remapped) */ 6609 "iii\0" 6610 "glVertexAttribI2iEXT\0" 6611 "glVertexAttribI2i\0" 6612 "\0" 6613 /* _mesa_function_pool[49967]: VertexAttribI3iEXT (will be remapped) */ 6614 "iiii\0" 6615 "glVertexAttribI3iEXT\0" 6616 "glVertexAttribI3i\0" 6617 "\0" 6618 /* _mesa_function_pool[50012]: VertexAttribI4iEXT (will be remapped) */ 6619 "iiiii\0" 6620 "glVertexAttribI4iEXT\0" 6621 "glVertexAttribI4i\0" 6622 "\0" 6623 /* _mesa_function_pool[50058]: VertexAttribI1uiEXT (will be remapped) */ 6624 "ii\0" 6625 "glVertexAttribI1uiEXT\0" 6626 "glVertexAttribI1ui\0" 6627 "\0" 6628 /* _mesa_function_pool[50103]: VertexAttribI2uiEXT (will be remapped) */ 6629 "iii\0" 6630 "glVertexAttribI2uiEXT\0" 6631 "glVertexAttribI2ui\0" 6632 "\0" 6633 /* _mesa_function_pool[50149]: VertexAttribI3uiEXT (will be remapped) */ 6634 "iiii\0" 6635 "glVertexAttribI3uiEXT\0" 6636 "glVertexAttribI3ui\0" 6637 "\0" 6638 /* _mesa_function_pool[50196]: VertexAttribI4uiEXT (will be remapped) */ 6639 "iiiii\0" 6640 "glVertexAttribI4uiEXT\0" 6641 "glVertexAttribI4ui\0" 6642 "\0" 6643 /* _mesa_function_pool[50244]: VertexAttribI1iv (will be remapped) */ 6644 "ip\0" 6645 "glVertexAttribI1ivEXT\0" 6646 "glVertexAttribI1iv\0" 6647 "\0" 6648 /* _mesa_function_pool[50289]: VertexAttribI2ivEXT (will be remapped) */ 6649 "ip\0" 6650 "glVertexAttribI2ivEXT\0" 6651 "glVertexAttribI2iv\0" 6652 "\0" 6653 /* _mesa_function_pool[50334]: VertexAttribI3ivEXT (will be remapped) */ 6654 "ip\0" 6655 "glVertexAttribI3ivEXT\0" 6656 "glVertexAttribI3iv\0" 6657 "\0" 6658 /* _mesa_function_pool[50379]: VertexAttribI4ivEXT (will be remapped) */ 6659 "ip\0" 6660 "glVertexAttribI4ivEXT\0" 6661 "glVertexAttribI4iv\0" 6662 "\0" 6663 /* _mesa_function_pool[50424]: VertexAttribI1uiv (will be remapped) */ 6664 "ip\0" 6665 "glVertexAttribI1uivEXT\0" 6666 "glVertexAttribI1uiv\0" 6667 "\0" 6668 /* _mesa_function_pool[50471]: VertexAttribI2uivEXT (will be remapped) */ 6669 "ip\0" 6670 "glVertexAttribI2uivEXT\0" 6671 "glVertexAttribI2uiv\0" 6672 "\0" 6673 /* _mesa_function_pool[50518]: VertexAttribI3uivEXT (will be remapped) */ 6674 "ip\0" 6675 "glVertexAttribI3uivEXT\0" 6676 "glVertexAttribI3uiv\0" 6677 "\0" 6678 /* _mesa_function_pool[50565]: VertexAttribI4uivEXT (will be remapped) */ 6679 "ip\0" 6680 "glVertexAttribI4uivEXT\0" 6681 "glVertexAttribI4uiv\0" 6682 "\0" 6683 /* _mesa_function_pool[50612]: VertexAttribI4bv (will be remapped) */ 6684 "ip\0" 6685 "glVertexAttribI4bvEXT\0" 6686 "glVertexAttribI4bv\0" 6687 "\0" 6688 /* _mesa_function_pool[50657]: VertexAttribI4sv (will be remapped) */ 6689 "ip\0" 6690 "glVertexAttribI4svEXT\0" 6691 "glVertexAttribI4sv\0" 6692 "\0" 6693 /* _mesa_function_pool[50702]: VertexAttribI4ubv (will be remapped) */ 6694 "ip\0" 6695 "glVertexAttribI4ubvEXT\0" 6696 "glVertexAttribI4ubv\0" 6697 "\0" 6698 /* _mesa_function_pool[50749]: VertexAttribI4usv (will be remapped) */ 6699 "ip\0" 6700 "glVertexAttribI4usvEXT\0" 6701 "glVertexAttribI4usv\0" 6702 "\0" 6703 /* _mesa_function_pool[50796]: VertexAttribIPointer (will be remapped) */ 6704 "iiiip\0" 6705 "glVertexAttribIPointerEXT\0" 6706 "glVertexAttribIPointer\0" 6707 "\0" 6708 /* _mesa_function_pool[50852]: GetVertexAttribIiv (will be remapped) */ 6709 "iip\0" 6710 "glGetVertexAttribIivEXT\0" 6711 "glGetVertexAttribIiv\0" 6712 "\0" 6713 /* _mesa_function_pool[50902]: GetVertexAttribIuiv (will be remapped) */ 6714 "iip\0" 6715 "glGetVertexAttribIuivEXT\0" 6716 "glGetVertexAttribIuiv\0" 6717 "\0" 6718 /* _mesa_function_pool[50954]: Uniform1ui (will be remapped) */ 6719 "ii\0" 6720 "glUniform1uiEXT\0" 6721 "glUniform1ui\0" 6722 "\0" 6723 /* _mesa_function_pool[50987]: Uniform2ui (will be remapped) */ 6724 "iii\0" 6725 "glUniform2uiEXT\0" 6726 "glUniform2ui\0" 6727 "\0" 6728 /* _mesa_function_pool[51021]: Uniform3ui (will be remapped) */ 6729 "iiii\0" 6730 "glUniform3uiEXT\0" 6731 "glUniform3ui\0" 6732 "\0" 6733 /* _mesa_function_pool[51056]: Uniform4ui (will be remapped) */ 6734 "iiiii\0" 6735 "glUniform4uiEXT\0" 6736 "glUniform4ui\0" 6737 "\0" 6738 /* _mesa_function_pool[51092]: Uniform1uiv (will be remapped) */ 6739 "iip\0" 6740 "glUniform1uivEXT\0" 6741 "glUniform1uiv\0" 6742 "\0" 6743 /* _mesa_function_pool[51128]: Uniform2uiv (will be remapped) */ 6744 "iip\0" 6745 "glUniform2uivEXT\0" 6746 "glUniform2uiv\0" 6747 "\0" 6748 /* _mesa_function_pool[51164]: Uniform3uiv (will be remapped) */ 6749 "iip\0" 6750 "glUniform3uivEXT\0" 6751 "glUniform3uiv\0" 6752 "\0" 6753 /* _mesa_function_pool[51200]: Uniform4uiv (will be remapped) */ 6754 "iip\0" 6755 "glUniform4uivEXT\0" 6756 "glUniform4uiv\0" 6757 "\0" 6758 /* _mesa_function_pool[51236]: GetUniformuiv (will be remapped) */ 6759 "iip\0" 6760 "glGetUniformuivEXT\0" 6761 "glGetUniformuiv\0" 6762 "\0" 6763 /* _mesa_function_pool[51276]: BindFragDataLocation (will be remapped) */ 6764 "iip\0" 6765 "glBindFragDataLocationEXT\0" 6766 "glBindFragDataLocation\0" 6767 "\0" 6768 /* _mesa_function_pool[51330]: GetFragDataLocation (will be remapped) */ 6769 "ip\0" 6770 "glGetFragDataLocationEXT\0" 6771 "glGetFragDataLocation\0" 6772 "\0" 6773 /* _mesa_function_pool[51381]: ClearBufferiv (will be remapped) */ 6774 "iip\0" 6775 "glClearBufferiv\0" 6776 "\0" 6777 /* _mesa_function_pool[51402]: ClearBufferuiv (will be remapped) */ 6778 "iip\0" 6779 "glClearBufferuiv\0" 6780 "\0" 6781 /* _mesa_function_pool[51424]: ClearBufferfv (will be remapped) */ 6782 "iip\0" 6783 "glClearBufferfv\0" 6784 "\0" 6785 /* _mesa_function_pool[51445]: ClearBufferfi (will be remapped) */ 6786 "iifi\0" 6787 "glClearBufferfi\0" 6788 "\0" 6789 /* _mesa_function_pool[51467]: GetStringi (will be remapped) */ 6790 "ii\0" 6791 "glGetStringi\0" 6792 "\0" 6793 /* _mesa_function_pool[51484]: BeginTransformFeedback (will be remapped) */ 6794 "i\0" 6795 "glBeginTransformFeedback\0" 6796 "glBeginTransformFeedbackEXT\0" 6797 "\0" 6798 /* _mesa_function_pool[51540]: EndTransformFeedback (will be remapped) */ 6799 "\0" 6800 "glEndTransformFeedback\0" 6801 "glEndTransformFeedbackEXT\0" 6802 "\0" 6803 /* _mesa_function_pool[51591]: BindBufferRange (will be remapped) */ 6804 "iiiii\0" 6805 "glBindBufferRange\0" 6806 "glBindBufferRangeEXT\0" 6807 "\0" 6808 /* _mesa_function_pool[51637]: BindBufferBase (will be remapped) */ 6809 "iii\0" 6810 "glBindBufferBase\0" 6811 "glBindBufferBaseEXT\0" 6812 "\0" 6813 /* _mesa_function_pool[51679]: TransformFeedbackVaryings (will be remapped) */ 6814 "iipi\0" 6815 "glTransformFeedbackVaryings\0" 6816 "glTransformFeedbackVaryingsEXT\0" 6817 "\0" 6818 /* _mesa_function_pool[51744]: GetTransformFeedbackVarying (will be remapped) */ 6819 "iiipppp\0" 6820 "glGetTransformFeedbackVarying\0" 6821 "glGetTransformFeedbackVaryingEXT\0" 6822 "\0" 6823 /* _mesa_function_pool[51816]: BeginConditionalRender (will be remapped) */ 6824 "ii\0" 6825 "glBeginConditionalRender\0" 6826 "glBeginConditionalRenderNV\0" 6827 "\0" 6828 /* _mesa_function_pool[51872]: EndConditionalRender (will be remapped) */ 6829 "\0" 6830 "glEndConditionalRender\0" 6831 "glEndConditionalRenderNV\0" 6832 "\0" 6833 /* _mesa_function_pool[51922]: PrimitiveRestartIndex (will be remapped) */ 6834 "i\0" 6835 "glPrimitiveRestartIndex\0" 6836 "glPrimitiveRestartIndexNV\0" 6837 "\0" 6838 /* _mesa_function_pool[51975]: GetInteger64i_v (will be remapped) */ 6839 "iip\0" 6840 "glGetInteger64i_v\0" 6841 "\0" 6842 /* _mesa_function_pool[51998]: GetBufferParameteri64v (will be remapped) */ 6843 "iip\0" 6844 "glGetBufferParameteri64v\0" 6845 "\0" 6846 /* _mesa_function_pool[52028]: FramebufferTexture (will be remapped) */ 6847 "iiii\0" 6848 "glFramebufferTexture\0" 6849 "glFramebufferTextureEXT\0" 6850 "glFramebufferTextureOES\0" 6851 "\0" 6852 /* _mesa_function_pool[52103]: PrimitiveRestartNV (will be remapped) */ 6853 "\0" 6854 "glPrimitiveRestartNV\0" 6855 "\0" 6856 /* _mesa_function_pool[52126]: BindBufferOffsetEXT (will be remapped) */ 6857 "iiii\0" 6858 "glBindBufferOffsetEXT\0" 6859 "\0" 6860 /* _mesa_function_pool[52154]: BindTransformFeedback (will be remapped) */ 6861 "ii\0" 6862 "glBindTransformFeedback\0" 6863 "\0" 6864 /* _mesa_function_pool[52182]: DeleteTransformFeedbacks (will be remapped) */ 6865 "ip\0" 6866 "glDeleteTransformFeedbacks\0" 6867 "\0" 6868 /* _mesa_function_pool[52213]: GenTransformFeedbacks (will be remapped) */ 6869 "ip\0" 6870 "glGenTransformFeedbacks\0" 6871 "\0" 6872 /* _mesa_function_pool[52241]: IsTransformFeedback (will be remapped) */ 6873 "i\0" 6874 "glIsTransformFeedback\0" 6875 "\0" 6876 /* _mesa_function_pool[52266]: PauseTransformFeedback (will be remapped) */ 6877 "\0" 6878 "glPauseTransformFeedback\0" 6879 "\0" 6880 /* _mesa_function_pool[52293]: ResumeTransformFeedback (will be remapped) */ 6881 "\0" 6882 "glResumeTransformFeedback\0" 6883 "\0" 6884 /* _mesa_function_pool[52321]: DrawTransformFeedback (will be remapped) */ 6885 "ii\0" 6886 "glDrawTransformFeedback\0" 6887 "\0" 6888 /* _mesa_function_pool[52349]: VDPAUInitNV (will be remapped) */ 6889 "pp\0" 6890 "glVDPAUInitNV\0" 6891 "\0" 6892 /* _mesa_function_pool[52367]: VDPAUFiniNV (will be remapped) */ 6893 "\0" 6894 "glVDPAUFiniNV\0" 6895 "\0" 6896 /* _mesa_function_pool[52383]: VDPAURegisterVideoSurfaceNV (will be remapped) */ 6897 "piip\0" 6898 "glVDPAURegisterVideoSurfaceNV\0" 6899 "\0" 6900 /* _mesa_function_pool[52419]: VDPAURegisterOutputSurfaceNV (will be remapped) */ 6901 "piip\0" 6902 "glVDPAURegisterOutputSurfaceNV\0" 6903 "\0" 6904 /* _mesa_function_pool[52456]: VDPAUIsSurfaceNV (will be remapped) */ 6905 "i\0" 6906 "glVDPAUIsSurfaceNV\0" 6907 "\0" 6908 /* _mesa_function_pool[52478]: VDPAUUnregisterSurfaceNV (will be remapped) */ 6909 "i\0" 6910 "glVDPAUUnregisterSurfaceNV\0" 6911 "\0" 6912 /* _mesa_function_pool[52508]: VDPAUGetSurfaceivNV (will be remapped) */ 6913 "iiipp\0" 6914 "glVDPAUGetSurfaceivNV\0" 6915 "\0" 6916 /* _mesa_function_pool[52537]: VDPAUSurfaceAccessNV (will be remapped) */ 6917 "ii\0" 6918 "glVDPAUSurfaceAccessNV\0" 6919 "\0" 6920 /* _mesa_function_pool[52564]: VDPAUMapSurfacesNV (will be remapped) */ 6921 "ip\0" 6922 "glVDPAUMapSurfacesNV\0" 6923 "\0" 6924 /* _mesa_function_pool[52589]: VDPAUUnmapSurfacesNV (will be remapped) */ 6925 "ip\0" 6926 "glVDPAUUnmapSurfacesNV\0" 6927 "\0" 6928 /* _mesa_function_pool[52616]: GetUnsignedBytevEXT (will be remapped) */ 6929 "ip\0" 6930 "glGetUnsignedBytevEXT\0" 6931 "\0" 6932 /* _mesa_function_pool[52642]: GetUnsignedBytei_vEXT (will be remapped) */ 6933 "iip\0" 6934 "glGetUnsignedBytei_vEXT\0" 6935 "\0" 6936 /* _mesa_function_pool[52671]: DeleteMemoryObjectsEXT (will be remapped) */ 6937 "ip\0" 6938 "glDeleteMemoryObjectsEXT\0" 6939 "\0" 6940 /* _mesa_function_pool[52700]: IsMemoryObjectEXT (will be remapped) */ 6941 "i\0" 6942 "glIsMemoryObjectEXT\0" 6943 "\0" 6944 /* _mesa_function_pool[52723]: CreateMemoryObjectsEXT (will be remapped) */ 6945 "ip\0" 6946 "glCreateMemoryObjectsEXT\0" 6947 "\0" 6948 /* _mesa_function_pool[52752]: MemoryObjectParameterivEXT (will be remapped) */ 6949 "iip\0" 6950 "glMemoryObjectParameterivEXT\0" 6951 "\0" 6952 /* _mesa_function_pool[52786]: GetMemoryObjectParameterivEXT (will be remapped) */ 6953 "iip\0" 6954 "glGetMemoryObjectParameterivEXT\0" 6955 "\0" 6956 /* _mesa_function_pool[52823]: TexStorageMem2DEXT (will be remapped) */ 6957 "iiiiiii\0" 6958 "glTexStorageMem2DEXT\0" 6959 "\0" 6960 /* _mesa_function_pool[52853]: TexStorageMem2DMultisampleEXT (will be remapped) */ 6961 "iiiiiiii\0" 6962 "glTexStorageMem2DMultisampleEXT\0" 6963 "\0" 6964 /* _mesa_function_pool[52895]: TexStorageMem3DEXT (will be remapped) */ 6965 "iiiiiiii\0" 6966 "glTexStorageMem3DEXT\0" 6967 "\0" 6968 /* _mesa_function_pool[52926]: TexStorageMem3DMultisampleEXT (will be remapped) */ 6969 "iiiiiiiii\0" 6970 "glTexStorageMem3DMultisampleEXT\0" 6971 "\0" 6972 /* _mesa_function_pool[52969]: BufferStorageMemEXT (will be remapped) */ 6973 "iiii\0" 6974 "glBufferStorageMemEXT\0" 6975 "\0" 6976 /* _mesa_function_pool[52997]: TextureStorageMem2DEXT (will be remapped) */ 6977 "iiiiiii\0" 6978 "glTextureStorageMem2DEXT\0" 6979 "\0" 6980 /* _mesa_function_pool[53031]: TextureStorageMem2DMultisampleEXT (will be remapped) */ 6981 "iiiiiiii\0" 6982 "glTextureStorageMem2DMultisampleEXT\0" 6983 "\0" 6984 /* _mesa_function_pool[53077]: TextureStorageMem3DEXT (will be remapped) */ 6985 "iiiiiiii\0" 6986 "glTextureStorageMem3DEXT\0" 6987 "\0" 6988 /* _mesa_function_pool[53112]: TextureStorageMem3DMultisampleEXT (will be remapped) */ 6989 "iiiiiiiii\0" 6990 "glTextureStorageMem3DMultisampleEXT\0" 6991 "\0" 6992 /* _mesa_function_pool[53159]: NamedBufferStorageMemEXT (will be remapped) */ 6993 "iiii\0" 6994 "glNamedBufferStorageMemEXT\0" 6995 "\0" 6996 /* _mesa_function_pool[53192]: TexStorageMem1DEXT (will be remapped) */ 6997 "iiiiii\0" 6998 "glTexStorageMem1DEXT\0" 6999 "\0" 7000 /* _mesa_function_pool[53221]: TextureStorageMem1DEXT (will be remapped) */ 7001 "iiiiii\0" 7002 "glTextureStorageMem1DEXT\0" 7003 "\0" 7004 /* _mesa_function_pool[53254]: GenSemaphoresEXT (will be remapped) */ 7005 "ip\0" 7006 "glGenSemaphoresEXT\0" 7007 "\0" 7008 /* _mesa_function_pool[53277]: DeleteSemaphoresEXT (will be remapped) */ 7009 "ip\0" 7010 "glDeleteSemaphoresEXT\0" 7011 "\0" 7012 /* _mesa_function_pool[53303]: IsSemaphoreEXT (will be remapped) */ 7013 "i\0" 7014 "glIsSemaphoreEXT\0" 7015 "\0" 7016 /* _mesa_function_pool[53323]: SemaphoreParameterui64vEXT (will be remapped) */ 7017 "iip\0" 7018 "glSemaphoreParameterui64vEXT\0" 7019 "\0" 7020 /* _mesa_function_pool[53357]: GetSemaphoreParameterui64vEXT (will be remapped) */ 7021 "iip\0" 7022 "glGetSemaphoreParameterui64vEXT\0" 7023 "\0" 7024 /* _mesa_function_pool[53394]: WaitSemaphoreEXT (will be remapped) */ 7025 "iipipp\0" 7026 "glWaitSemaphoreEXT\0" 7027 "\0" 7028 /* _mesa_function_pool[53421]: SignalSemaphoreEXT (will be remapped) */ 7029 "iipipp\0" 7030 "glSignalSemaphoreEXT\0" 7031 "\0" 7032 /* _mesa_function_pool[53450]: ImportMemoryFdEXT (will be remapped) */ 7033 "iiii\0" 7034 "glImportMemoryFdEXT\0" 7035 "\0" 7036 /* _mesa_function_pool[53476]: ImportSemaphoreFdEXT (will be remapped) */ 7037 "iii\0" 7038 "glImportSemaphoreFdEXT\0" 7039 "\0" 7040 /* _mesa_function_pool[53504]: MemoryBarrierByRegion (will be remapped) */ 7041 "i\0" 7042 "glMemoryBarrierByRegion\0" 7043 "\0" 7044 /* _mesa_function_pool[53531]: AlphaFuncx (will be remapped) */ 7045 "ii\0" 7046 "glAlphaFuncxOES\0" 7047 "glAlphaFuncx\0" 7048 "\0" 7049 /* _mesa_function_pool[53564]: ClearColorx (will be remapped) */ 7050 "iiii\0" 7051 "glClearColorxOES\0" 7052 "glClearColorx\0" 7053 "\0" 7054 /* _mesa_function_pool[53601]: ClearDepthx (will be remapped) */ 7055 "i\0" 7056 "glClearDepthxOES\0" 7057 "glClearDepthx\0" 7058 "\0" 7059 /* _mesa_function_pool[53635]: Color4x (will be remapped) */ 7060 "iiii\0" 7061 "glColor4xOES\0" 7062 "glColor4x\0" 7063 "\0" 7064 /* _mesa_function_pool[53664]: DepthRangex (will be remapped) */ 7065 "ii\0" 7066 "glDepthRangexOES\0" 7067 "glDepthRangex\0" 7068 "\0" 7069 /* _mesa_function_pool[53699]: Fogx (will be remapped) */ 7070 "ii\0" 7071 "glFogxOES\0" 7072 "glFogx\0" 7073 "\0" 7074 /* _mesa_function_pool[53720]: Fogxv (will be remapped) */ 7075 "ip\0" 7076 "glFogxvOES\0" 7077 "glFogxv\0" 7078 "\0" 7079 /* _mesa_function_pool[53743]: Frustumx (will be remapped) */ 7080 "iiiiii\0" 7081 "glFrustumxOES\0" 7082 "glFrustumx\0" 7083 "\0" 7084 /* _mesa_function_pool[53776]: LightModelx (will be remapped) */ 7085 "ii\0" 7086 "glLightModelxOES\0" 7087 "glLightModelx\0" 7088 "\0" 7089 /* _mesa_function_pool[53811]: LightModelxv (will be remapped) */ 7090 "ip\0" 7091 "glLightModelxvOES\0" 7092 "glLightModelxv\0" 7093 "\0" 7094 /* _mesa_function_pool[53848]: Lightx (will be remapped) */ 7095 "iii\0" 7096 "glLightxOES\0" 7097 "glLightx\0" 7098 "\0" 7099 /* _mesa_function_pool[53874]: Lightxv (will be remapped) */ 7100 "iip\0" 7101 "glLightxvOES\0" 7102 "glLightxv\0" 7103 "\0" 7104 /* _mesa_function_pool[53902]: LineWidthx (will be remapped) */ 7105 "i\0" 7106 "glLineWidthxOES\0" 7107 "glLineWidthx\0" 7108 "\0" 7109 /* _mesa_function_pool[53934]: LoadMatrixx (will be remapped) */ 7110 "p\0" 7111 "glLoadMatrixxOES\0" 7112 "glLoadMatrixx\0" 7113 "\0" 7114 /* _mesa_function_pool[53968]: Materialx (will be remapped) */ 7115 "iii\0" 7116 "glMaterialxOES\0" 7117 "glMaterialx\0" 7118 "\0" 7119 /* _mesa_function_pool[54000]: Materialxv (will be remapped) */ 7120 "iip\0" 7121 "glMaterialxvOES\0" 7122 "glMaterialxv\0" 7123 "\0" 7124 /* _mesa_function_pool[54034]: MultMatrixx (will be remapped) */ 7125 "p\0" 7126 "glMultMatrixxOES\0" 7127 "glMultMatrixx\0" 7128 "\0" 7129 /* _mesa_function_pool[54068]: MultiTexCoord4x (will be remapped) */ 7130 "iiiii\0" 7131 "glMultiTexCoord4xOES\0" 7132 "glMultiTexCoord4x\0" 7133 "\0" 7134 /* _mesa_function_pool[54114]: Normal3x (will be remapped) */ 7135 "iii\0" 7136 "glNormal3xOES\0" 7137 "glNormal3x\0" 7138 "\0" 7139 /* _mesa_function_pool[54144]: Orthox (will be remapped) */ 7140 "iiiiii\0" 7141 "glOrthoxOES\0" 7142 "glOrthox\0" 7143 "\0" 7144 /* _mesa_function_pool[54173]: PointSizex (will be remapped) */ 7145 "i\0" 7146 "glPointSizexOES\0" 7147 "glPointSizex\0" 7148 "\0" 7149 /* _mesa_function_pool[54205]: PolygonOffsetx (will be remapped) */ 7150 "ii\0" 7151 "glPolygonOffsetxOES\0" 7152 "glPolygonOffsetx\0" 7153 "\0" 7154 /* _mesa_function_pool[54246]: Rotatex (will be remapped) */ 7155 "iiii\0" 7156 "glRotatexOES\0" 7157 "glRotatex\0" 7158 "\0" 7159 /* _mesa_function_pool[54275]: SampleCoveragex (will be remapped) */ 7160 "ii\0" 7161 "glSampleCoveragexOES\0" 7162 "glSampleCoveragex\0" 7163 "\0" 7164 /* _mesa_function_pool[54318]: Scalex (will be remapped) */ 7165 "iii\0" 7166 "glScalexOES\0" 7167 "glScalex\0" 7168 "\0" 7169 /* _mesa_function_pool[54344]: TexEnvx (will be remapped) */ 7170 "iii\0" 7171 "glTexEnvxOES\0" 7172 "glTexEnvx\0" 7173 "\0" 7174 /* _mesa_function_pool[54372]: TexEnvxv (will be remapped) */ 7175 "iip\0" 7176 "glTexEnvxvOES\0" 7177 "glTexEnvxv\0" 7178 "\0" 7179 /* _mesa_function_pool[54402]: TexParameterx (will be remapped) */ 7180 "iii\0" 7181 "glTexParameterxOES\0" 7182 "glTexParameterx\0" 7183 "\0" 7184 /* _mesa_function_pool[54442]: Translatex (will be remapped) */ 7185 "iii\0" 7186 "glTranslatexOES\0" 7187 "glTranslatex\0" 7188 "\0" 7189 /* _mesa_function_pool[54476]: ClipPlanex (will be remapped) */ 7190 "ip\0" 7191 "glClipPlanexOES\0" 7192 "glClipPlanex\0" 7193 "\0" 7194 /* _mesa_function_pool[54509]: GetClipPlanex (will be remapped) */ 7195 "ip\0" 7196 "glGetClipPlanexOES\0" 7197 "glGetClipPlanex\0" 7198 "\0" 7199 /* _mesa_function_pool[54548]: GetFixedv (will be remapped) */ 7200 "ip\0" 7201 "glGetFixedvOES\0" 7202 "glGetFixedv\0" 7203 "\0" 7204 /* _mesa_function_pool[54579]: GetLightxv (will be remapped) */ 7205 "iip\0" 7206 "glGetLightxvOES\0" 7207 "glGetLightxv\0" 7208 "\0" 7209 /* _mesa_function_pool[54613]: GetMaterialxv (will be remapped) */ 7210 "iip\0" 7211 "glGetMaterialxvOES\0" 7212 "glGetMaterialxv\0" 7213 "\0" 7214 /* _mesa_function_pool[54653]: GetTexEnvxv (will be remapped) */ 7215 "iip\0" 7216 "glGetTexEnvxvOES\0" 7217 "glGetTexEnvxv\0" 7218 "\0" 7219 /* _mesa_function_pool[54689]: GetTexParameterxv (will be remapped) */ 7220 "iip\0" 7221 "glGetTexParameterxvOES\0" 7222 "glGetTexParameterxv\0" 7223 "\0" 7224 /* _mesa_function_pool[54737]: PointParameterx (will be remapped) */ 7225 "ii\0" 7226 "glPointParameterxOES\0" 7227 "glPointParameterx\0" 7228 "\0" 7229 /* _mesa_function_pool[54780]: PointParameterxv (will be remapped) */ 7230 "ip\0" 7231 "glPointParameterxvOES\0" 7232 "glPointParameterxv\0" 7233 "\0" 7234 /* _mesa_function_pool[54825]: TexParameterxv (will be remapped) */ 7235 "iip\0" 7236 "glTexParameterxvOES\0" 7237 "glTexParameterxv\0" 7238 "\0" 7239 /* _mesa_function_pool[54867]: GetTexGenxvOES (will be remapped) */ 7240 "iip\0" 7241 "glGetTexGenxvOES\0" 7242 "\0" 7243 /* _mesa_function_pool[54889]: TexGenxOES (will be remapped) */ 7244 "iii\0" 7245 "glTexGenxOES\0" 7246 "\0" 7247 /* _mesa_function_pool[54907]: TexGenxvOES (will be remapped) */ 7248 "iip\0" 7249 "glTexGenxvOES\0" 7250 "\0" 7251 /* _mesa_function_pool[54926]: ClipPlanef (will be remapped) */ 7252 "ip\0" 7253 "glClipPlanefOES\0" 7254 "glClipPlanef\0" 7255 "\0" 7256 /* _mesa_function_pool[54959]: GetClipPlanef (will be remapped) */ 7257 "ip\0" 7258 "glGetClipPlanefOES\0" 7259 "glGetClipPlanef\0" 7260 "\0" 7261 /* _mesa_function_pool[54998]: Frustumf (will be remapped) */ 7262 "ffffff\0" 7263 "glFrustumfOES\0" 7264 "glFrustumf\0" 7265 "\0" 7266 /* _mesa_function_pool[55031]: Orthof (will be remapped) */ 7267 "ffffff\0" 7268 "glOrthofOES\0" 7269 "glOrthof\0" 7270 "\0" 7271 /* _mesa_function_pool[55060]: DrawTexiOES (will be remapped) */ 7272 "iiiii\0" 7273 "glDrawTexiOES\0" 7274 "\0" 7275 /* _mesa_function_pool[55081]: DrawTexivOES (will be remapped) */ 7276 "p\0" 7277 "glDrawTexivOES\0" 7278 "\0" 7279 /* _mesa_function_pool[55099]: DrawTexfOES (will be remapped) */ 7280 "fffff\0" 7281 "glDrawTexfOES\0" 7282 "\0" 7283 /* _mesa_function_pool[55120]: DrawTexfvOES (will be remapped) */ 7284 "p\0" 7285 "glDrawTexfvOES\0" 7286 "\0" 7287 /* _mesa_function_pool[55138]: DrawTexsOES (will be remapped) */ 7288 "iiiii\0" 7289 "glDrawTexsOES\0" 7290 "\0" 7291 /* _mesa_function_pool[55159]: DrawTexsvOES (will be remapped) */ 7292 "p\0" 7293 "glDrawTexsvOES\0" 7294 "\0" 7295 /* _mesa_function_pool[55177]: DrawTexxOES (will be remapped) */ 7296 "iiiii\0" 7297 "glDrawTexxOES\0" 7298 "\0" 7299 /* _mesa_function_pool[55198]: DrawTexxvOES (will be remapped) */ 7300 "p\0" 7301 "glDrawTexxvOES\0" 7302 "\0" 7303 /* _mesa_function_pool[55216]: LoadPaletteFromModelViewMatrixOES (dynamic) */ 7304 "\0" 7305 "glLoadPaletteFromModelViewMatrixOES\0" 7306 "\0" 7307 /* _mesa_function_pool[55254]: PointSizePointerOES (will be remapped) */ 7308 "iip\0" 7309 "glPointSizePointerOES\0" 7310 "\0" 7311 /* _mesa_function_pool[55281]: QueryMatrixxOES (will be remapped) */ 7312 "pp\0" 7313 "glQueryMatrixxOES\0" 7314 "\0" 7315 /* _mesa_function_pool[55303]: DiscardFramebufferEXT (will be remapped) */ 7316 "iip\0" 7317 "glDiscardFramebufferEXT\0" 7318 "\0" 7319 /* _mesa_function_pool[55332]: FramebufferTexture2DMultisampleEXT (will be remapped) */ 7320 "iiiiii\0" 7321 "glFramebufferTexture2DMultisampleEXT\0" 7322 "\0" 7323 /* _mesa_function_pool[55377]: DepthRangeArrayfvOES (will be remapped) */ 7324 "iip\0" 7325 "glDepthRangeArrayfvOES\0" 7326 "\0" 7327 /* _mesa_function_pool[55405]: DepthRangeIndexedfOES (will be remapped) */ 7328 "iff\0" 7329 "glDepthRangeIndexedfOES\0" 7330 "\0" 7331 ; 7332 7333/* these functions need to be remapped */ 7334static const struct gl_function_pool_remap MESA_remap_table_functions[] = { 7335 { 10126, CompressedTexImage1D_remap_index }, 7336 { 10067, CompressedTexImage2D_remap_index }, 7337 { 9981, CompressedTexImage3D_remap_index }, 7338 { 10347, CompressedTexSubImage1D_remap_index }, 7339 { 10281, CompressedTexSubImage2D_remap_index }, 7340 { 10184, CompressedTexSubImage3D_remap_index }, 7341 { 10411, GetCompressedTexImage_remap_index }, 7342 { 9784, LoadTransposeMatrixd_remap_index }, 7343 { 9732, LoadTransposeMatrixf_remap_index }, 7344 { 9888, MultTransposeMatrixd_remap_index }, 7345 { 9836, MultTransposeMatrixf_remap_index }, 7346 { 9940, SampleCoverage_remap_index }, 7347 { 10467, BlendFuncSeparate_remap_index }, 7348 { 10687, FogCoordPointer_remap_index }, 7349 { 10625, FogCoordd_remap_index }, 7350 { 10655, FogCoorddv_remap_index }, 7351 { 10731, MultiDrawArrays_remap_index }, 7352 { 10826, PointParameterf_remap_index }, 7353 { 10912, PointParameterfv_remap_index }, 7354 { 11002, PointParameteri_remap_index }, 7355 { 11044, PointParameteriv_remap_index }, 7356 { 11088, SecondaryColor3b_remap_index }, 7357 { 11134, SecondaryColor3bv_remap_index }, 7358 { 11180, SecondaryColor3d_remap_index }, 7359 { 11226, SecondaryColor3dv_remap_index }, 7360 { 11364, SecondaryColor3i_remap_index }, 7361 { 11410, SecondaryColor3iv_remap_index }, 7362 { 11456, SecondaryColor3s_remap_index }, 7363 { 11502, SecondaryColor3sv_remap_index }, 7364 { 11548, SecondaryColor3ub_remap_index }, 7365 { 11596, SecondaryColor3ubv_remap_index }, 7366 { 11644, SecondaryColor3ui_remap_index }, 7367 { 11692, SecondaryColor3uiv_remap_index }, 7368 { 11740, SecondaryColor3us_remap_index }, 7369 { 11788, SecondaryColor3usv_remap_index }, 7370 { 11836, SecondaryColorPointer_remap_index }, 7371 { 11893, WindowPos2d_remap_index }, 7372 { 11946, WindowPos2dv_remap_index }, 7373 { 12001, WindowPos2f_remap_index }, 7374 { 12054, WindowPos2fv_remap_index }, 7375 { 12109, WindowPos2i_remap_index }, 7376 { 12162, WindowPos2iv_remap_index }, 7377 { 12217, WindowPos2s_remap_index }, 7378 { 12270, WindowPos2sv_remap_index }, 7379 { 12325, WindowPos3d_remap_index }, 7380 { 12379, WindowPos3dv_remap_index }, 7381 { 12434, WindowPos3f_remap_index }, 7382 { 12488, WindowPos3fv_remap_index }, 7383 { 12543, WindowPos3i_remap_index }, 7384 { 12597, WindowPos3iv_remap_index }, 7385 { 12652, WindowPos3s_remap_index }, 7386 { 12706, WindowPos3sv_remap_index }, 7387 { 13385, BeginQuery_remap_index }, 7388 { 12761, BindBuffer_remap_index }, 7389 { 12794, BufferData_remap_index }, 7390 { 12829, BufferSubData_remap_index }, 7391 { 12870, DeleteBuffers_remap_index }, 7392 { 13288, DeleteQueries_remap_index }, 7393 { 13434, EndQuery_remap_index }, 7394 { 12909, GenBuffers_remap_index }, 7395 { 13239, GenQueries_remap_index }, 7396 { 12942, GetBufferParameteriv_remap_index }, 7397 { 12996, GetBufferPointerv_remap_index }, 7398 { 13067, GetBufferSubData_remap_index }, 7399 { 13526, GetQueryObjectiv_remap_index }, 7400 { 13594, GetQueryObjectuiv_remap_index }, 7401 { 13476, GetQueryiv_remap_index }, 7402 { 13114, IsBuffer_remap_index }, 7403 { 13346, IsQuery_remap_index }, 7404 { 13142, MapBuffer_remap_index }, 7405 { 13188, UnmapBuffer_remap_index }, 7406 { 13962, AttachShader_remap_index }, 7407 { 13981, BindAttribLocation_remap_index }, 7408 { 13665, BlendEquationSeparate_remap_index }, 7409 { 14031, CompileShader_remap_index }, 7410 { 14069, CreateProgram_remap_index }, 7411 { 14087, CreateShader_remap_index }, 7412 { 14105, DeleteProgram_remap_index }, 7413 { 14124, DeleteShader_remap_index }, 7414 { 14142, DetachShader_remap_index }, 7415 { 14161, DisableVertexAttribArray_remap_index }, 7416 { 13774, DrawBuffers_remap_index }, 7417 { 14221, EnableVertexAttribArray_remap_index }, 7418 { 14279, GetActiveAttrib_remap_index }, 7419 { 14327, GetActiveUniform_remap_index }, 7420 { 14377, GetAttachedShaders_remap_index }, 7421 { 14404, GetAttribLocation_remap_index }, 7422 { 14471, GetProgramInfoLog_remap_index }, 7423 { 14451, GetProgramiv_remap_index }, 7424 { 14516, GetShaderInfoLog_remap_index }, 7425 { 14541, GetShaderSource_remap_index }, 7426 { 14497, GetShaderiv_remap_index }, 7427 { 14586, GetUniformLocation_remap_index }, 7428 { 14635, GetUniformfv_remap_index }, 7429 { 14673, GetUniformiv_remap_index }, 7430 { 14855, GetVertexAttribPointerv_remap_index }, 7431 { 14711, GetVertexAttribdv_remap_index }, 7432 { 14759, GetVertexAttribfv_remap_index }, 7433 { 14807, GetVertexAttribiv_remap_index }, 7434 { 14943, IsProgram_remap_index }, 7435 { 14958, IsShader_remap_index }, 7436 { 14972, LinkProgram_remap_index }, 7437 { 15006, ShaderSource_remap_index }, 7438 { 13859, StencilFuncSeparate_remap_index }, 7439 { 13936, StencilMaskSeparate_remap_index }, 7440 { 13887, StencilOpSeparate_remap_index }, 7441 { 15083, Uniform1f_remap_index }, 7442 { 15343, Uniform1fv_remap_index }, 7443 { 15213, Uniform1i_remap_index }, 7444 { 15479, Uniform1iv_remap_index }, 7445 { 15114, Uniform2f_remap_index }, 7446 { 15377, Uniform2fv_remap_index }, 7447 { 15244, Uniform2i_remap_index }, 7448 { 15513, Uniform2iv_remap_index }, 7449 { 15146, Uniform3f_remap_index }, 7450 { 15411, Uniform3fv_remap_index }, 7451 { 15276, Uniform3i_remap_index }, 7452 { 15547, Uniform3iv_remap_index }, 7453 { 15179, Uniform4f_remap_index }, 7454 { 15445, Uniform4fv_remap_index }, 7455 { 15309, Uniform4i_remap_index }, 7456 { 15581, Uniform4iv_remap_index }, 7457 { 15615, UniformMatrix2fv_remap_index }, 7458 { 15662, UniformMatrix3fv_remap_index }, 7459 { 15709, UniformMatrix4fv_remap_index }, 7460 { 15045, UseProgram_remap_index }, 7461 { 15756, ValidateProgram_remap_index }, 7462 { 15798, VertexAttrib1d_remap_index }, 7463 { 15839, VertexAttrib1dv_remap_index }, 7464 { 15966, VertexAttrib1s_remap_index }, 7465 { 16007, VertexAttrib1sv_remap_index }, 7466 { 16050, VertexAttrib2d_remap_index }, 7467 { 16092, VertexAttrib2dv_remap_index }, 7468 { 16220, VertexAttrib2s_remap_index }, 7469 { 16262, VertexAttrib2sv_remap_index }, 7470 { 16305, VertexAttrib3d_remap_index }, 7471 { 16348, VertexAttrib3dv_remap_index }, 7472 { 16477, VertexAttrib3s_remap_index }, 7473 { 16520, VertexAttrib3sv_remap_index }, 7474 { 16563, VertexAttrib4Nbv_remap_index }, 7475 { 16608, VertexAttrib4Niv_remap_index }, 7476 { 16653, VertexAttrib4Nsv_remap_index }, 7477 { 16698, VertexAttrib4Nub_remap_index }, 7478 { 16746, VertexAttrib4Nubv_remap_index }, 7479 { 16793, VertexAttrib4Nuiv_remap_index }, 7480 { 16840, VertexAttrib4Nusv_remap_index }, 7481 { 16887, VertexAttrib4bv_remap_index }, 7482 { 16930, VertexAttrib4d_remap_index }, 7483 { 16974, VertexAttrib4dv_remap_index }, 7484 { 17104, VertexAttrib4iv_remap_index }, 7485 { 17147, VertexAttrib4s_remap_index }, 7486 { 17191, VertexAttrib4sv_remap_index }, 7487 { 17234, VertexAttrib4ubv_remap_index }, 7488 { 17279, VertexAttrib4uiv_remap_index }, 7489 { 17324, VertexAttrib4usv_remap_index }, 7490 { 17369, VertexAttribPointer_remap_index }, 7491 { 17424, UniformMatrix2x3fv_remap_index }, 7492 { 17478, UniformMatrix2x4fv_remap_index }, 7493 { 17451, UniformMatrix3x2fv_remap_index }, 7494 { 17532, UniformMatrix3x4fv_remap_index }, 7495 { 17505, UniformMatrix4x2fv_remap_index }, 7496 { 17559, UniformMatrix4x3fv_remap_index }, 7497 { 51816, BeginConditionalRender_remap_index }, 7498 { 51484, BeginTransformFeedback_remap_index }, 7499 { 51637, BindBufferBase_remap_index }, 7500 { 51591, BindBufferRange_remap_index }, 7501 { 51276, BindFragDataLocation_remap_index }, 7502 { 18971, ClampColor_remap_index }, 7503 { 51445, ClearBufferfi_remap_index }, 7504 { 51424, ClearBufferfv_remap_index }, 7505 { 51381, ClearBufferiv_remap_index }, 7506 { 51402, ClearBufferuiv_remap_index }, 7507 { 47680, ColorMaski_remap_index }, 7508 { 47903, Disablei_remap_index }, 7509 { 47844, Enablei_remap_index }, 7510 { 51872, EndConditionalRender_remap_index }, 7511 { 51540, EndTransformFeedback_remap_index }, 7512 { 47754, GetBooleani_v_remap_index }, 7513 { 51330, GetFragDataLocation_remap_index }, 7514 { 47799, GetIntegeri_v_remap_index }, 7515 { 51467, GetStringi_remap_index }, 7516 { 49729, GetTexParameterIiv_remap_index }, 7517 { 49803, GetTexParameterIuiv_remap_index }, 7518 { 51744, GetTransformFeedbackVarying_remap_index }, 7519 { 51236, GetUniformuiv_remap_index }, 7520 { 50852, GetVertexAttribIiv_remap_index }, 7521 { 50902, GetVertexAttribIuiv_remap_index }, 7522 { 47966, IsEnabledi_remap_index }, 7523 { 49596, TexParameterIiv_remap_index }, 7524 { 49661, TexParameterIuiv_remap_index }, 7525 { 51679, TransformFeedbackVaryings_remap_index }, 7526 { 50954, Uniform1ui_remap_index }, 7527 { 51092, Uniform1uiv_remap_index }, 7528 { 50987, Uniform2ui_remap_index }, 7529 { 51128, Uniform2uiv_remap_index }, 7530 { 51021, Uniform3ui_remap_index }, 7531 { 51164, Uniform3uiv_remap_index }, 7532 { 51056, Uniform4ui_remap_index }, 7533 { 51200, Uniform4uiv_remap_index }, 7534 { 50244, VertexAttribI1iv_remap_index }, 7535 { 50424, VertexAttribI1uiv_remap_index }, 7536 { 50612, VertexAttribI4bv_remap_index }, 7537 { 50657, VertexAttribI4sv_remap_index }, 7538 { 50702, VertexAttribI4ubv_remap_index }, 7539 { 50749, VertexAttribI4usv_remap_index }, 7540 { 50796, VertexAttribIPointer_remap_index }, 7541 { 51922, PrimitiveRestartIndex_remap_index }, 7542 { 20750, TexBuffer_remap_index }, 7543 { 52028, FramebufferTexture_remap_index }, 7544 { 51998, GetBufferParameteri64v_remap_index }, 7545 { 51975, GetInteger64i_v_remap_index }, 7546 { 20598, VertexAttribDivisor_remap_index }, 7547 { 22298, MinSampleShading_remap_index }, 7548 { 53504, MemoryBarrierByRegion_remap_index }, 7549 { 18003, BindProgramARB_remap_index }, 7550 { 18040, DeleteProgramsARB_remap_index }, 7551 { 18083, GenProgramsARB_remap_index }, 7552 { 18526, GetProgramEnvParameterdvARB_remap_index }, 7553 { 18561, GetProgramEnvParameterfvARB_remap_index }, 7554 { 18596, GetProgramLocalParameterdvARB_remap_index }, 7555 { 18633, GetProgramLocalParameterfvARB_remap_index }, 7556 { 18693, GetProgramStringARB_remap_index }, 7557 { 18670, GetProgramivARB_remap_index }, 7558 { 18120, IsProgramARB_remap_index }, 7559 { 18152, ProgramEnvParameter4dARB_remap_index }, 7560 { 18210, ProgramEnvParameter4dvARB_remap_index }, 7561 { 18267, ProgramEnvParameter4fARB_remap_index }, 7562 { 18325, ProgramEnvParameter4fvARB_remap_index }, 7563 { 18382, ProgramLocalParameter4dARB_remap_index }, 7564 { 18419, ProgramLocalParameter4dvARB_remap_index }, 7565 { 18454, ProgramLocalParameter4fARB_remap_index }, 7566 { 18491, ProgramLocalParameter4fvARB_remap_index }, 7567 { 17978, ProgramStringARB_remap_index }, 7568 { 15882, VertexAttrib1fARB_remap_index }, 7569 { 15923, VertexAttrib1fvARB_remap_index }, 7570 { 16135, VertexAttrib2fARB_remap_index }, 7571 { 16177, VertexAttrib2fvARB_remap_index }, 7572 { 16391, VertexAttrib3fARB_remap_index }, 7573 { 16434, VertexAttrib3fvARB_remap_index }, 7574 { 17017, VertexAttrib4fARB_remap_index }, 7575 { 17061, VertexAttrib4fvARB_remap_index }, 7576 { 18835, AttachObjectARB_remap_index }, 7577 { 18808, CreateProgramObjectARB_remap_index }, 7578 { 18781, CreateShaderObjectARB_remap_index }, 7579 { 18720, DeleteObjectARB_remap_index }, 7580 { 18759, DetachObjectARB_remap_index }, 7581 { 18941, GetAttachedObjectsARB_remap_index }, 7582 { 18741, GetHandleARB_remap_index }, 7583 { 18919, GetInfoLogARB_remap_index }, 7584 { 18857, GetObjectParameterfvARB_remap_index }, 7585 { 18888, GetObjectParameterivARB_remap_index }, 7586 { 19004, DrawArraysInstancedARB_remap_index }, 7587 { 19082, DrawElementsInstancedARB_remap_index }, 7588 { 19724, BindFramebuffer_remap_index }, 7589 { 19227, BindRenderbuffer_remap_index }, 7590 { 20487, BlitFramebuffer_remap_index }, 7591 { 19904, CheckFramebufferStatus_remap_index }, 7592 { 19767, DeleteFramebuffers_remap_index }, 7593 { 19272, DeleteRenderbuffers_remap_index }, 7594 { 20271, FramebufferRenderbuffer_remap_index }, 7595 { 19988, FramebufferTexture1D_remap_index }, 7596 { 20044, FramebufferTexture2D_remap_index }, 7597 { 20126, FramebufferTexture3D_remap_index }, 7598 { 20209, FramebufferTextureLayer_remap_index }, 7599 { 19840, GenFramebuffers_remap_index }, 7600 { 19348, GenRenderbuffers_remap_index }, 7601 { 20538, GenerateMipmap_remap_index }, 7602 { 20361, GetFramebufferAttachmentParameteriv_remap_index }, 7603 { 19569, GetRenderbufferParameteriv_remap_index }, 7604 { 19667, IsFramebuffer_remap_index }, 7605 { 19167, IsRenderbuffer_remap_index }, 7606 { 19415, RenderbufferStorage_remap_index }, 7607 { 19493, RenderbufferStorageMultisample_remap_index }, 7608 { 20692, FlushMappedBufferRange_remap_index }, 7609 { 20649, MapBufferRange_remap_index }, 7610 { 20812, BindVertexArray_remap_index }, 7611 { 20854, DeleteVertexArrays_remap_index }, 7612 { 20903, GenVertexArrays_remap_index }, 7613 { 20946, IsVertexArray_remap_index }, 7614 { 21128, GetActiveUniformBlockName_remap_index }, 7615 { 21096, GetActiveUniformBlockiv_remap_index }, 7616 { 21039, GetActiveUniformName_remap_index }, 7617 { 21010, GetActiveUniformsiv_remap_index }, 7618 { 21069, GetUniformBlockIndex_remap_index }, 7619 { 20984, GetUniformIndices_remap_index }, 7620 { 21163, UniformBlockBinding_remap_index }, 7621 { 21190, CopyBufferSubData_remap_index }, 7622 { 21641, ClientWaitSync_remap_index }, 7623 { 21625, DeleteSync_remap_index }, 7624 { 21597, FenceSync_remap_index }, 7625 { 21679, GetInteger64v_remap_index }, 7626 { 21699, GetSynciv_remap_index }, 7627 { 21613, IsSync_remap_index }, 7628 { 21663, WaitSync_remap_index }, 7629 { 21217, DrawElementsBaseVertex_remap_index }, 7630 { 21481, DrawElementsInstancedBaseVertex_remap_index }, 7631 { 21305, DrawRangeElementsBaseVertex_remap_index }, 7632 { 21410, MultiDrawElementsBaseVertex_remap_index }, 7633 { 47638, ProvokingVertex_remap_index }, 7634 { 21783, GetMultisamplefv_remap_index }, 7635 { 21807, SampleMaski_remap_index }, 7636 { 21718, TexImage2DMultisample_remap_index }, 7637 { 21750, TexImage3DMultisample_remap_index }, 7638 { 21932, BlendEquationSeparateiARB_remap_index }, 7639 { 21825, BlendEquationiARB_remap_index }, 7640 { 22168, BlendFuncSeparateiARB_remap_index }, 7641 { 22080, BlendFunciARB_remap_index }, 7642 { 22364, BindFragDataLocationIndexed_remap_index }, 7643 { 22433, GetFragDataIndex_remap_index }, 7644 { 22532, BindSampler_remap_index }, 7645 { 22496, DeleteSamplers_remap_index }, 7646 { 22478, GenSamplers_remap_index }, 7647 { 22867, GetSamplerParameterIiv_remap_index }, 7648 { 22953, GetSamplerParameterIuiv_remap_index }, 7649 { 22838, GetSamplerParameterfv_remap_index }, 7650 { 22809, GetSamplerParameteriv_remap_index }, 7651 { 22517, IsSampler_remap_index }, 7652 { 22652, SamplerParameterIiv_remap_index }, 7653 { 22729, SamplerParameterIuiv_remap_index }, 7654 { 22575, SamplerParameterf_remap_index }, 7655 { 22626, SamplerParameterfv_remap_index }, 7656 { 22550, SamplerParameteri_remap_index }, 7657 { 22600, SamplerParameteriv_remap_index }, 7658 { 23042, GetQueryObjecti64v_remap_index }, 7659 { 23092, GetQueryObjectui64v_remap_index }, 7660 { 23144, QueryCounter_remap_index }, 7661 { 23681, ColorP3ui_remap_index }, 7662 { 23713, ColorP3uiv_remap_index }, 7663 { 23697, ColorP4ui_remap_index }, 7664 { 23730, ColorP4uiv_remap_index }, 7665 { 23442, MultiTexCoordP1ui_remap_index }, 7666 { 23542, MultiTexCoordP1uiv_remap_index }, 7667 { 23467, MultiTexCoordP2ui_remap_index }, 7668 { 23568, MultiTexCoordP2uiv_remap_index }, 7669 { 23492, MultiTexCoordP3ui_remap_index }, 7670 { 23594, MultiTexCoordP3uiv_remap_index }, 7671 { 23517, MultiTexCoordP4ui_remap_index }, 7672 { 23620, MultiTexCoordP4uiv_remap_index }, 7673 { 23646, NormalP3ui_remap_index }, 7674 { 23663, NormalP3uiv_remap_index }, 7675 { 23747, SecondaryColorP3ui_remap_index }, 7676 { 23772, SecondaryColorP3uiv_remap_index }, 7677 { 23286, TexCoordP1ui_remap_index }, 7678 { 23362, TexCoordP1uiv_remap_index }, 7679 { 23305, TexCoordP2ui_remap_index }, 7680 { 23382, TexCoordP2uiv_remap_index }, 7681 { 23324, TexCoordP3ui_remap_index }, 7682 { 23402, TexCoordP3uiv_remap_index }, 7683 { 23343, TexCoordP4ui_remap_index }, 7684 { 23422, TexCoordP4uiv_remap_index }, 7685 { 23798, VertexAttribP1ui_remap_index }, 7686 { 23898, VertexAttribP1uiv_remap_index }, 7687 { 23823, VertexAttribP2ui_remap_index }, 7688 { 23924, VertexAttribP2uiv_remap_index }, 7689 { 23848, VertexAttribP3ui_remap_index }, 7690 { 23950, VertexAttribP3uiv_remap_index }, 7691 { 23873, VertexAttribP4ui_remap_index }, 7692 { 23976, VertexAttribP4uiv_remap_index }, 7693 { 23181, VertexP2ui_remap_index }, 7694 { 23232, VertexP2uiv_remap_index }, 7695 { 23198, VertexP3ui_remap_index }, 7696 { 23250, VertexP3uiv_remap_index }, 7697 { 23215, VertexP4ui_remap_index }, 7698 { 23268, VertexP4uiv_remap_index }, 7699 { 24350, DrawArraysIndirect_remap_index }, 7700 { 24375, DrawElementsIndirect_remap_index }, 7701 { 24909, GetUniformdv_remap_index }, 7702 { 24530, Uniform1d_remap_index }, 7703 { 24600, Uniform1dv_remap_index }, 7704 { 24546, Uniform2d_remap_index }, 7705 { 24618, Uniform2dv_remap_index }, 7706 { 24563, Uniform3d_remap_index }, 7707 { 24636, Uniform3dv_remap_index }, 7708 { 24581, Uniform4d_remap_index }, 7709 { 24654, Uniform4dv_remap_index }, 7710 { 24672, UniformMatrix2dv_remap_index }, 7711 { 24747, UniformMatrix2x3dv_remap_index }, 7712 { 24774, UniformMatrix2x4dv_remap_index }, 7713 { 24697, UniformMatrix3dv_remap_index }, 7714 { 24801, UniformMatrix3x2dv_remap_index }, 7715 { 24828, UniformMatrix3x4dv_remap_index }, 7716 { 24722, UniformMatrix4dv_remap_index }, 7717 { 24855, UniformMatrix4x2dv_remap_index }, 7718 { 24882, UniformMatrix4x3dv_remap_index }, 7719 { 24143, GetActiveSubroutineName_remap_index }, 7720 { 24102, GetActiveSubroutineUniformName_remap_index }, 7721 { 24064, GetActiveSubroutineUniformiv_remap_index }, 7722 { 24237, GetProgramStageiv_remap_index }, 7723 { 24038, GetSubroutineIndex_remap_index }, 7724 { 24002, GetSubroutineUniformLocation_remap_index }, 7725 { 24206, GetUniformSubroutineuiv_remap_index }, 7726 { 24177, UniformSubroutinesuiv_remap_index }, 7727 { 24327, PatchParameterfv_remap_index }, 7728 { 24263, PatchParameteri_remap_index }, 7729 { 52154, BindTransformFeedback_remap_index }, 7730 { 52182, DeleteTransformFeedbacks_remap_index }, 7731 { 52321, DrawTransformFeedback_remap_index }, 7732 { 52213, GenTransformFeedbacks_remap_index }, 7733 { 52241, IsTransformFeedback_remap_index }, 7734 { 52266, PauseTransformFeedback_remap_index }, 7735 { 52293, ResumeTransformFeedback_remap_index }, 7736 { 24964, BeginQueryIndexed_remap_index }, 7737 { 24929, DrawTransformFeedbackStream_remap_index }, 7738 { 24989, EndQueryIndexed_remap_index }, 7739 { 25011, GetQueryIndexediv_remap_index }, 7740 { 28385, ClearDepthf_remap_index }, 7741 { 28419, DepthRangef_remap_index }, 7742 { 28304, GetShaderPrecisionFormat_remap_index }, 7743 { 28337, ReleaseShaderCompiler_remap_index }, 7744 { 28363, ShaderBinary_remap_index }, 7745 { 28454, GetProgramBinary_remap_index }, 7746 { 28502, ProgramBinary_remap_index }, 7747 { 28543, ProgramParameteri_remap_index }, 7748 { 28254, GetVertexAttribLdv_remap_index }, 7749 { 27840, VertexAttribL1d_remap_index }, 7750 { 28018, VertexAttribL1dv_remap_index }, 7751 { 27883, VertexAttribL2d_remap_index }, 7752 { 28063, VertexAttribL2dv_remap_index }, 7753 { 27927, VertexAttribL3d_remap_index }, 7754 { 28108, VertexAttribL3dv_remap_index }, 7755 { 27972, VertexAttribL4d_remap_index }, 7756 { 28153, VertexAttribL4dv_remap_index }, 7757 { 28198, VertexAttribLPointer_remap_index }, 7758 { 39646, DepthRangeArrayv_remap_index }, 7759 { 39670, DepthRangeIndexed_remap_index }, 7760 { 39731, GetDoublei_v_remap_index }, 7761 { 39695, GetFloati_v_remap_index }, 7762 { 39519, ScissorArrayv_remap_index }, 7763 { 39559, ScissorIndexed_remap_index }, 7764 { 39603, ScissorIndexedv_remap_index }, 7765 { 39382, ViewportArrayv_remap_index }, 7766 { 39424, ViewportIndexedf_remap_index }, 7767 { 39472, ViewportIndexedfv_remap_index }, 7768 { 28906, GetGraphicsResetStatusARB_remap_index }, 7769 { 29286, GetnColorTableARB_remap_index }, 7770 { 29433, GetnCompressedTexImageARB_remap_index }, 7771 { 29313, GetnConvolutionFilterARB_remap_index }, 7772 { 29382, GetnHistogramARB_remap_index }, 7773 { 29017, GetnMapdvARB_remap_index }, 7774 { 29038, GetnMapfvARB_remap_index }, 7775 { 29059, GetnMapivARB_remap_index }, 7776 { 29409, GetnMinmaxARB_remap_index }, 7777 { 29080, GetnPixelMapfvARB_remap_index }, 7778 { 29105, GetnPixelMapuivARB_remap_index }, 7779 { 29131, GetnPixelMapusvARB_remap_index }, 7780 { 29157, GetnPolygonStippleARB_remap_index }, 7781 { 29347, GetnSeparableFilterARB_remap_index }, 7782 { 29185, GetnTexImageARB_remap_index }, 7783 { 29688, GetnUniformdvARB_remap_index }, 7784 { 29467, GetnUniformfvARB_remap_index }, 7785 { 29546, GetnUniformivARB_remap_index }, 7786 { 29625, GetnUniformuivARB_remap_index }, 7787 { 29211, ReadnPixelsARB_remap_index }, 7788 { 29713, DrawArraysInstancedBaseInstance_remap_index }, 7789 { 29791, DrawElementsInstancedBaseInstance_remap_index }, 7790 { 29874, DrawElementsInstancedBaseVertexBaseInstance_remap_index }, 7791 { 29978, DrawTransformFeedbackInstanced_remap_index }, 7792 { 30016, DrawTransformFeedbackStreamInstanced_remap_index }, 7793 { 30061, GetInternalformativ_remap_index }, 7794 { 30090, GetActiveAtomicCounterBufferiv_remap_index }, 7795 { 30129, BindImageTexture_remap_index }, 7796 { 30157, MemoryBarrier_remap_index }, 7797 { 30176, TexStorage1D_remap_index }, 7798 { 30197, TexStorage2D_remap_index }, 7799 { 30219, TexStorage3D_remap_index }, 7800 { 30242, TextureStorage1DEXT_remap_index }, 7801 { 30271, TextureStorage2DEXT_remap_index }, 7802 { 30301, TextureStorage3DEXT_remap_index }, 7803 { 30584, ClearBufferData_remap_index }, 7804 { 30609, ClearBufferSubData_remap_index }, 7805 { 30639, DispatchCompute_remap_index }, 7806 { 30662, DispatchComputeIndirect_remap_index }, 7807 { 30691, CopyImageSubData_remap_index }, 7808 { 30771, TextureView_remap_index }, 7809 { 30829, BindVertexBuffer_remap_index }, 7810 { 30938, VertexAttribBinding_remap_index }, 7811 { 30854, VertexAttribFormat_remap_index }, 7812 { 30882, VertexAttribIFormat_remap_index }, 7813 { 30910, VertexAttribLFormat_remap_index }, 7814 { 30964, VertexBindingDivisor_remap_index }, 7815 { 30991, FramebufferParameteri_remap_index }, 7816 { 31020, GetFramebufferParameteriv_remap_index }, 7817 { 31053, GetInternalformati64v_remap_index }, 7818 { 24403, MultiDrawArraysIndirect_remap_index }, 7819 { 24464, MultiDrawElementsIndirect_remap_index }, 7820 { 31265, GetProgramInterfaceiv_remap_index }, 7821 { 31295, GetProgramResourceIndex_remap_index }, 7822 { 31392, GetProgramResourceLocation_remap_index }, 7823 { 31426, GetProgramResourceLocationIndex_remap_index }, 7824 { 31326, GetProgramResourceName_remap_index }, 7825 { 31359, GetProgramResourceiv_remap_index }, 7826 { 31502, ShaderStorageBlockBinding_remap_index }, 7827 { 31535, TexBufferRange_remap_index }, 7828 { 31599, TexStorage2DMultisample_remap_index }, 7829 { 31633, TexStorage3DMultisample_remap_index }, 7830 { 31697, BufferStorage_remap_index }, 7831 { 31738, ClearTexImage_remap_index }, 7832 { 31761, ClearTexSubImage_remap_index }, 7833 { 31793, BindBuffersBase_remap_index }, 7834 { 31817, BindBuffersRange_remap_index }, 7835 { 31884, BindImageTextures_remap_index }, 7836 { 31864, BindSamplers_remap_index }, 7837 { 31844, BindTextures_remap_index }, 7838 { 31909, BindVertexBuffers_remap_index }, 7839 { 32065, GetImageHandleARB_remap_index }, 7840 { 31936, GetTextureHandleARB_remap_index }, 7841 { 31961, GetTextureSamplerHandleARB_remap_index }, 7842 { 32407, GetVertexAttribLui64vARB_remap_index }, 7843 { 32320, IsImageHandleResidentARB_remap_index }, 7844 { 32288, IsTextureHandleResidentARB_remap_index }, 7845 { 32125, MakeImageHandleNonResidentARB_remap_index }, 7846 { 32092, MakeImageHandleResidentARB_remap_index }, 7847 { 32028, MakeTextureHandleNonResidentARB_remap_index }, 7848 { 31994, MakeTextureHandleResidentARB_remap_index }, 7849 { 32216, ProgramUniformHandleui64ARB_remap_index }, 7850 { 32251, ProgramUniformHandleui64vARB_remap_index }, 7851 { 32160, UniformHandleui64ARB_remap_index }, 7852 { 32187, UniformHandleui64vARB_remap_index }, 7853 { 32350, VertexAttribL1ui64ARB_remap_index }, 7854 { 32378, VertexAttribL1ui64vARB_remap_index }, 7855 { 32439, DispatchComputeGroupSizeARB_remap_index }, 7856 { 32477, MultiDrawArraysIndirectCountARB_remap_index }, 7857 { 32549, MultiDrawElementsIndirectCountARB_remap_index }, 7858 { 32626, ClipControl_remap_index }, 7859 { 34781, BindTextureUnit_remap_index }, 7860 { 33753, BlitNamedFramebuffer_remap_index }, 7861 { 33790, CheckNamedFramebufferStatus_remap_index }, 7862 { 32974, ClearNamedBufferData_remap_index }, 7863 { 33004, ClearNamedBufferSubData_remap_index }, 7864 { 33720, ClearNamedFramebufferfi_remap_index }, 7865 { 33688, ClearNamedFramebufferfv_remap_index }, 7866 { 33623, ClearNamedFramebufferiv_remap_index }, 7867 { 33655, ClearNamedFramebufferuiv_remap_index }, 7868 { 34373, CompressedTextureSubImage1D_remap_index }, 7869 { 34412, CompressedTextureSubImage2D_remap_index }, 7870 { 34453, CompressedTextureSubImage3D_remap_index }, 7871 { 32942, CopyNamedBufferSubData_remap_index }, 7872 { 34496, CopyTextureSubImage1D_remap_index }, 7873 { 34528, CopyTextureSubImage2D_remap_index }, 7874 { 34562, CopyTextureSubImage3D_remap_index }, 7875 { 32844, CreateBuffers_remap_index }, 7876 { 33273, CreateFramebuffers_remap_index }, 7877 { 35515, CreateProgramPipelines_remap_index }, 7878 { 35544, CreateQueries_remap_index }, 7879 { 33911, CreateRenderbuffers_remap_index }, 7880 { 35494, CreateSamplers_remap_index }, 7881 { 34054, CreateTextures_remap_index }, 7882 { 32644, CreateTransformFeedbacks_remap_index }, 7883 { 35052, CreateVertexArrays_remap_index }, 7884 { 35077, DisableVertexArrayAttrib_remap_index }, 7885 { 35108, EnableVertexArrayAttrib_remap_index }, 7886 { 33110, FlushMappedNamedBufferRange_remap_index }, 7887 { 34754, GenerateTextureMipmap_remap_index }, 7888 { 34829, GetCompressedTextureImage_remap_index }, 7889 { 33178, GetNamedBufferParameteri64v_remap_index }, 7890 { 33145, GetNamedBufferParameteriv_remap_index }, 7891 { 33213, GetNamedBufferPointerv_remap_index }, 7892 { 33243, GetNamedBufferSubData_remap_index }, 7893 { 33862, GetNamedFramebufferAttachmentParameteriv_remap_index }, 7894 { 33824, GetNamedFramebufferParameteriv_remap_index }, 7895 { 34015, GetNamedRenderbufferParameteriv_remap_index }, 7896 { 35628, GetQueryBufferObjecti64v_remap_index }, 7897 { 35565, GetQueryBufferObjectiv_remap_index }, 7898 { 35661, GetQueryBufferObjectui64v_remap_index }, 7899 { 35596, GetQueryBufferObjectuiv_remap_index }, 7900 { 34803, GetTextureImage_remap_index }, 7901 { 34863, GetTextureLevelParameterfv_remap_index }, 7902 { 34898, GetTextureLevelParameteriv_remap_index }, 7903 { 34962, GetTextureParameterIiv_remap_index }, 7904 { 34992, GetTextureParameterIuiv_remap_index }, 7905 { 34933, GetTextureParameterfv_remap_index }, 7906 { 35023, GetTextureParameteriv_remap_index }, 7907 { 32810, GetTransformFeedbacki64_v_remap_index }, 7908 { 32778, GetTransformFeedbacki_v_remap_index }, 7909 { 32748, GetTransformFeedbackiv_remap_index }, 7910 { 35460, GetVertexArrayIndexed64iv_remap_index }, 7911 { 35428, GetVertexArrayIndexediv_remap_index }, 7912 { 35404, GetVertexArrayiv_remap_index }, 7913 { 33540, InvalidateNamedFramebufferData_remap_index }, 7914 { 33578, InvalidateNamedFramebufferSubData_remap_index }, 7915 { 33039, MapNamedBuffer_remap_index }, 7916 { 33060, MapNamedBufferRange_remap_index }, 7917 { 32891, NamedBufferData_remap_index }, 7918 { 32864, NamedBufferStorage_remap_index }, 7919 { 32915, NamedBufferSubData_remap_index }, 7920 { 33439, NamedFramebufferDrawBuffer_remap_index }, 7921 { 33472, NamedFramebufferDrawBuffers_remap_index }, 7922 { 33335, NamedFramebufferParameteri_remap_index }, 7923 { 33507, NamedFramebufferReadBuffer_remap_index }, 7924 { 33298, NamedFramebufferRenderbuffer_remap_index }, 7925 { 33369, NamedFramebufferTexture_remap_index }, 7926 { 33401, NamedFramebufferTextureLayer_remap_index }, 7927 { 33937, NamedRenderbufferStorage_remap_index }, 7928 { 33970, NamedRenderbufferStorageMultisample_remap_index }, 7929 { 34076, TextureBuffer_remap_index }, 7930 { 34097, TextureBufferRange_remap_index }, 7931 { 34673, TextureParameterIiv_remap_index }, 7932 { 34700, TextureParameterIuiv_remap_index }, 7933 { 34597, TextureParameterf_remap_index }, 7934 { 34622, TextureParameterfv_remap_index }, 7935 { 34648, TextureParameteri_remap_index }, 7936 { 34728, TextureParameteriv_remap_index }, 7937 { 34125, TextureStorage1D_remap_index }, 7938 { 34150, TextureStorage2D_remap_index }, 7939 { 34203, TextureStorage2DMultisample_remap_index }, 7940 { 34176, TextureStorage3D_remap_index }, 7941 { 34241, TextureStorage3DMultisample_remap_index }, 7942 { 34280, TextureSubImage1D_remap_index }, 7943 { 34309, TextureSubImage2D_remap_index }, 7944 { 34340, TextureSubImage3D_remap_index }, 7945 { 32675, TransformFeedbackBufferBase_remap_index }, 7946 { 32710, TransformFeedbackBufferRange_remap_index }, 7947 { 33088, UnmapNamedBuffer_remap_index }, 7948 { 35339, VertexArrayAttribBinding_remap_index }, 7949 { 35237, VertexArrayAttribFormat_remap_index }, 7950 { 35271, VertexArrayAttribIFormat_remap_index }, 7951 { 35305, VertexArrayAttribLFormat_remap_index }, 7952 { 35371, VertexArrayBindingDivisor_remap_index }, 7953 { 35138, VertexArrayElementBuffer_remap_index }, 7954 { 35169, VertexArrayVertexBuffer_remap_index }, 7955 { 35202, VertexArrayVertexBuffers_remap_index }, 7956 { 35730, GetCompressedTextureSubImage_remap_index }, 7957 { 35695, GetTextureSubImage_remap_index }, 7958 { 35811, BufferPageCommitmentARB_remap_index }, 7959 { 35843, NamedBufferPageCommitmentARB_remap_index }, 7960 { 36670, GetUniformi64vARB_remap_index }, 7961 { 36714, GetUniformui64vARB_remap_index }, 7962 { 36760, GetnUniformi64vARB_remap_index }, 7963 { 36787, GetnUniformui64vARB_remap_index }, 7964 { 36815, ProgramUniform1i64ARB_remap_index }, 7965 { 37029, ProgramUniform1i64vARB_remap_index }, 7966 { 37249, ProgramUniform1ui64ARB_remap_index }, 7967 { 37471, ProgramUniform1ui64vARB_remap_index }, 7968 { 36867, ProgramUniform2i64ARB_remap_index }, 7969 { 37084, ProgramUniform2i64vARB_remap_index }, 7970 { 37303, ProgramUniform2ui64ARB_remap_index }, 7971 { 37528, ProgramUniform2ui64vARB_remap_index }, 7972 { 36920, ProgramUniform3i64ARB_remap_index }, 7973 { 37139, ProgramUniform3i64vARB_remap_index }, 7974 { 37358, ProgramUniform3ui64ARB_remap_index }, 7975 { 37585, ProgramUniform3ui64vARB_remap_index }, 7976 { 36974, ProgramUniform4i64ARB_remap_index }, 7977 { 37194, ProgramUniform4i64vARB_remap_index }, 7978 { 37414, ProgramUniform4ui64ARB_remap_index }, 7979 { 37642, ProgramUniform4ui64vARB_remap_index }, 7980 { 36026, Uniform1i64ARB_remap_index }, 7981 { 36180, Uniform1i64vARB_remap_index }, 7982 { 36340, Uniform1ui64ARB_remap_index }, 7983 { 36502, Uniform1ui64vARB_remap_index }, 7984 { 36063, Uniform2i64ARB_remap_index }, 7985 { 36220, Uniform2i64vARB_remap_index }, 7986 { 36379, Uniform2ui64ARB_remap_index }, 7987 { 36544, Uniform2ui64vARB_remap_index }, 7988 { 36101, Uniform3i64ARB_remap_index }, 7989 { 36260, Uniform3i64vARB_remap_index }, 7990 { 36419, Uniform3ui64ARB_remap_index }, 7991 { 36586, Uniform3ui64vARB_remap_index }, 7992 { 36140, Uniform4i64ARB_remap_index }, 7993 { 36300, Uniform4i64vARB_remap_index }, 7994 { 36460, Uniform4ui64ARB_remap_index }, 7995 { 36628, Uniform4ui64vARB_remap_index }, 7996 { 43489, EvaluateDepthValuesARB_remap_index }, 7997 { 43333, FramebufferSampleLocationsfvARB_remap_index }, 7998 { 43406, NamedFramebufferSampleLocationsfvARB_remap_index }, 7999 { 37762, SpecializeShaderARB_remap_index }, 8000 { 31174, InvalidateBufferData_remap_index }, 8001 { 31143, InvalidateBufferSubData_remap_index }, 8002 { 31236, InvalidateFramebuffer_remap_index }, 8003 { 31200, InvalidateSubFramebuffer_remap_index }, 8004 { 31118, InvalidateTexImage_remap_index }, 8005 { 31084, InvalidateTexSubImage_remap_index }, 8006 { 55099, DrawTexfOES_remap_index }, 8007 { 55120, DrawTexfvOES_remap_index }, 8008 { 55060, DrawTexiOES_remap_index }, 8009 { 55081, DrawTexivOES_remap_index }, 8010 { 55138, DrawTexsOES_remap_index }, 8011 { 55159, DrawTexsvOES_remap_index }, 8012 { 55177, DrawTexxOES_remap_index }, 8013 { 55198, DrawTexxvOES_remap_index }, 8014 { 55254, PointSizePointerOES_remap_index }, 8015 { 55281, QueryMatrixxOES_remap_index }, 8016 { 38237, SampleMaskSGIS_remap_index }, 8017 { 38274, SamplePatternSGIS_remap_index }, 8018 { 38316, ColorPointerEXT_remap_index }, 8019 { 38341, EdgeFlagPointerEXT_remap_index }, 8020 { 38367, IndexPointerEXT_remap_index }, 8021 { 38391, NormalPointerEXT_remap_index }, 8022 { 38416, TexCoordPointerEXT_remap_index }, 8023 { 38444, VertexPointerEXT_remap_index }, 8024 { 55303, DiscardFramebufferEXT_remap_index }, 8025 { 25083, ActiveShaderProgram_remap_index }, 8026 { 25188, BindProgramPipeline_remap_index }, 8027 { 25134, CreateShaderProgramv_remap_index }, 8028 { 25238, DeleteProgramPipelines_remap_index }, 8029 { 25295, GenProgramPipelines_remap_index }, 8030 { 27260, GetProgramPipelineInfoLog_remap_index }, 8031 { 25392, GetProgramPipelineiv_remap_index }, 8032 { 25346, IsProgramPipeline_remap_index }, 8033 { 39292, LockArraysEXT_remap_index }, 8034 { 27325, ProgramUniform1d_remap_index }, 8035 { 27736, ProgramUniform1dv_remap_index }, 8036 { 25834, ProgramUniform1f_remap_index }, 8037 { 26424, ProgramUniform1fv_remap_index }, 8038 { 25446, ProgramUniform1i_remap_index }, 8039 { 26024, ProgramUniform1iv_remap_index }, 8040 { 25636, ProgramUniform1ui_remap_index }, 8041 { 26220, ProgramUniform1uiv_remap_index }, 8042 { 27349, ProgramUniform2d_remap_index }, 8043 { 27762, ProgramUniform2dv_remap_index }, 8044 { 25880, ProgramUniform2f_remap_index }, 8045 { 26473, ProgramUniform2fv_remap_index }, 8046 { 25492, ProgramUniform2i_remap_index }, 8047 { 26073, ProgramUniform2iv_remap_index }, 8048 { 25684, ProgramUniform2ui_remap_index }, 8049 { 26271, ProgramUniform2uiv_remap_index }, 8050 { 27374, ProgramUniform3d_remap_index }, 8051 { 27788, ProgramUniform3dv_remap_index }, 8052 { 25927, ProgramUniform3f_remap_index }, 8053 { 26522, ProgramUniform3fv_remap_index }, 8054 { 25539, ProgramUniform3i_remap_index }, 8055 { 26122, ProgramUniform3iv_remap_index }, 8056 { 25733, ProgramUniform3ui_remap_index }, 8057 { 26322, ProgramUniform3uiv_remap_index }, 8058 { 27400, ProgramUniform4d_remap_index }, 8059 { 27814, ProgramUniform4dv_remap_index }, 8060 { 25975, ProgramUniform4f_remap_index }, 8061 { 26571, ProgramUniform4fv_remap_index }, 8062 { 25587, ProgramUniform4i_remap_index }, 8063 { 26171, ProgramUniform4iv_remap_index }, 8064 { 25783, ProgramUniform4ui_remap_index }, 8065 { 26373, ProgramUniform4uiv_remap_index }, 8066 { 27637, ProgramUniformMatrix2dv_remap_index }, 8067 { 26620, ProgramUniformMatrix2fv_remap_index }, 8068 { 27427, ProgramUniformMatrix2x3dv_remap_index }, 8069 { 26806, ProgramUniformMatrix2x3fv_remap_index }, 8070 { 27497, ProgramUniformMatrix2x4dv_remap_index }, 8071 { 26938, ProgramUniformMatrix2x4fv_remap_index }, 8072 { 27670, ProgramUniformMatrix3dv_remap_index }, 8073 { 26682, ProgramUniformMatrix3fv_remap_index }, 8074 { 27462, ProgramUniformMatrix3x2dv_remap_index }, 8075 { 26872, ProgramUniformMatrix3x2fv_remap_index }, 8076 { 27567, ProgramUniformMatrix3x4dv_remap_index }, 8077 { 27070, ProgramUniformMatrix3x4fv_remap_index }, 8078 { 27703, ProgramUniformMatrix4dv_remap_index }, 8079 { 26744, ProgramUniformMatrix4fv_remap_index }, 8080 { 27532, ProgramUniformMatrix4x2dv_remap_index }, 8081 { 27004, ProgramUniformMatrix4x2fv_remap_index }, 8082 { 27602, ProgramUniformMatrix4x3dv_remap_index }, 8083 { 27136, ProgramUniformMatrix4x3fv_remap_index }, 8084 { 39312, UnlockArraysEXT_remap_index }, 8085 { 25037, UseProgramStages_remap_index }, 8086 { 27202, ValidateProgramPipeline_remap_index }, 8087 { 55332, FramebufferTexture2DMultisampleEXT_remap_index }, 8088 { 28748, DebugMessageCallback_remap_index }, 8089 { 28591, DebugMessageControl_remap_index }, 8090 { 28671, DebugMessageInsert_remap_index }, 8091 { 28827, GetDebugMessageLog_remap_index }, 8092 { 30449, GetObjectLabel_remap_index }, 8093 { 30535, GetObjectPtrLabel_remap_index }, 8094 { 30412, ObjectLabel_remap_index }, 8095 { 30493, ObjectPtrLabel_remap_index }, 8096 { 30375, PopDebugGroup_remap_index }, 8097 { 30332, PushDebugGroup_remap_index }, 8098 { 11272, SecondaryColor3fEXT_remap_index }, 8099 { 11318, SecondaryColor3fvEXT_remap_index }, 8100 { 10776, MultiDrawElementsEXT_remap_index }, 8101 { 10563, FogCoordfEXT_remap_index }, 8102 { 10593, FogCoordfvEXT_remap_index }, 8103 { 44104, ResizeBuffersMESA_remap_index }, 8104 { 44126, WindowPos4dMESA_remap_index }, 8105 { 44150, WindowPos4dvMESA_remap_index }, 8106 { 44172, WindowPos4fMESA_remap_index }, 8107 { 44196, WindowPos4fvMESA_remap_index }, 8108 { 44218, WindowPos4iMESA_remap_index }, 8109 { 44242, WindowPos4ivMESA_remap_index }, 8110 { 44264, WindowPos4sMESA_remap_index }, 8111 { 44288, WindowPos4svMESA_remap_index }, 8112 { 44310, MultiModeDrawArraysIBM_remap_index }, 8113 { 44342, MultiModeDrawElementsIBM_remap_index }, 8114 { 45124, AreProgramsResidentNV_remap_index }, 8115 { 45153, ExecuteProgramNV_remap_index }, 8116 { 45177, GetProgramParameterdvNV_remap_index }, 8117 { 45209, GetProgramParameterfvNV_remap_index }, 8118 { 45263, GetProgramStringNV_remap_index }, 8119 { 45241, GetProgramivNV_remap_index }, 8120 { 45289, GetTrackMatrixivNV_remap_index }, 8121 { 45316, GetVertexAttribdvNV_remap_index }, 8122 { 45343, GetVertexAttribfvNV_remap_index }, 8123 { 45370, GetVertexAttribivNV_remap_index }, 8124 { 45397, LoadProgramNV_remap_index }, 8125 { 45419, ProgramParameters4dvNV_remap_index }, 8126 { 45450, ProgramParameters4fvNV_remap_index }, 8127 { 45481, RequestResidentProgramsNV_remap_index }, 8128 { 45513, TrackMatrixNV_remap_index }, 8129 { 45954, VertexAttrib1dNV_remap_index }, 8130 { 45977, VertexAttrib1dvNV_remap_index }, 8131 { 45760, VertexAttrib1fNV_remap_index }, 8132 { 45783, VertexAttrib1fvNV_remap_index }, 8133 { 45566, VertexAttrib1sNV_remap_index }, 8134 { 45589, VertexAttrib1svNV_remap_index }, 8135 { 46001, VertexAttrib2dNV_remap_index }, 8136 { 46025, VertexAttrib2dvNV_remap_index }, 8137 { 45807, VertexAttrib2fNV_remap_index }, 8138 { 45831, VertexAttrib2fvNV_remap_index }, 8139 { 45613, VertexAttrib2sNV_remap_index }, 8140 { 45637, VertexAttrib2svNV_remap_index }, 8141 { 46049, VertexAttrib3dNV_remap_index }, 8142 { 46074, VertexAttrib3dvNV_remap_index }, 8143 { 45855, VertexAttrib3fNV_remap_index }, 8144 { 45880, VertexAttrib3fvNV_remap_index }, 8145 { 45661, VertexAttrib3sNV_remap_index }, 8146 { 45686, VertexAttrib3svNV_remap_index }, 8147 { 46098, VertexAttrib4dNV_remap_index }, 8148 { 46124, VertexAttrib4dvNV_remap_index }, 8149 { 45904, VertexAttrib4fNV_remap_index }, 8150 { 45930, VertexAttrib4fvNV_remap_index }, 8151 { 45710, VertexAttrib4sNV_remap_index }, 8152 { 45736, VertexAttrib4svNV_remap_index }, 8153 { 46148, VertexAttrib4ubNV_remap_index }, 8154 { 46175, VertexAttrib4ubvNV_remap_index }, 8155 { 45535, VertexAttribPointerNV_remap_index }, 8156 { 46408, VertexAttribs1dvNV_remap_index }, 8157 { 46304, VertexAttribs1fvNV_remap_index }, 8158 { 46200, VertexAttribs1svNV_remap_index }, 8159 { 46434, VertexAttribs2dvNV_remap_index }, 8160 { 46330, VertexAttribs2fvNV_remap_index }, 8161 { 46226, VertexAttribs2svNV_remap_index }, 8162 { 46460, VertexAttribs3dvNV_remap_index }, 8163 { 46356, VertexAttribs3fvNV_remap_index }, 8164 { 46252, VertexAttribs3svNV_remap_index }, 8165 { 46486, VertexAttribs4dvNV_remap_index }, 8166 { 46382, VertexAttribs4fvNV_remap_index }, 8167 { 46278, VertexAttribs4svNV_remap_index }, 8168 { 46512, VertexAttribs4ubvNV_remap_index }, 8169 { 46595, GetTexBumpParameterfvATI_remap_index }, 8170 { 46626, GetTexBumpParameterivATI_remap_index }, 8171 { 46539, TexBumpParameterfvATI_remap_index }, 8172 { 46567, TexBumpParameterivATI_remap_index }, 8173 { 46937, AlphaFragmentOp1ATI_remap_index }, 8174 { 46967, AlphaFragmentOp2ATI_remap_index }, 8175 { 47000, AlphaFragmentOp3ATI_remap_index }, 8176 { 46740, BeginFragmentShaderATI_remap_index }, 8177 { 46684, BindFragmentShaderATI_remap_index }, 8178 { 46835, ColorFragmentOp1ATI_remap_index }, 8179 { 46866, ColorFragmentOp2ATI_remap_index }, 8180 { 46900, ColorFragmentOp3ATI_remap_index }, 8181 { 46711, DeleteFragmentShaderATI_remap_index }, 8182 { 46767, EndFragmentShaderATI_remap_index }, 8183 { 46657, GenFragmentShadersATI_remap_index }, 8184 { 46792, PassTexCoordATI_remap_index }, 8185 { 46815, SampleMapATI_remap_index }, 8186 { 47036, SetFragmentShaderConstantATI_remap_index }, 8187 { 55377, DepthRangeArrayfvOES_remap_index }, 8188 { 55405, DepthRangeIndexedfOES_remap_index }, 8189 { 47097, ActiveStencilFaceEXT_remap_index }, 8190 { 47503, GetProgramNamedParameterdvNV_remap_index }, 8191 { 47466, GetProgramNamedParameterfvNV_remap_index }, 8192 { 47359, ProgramNamedParameter4dNV_remap_index }, 8193 { 47431, ProgramNamedParameter4dvNV_remap_index }, 8194 { 47322, ProgramNamedParameter4fNV_remap_index }, 8195 { 47396, ProgramNamedParameter4fvNV_remap_index }, 8196 { 52103, PrimitiveRestartNV_remap_index }, 8197 { 54867, GetTexGenxvOES_remap_index }, 8198 { 54889, TexGenxOES_remap_index }, 8199 { 54907, TexGenxvOES_remap_index }, 8200 { 47540, DepthBoundsEXT_remap_index }, 8201 { 47587, BindFramebufferEXT_remap_index }, 8202 { 47561, BindRenderbufferEXT_remap_index }, 8203 { 47612, StringMarkerGREMEDY_remap_index }, 8204 { 48037, BufferParameteriAPPLE_remap_index }, 8205 { 48066, FlushMappedBufferRangeAPPLE_remap_index }, 8206 { 49880, VertexAttribI1iEXT_remap_index }, 8207 { 50058, VertexAttribI1uiEXT_remap_index }, 8208 { 49923, VertexAttribI2iEXT_remap_index }, 8209 { 50289, VertexAttribI2ivEXT_remap_index }, 8210 { 50103, VertexAttribI2uiEXT_remap_index }, 8211 { 50471, VertexAttribI2uivEXT_remap_index }, 8212 { 49967, VertexAttribI3iEXT_remap_index }, 8213 { 50334, VertexAttribI3ivEXT_remap_index }, 8214 { 50149, VertexAttribI3uiEXT_remap_index }, 8215 { 50518, VertexAttribI3uivEXT_remap_index }, 8216 { 50012, VertexAttribI4iEXT_remap_index }, 8217 { 50379, VertexAttribI4ivEXT_remap_index }, 8218 { 50196, VertexAttribI4uiEXT_remap_index }, 8219 { 50565, VertexAttribI4uivEXT_remap_index }, 8220 { 49547, ClearColorIiEXT_remap_index }, 8221 { 49571, ClearColorIuiEXT_remap_index }, 8222 { 52126, BindBufferOffsetEXT_remap_index }, 8223 { 48372, BeginPerfMonitorAMD_remap_index }, 8224 { 48306, DeletePerfMonitorsAMD_remap_index }, 8225 { 48397, EndPerfMonitorAMD_remap_index }, 8226 { 48281, GenPerfMonitorsAMD_remap_index }, 8227 { 48420, GetPerfMonitorCounterDataAMD_remap_index }, 8228 { 48244, GetPerfMonitorCounterInfoAMD_remap_index }, 8229 { 48204, GetPerfMonitorCounterStringAMD_remap_index }, 8230 { 48132, GetPerfMonitorCountersAMD_remap_index }, 8231 { 48167, GetPerfMonitorGroupStringAMD_remap_index }, 8232 { 48101, GetPerfMonitorGroupsAMD_remap_index }, 8233 { 48334, SelectPerfMonitorCountersAMD_remap_index }, 8234 { 47181, GetObjectParameterivAPPLE_remap_index }, 8235 { 47123, ObjectPurgeableAPPLE_remap_index }, 8236 { 47151, ObjectUnpurgeableAPPLE_remap_index }, 8237 { 48545, ActiveProgramEXT_remap_index }, 8238 { 48567, CreateShaderProgramEXT_remap_index }, 8239 { 48519, UseShaderProgramEXT_remap_index }, 8240 { 35773, TextureBarrierNV_remap_index }, 8241 { 52367, VDPAUFiniNV_remap_index }, 8242 { 52508, VDPAUGetSurfaceivNV_remap_index }, 8243 { 52349, VDPAUInitNV_remap_index }, 8244 { 52456, VDPAUIsSurfaceNV_remap_index }, 8245 { 52564, VDPAUMapSurfacesNV_remap_index }, 8246 { 52419, VDPAURegisterOutputSurfaceNV_remap_index }, 8247 { 52383, VDPAURegisterVideoSurfaceNV_remap_index }, 8248 { 52537, VDPAUSurfaceAccessNV_remap_index }, 8249 { 52589, VDPAUUnmapSurfacesNV_remap_index }, 8250 { 52478, VDPAUUnregisterSurfaceNV_remap_index }, 8251 { 48917, BeginPerfQueryINTEL_remap_index }, 8252 { 48864, CreatePerfQueryINTEL_remap_index }, 8253 { 48891, DeletePerfQueryINTEL_remap_index }, 8254 { 48942, EndPerfQueryINTEL_remap_index }, 8255 { 48700, GetFirstPerfQueryIdINTEL_remap_index }, 8256 { 48730, GetNextPerfQueryIdINTEL_remap_index }, 8257 { 48825, GetPerfCounterInfoINTEL_remap_index }, 8258 { 48965, GetPerfQueryDataINTEL_remap_index }, 8259 { 48760, GetPerfQueryIdByNameINTEL_remap_index }, 8260 { 48792, GetPerfQueryInfoINTEL_remap_index }, 8261 { 48996, PolygonOffsetClampEXT_remap_index }, 8262 { 48596, SubpixelPrecisionBiasNV_remap_index }, 8263 { 48626, ConservativeRasterParameterfNV_remap_index }, 8264 { 48663, ConservativeRasterParameteriNV_remap_index }, 8265 { 49046, WindowRectanglesEXT_remap_index }, 8266 { 52969, BufferStorageMemEXT_remap_index }, 8267 { 52723, CreateMemoryObjectsEXT_remap_index }, 8268 { 52671, DeleteMemoryObjectsEXT_remap_index }, 8269 { 53277, DeleteSemaphoresEXT_remap_index }, 8270 { 53254, GenSemaphoresEXT_remap_index }, 8271 { 52786, GetMemoryObjectParameterivEXT_remap_index }, 8272 { 53357, GetSemaphoreParameterui64vEXT_remap_index }, 8273 { 52642, GetUnsignedBytei_vEXT_remap_index }, 8274 { 52616, GetUnsignedBytevEXT_remap_index }, 8275 { 52700, IsMemoryObjectEXT_remap_index }, 8276 { 53303, IsSemaphoreEXT_remap_index }, 8277 { 52752, MemoryObjectParameterivEXT_remap_index }, 8278 { 53159, NamedBufferStorageMemEXT_remap_index }, 8279 { 53323, SemaphoreParameterui64vEXT_remap_index }, 8280 { 53421, SignalSemaphoreEXT_remap_index }, 8281 { 53192, TexStorageMem1DEXT_remap_index }, 8282 { 52823, TexStorageMem2DEXT_remap_index }, 8283 { 52853, TexStorageMem2DMultisampleEXT_remap_index }, 8284 { 52895, TexStorageMem3DEXT_remap_index }, 8285 { 52926, TexStorageMem3DMultisampleEXT_remap_index }, 8286 { 53221, TextureStorageMem1DEXT_remap_index }, 8287 { 52997, TextureStorageMem2DEXT_remap_index }, 8288 { 53031, TextureStorageMem2DMultisampleEXT_remap_index }, 8289 { 53077, TextureStorageMem3DEXT_remap_index }, 8290 { 53112, TextureStorageMem3DMultisampleEXT_remap_index }, 8291 { 53394, WaitSemaphoreEXT_remap_index }, 8292 { 53450, ImportMemoryFdEXT_remap_index }, 8293 { 53476, ImportSemaphoreFdEXT_remap_index }, 8294 { 49073, FramebufferFetchBarrierEXT_remap_index }, 8295 { 49156, NamedRenderbufferStorageMultisampleAdvancedAMD_remap_index }, 8296 { 49104, RenderbufferStorageMultisampleAdvancedAMD_remap_index }, 8297 { 49213, StencilFuncSeparateATI_remap_index }, 8298 { 49244, ProgramEnvParameters4fvEXT_remap_index }, 8299 { 49279, ProgramLocalParameters4fvEXT_remap_index }, 8300 { 49504, EGLImageTargetRenderbufferStorageOES_remap_index }, 8301 { 49471, EGLImageTargetTexture2DOES_remap_index }, 8302 { 53531, AlphaFuncx_remap_index }, 8303 { 53564, ClearColorx_remap_index }, 8304 { 53601, ClearDepthx_remap_index }, 8305 { 53635, Color4x_remap_index }, 8306 { 53664, DepthRangex_remap_index }, 8307 { 53699, Fogx_remap_index }, 8308 { 53720, Fogxv_remap_index }, 8309 { 54998, Frustumf_remap_index }, 8310 { 53743, Frustumx_remap_index }, 8311 { 53776, LightModelx_remap_index }, 8312 { 53811, LightModelxv_remap_index }, 8313 { 53848, Lightx_remap_index }, 8314 { 53874, Lightxv_remap_index }, 8315 { 53902, LineWidthx_remap_index }, 8316 { 53934, LoadMatrixx_remap_index }, 8317 { 53968, Materialx_remap_index }, 8318 { 54000, Materialxv_remap_index }, 8319 { 54034, MultMatrixx_remap_index }, 8320 { 54068, MultiTexCoord4x_remap_index }, 8321 { 54114, Normal3x_remap_index }, 8322 { 55031, Orthof_remap_index }, 8323 { 54144, Orthox_remap_index }, 8324 { 54173, PointSizex_remap_index }, 8325 { 54205, PolygonOffsetx_remap_index }, 8326 { 54246, Rotatex_remap_index }, 8327 { 54275, SampleCoveragex_remap_index }, 8328 { 54318, Scalex_remap_index }, 8329 { 54344, TexEnvx_remap_index }, 8330 { 54372, TexEnvxv_remap_index }, 8331 { 54402, TexParameterx_remap_index }, 8332 { 54442, Translatex_remap_index }, 8333 { 54926, ClipPlanef_remap_index }, 8334 { 54476, ClipPlanex_remap_index }, 8335 { 54959, GetClipPlanef_remap_index }, 8336 { 54509, GetClipPlanex_remap_index }, 8337 { 54548, GetFixedv_remap_index }, 8338 { 54579, GetLightxv_remap_index }, 8339 { 54613, GetMaterialxv_remap_index }, 8340 { 54653, GetTexEnvxv_remap_index }, 8341 { 54689, GetTexParameterxv_remap_index }, 8342 { 54737, PointParameterx_remap_index }, 8343 { 54780, PointParameterxv_remap_index }, 8344 { 54825, TexParameterxv_remap_index }, 8345 { 35991, BlendBarrier_remap_index }, 8346 { 35880, PrimitiveBoundingBox_remap_index }, 8347 { 37699, MaxShaderCompilerThreadsKHR_remap_index }, 8348 { -1, -1 } 8349}; 8350 8351