1e64d31b9Smaya/* DO NOT EDIT - This file generated automatically by remap_helper.py (from Mesa) script */ 2e64d31b9Smaya 3e64d31b9Smaya/* 4e64d31b9Smaya * Copyright (C) 2009 Chia-I Wu <olv@0xlab.org> 5e64d31b9Smaya * All Rights Reserved. 6e64d31b9Smaya * 7e64d31b9Smaya * Permission is hereby granted, free of charge, to any person obtaining a 8e64d31b9Smaya * copy of this software and associated documentation files (the "Software"), 9e64d31b9Smaya * to deal in the Software without restriction, including without limitation 10e64d31b9Smaya * the rights to use, copy, modify, merge, publish, distribute, sub license, 11e64d31b9Smaya * and/or sell copies of the Software, and to permit persons to whom the 12e64d31b9Smaya * Software is furnished to do so, subject to the following conditions: 13e64d31b9Smaya * 14e64d31b9Smaya * The above copyright notice and this permission notice (including the next 15e64d31b9Smaya * paragraph) shall be included in all copies or substantial portions of the 16e64d31b9Smaya * Software. 17e64d31b9Smaya * 18e64d31b9Smaya * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 19e64d31b9Smaya * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 20e64d31b9Smaya * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 21e64d31b9Smaya * Chia-I Wu, 22e64d31b9Smaya * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 23e64d31b9Smaya * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 24e64d31b9Smaya * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 25e64d31b9Smaya * SOFTWARE. 26e64d31b9Smaya */ 27e64d31b9Smaya 28e64d31b9Smaya#include "main/dispatch.h" 29e64d31b9Smaya#include "main/remap.h" 30e64d31b9Smaya 31e64d31b9Smaya/* this is internal to remap.c */ 32e64d31b9Smaya#ifndef need_MESA_remap_table 33e64d31b9Smaya#error Only remap.c should include this file! 34e64d31b9Smaya#endif /* need_MESA_remap_table */ 35e64d31b9Smaya 36e64d31b9Smaya 37e64d31b9Smayastatic const char _mesa_function_pool[] = 38e64d31b9Smaya /* _mesa_function_pool[0]: NewList (dynamic) */ 39e64d31b9Smaya "ii\0" 40e64d31b9Smaya "glNewList\0" 41e64d31b9Smaya "\0" 42e64d31b9Smaya /* _mesa_function_pool[14]: EndList (offset 1) */ 43e64d31b9Smaya "\0" 44e64d31b9Smaya "glEndList\0" 45e64d31b9Smaya "\0" 46e64d31b9Smaya /* _mesa_function_pool[26]: CallList (offset 2) */ 47e64d31b9Smaya "i\0" 48e64d31b9Smaya "glCallList\0" 49e64d31b9Smaya "\0" 50e64d31b9Smaya /* _mesa_function_pool[40]: CallLists (offset 3) */ 51e64d31b9Smaya "iip\0" 52e64d31b9Smaya "glCallLists\0" 53e64d31b9Smaya "\0" 54e64d31b9Smaya /* _mesa_function_pool[57]: DeleteLists (offset 4) */ 55e64d31b9Smaya "ii\0" 56e64d31b9Smaya "glDeleteLists\0" 57e64d31b9Smaya "\0" 58e64d31b9Smaya /* _mesa_function_pool[75]: GenLists (offset 5) */ 59e64d31b9Smaya "i\0" 60e64d31b9Smaya "glGenLists\0" 61e64d31b9Smaya "\0" 62e64d31b9Smaya /* _mesa_function_pool[89]: ListBase (offset 6) */ 63e64d31b9Smaya "i\0" 64e64d31b9Smaya "glListBase\0" 65e64d31b9Smaya "\0" 66e64d31b9Smaya /* _mesa_function_pool[103]: Begin (offset 7) */ 67e64d31b9Smaya "i\0" 68e64d31b9Smaya "glBegin\0" 69e64d31b9Smaya "\0" 70e64d31b9Smaya /* _mesa_function_pool[114]: Bitmap (offset 8) */ 71e64d31b9Smaya "iiffffp\0" 72e64d31b9Smaya "glBitmap\0" 73e64d31b9Smaya "\0" 74e64d31b9Smaya /* _mesa_function_pool[132]: Color3b (offset 9) */ 75e64d31b9Smaya "iii\0" 76e64d31b9Smaya "glColor3b\0" 77e64d31b9Smaya "\0" 78e64d31b9Smaya /* _mesa_function_pool[147]: Color3bv (offset 10) */ 79e64d31b9Smaya "p\0" 80e64d31b9Smaya "glColor3bv\0" 81e64d31b9Smaya "\0" 82e64d31b9Smaya /* _mesa_function_pool[161]: Color3d (offset 11) */ 83e64d31b9Smaya "ddd\0" 84e64d31b9Smaya "glColor3d\0" 85e64d31b9Smaya "\0" 86e64d31b9Smaya /* _mesa_function_pool[176]: Color3dv (offset 12) */ 87e64d31b9Smaya "p\0" 88e64d31b9Smaya "glColor3dv\0" 89e64d31b9Smaya "\0" 90e64d31b9Smaya /* _mesa_function_pool[190]: Color3f (offset 13) */ 91e64d31b9Smaya "fff\0" 92e64d31b9Smaya "glColor3f\0" 93e64d31b9Smaya "\0" 94e64d31b9Smaya /* _mesa_function_pool[205]: Color3fv (offset 14) */ 95e64d31b9Smaya "p\0" 96e64d31b9Smaya "glColor3fv\0" 97e64d31b9Smaya "\0" 98e64d31b9Smaya /* _mesa_function_pool[219]: Color3i (offset 15) */ 99e64d31b9Smaya "iii\0" 100e64d31b9Smaya "glColor3i\0" 101e64d31b9Smaya "\0" 102e64d31b9Smaya /* _mesa_function_pool[234]: Color3iv (offset 16) */ 103e64d31b9Smaya "p\0" 104e64d31b9Smaya "glColor3iv\0" 105e64d31b9Smaya "\0" 106e64d31b9Smaya /* _mesa_function_pool[248]: Color3s (offset 17) */ 107e64d31b9Smaya "iii\0" 108e64d31b9Smaya "glColor3s\0" 109e64d31b9Smaya "\0" 110e64d31b9Smaya /* _mesa_function_pool[263]: Color3sv (offset 18) */ 111e64d31b9Smaya "p\0" 112e64d31b9Smaya "glColor3sv\0" 113e64d31b9Smaya "\0" 114e64d31b9Smaya /* _mesa_function_pool[277]: Color3ub (offset 19) */ 115e64d31b9Smaya "iii\0" 116e64d31b9Smaya "glColor3ub\0" 117e64d31b9Smaya "\0" 118e64d31b9Smaya /* _mesa_function_pool[293]: Color3ubv (offset 20) */ 119e64d31b9Smaya "p\0" 120e64d31b9Smaya "glColor3ubv\0" 121e64d31b9Smaya "\0" 122e64d31b9Smaya /* _mesa_function_pool[308]: Color3ui (offset 21) */ 123e64d31b9Smaya "iii\0" 124e64d31b9Smaya "glColor3ui\0" 125e64d31b9Smaya "\0" 126e64d31b9Smaya /* _mesa_function_pool[324]: Color3uiv (offset 22) */ 127e64d31b9Smaya "p\0" 128e64d31b9Smaya "glColor3uiv\0" 129e64d31b9Smaya "\0" 130e64d31b9Smaya /* _mesa_function_pool[339]: Color3us (offset 23) */ 131e64d31b9Smaya "iii\0" 132e64d31b9Smaya "glColor3us\0" 133e64d31b9Smaya "\0" 134e64d31b9Smaya /* _mesa_function_pool[355]: Color3usv (offset 24) */ 135e64d31b9Smaya "p\0" 136e64d31b9Smaya "glColor3usv\0" 137e64d31b9Smaya "\0" 138e64d31b9Smaya /* _mesa_function_pool[370]: Color4b (offset 25) */ 139e64d31b9Smaya "iiii\0" 140e64d31b9Smaya "glColor4b\0" 141e64d31b9Smaya "\0" 142e64d31b9Smaya /* _mesa_function_pool[386]: Color4bv (offset 26) */ 143e64d31b9Smaya "p\0" 144e64d31b9Smaya "glColor4bv\0" 145e64d31b9Smaya "\0" 146e64d31b9Smaya /* _mesa_function_pool[400]: Color4d (offset 27) */ 147e64d31b9Smaya "dddd\0" 148e64d31b9Smaya "glColor4d\0" 149e64d31b9Smaya "\0" 150e64d31b9Smaya /* _mesa_function_pool[416]: Color4dv (offset 28) */ 151e64d31b9Smaya "p\0" 152e64d31b9Smaya "glColor4dv\0" 153e64d31b9Smaya "\0" 154e64d31b9Smaya /* _mesa_function_pool[430]: Color4f (offset 29) */ 155e64d31b9Smaya "ffff\0" 156e64d31b9Smaya "glColor4f\0" 157e64d31b9Smaya "\0" 158e64d31b9Smaya /* _mesa_function_pool[446]: Color4fv (offset 30) */ 159e64d31b9Smaya "p\0" 160e64d31b9Smaya "glColor4fv\0" 161e64d31b9Smaya "\0" 162e64d31b9Smaya /* _mesa_function_pool[460]: Color4i (offset 31) */ 163e64d31b9Smaya "iiii\0" 164e64d31b9Smaya "glColor4i\0" 165e64d31b9Smaya "\0" 166e64d31b9Smaya /* _mesa_function_pool[476]: Color4iv (offset 32) */ 167e64d31b9Smaya "p\0" 168e64d31b9Smaya "glColor4iv\0" 169e64d31b9Smaya "\0" 170e64d31b9Smaya /* _mesa_function_pool[490]: Color4s (offset 33) */ 171e64d31b9Smaya "iiii\0" 172e64d31b9Smaya "glColor4s\0" 173e64d31b9Smaya "\0" 174e64d31b9Smaya /* _mesa_function_pool[506]: Color4sv (offset 34) */ 175e64d31b9Smaya "p\0" 176e64d31b9Smaya "glColor4sv\0" 177e64d31b9Smaya "\0" 178e64d31b9Smaya /* _mesa_function_pool[520]: Color4ub (offset 35) */ 179e64d31b9Smaya "iiii\0" 180e64d31b9Smaya "glColor4ub\0" 181e64d31b9Smaya "\0" 182e64d31b9Smaya /* _mesa_function_pool[537]: Color4ubv (offset 36) */ 183e64d31b9Smaya "p\0" 184e64d31b9Smaya "glColor4ubv\0" 185e64d31b9Smaya "\0" 186e64d31b9Smaya /* _mesa_function_pool[552]: Color4ui (offset 37) */ 187e64d31b9Smaya "iiii\0" 188e64d31b9Smaya "glColor4ui\0" 189e64d31b9Smaya "\0" 190e64d31b9Smaya /* _mesa_function_pool[569]: Color4uiv (offset 38) */ 191e64d31b9Smaya "p\0" 192e64d31b9Smaya "glColor4uiv\0" 193e64d31b9Smaya "\0" 194e64d31b9Smaya /* _mesa_function_pool[584]: Color4us (offset 39) */ 195e64d31b9Smaya "iiii\0" 196e64d31b9Smaya "glColor4us\0" 197e64d31b9Smaya "\0" 198e64d31b9Smaya /* _mesa_function_pool[601]: Color4usv (offset 40) */ 199e64d31b9Smaya "p\0" 200e64d31b9Smaya "glColor4usv\0" 201e64d31b9Smaya "\0" 202e64d31b9Smaya /* _mesa_function_pool[616]: EdgeFlag (offset 41) */ 203e64d31b9Smaya "i\0" 204e64d31b9Smaya "glEdgeFlag\0" 205e64d31b9Smaya "\0" 206e64d31b9Smaya /* _mesa_function_pool[630]: EdgeFlagv (offset 42) */ 207e64d31b9Smaya "p\0" 208e64d31b9Smaya "glEdgeFlagv\0" 209e64d31b9Smaya "\0" 210e64d31b9Smaya /* _mesa_function_pool[645]: End (offset 43) */ 211e64d31b9Smaya "\0" 212e64d31b9Smaya "glEnd\0" 213e64d31b9Smaya "\0" 214e64d31b9Smaya /* _mesa_function_pool[653]: Indexd (offset 44) */ 215e64d31b9Smaya "d\0" 216e64d31b9Smaya "glIndexd\0" 217e64d31b9Smaya "\0" 218e64d31b9Smaya /* _mesa_function_pool[665]: Indexdv (offset 45) */ 219e64d31b9Smaya "p\0" 220e64d31b9Smaya "glIndexdv\0" 221e64d31b9Smaya "\0" 222e64d31b9Smaya /* _mesa_function_pool[678]: Indexf (offset 46) */ 223e64d31b9Smaya "f\0" 224e64d31b9Smaya "glIndexf\0" 225e64d31b9Smaya "\0" 226e64d31b9Smaya /* _mesa_function_pool[690]: Indexfv (offset 47) */ 227e64d31b9Smaya "p\0" 228e64d31b9Smaya "glIndexfv\0" 229e64d31b9Smaya "\0" 230e64d31b9Smaya /* _mesa_function_pool[703]: Indexi (offset 48) */ 231e64d31b9Smaya "i\0" 232e64d31b9Smaya "glIndexi\0" 233e64d31b9Smaya "\0" 234e64d31b9Smaya /* _mesa_function_pool[715]: Indexiv (offset 49) */ 235e64d31b9Smaya "p\0" 236e64d31b9Smaya "glIndexiv\0" 237e64d31b9Smaya "\0" 238e64d31b9Smaya /* _mesa_function_pool[728]: Indexs (offset 50) */ 239e64d31b9Smaya "i\0" 240e64d31b9Smaya "glIndexs\0" 241e64d31b9Smaya "\0" 242e64d31b9Smaya /* _mesa_function_pool[740]: Indexsv (offset 51) */ 243e64d31b9Smaya "p\0" 244e64d31b9Smaya "glIndexsv\0" 245e64d31b9Smaya "\0" 246e64d31b9Smaya /* _mesa_function_pool[753]: Normal3b (offset 52) */ 247e64d31b9Smaya "iii\0" 248e64d31b9Smaya "glNormal3b\0" 249e64d31b9Smaya "\0" 250e64d31b9Smaya /* _mesa_function_pool[769]: Normal3bv (offset 53) */ 251e64d31b9Smaya "p\0" 252e64d31b9Smaya "glNormal3bv\0" 253e64d31b9Smaya "\0" 254e64d31b9Smaya /* _mesa_function_pool[784]: Normal3d (offset 54) */ 255e64d31b9Smaya "ddd\0" 256e64d31b9Smaya "glNormal3d\0" 257e64d31b9Smaya "\0" 258e64d31b9Smaya /* _mesa_function_pool[800]: Normal3dv (offset 55) */ 259e64d31b9Smaya "p\0" 260e64d31b9Smaya "glNormal3dv\0" 261e64d31b9Smaya "\0" 262e64d31b9Smaya /* _mesa_function_pool[815]: Normal3f (offset 56) */ 263e64d31b9Smaya "fff\0" 264e64d31b9Smaya "glNormal3f\0" 265e64d31b9Smaya "\0" 266e64d31b9Smaya /* _mesa_function_pool[831]: Normal3fv (offset 57) */ 267e64d31b9Smaya "p\0" 268e64d31b9Smaya "glNormal3fv\0" 269e64d31b9Smaya "\0" 270e64d31b9Smaya /* _mesa_function_pool[846]: Normal3i (offset 58) */ 271e64d31b9Smaya "iii\0" 272e64d31b9Smaya "glNormal3i\0" 273e64d31b9Smaya "\0" 274e64d31b9Smaya /* _mesa_function_pool[862]: Normal3iv (offset 59) */ 275e64d31b9Smaya "p\0" 276e64d31b9Smaya "glNormal3iv\0" 277e64d31b9Smaya "\0" 278e64d31b9Smaya /* _mesa_function_pool[877]: Normal3s (offset 60) */ 279e64d31b9Smaya "iii\0" 280e64d31b9Smaya "glNormal3s\0" 281e64d31b9Smaya "\0" 282e64d31b9Smaya /* _mesa_function_pool[893]: Normal3sv (offset 61) */ 283e64d31b9Smaya "p\0" 284e64d31b9Smaya "glNormal3sv\0" 285e64d31b9Smaya "\0" 286e64d31b9Smaya /* _mesa_function_pool[908]: RasterPos2d (offset 62) */ 287e64d31b9Smaya "dd\0" 288e64d31b9Smaya "glRasterPos2d\0" 289e64d31b9Smaya "\0" 290e64d31b9Smaya /* _mesa_function_pool[926]: RasterPos2dv (offset 63) */ 291e64d31b9Smaya "p\0" 292e64d31b9Smaya "glRasterPos2dv\0" 293e64d31b9Smaya "\0" 294e64d31b9Smaya /* _mesa_function_pool[944]: RasterPos2f (offset 64) */ 295e64d31b9Smaya "ff\0" 296e64d31b9Smaya "glRasterPos2f\0" 297e64d31b9Smaya "\0" 298e64d31b9Smaya /* _mesa_function_pool[962]: RasterPos2fv (offset 65) */ 299e64d31b9Smaya "p\0" 300e64d31b9Smaya "glRasterPos2fv\0" 301e64d31b9Smaya "\0" 302e64d31b9Smaya /* _mesa_function_pool[980]: RasterPos2i (offset 66) */ 303e64d31b9Smaya "ii\0" 304e64d31b9Smaya "glRasterPos2i\0" 305e64d31b9Smaya "\0" 306e64d31b9Smaya /* _mesa_function_pool[998]: RasterPos2iv (offset 67) */ 307e64d31b9Smaya "p\0" 308e64d31b9Smaya "glRasterPos2iv\0" 309e64d31b9Smaya "\0" 310e64d31b9Smaya /* _mesa_function_pool[1016]: RasterPos2s (offset 68) */ 311e64d31b9Smaya "ii\0" 312e64d31b9Smaya "glRasterPos2s\0" 313e64d31b9Smaya "\0" 314e64d31b9Smaya /* _mesa_function_pool[1034]: RasterPos2sv (offset 69) */ 315e64d31b9Smaya "p\0" 316e64d31b9Smaya "glRasterPos2sv\0" 317e64d31b9Smaya "\0" 318e64d31b9Smaya /* _mesa_function_pool[1052]: RasterPos3d (offset 70) */ 319e64d31b9Smaya "ddd\0" 320e64d31b9Smaya "glRasterPos3d\0" 321e64d31b9Smaya "\0" 322e64d31b9Smaya /* _mesa_function_pool[1071]: RasterPos3dv (offset 71) */ 323e64d31b9Smaya "p\0" 324e64d31b9Smaya "glRasterPos3dv\0" 325e64d31b9Smaya "\0" 326e64d31b9Smaya /* _mesa_function_pool[1089]: RasterPos3f (offset 72) */ 327e64d31b9Smaya "fff\0" 328e64d31b9Smaya "glRasterPos3f\0" 329e64d31b9Smaya "\0" 330e64d31b9Smaya /* _mesa_function_pool[1108]: RasterPos3fv (offset 73) */ 331e64d31b9Smaya "p\0" 332e64d31b9Smaya "glRasterPos3fv\0" 333e64d31b9Smaya "\0" 334e64d31b9Smaya /* _mesa_function_pool[1126]: RasterPos3i (offset 74) */ 335e64d31b9Smaya "iii\0" 336e64d31b9Smaya "glRasterPos3i\0" 337e64d31b9Smaya "\0" 338e64d31b9Smaya /* _mesa_function_pool[1145]: RasterPos3iv (offset 75) */ 339e64d31b9Smaya "p\0" 340e64d31b9Smaya "glRasterPos3iv\0" 341e64d31b9Smaya "\0" 342e64d31b9Smaya /* _mesa_function_pool[1163]: RasterPos3s (offset 76) */ 343e64d31b9Smaya "iii\0" 344e64d31b9Smaya "glRasterPos3s\0" 345e64d31b9Smaya "\0" 346e64d31b9Smaya /* _mesa_function_pool[1182]: RasterPos3sv (offset 77) */ 347e64d31b9Smaya "p\0" 348e64d31b9Smaya "glRasterPos3sv\0" 349e64d31b9Smaya "\0" 350e64d31b9Smaya /* _mesa_function_pool[1200]: RasterPos4d (offset 78) */ 351e64d31b9Smaya "dddd\0" 352e64d31b9Smaya "glRasterPos4d\0" 353e64d31b9Smaya "\0" 354e64d31b9Smaya /* _mesa_function_pool[1220]: RasterPos4dv (offset 79) */ 355e64d31b9Smaya "p\0" 356e64d31b9Smaya "glRasterPos4dv\0" 357e64d31b9Smaya "\0" 358e64d31b9Smaya /* _mesa_function_pool[1238]: RasterPos4f (offset 80) */ 359e64d31b9Smaya "ffff\0" 360e64d31b9Smaya "glRasterPos4f\0" 361e64d31b9Smaya "\0" 362e64d31b9Smaya /* _mesa_function_pool[1258]: RasterPos4fv (offset 81) */ 363e64d31b9Smaya "p\0" 364e64d31b9Smaya "glRasterPos4fv\0" 365e64d31b9Smaya "\0" 366e64d31b9Smaya /* _mesa_function_pool[1276]: RasterPos4i (offset 82) */ 367e64d31b9Smaya "iiii\0" 368e64d31b9Smaya "glRasterPos4i\0" 369e64d31b9Smaya "\0" 370e64d31b9Smaya /* _mesa_function_pool[1296]: RasterPos4iv (offset 83) */ 371e64d31b9Smaya "p\0" 372e64d31b9Smaya "glRasterPos4iv\0" 373e64d31b9Smaya "\0" 374e64d31b9Smaya /* _mesa_function_pool[1314]: RasterPos4s (offset 84) */ 375e64d31b9Smaya "iiii\0" 376e64d31b9Smaya "glRasterPos4s\0" 377e64d31b9Smaya "\0" 378e64d31b9Smaya /* _mesa_function_pool[1334]: RasterPos4sv (offset 85) */ 379e64d31b9Smaya "p\0" 380e64d31b9Smaya "glRasterPos4sv\0" 381e64d31b9Smaya "\0" 382e64d31b9Smaya /* _mesa_function_pool[1352]: Rectd (offset 86) */ 383e64d31b9Smaya "dddd\0" 384e64d31b9Smaya "glRectd\0" 385e64d31b9Smaya "\0" 386e64d31b9Smaya /* _mesa_function_pool[1366]: Rectdv (offset 87) */ 387e64d31b9Smaya "pp\0" 388e64d31b9Smaya "glRectdv\0" 389e64d31b9Smaya "\0" 390e64d31b9Smaya /* _mesa_function_pool[1379]: Rectf (offset 88) */ 391e64d31b9Smaya "ffff\0" 392e64d31b9Smaya "glRectf\0" 393e64d31b9Smaya "\0" 394e64d31b9Smaya /* _mesa_function_pool[1393]: Rectfv (offset 89) */ 395e64d31b9Smaya "pp\0" 396e64d31b9Smaya "glRectfv\0" 397e64d31b9Smaya "\0" 398e64d31b9Smaya /* _mesa_function_pool[1406]: Recti (offset 90) */ 399e64d31b9Smaya "iiii\0" 400e64d31b9Smaya "glRecti\0" 401e64d31b9Smaya "\0" 402e64d31b9Smaya /* _mesa_function_pool[1420]: Rectiv (offset 91) */ 403e64d31b9Smaya "pp\0" 404e64d31b9Smaya "glRectiv\0" 405e64d31b9Smaya "\0" 406e64d31b9Smaya /* _mesa_function_pool[1433]: Rects (offset 92) */ 407e64d31b9Smaya "iiii\0" 408e64d31b9Smaya "glRects\0" 409e64d31b9Smaya "\0" 410e64d31b9Smaya /* _mesa_function_pool[1447]: Rectsv (offset 93) */ 411e64d31b9Smaya "pp\0" 412e64d31b9Smaya "glRectsv\0" 413e64d31b9Smaya "\0" 414e64d31b9Smaya /* _mesa_function_pool[1460]: TexCoord1d (offset 94) */ 415e64d31b9Smaya "d\0" 416e64d31b9Smaya "glTexCoord1d\0" 417e64d31b9Smaya "\0" 418e64d31b9Smaya /* _mesa_function_pool[1476]: TexCoord1dv (offset 95) */ 419e64d31b9Smaya "p\0" 420e64d31b9Smaya "glTexCoord1dv\0" 421e64d31b9Smaya "\0" 422e64d31b9Smaya /* _mesa_function_pool[1493]: TexCoord1f (offset 96) */ 423e64d31b9Smaya "f\0" 424e64d31b9Smaya "glTexCoord1f\0" 425e64d31b9Smaya "\0" 426e64d31b9Smaya /* _mesa_function_pool[1509]: TexCoord1fv (offset 97) */ 427e64d31b9Smaya "p\0" 428e64d31b9Smaya "glTexCoord1fv\0" 429e64d31b9Smaya "\0" 430e64d31b9Smaya /* _mesa_function_pool[1526]: TexCoord1i (offset 98) */ 431e64d31b9Smaya "i\0" 432e64d31b9Smaya "glTexCoord1i\0" 433e64d31b9Smaya "\0" 434e64d31b9Smaya /* _mesa_function_pool[1542]: TexCoord1iv (offset 99) */ 435e64d31b9Smaya "p\0" 436e64d31b9Smaya "glTexCoord1iv\0" 437e64d31b9Smaya "\0" 438e64d31b9Smaya /* _mesa_function_pool[1559]: TexCoord1s (offset 100) */ 439e64d31b9Smaya "i\0" 440e64d31b9Smaya "glTexCoord1s\0" 441e64d31b9Smaya "\0" 442e64d31b9Smaya /* _mesa_function_pool[1575]: TexCoord1sv (offset 101) */ 443e64d31b9Smaya "p\0" 444e64d31b9Smaya "glTexCoord1sv\0" 445e64d31b9Smaya "\0" 446e64d31b9Smaya /* _mesa_function_pool[1592]: TexCoord2d (offset 102) */ 447e64d31b9Smaya "dd\0" 448e64d31b9Smaya "glTexCoord2d\0" 449e64d31b9Smaya "\0" 450e64d31b9Smaya /* _mesa_function_pool[1609]: TexCoord2dv (offset 103) */ 451e64d31b9Smaya "p\0" 452e64d31b9Smaya "glTexCoord2dv\0" 453e64d31b9Smaya "\0" 454e64d31b9Smaya /* _mesa_function_pool[1626]: TexCoord2f (offset 104) */ 455e64d31b9Smaya "ff\0" 456e64d31b9Smaya "glTexCoord2f\0" 457e64d31b9Smaya "\0" 458e64d31b9Smaya /* _mesa_function_pool[1643]: TexCoord2fv (offset 105) */ 459e64d31b9Smaya "p\0" 460e64d31b9Smaya "glTexCoord2fv\0" 461e64d31b9Smaya "\0" 462e64d31b9Smaya /* _mesa_function_pool[1660]: TexCoord2i (offset 106) */ 463e64d31b9Smaya "ii\0" 464e64d31b9Smaya "glTexCoord2i\0" 465e64d31b9Smaya "\0" 466e64d31b9Smaya /* _mesa_function_pool[1677]: TexCoord2iv (offset 107) */ 467e64d31b9Smaya "p\0" 468e64d31b9Smaya "glTexCoord2iv\0" 469e64d31b9Smaya "\0" 470e64d31b9Smaya /* _mesa_function_pool[1694]: TexCoord2s (offset 108) */ 471e64d31b9Smaya "ii\0" 472e64d31b9Smaya "glTexCoord2s\0" 473e64d31b9Smaya "\0" 474e64d31b9Smaya /* _mesa_function_pool[1711]: TexCoord2sv (offset 109) */ 475e64d31b9Smaya "p\0" 476e64d31b9Smaya "glTexCoord2sv\0" 477e64d31b9Smaya "\0" 478e64d31b9Smaya /* _mesa_function_pool[1728]: TexCoord3d (offset 110) */ 479e64d31b9Smaya "ddd\0" 480e64d31b9Smaya "glTexCoord3d\0" 481e64d31b9Smaya "\0" 482e64d31b9Smaya /* _mesa_function_pool[1746]: TexCoord3dv (offset 111) */ 483e64d31b9Smaya "p\0" 484e64d31b9Smaya "glTexCoord3dv\0" 485e64d31b9Smaya "\0" 486e64d31b9Smaya /* _mesa_function_pool[1763]: TexCoord3f (offset 112) */ 487e64d31b9Smaya "fff\0" 488e64d31b9Smaya "glTexCoord3f\0" 489e64d31b9Smaya "\0" 490e64d31b9Smaya /* _mesa_function_pool[1781]: TexCoord3fv (offset 113) */ 491e64d31b9Smaya "p\0" 492e64d31b9Smaya "glTexCoord3fv\0" 493e64d31b9Smaya "\0" 494e64d31b9Smaya /* _mesa_function_pool[1798]: TexCoord3i (offset 114) */ 495e64d31b9Smaya "iii\0" 496e64d31b9Smaya "glTexCoord3i\0" 497e64d31b9Smaya "\0" 498e64d31b9Smaya /* _mesa_function_pool[1816]: TexCoord3iv (offset 115) */ 499e64d31b9Smaya "p\0" 500e64d31b9Smaya "glTexCoord3iv\0" 501e64d31b9Smaya "\0" 502e64d31b9Smaya /* _mesa_function_pool[1833]: TexCoord3s (offset 116) */ 503e64d31b9Smaya "iii\0" 504e64d31b9Smaya "glTexCoord3s\0" 505e64d31b9Smaya "\0" 506e64d31b9Smaya /* _mesa_function_pool[1851]: TexCoord3sv (offset 117) */ 507e64d31b9Smaya "p\0" 508e64d31b9Smaya "glTexCoord3sv\0" 509e64d31b9Smaya "\0" 510e64d31b9Smaya /* _mesa_function_pool[1868]: TexCoord4d (offset 118) */ 511e64d31b9Smaya "dddd\0" 512e64d31b9Smaya "glTexCoord4d\0" 513e64d31b9Smaya "\0" 514e64d31b9Smaya /* _mesa_function_pool[1887]: TexCoord4dv (offset 119) */ 515e64d31b9Smaya "p\0" 516e64d31b9Smaya "glTexCoord4dv\0" 517e64d31b9Smaya "\0" 518e64d31b9Smaya /* _mesa_function_pool[1904]: TexCoord4f (offset 120) */ 519e64d31b9Smaya "ffff\0" 520e64d31b9Smaya "glTexCoord4f\0" 521e64d31b9Smaya "\0" 522e64d31b9Smaya /* _mesa_function_pool[1923]: TexCoord4fv (offset 121) */ 523e64d31b9Smaya "p\0" 524e64d31b9Smaya "glTexCoord4fv\0" 525e64d31b9Smaya "\0" 526e64d31b9Smaya /* _mesa_function_pool[1940]: TexCoord4i (offset 122) */ 527e64d31b9Smaya "iiii\0" 528e64d31b9Smaya "glTexCoord4i\0" 529e64d31b9Smaya "\0" 530e64d31b9Smaya /* _mesa_function_pool[1959]: TexCoord4iv (offset 123) */ 531e64d31b9Smaya "p\0" 532e64d31b9Smaya "glTexCoord4iv\0" 533e64d31b9Smaya "\0" 534e64d31b9Smaya /* _mesa_function_pool[1976]: TexCoord4s (offset 124) */ 535e64d31b9Smaya "iiii\0" 536e64d31b9Smaya "glTexCoord4s\0" 537e64d31b9Smaya "\0" 538e64d31b9Smaya /* _mesa_function_pool[1995]: TexCoord4sv (offset 125) */ 539e64d31b9Smaya "p\0" 540e64d31b9Smaya "glTexCoord4sv\0" 541e64d31b9Smaya "\0" 542e64d31b9Smaya /* _mesa_function_pool[2012]: Vertex2d (offset 126) */ 543e64d31b9Smaya "dd\0" 544e64d31b9Smaya "glVertex2d\0" 545e64d31b9Smaya "\0" 546e64d31b9Smaya /* _mesa_function_pool[2027]: Vertex2dv (offset 127) */ 547e64d31b9Smaya "p\0" 548e64d31b9Smaya "glVertex2dv\0" 549e64d31b9Smaya "\0" 550e64d31b9Smaya /* _mesa_function_pool[2042]: Vertex2f (offset 128) */ 551e64d31b9Smaya "ff\0" 552e64d31b9Smaya "glVertex2f\0" 553e64d31b9Smaya "\0" 554e64d31b9Smaya /* _mesa_function_pool[2057]: Vertex2fv (offset 129) */ 555e64d31b9Smaya "p\0" 556e64d31b9Smaya "glVertex2fv\0" 557e64d31b9Smaya "\0" 558e64d31b9Smaya /* _mesa_function_pool[2072]: Vertex2i (offset 130) */ 559e64d31b9Smaya "ii\0" 560e64d31b9Smaya "glVertex2i\0" 561e64d31b9Smaya "\0" 562e64d31b9Smaya /* _mesa_function_pool[2087]: Vertex2iv (offset 131) */ 563e64d31b9Smaya "p\0" 564e64d31b9Smaya "glVertex2iv\0" 565e64d31b9Smaya "\0" 566e64d31b9Smaya /* _mesa_function_pool[2102]: Vertex2s (offset 132) */ 567e64d31b9Smaya "ii\0" 568e64d31b9Smaya "glVertex2s\0" 569e64d31b9Smaya "\0" 570e64d31b9Smaya /* _mesa_function_pool[2117]: Vertex2sv (offset 133) */ 571e64d31b9Smaya "p\0" 572e64d31b9Smaya "glVertex2sv\0" 573e64d31b9Smaya "\0" 574e64d31b9Smaya /* _mesa_function_pool[2132]: Vertex3d (offset 134) */ 575e64d31b9Smaya "ddd\0" 576e64d31b9Smaya "glVertex3d\0" 577e64d31b9Smaya "\0" 578e64d31b9Smaya /* _mesa_function_pool[2148]: Vertex3dv (offset 135) */ 579e64d31b9Smaya "p\0" 580e64d31b9Smaya "glVertex3dv\0" 581e64d31b9Smaya "\0" 582e64d31b9Smaya /* _mesa_function_pool[2163]: Vertex3f (offset 136) */ 583e64d31b9Smaya "fff\0" 584e64d31b9Smaya "glVertex3f\0" 585e64d31b9Smaya "\0" 586e64d31b9Smaya /* _mesa_function_pool[2179]: Vertex3fv (offset 137) */ 587e64d31b9Smaya "p\0" 588e64d31b9Smaya "glVertex3fv\0" 589e64d31b9Smaya "\0" 590e64d31b9Smaya /* _mesa_function_pool[2194]: Vertex3i (offset 138) */ 591e64d31b9Smaya "iii\0" 592e64d31b9Smaya "glVertex3i\0" 593e64d31b9Smaya "\0" 594e64d31b9Smaya /* _mesa_function_pool[2210]: Vertex3iv (offset 139) */ 595e64d31b9Smaya "p\0" 596e64d31b9Smaya "glVertex3iv\0" 597e64d31b9Smaya "\0" 598e64d31b9Smaya /* _mesa_function_pool[2225]: Vertex3s (offset 140) */ 599e64d31b9Smaya "iii\0" 600e64d31b9Smaya "glVertex3s\0" 601e64d31b9Smaya "\0" 602e64d31b9Smaya /* _mesa_function_pool[2241]: Vertex3sv (offset 141) */ 603e64d31b9Smaya "p\0" 604e64d31b9Smaya "glVertex3sv\0" 605e64d31b9Smaya "\0" 606e64d31b9Smaya /* _mesa_function_pool[2256]: Vertex4d (offset 142) */ 607e64d31b9Smaya "dddd\0" 608e64d31b9Smaya "glVertex4d\0" 609e64d31b9Smaya "\0" 610e64d31b9Smaya /* _mesa_function_pool[2273]: Vertex4dv (offset 143) */ 611e64d31b9Smaya "p\0" 612e64d31b9Smaya "glVertex4dv\0" 613e64d31b9Smaya "\0" 614e64d31b9Smaya /* _mesa_function_pool[2288]: Vertex4f (offset 144) */ 615e64d31b9Smaya "ffff\0" 616e64d31b9Smaya "glVertex4f\0" 617e64d31b9Smaya "\0" 618e64d31b9Smaya /* _mesa_function_pool[2305]: Vertex4fv (offset 145) */ 619e64d31b9Smaya "p\0" 620e64d31b9Smaya "glVertex4fv\0" 621e64d31b9Smaya "\0" 622e64d31b9Smaya /* _mesa_function_pool[2320]: Vertex4i (offset 146) */ 623e64d31b9Smaya "iiii\0" 624e64d31b9Smaya "glVertex4i\0" 625e64d31b9Smaya "\0" 626e64d31b9Smaya /* _mesa_function_pool[2337]: Vertex4iv (offset 147) */ 627e64d31b9Smaya "p\0" 628e64d31b9Smaya "glVertex4iv\0" 629e64d31b9Smaya "\0" 630e64d31b9Smaya /* _mesa_function_pool[2352]: Vertex4s (offset 148) */ 631e64d31b9Smaya "iiii\0" 632e64d31b9Smaya "glVertex4s\0" 633e64d31b9Smaya "\0" 634e64d31b9Smaya /* _mesa_function_pool[2369]: Vertex4sv (offset 149) */ 635e64d31b9Smaya "p\0" 636e64d31b9Smaya "glVertex4sv\0" 637e64d31b9Smaya "\0" 638e64d31b9Smaya /* _mesa_function_pool[2384]: ClipPlane (offset 150) */ 639e64d31b9Smaya "ip\0" 640e64d31b9Smaya "glClipPlane\0" 641e64d31b9Smaya "\0" 642e64d31b9Smaya /* _mesa_function_pool[2400]: ColorMaterial (offset 151) */ 643e64d31b9Smaya "ii\0" 644e64d31b9Smaya "glColorMaterial\0" 645e64d31b9Smaya "\0" 646e64d31b9Smaya /* _mesa_function_pool[2420]: CullFace (offset 152) */ 647e64d31b9Smaya "i\0" 648e64d31b9Smaya "glCullFace\0" 649e64d31b9Smaya "\0" 650e64d31b9Smaya /* _mesa_function_pool[2434]: Fogf (offset 153) */ 651e64d31b9Smaya "if\0" 652e64d31b9Smaya "glFogf\0" 653e64d31b9Smaya "\0" 654e64d31b9Smaya /* _mesa_function_pool[2445]: Fogfv (offset 154) */ 655e64d31b9Smaya "ip\0" 656e64d31b9Smaya "glFogfv\0" 657e64d31b9Smaya "\0" 658e64d31b9Smaya /* _mesa_function_pool[2457]: Fogi (offset 155) */ 659e64d31b9Smaya "ii\0" 660e64d31b9Smaya "glFogi\0" 661e64d31b9Smaya "\0" 662e64d31b9Smaya /* _mesa_function_pool[2468]: Fogiv (offset 156) */ 663e64d31b9Smaya "ip\0" 664e64d31b9Smaya "glFogiv\0" 665e64d31b9Smaya "\0" 666e64d31b9Smaya /* _mesa_function_pool[2480]: FrontFace (offset 157) */ 667e64d31b9Smaya "i\0" 668e64d31b9Smaya "glFrontFace\0" 669e64d31b9Smaya "\0" 670e64d31b9Smaya /* _mesa_function_pool[2495]: Hint (offset 158) */ 671e64d31b9Smaya "ii\0" 672e64d31b9Smaya "glHint\0" 673e64d31b9Smaya "\0" 674e64d31b9Smaya /* _mesa_function_pool[2506]: Lightf (offset 159) */ 675e64d31b9Smaya "iif\0" 676e64d31b9Smaya "glLightf\0" 677e64d31b9Smaya "\0" 678e64d31b9Smaya /* _mesa_function_pool[2520]: Lightfv (offset 160) */ 679e64d31b9Smaya "iip\0" 680e64d31b9Smaya "glLightfv\0" 681e64d31b9Smaya "\0" 682e64d31b9Smaya /* _mesa_function_pool[2535]: Lighti (offset 161) */ 683e64d31b9Smaya "iii\0" 684e64d31b9Smaya "glLighti\0" 685e64d31b9Smaya "\0" 686e64d31b9Smaya /* _mesa_function_pool[2549]: Lightiv (offset 162) */ 687e64d31b9Smaya "iip\0" 688e64d31b9Smaya "glLightiv\0" 689e64d31b9Smaya "\0" 690e64d31b9Smaya /* _mesa_function_pool[2564]: LightModelf (offset 163) */ 691e64d31b9Smaya "if\0" 692e64d31b9Smaya "glLightModelf\0" 693e64d31b9Smaya "\0" 694e64d31b9Smaya /* _mesa_function_pool[2582]: LightModelfv (offset 164) */ 695e64d31b9Smaya "ip\0" 696e64d31b9Smaya "glLightModelfv\0" 697e64d31b9Smaya "\0" 698e64d31b9Smaya /* _mesa_function_pool[2601]: LightModeli (offset 165) */ 699e64d31b9Smaya "ii\0" 700e64d31b9Smaya "glLightModeli\0" 701e64d31b9Smaya "\0" 702e64d31b9Smaya /* _mesa_function_pool[2619]: LightModeliv (offset 166) */ 703e64d31b9Smaya "ip\0" 704e64d31b9Smaya "glLightModeliv\0" 705e64d31b9Smaya "\0" 706e64d31b9Smaya /* _mesa_function_pool[2638]: LineStipple (offset 167) */ 707e64d31b9Smaya "ii\0" 708e64d31b9Smaya "glLineStipple\0" 709e64d31b9Smaya "\0" 710e64d31b9Smaya /* _mesa_function_pool[2656]: LineWidth (offset 168) */ 711e64d31b9Smaya "f\0" 712e64d31b9Smaya "glLineWidth\0" 713e64d31b9Smaya "\0" 714e64d31b9Smaya /* _mesa_function_pool[2671]: Materialf (offset 169) */ 715e64d31b9Smaya "iif\0" 716e64d31b9Smaya "glMaterialf\0" 717e64d31b9Smaya "\0" 718e64d31b9Smaya /* _mesa_function_pool[2688]: Materialfv (offset 170) */ 719e64d31b9Smaya "iip\0" 720e64d31b9Smaya "glMaterialfv\0" 721e64d31b9Smaya "\0" 722e64d31b9Smaya /* _mesa_function_pool[2706]: Materiali (offset 171) */ 723e64d31b9Smaya "iii\0" 724e64d31b9Smaya "glMateriali\0" 725e64d31b9Smaya "\0" 726e64d31b9Smaya /* _mesa_function_pool[2723]: Materialiv (offset 172) */ 727e64d31b9Smaya "iip\0" 728e64d31b9Smaya "glMaterialiv\0" 729e64d31b9Smaya "\0" 730e64d31b9Smaya /* _mesa_function_pool[2741]: PointSize (offset 173) */ 731e64d31b9Smaya "f\0" 732e64d31b9Smaya "glPointSize\0" 733e64d31b9Smaya "\0" 734e64d31b9Smaya /* _mesa_function_pool[2756]: PolygonMode (offset 174) */ 735e64d31b9Smaya "ii\0" 736e64d31b9Smaya "glPolygonMode\0" 737e64d31b9Smaya "\0" 738e64d31b9Smaya /* _mesa_function_pool[2774]: PolygonStipple (offset 175) */ 739e64d31b9Smaya "p\0" 740e64d31b9Smaya "glPolygonStipple\0" 741e64d31b9Smaya "\0" 742e64d31b9Smaya /* _mesa_function_pool[2794]: Scissor (offset 176) */ 743e64d31b9Smaya "iiii\0" 744e64d31b9Smaya "glScissor\0" 745e64d31b9Smaya "\0" 746e64d31b9Smaya /* _mesa_function_pool[2810]: ShadeModel (offset 177) */ 747e64d31b9Smaya "i\0" 748e64d31b9Smaya "glShadeModel\0" 749e64d31b9Smaya "\0" 750e64d31b9Smaya /* _mesa_function_pool[2826]: TexParameterf (offset 178) */ 751e64d31b9Smaya "iif\0" 752e64d31b9Smaya "glTexParameterf\0" 753e64d31b9Smaya "\0" 754e64d31b9Smaya /* _mesa_function_pool[2847]: TexParameterfv (offset 179) */ 755e64d31b9Smaya "iip\0" 756e64d31b9Smaya "glTexParameterfv\0" 757e64d31b9Smaya "\0" 758e64d31b9Smaya /* _mesa_function_pool[2869]: TexParameteri (offset 180) */ 759e64d31b9Smaya "iii\0" 760e64d31b9Smaya "glTexParameteri\0" 761e64d31b9Smaya "\0" 762e64d31b9Smaya /* _mesa_function_pool[2890]: TexParameteriv (offset 181) */ 763e64d31b9Smaya "iip\0" 764e64d31b9Smaya "glTexParameteriv\0" 765e64d31b9Smaya "\0" 766e64d31b9Smaya /* _mesa_function_pool[2912]: TexImage1D (offset 182) */ 767e64d31b9Smaya "iiiiiiip\0" 768e64d31b9Smaya "glTexImage1D\0" 769e64d31b9Smaya "\0" 770e64d31b9Smaya /* _mesa_function_pool[2935]: TexImage2D (offset 183) */ 771e64d31b9Smaya "iiiiiiiip\0" 772e64d31b9Smaya "glTexImage2D\0" 773e64d31b9Smaya "\0" 774e64d31b9Smaya /* _mesa_function_pool[2959]: TexEnvf (offset 184) */ 775e64d31b9Smaya "iif\0" 776e64d31b9Smaya "glTexEnvf\0" 777e64d31b9Smaya "\0" 778e64d31b9Smaya /* _mesa_function_pool[2974]: TexEnvfv (offset 185) */ 779e64d31b9Smaya "iip\0" 780e64d31b9Smaya "glTexEnvfv\0" 781e64d31b9Smaya "\0" 782e64d31b9Smaya /* _mesa_function_pool[2990]: TexEnvi (offset 186) */ 783e64d31b9Smaya "iii\0" 784e64d31b9Smaya "glTexEnvi\0" 785e64d31b9Smaya "\0" 786e64d31b9Smaya /* _mesa_function_pool[3005]: TexEnviv (offset 187) */ 787e64d31b9Smaya "iip\0" 788e64d31b9Smaya "glTexEnviv\0" 789e64d31b9Smaya "\0" 790e64d31b9Smaya /* _mesa_function_pool[3021]: TexGend (offset 188) */ 791e64d31b9Smaya "iid\0" 792e64d31b9Smaya "glTexGend\0" 793e64d31b9Smaya "\0" 794e64d31b9Smaya /* _mesa_function_pool[3036]: TexGendv (offset 189) */ 795e64d31b9Smaya "iip\0" 796e64d31b9Smaya "glTexGendv\0" 797e64d31b9Smaya "\0" 798e64d31b9Smaya /* _mesa_function_pool[3052]: TexGenf (offset 190) */ 799e64d31b9Smaya "iif\0" 800e64d31b9Smaya "glTexGenf\0" 801e64d31b9Smaya "glTexGenfOES\0" 802e64d31b9Smaya "\0" 803e64d31b9Smaya /* _mesa_function_pool[3080]: TexGenfv (offset 191) */ 804e64d31b9Smaya "iip\0" 805e64d31b9Smaya "glTexGenfv\0" 806e64d31b9Smaya "glTexGenfvOES\0" 807e64d31b9Smaya "\0" 808e64d31b9Smaya /* _mesa_function_pool[3110]: TexGeni (offset 192) */ 809e64d31b9Smaya "iii\0" 810e64d31b9Smaya "glTexGeni\0" 811e64d31b9Smaya "glTexGeniOES\0" 812e64d31b9Smaya "\0" 813e64d31b9Smaya /* _mesa_function_pool[3138]: TexGeniv (offset 193) */ 814e64d31b9Smaya "iip\0" 815e64d31b9Smaya "glTexGeniv\0" 816e64d31b9Smaya "glTexGenivOES\0" 817e64d31b9Smaya "\0" 818e64d31b9Smaya /* _mesa_function_pool[3168]: FeedbackBuffer (offset 194) */ 819e64d31b9Smaya "iip\0" 820e64d31b9Smaya "glFeedbackBuffer\0" 821e64d31b9Smaya "\0" 822e64d31b9Smaya /* _mesa_function_pool[3190]: SelectBuffer (offset 195) */ 823e64d31b9Smaya "ip\0" 824e64d31b9Smaya "glSelectBuffer\0" 825e64d31b9Smaya "\0" 826e64d31b9Smaya /* _mesa_function_pool[3209]: RenderMode (offset 196) */ 827e64d31b9Smaya "i\0" 828e64d31b9Smaya "glRenderMode\0" 829e64d31b9Smaya "\0" 830e64d31b9Smaya /* _mesa_function_pool[3225]: InitNames (offset 197) */ 831e64d31b9Smaya "\0" 832e64d31b9Smaya "glInitNames\0" 833e64d31b9Smaya "\0" 834e64d31b9Smaya /* _mesa_function_pool[3239]: LoadName (offset 198) */ 835e64d31b9Smaya "i\0" 836e64d31b9Smaya "glLoadName\0" 837e64d31b9Smaya "\0" 838e64d31b9Smaya /* _mesa_function_pool[3253]: PassThrough (offset 199) */ 839e64d31b9Smaya "f\0" 840e64d31b9Smaya "glPassThrough\0" 841e64d31b9Smaya "\0" 842e64d31b9Smaya /* _mesa_function_pool[3270]: PopName (offset 200) */ 843e64d31b9Smaya "\0" 844e64d31b9Smaya "glPopName\0" 845e64d31b9Smaya "\0" 846e64d31b9Smaya /* _mesa_function_pool[3282]: PushName (offset 201) */ 847e64d31b9Smaya "i\0" 848e64d31b9Smaya "glPushName\0" 849e64d31b9Smaya "\0" 850e64d31b9Smaya /* _mesa_function_pool[3296]: DrawBuffer (offset 202) */ 851e64d31b9Smaya "i\0" 852e64d31b9Smaya "glDrawBuffer\0" 853e64d31b9Smaya "\0" 854e64d31b9Smaya /* _mesa_function_pool[3312]: Clear (offset 203) */ 855e64d31b9Smaya "i\0" 856e64d31b9Smaya "glClear\0" 857e64d31b9Smaya "\0" 858e64d31b9Smaya /* _mesa_function_pool[3323]: ClearAccum (offset 204) */ 859e64d31b9Smaya "ffff\0" 860e64d31b9Smaya "glClearAccum\0" 861e64d31b9Smaya "\0" 862e64d31b9Smaya /* _mesa_function_pool[3342]: ClearIndex (offset 205) */ 863e64d31b9Smaya "f\0" 864e64d31b9Smaya "glClearIndex\0" 865e64d31b9Smaya "\0" 866e64d31b9Smaya /* _mesa_function_pool[3358]: ClearColor (offset 206) */ 867e64d31b9Smaya "ffff\0" 868e64d31b9Smaya "glClearColor\0" 869e64d31b9Smaya "\0" 870e64d31b9Smaya /* _mesa_function_pool[3377]: ClearStencil (offset 207) */ 871e64d31b9Smaya "i\0" 872e64d31b9Smaya "glClearStencil\0" 873e64d31b9Smaya "\0" 874e64d31b9Smaya /* _mesa_function_pool[3395]: ClearDepth (offset 208) */ 875e64d31b9Smaya "d\0" 876e64d31b9Smaya "glClearDepth\0" 877e64d31b9Smaya "\0" 878e64d31b9Smaya /* _mesa_function_pool[3411]: StencilMask (offset 209) */ 879e64d31b9Smaya "i\0" 880e64d31b9Smaya "glStencilMask\0" 881e64d31b9Smaya "\0" 882e64d31b9Smaya /* _mesa_function_pool[3428]: ColorMask (offset 210) */ 883e64d31b9Smaya "iiii\0" 884e64d31b9Smaya "glColorMask\0" 885e64d31b9Smaya "\0" 886e64d31b9Smaya /* _mesa_function_pool[3446]: DepthMask (offset 211) */ 887e64d31b9Smaya "i\0" 888e64d31b9Smaya "glDepthMask\0" 889e64d31b9Smaya "\0" 890e64d31b9Smaya /* _mesa_function_pool[3461]: IndexMask (offset 212) */ 891e64d31b9Smaya "i\0" 892e64d31b9Smaya "glIndexMask\0" 893e64d31b9Smaya "\0" 894e64d31b9Smaya /* _mesa_function_pool[3476]: Accum (offset 213) */ 895e64d31b9Smaya "if\0" 896e64d31b9Smaya "glAccum\0" 897e64d31b9Smaya "\0" 898e64d31b9Smaya /* _mesa_function_pool[3488]: Disable (offset 214) */ 899e64d31b9Smaya "i\0" 900e64d31b9Smaya "glDisable\0" 901e64d31b9Smaya "\0" 902e64d31b9Smaya /* _mesa_function_pool[3501]: Enable (offset 215) */ 903e64d31b9Smaya "i\0" 904e64d31b9Smaya "glEnable\0" 905e64d31b9Smaya "\0" 906e64d31b9Smaya /* _mesa_function_pool[3513]: Finish (offset 216) */ 907e64d31b9Smaya "\0" 908e64d31b9Smaya "glFinish\0" 909e64d31b9Smaya "\0" 910e64d31b9Smaya /* _mesa_function_pool[3524]: Flush (offset 217) */ 911e64d31b9Smaya "\0" 912e64d31b9Smaya "glFlush\0" 913e64d31b9Smaya "\0" 914e64d31b9Smaya /* _mesa_function_pool[3534]: PopAttrib (offset 218) */ 915e64d31b9Smaya "\0" 916e64d31b9Smaya "glPopAttrib\0" 917e64d31b9Smaya "\0" 918e64d31b9Smaya /* _mesa_function_pool[3548]: PushAttrib (offset 219) */ 919e64d31b9Smaya "i\0" 920e64d31b9Smaya "glPushAttrib\0" 921e64d31b9Smaya "\0" 922e64d31b9Smaya /* _mesa_function_pool[3564]: Map1d (offset 220) */ 923e64d31b9Smaya "iddiip\0" 924e64d31b9Smaya "glMap1d\0" 925e64d31b9Smaya "\0" 926e64d31b9Smaya /* _mesa_function_pool[3580]: Map1f (offset 221) */ 927e64d31b9Smaya "iffiip\0" 928e64d31b9Smaya "glMap1f\0" 929e64d31b9Smaya "\0" 930e64d31b9Smaya /* _mesa_function_pool[3596]: Map2d (offset 222) */ 931e64d31b9Smaya "iddiiddiip\0" 932e64d31b9Smaya "glMap2d\0" 933e64d31b9Smaya "\0" 934e64d31b9Smaya /* _mesa_function_pool[3616]: Map2f (offset 223) */ 935e64d31b9Smaya "iffiiffiip\0" 936e64d31b9Smaya "glMap2f\0" 937e64d31b9Smaya "\0" 938e64d31b9Smaya /* _mesa_function_pool[3636]: MapGrid1d (offset 224) */ 939e64d31b9Smaya "idd\0" 940e64d31b9Smaya "glMapGrid1d\0" 941e64d31b9Smaya "\0" 942e64d31b9Smaya /* _mesa_function_pool[3653]: MapGrid1f (offset 225) */ 943e64d31b9Smaya "iff\0" 944e64d31b9Smaya "glMapGrid1f\0" 945e64d31b9Smaya "\0" 946e64d31b9Smaya /* _mesa_function_pool[3670]: MapGrid2d (offset 226) */ 947e64d31b9Smaya "iddidd\0" 948e64d31b9Smaya "glMapGrid2d\0" 949e64d31b9Smaya "\0" 950e64d31b9Smaya /* _mesa_function_pool[3690]: MapGrid2f (offset 227) */ 951e64d31b9Smaya "iffiff\0" 952e64d31b9Smaya "glMapGrid2f\0" 953e64d31b9Smaya "\0" 954e64d31b9Smaya /* _mesa_function_pool[3710]: EvalCoord1d (offset 228) */ 955e64d31b9Smaya "d\0" 956e64d31b9Smaya "glEvalCoord1d\0" 957e64d31b9Smaya "\0" 958e64d31b9Smaya /* _mesa_function_pool[3727]: EvalCoord1dv (offset 229) */ 959e64d31b9Smaya "p\0" 960e64d31b9Smaya "glEvalCoord1dv\0" 961e64d31b9Smaya "\0" 962e64d31b9Smaya /* _mesa_function_pool[3745]: EvalCoord1f (offset 230) */ 963e64d31b9Smaya "f\0" 964e64d31b9Smaya "glEvalCoord1f\0" 965e64d31b9Smaya "\0" 966e64d31b9Smaya /* _mesa_function_pool[3762]: EvalCoord1fv (offset 231) */ 967e64d31b9Smaya "p\0" 968e64d31b9Smaya "glEvalCoord1fv\0" 969e64d31b9Smaya "\0" 970e64d31b9Smaya /* _mesa_function_pool[3780]: EvalCoord2d (offset 232) */ 971e64d31b9Smaya "dd\0" 972e64d31b9Smaya "glEvalCoord2d\0" 973e64d31b9Smaya "\0" 974e64d31b9Smaya /* _mesa_function_pool[3798]: EvalCoord2dv (offset 233) */ 975e64d31b9Smaya "p\0" 976e64d31b9Smaya "glEvalCoord2dv\0" 977e64d31b9Smaya "\0" 978e64d31b9Smaya /* _mesa_function_pool[3816]: EvalCoord2f (offset 234) */ 979e64d31b9Smaya "ff\0" 980e64d31b9Smaya "glEvalCoord2f\0" 981e64d31b9Smaya "\0" 982e64d31b9Smaya /* _mesa_function_pool[3834]: EvalCoord2fv (offset 235) */ 983e64d31b9Smaya "p\0" 984e64d31b9Smaya "glEvalCoord2fv\0" 985e64d31b9Smaya "\0" 986e64d31b9Smaya /* _mesa_function_pool[3852]: EvalMesh1 (offset 236) */ 987e64d31b9Smaya "iii\0" 988e64d31b9Smaya "glEvalMesh1\0" 989e64d31b9Smaya "\0" 990e64d31b9Smaya /* _mesa_function_pool[3869]: EvalPoint1 (offset 237) */ 991e64d31b9Smaya "i\0" 992e64d31b9Smaya "glEvalPoint1\0" 993e64d31b9Smaya "\0" 994e64d31b9Smaya /* _mesa_function_pool[3885]: EvalMesh2 (offset 238) */ 995e64d31b9Smaya "iiiii\0" 996e64d31b9Smaya "glEvalMesh2\0" 997e64d31b9Smaya "\0" 998e64d31b9Smaya /* _mesa_function_pool[3904]: EvalPoint2 (offset 239) */ 999e64d31b9Smaya "ii\0" 1000e64d31b9Smaya "glEvalPoint2\0" 1001e64d31b9Smaya "\0" 1002e64d31b9Smaya /* _mesa_function_pool[3921]: AlphaFunc (offset 240) */ 1003e64d31b9Smaya "if\0" 1004e64d31b9Smaya "glAlphaFunc\0" 1005e64d31b9Smaya "\0" 1006e64d31b9Smaya /* _mesa_function_pool[3937]: BlendFunc (offset 241) */ 1007e64d31b9Smaya "ii\0" 1008e64d31b9Smaya "glBlendFunc\0" 1009e64d31b9Smaya "\0" 1010e64d31b9Smaya /* _mesa_function_pool[3953]: LogicOp (offset 242) */ 1011e64d31b9Smaya "i\0" 1012e64d31b9Smaya "glLogicOp\0" 1013e64d31b9Smaya "\0" 1014e64d31b9Smaya /* _mesa_function_pool[3966]: StencilFunc (offset 243) */ 1015e64d31b9Smaya "iii\0" 1016e64d31b9Smaya "glStencilFunc\0" 1017e64d31b9Smaya "\0" 1018e64d31b9Smaya /* _mesa_function_pool[3985]: StencilOp (offset 244) */ 1019e64d31b9Smaya "iii\0" 1020e64d31b9Smaya "glStencilOp\0" 1021e64d31b9Smaya "\0" 1022e64d31b9Smaya /* _mesa_function_pool[4002]: DepthFunc (offset 245) */ 1023e64d31b9Smaya "i\0" 1024e64d31b9Smaya "glDepthFunc\0" 1025e64d31b9Smaya "\0" 1026e64d31b9Smaya /* _mesa_function_pool[4017]: PixelZoom (offset 246) */ 1027e64d31b9Smaya "ff\0" 1028e64d31b9Smaya "glPixelZoom\0" 1029e64d31b9Smaya "\0" 1030e64d31b9Smaya /* _mesa_function_pool[4033]: PixelTransferf (offset 247) */ 1031e64d31b9Smaya "if\0" 1032e64d31b9Smaya "glPixelTransferf\0" 1033e64d31b9Smaya "\0" 1034e64d31b9Smaya /* _mesa_function_pool[4054]: PixelTransferi (offset 248) */ 1035e64d31b9Smaya "ii\0" 1036e64d31b9Smaya "glPixelTransferi\0" 1037e64d31b9Smaya "\0" 1038e64d31b9Smaya /* _mesa_function_pool[4075]: PixelStoref (offset 249) */ 1039e64d31b9Smaya "if\0" 1040e64d31b9Smaya "glPixelStoref\0" 1041e64d31b9Smaya "\0" 1042e64d31b9Smaya /* _mesa_function_pool[4093]: PixelStorei (offset 250) */ 1043e64d31b9Smaya "ii\0" 1044e64d31b9Smaya "glPixelStorei\0" 1045e64d31b9Smaya "\0" 1046e64d31b9Smaya /* _mesa_function_pool[4111]: PixelMapfv (offset 251) */ 1047e64d31b9Smaya "iip\0" 1048e64d31b9Smaya "glPixelMapfv\0" 1049e64d31b9Smaya "\0" 1050e64d31b9Smaya /* _mesa_function_pool[4129]: PixelMapuiv (offset 252) */ 1051e64d31b9Smaya "iip\0" 1052e64d31b9Smaya "glPixelMapuiv\0" 1053e64d31b9Smaya "\0" 1054e64d31b9Smaya /* _mesa_function_pool[4148]: PixelMapusv (offset 253) */ 1055e64d31b9Smaya "iip\0" 1056e64d31b9Smaya "glPixelMapusv\0" 1057e64d31b9Smaya "\0" 1058e64d31b9Smaya /* _mesa_function_pool[4167]: ReadBuffer (offset 254) */ 1059e64d31b9Smaya "i\0" 1060e64d31b9Smaya "glReadBuffer\0" 1061e64d31b9Smaya "glReadBufferNV\0" 1062e64d31b9Smaya "\0" 1063e64d31b9Smaya /* _mesa_function_pool[4198]: CopyPixels (offset 255) */ 1064e64d31b9Smaya "iiiii\0" 1065e64d31b9Smaya "glCopyPixels\0" 1066e64d31b9Smaya "\0" 1067e64d31b9Smaya /* _mesa_function_pool[4218]: ReadPixels (offset 256) */ 1068e64d31b9Smaya "iiiiiip\0" 1069e64d31b9Smaya "glReadPixels\0" 1070e64d31b9Smaya "\0" 1071e64d31b9Smaya /* _mesa_function_pool[4240]: DrawPixels (offset 257) */ 1072e64d31b9Smaya "iiiip\0" 1073e64d31b9Smaya "glDrawPixels\0" 1074e64d31b9Smaya "\0" 1075e64d31b9Smaya /* _mesa_function_pool[4260]: GetBooleanv (offset 258) */ 1076e64d31b9Smaya "ip\0" 1077e64d31b9Smaya "glGetBooleanv\0" 1078e64d31b9Smaya "\0" 1079e64d31b9Smaya /* _mesa_function_pool[4278]: GetClipPlane (offset 259) */ 1080e64d31b9Smaya "ip\0" 1081e64d31b9Smaya "glGetClipPlane\0" 1082e64d31b9Smaya "\0" 1083e64d31b9Smaya /* _mesa_function_pool[4297]: GetDoublev (offset 260) */ 1084e64d31b9Smaya "ip\0" 1085e64d31b9Smaya "glGetDoublev\0" 1086e64d31b9Smaya "\0" 1087e64d31b9Smaya /* _mesa_function_pool[4314]: GetError (offset 261) */ 1088e64d31b9Smaya "\0" 1089e64d31b9Smaya "glGetError\0" 1090e64d31b9Smaya "\0" 1091e64d31b9Smaya /* _mesa_function_pool[4327]: GetFloatv (offset 262) */ 1092e64d31b9Smaya "ip\0" 1093e64d31b9Smaya "glGetFloatv\0" 1094e64d31b9Smaya "\0" 1095e64d31b9Smaya /* _mesa_function_pool[4343]: GetIntegerv (offset 263) */ 1096e64d31b9Smaya "ip\0" 1097e64d31b9Smaya "glGetIntegerv\0" 1098e64d31b9Smaya "\0" 1099e64d31b9Smaya /* _mesa_function_pool[4361]: GetLightfv (offset 264) */ 1100e64d31b9Smaya "iip\0" 1101e64d31b9Smaya "glGetLightfv\0" 1102e64d31b9Smaya "\0" 1103e64d31b9Smaya /* _mesa_function_pool[4379]: GetLightiv (offset 265) */ 1104e64d31b9Smaya "iip\0" 1105e64d31b9Smaya "glGetLightiv\0" 1106e64d31b9Smaya "\0" 1107e64d31b9Smaya /* _mesa_function_pool[4397]: GetMapdv (offset 266) */ 1108e64d31b9Smaya "iip\0" 1109e64d31b9Smaya "glGetMapdv\0" 1110e64d31b9Smaya "\0" 1111e64d31b9Smaya /* _mesa_function_pool[4413]: GetMapfv (offset 267) */ 1112e64d31b9Smaya "iip\0" 1113e64d31b9Smaya "glGetMapfv\0" 1114e64d31b9Smaya "\0" 1115e64d31b9Smaya /* _mesa_function_pool[4429]: GetMapiv (offset 268) */ 1116e64d31b9Smaya "iip\0" 1117e64d31b9Smaya "glGetMapiv\0" 1118e64d31b9Smaya "\0" 1119e64d31b9Smaya /* _mesa_function_pool[4445]: GetMaterialfv (offset 269) */ 1120e64d31b9Smaya "iip\0" 1121e64d31b9Smaya "glGetMaterialfv\0" 1122e64d31b9Smaya "\0" 1123e64d31b9Smaya /* _mesa_function_pool[4466]: GetMaterialiv (offset 270) */ 1124e64d31b9Smaya "iip\0" 1125e64d31b9Smaya "glGetMaterialiv\0" 1126e64d31b9Smaya "\0" 1127e64d31b9Smaya /* _mesa_function_pool[4487]: GetPixelMapfv (offset 271) */ 1128e64d31b9Smaya "ip\0" 1129e64d31b9Smaya "glGetPixelMapfv\0" 1130e64d31b9Smaya "\0" 1131e64d31b9Smaya /* _mesa_function_pool[4507]: GetPixelMapuiv (offset 272) */ 1132e64d31b9Smaya "ip\0" 1133e64d31b9Smaya "glGetPixelMapuiv\0" 1134e64d31b9Smaya "\0" 1135e64d31b9Smaya /* _mesa_function_pool[4528]: GetPixelMapusv (offset 273) */ 1136e64d31b9Smaya "ip\0" 1137e64d31b9Smaya "glGetPixelMapusv\0" 1138e64d31b9Smaya "\0" 1139e64d31b9Smaya /* _mesa_function_pool[4549]: GetPolygonStipple (offset 274) */ 1140e64d31b9Smaya "p\0" 1141e64d31b9Smaya "glGetPolygonStipple\0" 1142e64d31b9Smaya "\0" 1143e64d31b9Smaya /* _mesa_function_pool[4572]: GetString (offset 275) */ 1144e64d31b9Smaya "i\0" 1145e64d31b9Smaya "glGetString\0" 1146e64d31b9Smaya "\0" 1147e64d31b9Smaya /* _mesa_function_pool[4587]: GetTexEnvfv (offset 276) */ 1148e64d31b9Smaya "iip\0" 1149e64d31b9Smaya "glGetTexEnvfv\0" 1150e64d31b9Smaya "\0" 1151e64d31b9Smaya /* _mesa_function_pool[4606]: GetTexEnviv (offset 277) */ 1152e64d31b9Smaya "iip\0" 1153e64d31b9Smaya "glGetTexEnviv\0" 1154e64d31b9Smaya "\0" 1155e64d31b9Smaya /* _mesa_function_pool[4625]: GetTexGendv (offset 278) */ 1156e64d31b9Smaya "iip\0" 1157e64d31b9Smaya "glGetTexGendv\0" 1158e64d31b9Smaya "\0" 1159e64d31b9Smaya /* _mesa_function_pool[4644]: GetTexGenfv (offset 279) */ 1160e64d31b9Smaya "iip\0" 1161e64d31b9Smaya "glGetTexGenfv\0" 1162e64d31b9Smaya "glGetTexGenfvOES\0" 1163e64d31b9Smaya "\0" 1164e64d31b9Smaya /* _mesa_function_pool[4680]: GetTexGeniv (offset 280) */ 1165e64d31b9Smaya "iip\0" 1166e64d31b9Smaya "glGetTexGeniv\0" 1167e64d31b9Smaya "glGetTexGenivOES\0" 1168e64d31b9Smaya "\0" 1169e64d31b9Smaya /* _mesa_function_pool[4716]: GetTexImage (offset 281) */ 1170e64d31b9Smaya "iiiip\0" 1171e64d31b9Smaya "glGetTexImage\0" 1172e64d31b9Smaya "\0" 1173e64d31b9Smaya /* _mesa_function_pool[4737]: GetTexParameterfv (offset 282) */ 1174e64d31b9Smaya "iip\0" 1175e64d31b9Smaya "glGetTexParameterfv\0" 1176e64d31b9Smaya "\0" 1177e64d31b9Smaya /* _mesa_function_pool[4762]: GetTexParameteriv (offset 283) */ 1178e64d31b9Smaya "iip\0" 1179e64d31b9Smaya "glGetTexParameteriv\0" 1180e64d31b9Smaya "\0" 1181e64d31b9Smaya /* _mesa_function_pool[4787]: GetTexLevelParameterfv (offset 284) */ 1182e64d31b9Smaya "iiip\0" 1183e64d31b9Smaya "glGetTexLevelParameterfv\0" 1184e64d31b9Smaya "\0" 1185e64d31b9Smaya /* _mesa_function_pool[4818]: GetTexLevelParameteriv (offset 285) */ 1186e64d31b9Smaya "iiip\0" 1187e64d31b9Smaya "glGetTexLevelParameteriv\0" 1188e64d31b9Smaya "\0" 1189e64d31b9Smaya /* _mesa_function_pool[4849]: IsEnabled (offset 286) */ 1190e64d31b9Smaya "i\0" 1191e64d31b9Smaya "glIsEnabled\0" 1192e64d31b9Smaya "\0" 1193e64d31b9Smaya /* _mesa_function_pool[4864]: IsList (offset 287) */ 1194e64d31b9Smaya "i\0" 1195e64d31b9Smaya "glIsList\0" 1196e64d31b9Smaya "\0" 1197e64d31b9Smaya /* _mesa_function_pool[4876]: DepthRange (offset 288) */ 1198e64d31b9Smaya "dd\0" 1199e64d31b9Smaya "glDepthRange\0" 1200e64d31b9Smaya "\0" 1201e64d31b9Smaya /* _mesa_function_pool[4893]: Frustum (offset 289) */ 1202e64d31b9Smaya "dddddd\0" 1203e64d31b9Smaya "glFrustum\0" 1204e64d31b9Smaya "\0" 1205e64d31b9Smaya /* _mesa_function_pool[4911]: LoadIdentity (offset 290) */ 1206e64d31b9Smaya "\0" 1207e64d31b9Smaya "glLoadIdentity\0" 1208e64d31b9Smaya "\0" 1209e64d31b9Smaya /* _mesa_function_pool[4928]: LoadMatrixf (offset 291) */ 1210e64d31b9Smaya "p\0" 1211e64d31b9Smaya "glLoadMatrixf\0" 1212e64d31b9Smaya "\0" 1213e64d31b9Smaya /* _mesa_function_pool[4945]: LoadMatrixd (offset 292) */ 1214e64d31b9Smaya "p\0" 1215e64d31b9Smaya "glLoadMatrixd\0" 1216e64d31b9Smaya "\0" 1217e64d31b9Smaya /* _mesa_function_pool[4962]: MatrixMode (offset 293) */ 1218e64d31b9Smaya "i\0" 1219e64d31b9Smaya "glMatrixMode\0" 1220e64d31b9Smaya "\0" 1221e64d31b9Smaya /* _mesa_function_pool[4978]: MultMatrixf (offset 294) */ 1222e64d31b9Smaya "p\0" 1223e64d31b9Smaya "glMultMatrixf\0" 1224e64d31b9Smaya "\0" 1225e64d31b9Smaya /* _mesa_function_pool[4995]: MultMatrixd (offset 295) */ 1226e64d31b9Smaya "p\0" 1227e64d31b9Smaya "glMultMatrixd\0" 1228e64d31b9Smaya "\0" 1229e64d31b9Smaya /* _mesa_function_pool[5012]: Ortho (offset 296) */ 1230e64d31b9Smaya "dddddd\0" 1231e64d31b9Smaya "glOrtho\0" 1232e64d31b9Smaya "\0" 1233e64d31b9Smaya /* _mesa_function_pool[5028]: PopMatrix (offset 297) */ 1234e64d31b9Smaya "\0" 1235e64d31b9Smaya "glPopMatrix\0" 1236e64d31b9Smaya "\0" 1237e64d31b9Smaya /* _mesa_function_pool[5042]: PushMatrix (offset 298) */ 1238e64d31b9Smaya "\0" 1239e64d31b9Smaya "glPushMatrix\0" 1240e64d31b9Smaya "\0" 1241e64d31b9Smaya /* _mesa_function_pool[5057]: Rotated (offset 299) */ 1242e64d31b9Smaya "dddd\0" 1243e64d31b9Smaya "glRotated\0" 1244e64d31b9Smaya "\0" 1245e64d31b9Smaya /* _mesa_function_pool[5073]: Rotatef (offset 300) */ 1246e64d31b9Smaya "ffff\0" 1247e64d31b9Smaya "glRotatef\0" 1248e64d31b9Smaya "\0" 1249e64d31b9Smaya /* _mesa_function_pool[5089]: Scaled (offset 301) */ 1250e64d31b9Smaya "ddd\0" 1251e64d31b9Smaya "glScaled\0" 1252e64d31b9Smaya "\0" 1253e64d31b9Smaya /* _mesa_function_pool[5103]: Scalef (offset 302) */ 1254e64d31b9Smaya "fff\0" 1255e64d31b9Smaya "glScalef\0" 1256e64d31b9Smaya "\0" 1257e64d31b9Smaya /* _mesa_function_pool[5117]: Translated (offset 303) */ 1258e64d31b9Smaya "ddd\0" 1259e64d31b9Smaya "glTranslated\0" 1260e64d31b9Smaya "\0" 1261e64d31b9Smaya /* _mesa_function_pool[5135]: Translatef (offset 304) */ 1262e64d31b9Smaya "fff\0" 1263e64d31b9Smaya "glTranslatef\0" 1264e64d31b9Smaya "\0" 1265e64d31b9Smaya /* _mesa_function_pool[5153]: Viewport (offset 305) */ 1266e64d31b9Smaya "iiii\0" 1267e64d31b9Smaya "glViewport\0" 1268e64d31b9Smaya "\0" 1269e64d31b9Smaya /* _mesa_function_pool[5170]: ArrayElement (offset 306) */ 1270e64d31b9Smaya "i\0" 1271e64d31b9Smaya "glArrayElement\0" 1272e64d31b9Smaya "glArrayElementEXT\0" 1273e64d31b9Smaya "\0" 1274e64d31b9Smaya /* _mesa_function_pool[5206]: ColorPointer (offset 308) */ 1275e64d31b9Smaya "iiip\0" 1276e64d31b9Smaya "glColorPointer\0" 1277e64d31b9Smaya "\0" 1278e64d31b9Smaya /* _mesa_function_pool[5227]: DisableClientState (offset 309) */ 1279e64d31b9Smaya "i\0" 1280e64d31b9Smaya "glDisableClientState\0" 1281e64d31b9Smaya "\0" 1282e64d31b9Smaya /* _mesa_function_pool[5251]: DrawArrays (offset 310) */ 1283e64d31b9Smaya "iii\0" 1284e64d31b9Smaya "glDrawArrays\0" 1285e64d31b9Smaya "glDrawArraysEXT\0" 1286e64d31b9Smaya "\0" 1287e64d31b9Smaya /* _mesa_function_pool[5285]: DrawElements (offset 311) */ 1288e64d31b9Smaya "iiip\0" 1289e64d31b9Smaya "glDrawElements\0" 1290e64d31b9Smaya "\0" 1291e64d31b9Smaya /* _mesa_function_pool[5306]: EdgeFlagPointer (offset 312) */ 1292e64d31b9Smaya "ip\0" 1293e64d31b9Smaya "glEdgeFlagPointer\0" 1294e64d31b9Smaya "\0" 1295e64d31b9Smaya /* _mesa_function_pool[5328]: EnableClientState (offset 313) */ 1296e64d31b9Smaya "i\0" 1297e64d31b9Smaya "glEnableClientState\0" 1298e64d31b9Smaya "\0" 1299e64d31b9Smaya /* _mesa_function_pool[5351]: GetPointerv (offset 329) */ 1300e64d31b9Smaya "ip\0" 1301e64d31b9Smaya "glGetPointerv\0" 1302e64d31b9Smaya "glGetPointervKHR\0" 1303e64d31b9Smaya "glGetPointervEXT\0" 1304e64d31b9Smaya "\0" 1305e64d31b9Smaya /* _mesa_function_pool[5403]: IndexPointer (offset 314) */ 1306e64d31b9Smaya "iip\0" 1307e64d31b9Smaya "glIndexPointer\0" 1308e64d31b9Smaya "\0" 1309e64d31b9Smaya /* _mesa_function_pool[5423]: InterleavedArrays (offset 317) */ 1310e64d31b9Smaya "iip\0" 1311e64d31b9Smaya "glInterleavedArrays\0" 1312e64d31b9Smaya "\0" 1313e64d31b9Smaya /* _mesa_function_pool[5448]: NormalPointer (offset 318) */ 1314e64d31b9Smaya "iip\0" 1315e64d31b9Smaya "glNormalPointer\0" 1316e64d31b9Smaya "\0" 1317e64d31b9Smaya /* _mesa_function_pool[5469]: TexCoordPointer (offset 320) */ 1318e64d31b9Smaya "iiip\0" 1319e64d31b9Smaya "glTexCoordPointer\0" 1320e64d31b9Smaya "\0" 1321e64d31b9Smaya /* _mesa_function_pool[5493]: VertexPointer (offset 321) */ 1322e64d31b9Smaya "iiip\0" 1323e64d31b9Smaya "glVertexPointer\0" 1324e64d31b9Smaya "\0" 1325e64d31b9Smaya /* _mesa_function_pool[5515]: PolygonOffset (offset 319) */ 1326e64d31b9Smaya "ff\0" 1327e64d31b9Smaya "glPolygonOffset\0" 1328e64d31b9Smaya "\0" 1329e64d31b9Smaya /* _mesa_function_pool[5535]: CopyTexImage1D (offset 323) */ 1330e64d31b9Smaya "iiiiiii\0" 1331e64d31b9Smaya "glCopyTexImage1D\0" 1332e64d31b9Smaya "glCopyTexImage1DEXT\0" 1333e64d31b9Smaya "\0" 1334e64d31b9Smaya /* _mesa_function_pool[5581]: CopyTexImage2D (offset 324) */ 1335e64d31b9Smaya "iiiiiiii\0" 1336e64d31b9Smaya "glCopyTexImage2D\0" 1337e64d31b9Smaya "glCopyTexImage2DEXT\0" 1338e64d31b9Smaya "\0" 1339e64d31b9Smaya /* _mesa_function_pool[5628]: CopyTexSubImage1D (offset 325) */ 1340e64d31b9Smaya "iiiiii\0" 1341e64d31b9Smaya "glCopyTexSubImage1D\0" 1342e64d31b9Smaya "glCopyTexSubImage1DEXT\0" 1343e64d31b9Smaya "\0" 1344e64d31b9Smaya /* _mesa_function_pool[5679]: CopyTexSubImage2D (offset 326) */ 1345e64d31b9Smaya "iiiiiiii\0" 1346e64d31b9Smaya "glCopyTexSubImage2D\0" 1347e64d31b9Smaya "glCopyTexSubImage2DEXT\0" 1348e64d31b9Smaya "\0" 1349e64d31b9Smaya /* _mesa_function_pool[5732]: TexSubImage1D (offset 332) */ 1350e64d31b9Smaya "iiiiiip\0" 1351e64d31b9Smaya "glTexSubImage1D\0" 1352e64d31b9Smaya "glTexSubImage1DEXT\0" 1353e64d31b9Smaya "\0" 1354e64d31b9Smaya /* _mesa_function_pool[5776]: TexSubImage2D (offset 333) */ 1355e64d31b9Smaya "iiiiiiiip\0" 1356e64d31b9Smaya "glTexSubImage2D\0" 1357e64d31b9Smaya "glTexSubImage2DEXT\0" 1358e64d31b9Smaya "\0" 1359e64d31b9Smaya /* _mesa_function_pool[5822]: AreTexturesResident (offset 322) */ 1360e64d31b9Smaya "ipp\0" 1361e64d31b9Smaya "glAreTexturesResident\0" 1362e64d31b9Smaya "glAreTexturesResidentEXT\0" 1363e64d31b9Smaya "\0" 1364e64d31b9Smaya /* _mesa_function_pool[5874]: BindTexture (offset 307) */ 1365e64d31b9Smaya "ii\0" 1366e64d31b9Smaya "glBindTexture\0" 1367e64d31b9Smaya "glBindTextureEXT\0" 1368e64d31b9Smaya "\0" 1369e64d31b9Smaya /* _mesa_function_pool[5909]: DeleteTextures (offset 327) */ 1370e64d31b9Smaya "ip\0" 1371e64d31b9Smaya "glDeleteTextures\0" 1372e64d31b9Smaya "glDeleteTexturesEXT\0" 1373e64d31b9Smaya "\0" 1374e64d31b9Smaya /* _mesa_function_pool[5950]: GenTextures (offset 328) */ 1375e64d31b9Smaya "ip\0" 1376e64d31b9Smaya "glGenTextures\0" 1377e64d31b9Smaya "glGenTexturesEXT\0" 1378e64d31b9Smaya "\0" 1379e64d31b9Smaya /* _mesa_function_pool[5985]: IsTexture (offset 330) */ 1380e64d31b9Smaya "i\0" 1381e64d31b9Smaya "glIsTexture\0" 1382e64d31b9Smaya "glIsTextureEXT\0" 1383e64d31b9Smaya "\0" 1384e64d31b9Smaya /* _mesa_function_pool[6015]: PrioritizeTextures (offset 331) */ 1385e64d31b9Smaya "ipp\0" 1386e64d31b9Smaya "glPrioritizeTextures\0" 1387e64d31b9Smaya "glPrioritizeTexturesEXT\0" 1388e64d31b9Smaya "\0" 1389e64d31b9Smaya /* _mesa_function_pool[6065]: Indexub (offset 315) */ 1390e64d31b9Smaya "i\0" 1391e64d31b9Smaya "glIndexub\0" 1392e64d31b9Smaya "\0" 1393e64d31b9Smaya /* _mesa_function_pool[6078]: Indexubv (offset 316) */ 1394e64d31b9Smaya "p\0" 1395e64d31b9Smaya "glIndexubv\0" 1396e64d31b9Smaya "\0" 1397e64d31b9Smaya /* _mesa_function_pool[6092]: PopClientAttrib (offset 334) */ 1398e64d31b9Smaya "\0" 1399e64d31b9Smaya "glPopClientAttrib\0" 1400e64d31b9Smaya "\0" 1401e64d31b9Smaya /* _mesa_function_pool[6112]: PushClientAttrib (offset 335) */ 1402e64d31b9Smaya "i\0" 1403e64d31b9Smaya "glPushClientAttrib\0" 1404e64d31b9Smaya "\0" 1405e64d31b9Smaya /* _mesa_function_pool[6134]: BlendColor (offset 336) */ 1406e64d31b9Smaya "ffff\0" 1407e64d31b9Smaya "glBlendColor\0" 1408e64d31b9Smaya "glBlendColorEXT\0" 1409e64d31b9Smaya "\0" 1410e64d31b9Smaya /* _mesa_function_pool[6169]: BlendEquation (offset 337) */ 1411e64d31b9Smaya "i\0" 1412e64d31b9Smaya "glBlendEquation\0" 1413e64d31b9Smaya "glBlendEquationEXT\0" 1414e64d31b9Smaya "glBlendEquationOES\0" 1415e64d31b9Smaya "\0" 1416e64d31b9Smaya /* _mesa_function_pool[6226]: DrawRangeElements (offset 338) */ 1417e64d31b9Smaya "iiiiip\0" 1418e64d31b9Smaya "glDrawRangeElements\0" 1419e64d31b9Smaya "glDrawRangeElementsEXT\0" 1420e64d31b9Smaya "\0" 1421e64d31b9Smaya /* _mesa_function_pool[6277]: ColorTable (offset 339) */ 1422e64d31b9Smaya "iiiiip\0" 1423e64d31b9Smaya "glColorTable\0" 1424e64d31b9Smaya "glColorTableSGI\0" 1425e64d31b9Smaya "glColorTableEXT\0" 1426e64d31b9Smaya "\0" 1427e64d31b9Smaya /* _mesa_function_pool[6330]: ColorTableParameterfv (offset 340) */ 1428e64d31b9Smaya "iip\0" 1429e64d31b9Smaya "glColorTableParameterfv\0" 1430e64d31b9Smaya "glColorTableParameterfvSGI\0" 1431e64d31b9Smaya "\0" 1432e64d31b9Smaya /* _mesa_function_pool[6386]: ColorTableParameteriv (offset 341) */ 1433e64d31b9Smaya "iip\0" 1434e64d31b9Smaya "glColorTableParameteriv\0" 1435e64d31b9Smaya "glColorTableParameterivSGI\0" 1436e64d31b9Smaya "\0" 1437e64d31b9Smaya /* _mesa_function_pool[6442]: CopyColorTable (offset 342) */ 1438e64d31b9Smaya "iiiii\0" 1439e64d31b9Smaya "glCopyColorTable\0" 1440e64d31b9Smaya "glCopyColorTableSGI\0" 1441e64d31b9Smaya "\0" 1442e64d31b9Smaya /* _mesa_function_pool[6486]: GetColorTable (offset 343) */ 1443e64d31b9Smaya "iiip\0" 1444e64d31b9Smaya "glGetColorTable\0" 1445e64d31b9Smaya "glGetColorTableSGI\0" 1446e64d31b9Smaya "glGetColorTableEXT\0" 1447e64d31b9Smaya "\0" 1448e64d31b9Smaya /* _mesa_function_pool[6546]: GetColorTableParameterfv (offset 344) */ 1449e64d31b9Smaya "iip\0" 1450e64d31b9Smaya "glGetColorTableParameterfv\0" 1451e64d31b9Smaya "glGetColorTableParameterfvSGI\0" 1452e64d31b9Smaya "glGetColorTableParameterfvEXT\0" 1453e64d31b9Smaya "\0" 1454e64d31b9Smaya /* _mesa_function_pool[6638]: GetColorTableParameteriv (offset 345) */ 1455e64d31b9Smaya "iip\0" 1456e64d31b9Smaya "glGetColorTableParameteriv\0" 1457e64d31b9Smaya "glGetColorTableParameterivSGI\0" 1458e64d31b9Smaya "glGetColorTableParameterivEXT\0" 1459e64d31b9Smaya "\0" 1460e64d31b9Smaya /* _mesa_function_pool[6730]: ColorSubTable (offset 346) */ 1461e64d31b9Smaya "iiiiip\0" 1462e64d31b9Smaya "glColorSubTable\0" 1463e64d31b9Smaya "glColorSubTableEXT\0" 1464e64d31b9Smaya "\0" 1465e64d31b9Smaya /* _mesa_function_pool[6773]: CopyColorSubTable (offset 347) */ 1466e64d31b9Smaya "iiiii\0" 1467e64d31b9Smaya "glCopyColorSubTable\0" 1468e64d31b9Smaya "glCopyColorSubTableEXT\0" 1469e64d31b9Smaya "\0" 1470e64d31b9Smaya /* _mesa_function_pool[6823]: ConvolutionFilter1D (offset 348) */ 1471e64d31b9Smaya "iiiiip\0" 1472e64d31b9Smaya "glConvolutionFilter1D\0" 1473e64d31b9Smaya "glConvolutionFilter1DEXT\0" 1474e64d31b9Smaya "\0" 1475e64d31b9Smaya /* _mesa_function_pool[6878]: ConvolutionFilter2D (offset 349) */ 1476e64d31b9Smaya "iiiiiip\0" 1477e64d31b9Smaya "glConvolutionFilter2D\0" 1478e64d31b9Smaya "glConvolutionFilter2DEXT\0" 1479e64d31b9Smaya "\0" 1480e64d31b9Smaya /* _mesa_function_pool[6934]: ConvolutionParameterf (offset 350) */ 1481e64d31b9Smaya "iif\0" 1482e64d31b9Smaya "glConvolutionParameterf\0" 1483e64d31b9Smaya "glConvolutionParameterfEXT\0" 1484e64d31b9Smaya "\0" 1485e64d31b9Smaya /* _mesa_function_pool[6990]: ConvolutionParameterfv (offset 351) */ 1486e64d31b9Smaya "iip\0" 1487e64d31b9Smaya "glConvolutionParameterfv\0" 1488e64d31b9Smaya "glConvolutionParameterfvEXT\0" 1489e64d31b9Smaya "\0" 1490e64d31b9Smaya /* _mesa_function_pool[7048]: ConvolutionParameteri (offset 352) */ 1491e64d31b9Smaya "iii\0" 1492e64d31b9Smaya "glConvolutionParameteri\0" 1493e64d31b9Smaya "glConvolutionParameteriEXT\0" 1494e64d31b9Smaya "\0" 1495e64d31b9Smaya /* _mesa_function_pool[7104]: ConvolutionParameteriv (offset 353) */ 1496e64d31b9Smaya "iip\0" 1497e64d31b9Smaya "glConvolutionParameteriv\0" 1498e64d31b9Smaya "glConvolutionParameterivEXT\0" 1499e64d31b9Smaya "\0" 1500e64d31b9Smaya /* _mesa_function_pool[7162]: CopyConvolutionFilter1D (offset 354) */ 1501e64d31b9Smaya "iiiii\0" 1502e64d31b9Smaya "glCopyConvolutionFilter1D\0" 1503e64d31b9Smaya "glCopyConvolutionFilter1DEXT\0" 1504e64d31b9Smaya "\0" 1505e64d31b9Smaya /* _mesa_function_pool[7224]: CopyConvolutionFilter2D (offset 355) */ 1506e64d31b9Smaya "iiiiii\0" 1507e64d31b9Smaya "glCopyConvolutionFilter2D\0" 1508e64d31b9Smaya "glCopyConvolutionFilter2DEXT\0" 1509e64d31b9Smaya "\0" 1510e64d31b9Smaya /* _mesa_function_pool[7287]: GetConvolutionFilter (offset 356) */ 1511e64d31b9Smaya "iiip\0" 1512e64d31b9Smaya "glGetConvolutionFilter\0" 1513e64d31b9Smaya "glGetConvolutionFilterEXT\0" 1514e64d31b9Smaya "\0" 1515e64d31b9Smaya /* _mesa_function_pool[7342]: GetConvolutionParameterfv (offset 357) */ 1516e64d31b9Smaya "iip\0" 1517e64d31b9Smaya "glGetConvolutionParameterfv\0" 1518e64d31b9Smaya "glGetConvolutionParameterfvEXT\0" 1519e64d31b9Smaya "\0" 1520e64d31b9Smaya /* _mesa_function_pool[7406]: GetConvolutionParameteriv (offset 358) */ 1521e64d31b9Smaya "iip\0" 1522e64d31b9Smaya "glGetConvolutionParameteriv\0" 1523e64d31b9Smaya "glGetConvolutionParameterivEXT\0" 1524e64d31b9Smaya "\0" 1525e64d31b9Smaya /* _mesa_function_pool[7470]: GetSeparableFilter (offset 359) */ 1526e64d31b9Smaya "iiippp\0" 1527e64d31b9Smaya "glGetSeparableFilter\0" 1528e64d31b9Smaya "glGetSeparableFilterEXT\0" 1529e64d31b9Smaya "\0" 1530e64d31b9Smaya /* _mesa_function_pool[7523]: SeparableFilter2D (offset 360) */ 1531e64d31b9Smaya "iiiiiipp\0" 1532e64d31b9Smaya "glSeparableFilter2D\0" 1533e64d31b9Smaya "glSeparableFilter2DEXT\0" 1534e64d31b9Smaya "\0" 1535e64d31b9Smaya /* _mesa_function_pool[7576]: GetHistogram (offset 361) */ 1536e64d31b9Smaya "iiiip\0" 1537e64d31b9Smaya "glGetHistogram\0" 1538e64d31b9Smaya "glGetHistogramEXT\0" 1539e64d31b9Smaya "\0" 1540e64d31b9Smaya /* _mesa_function_pool[7616]: GetHistogramParameterfv (offset 362) */ 1541e64d31b9Smaya "iip\0" 1542e64d31b9Smaya "glGetHistogramParameterfv\0" 1543e64d31b9Smaya "glGetHistogramParameterfvEXT\0" 1544e64d31b9Smaya "\0" 1545e64d31b9Smaya /* _mesa_function_pool[7676]: GetHistogramParameteriv (offset 363) */ 1546e64d31b9Smaya "iip\0" 1547e64d31b9Smaya "glGetHistogramParameteriv\0" 1548e64d31b9Smaya "glGetHistogramParameterivEXT\0" 1549e64d31b9Smaya "\0" 1550e64d31b9Smaya /* _mesa_function_pool[7736]: GetMinmax (offset 364) */ 1551e64d31b9Smaya "iiiip\0" 1552e64d31b9Smaya "glGetMinmax\0" 1553e64d31b9Smaya "glGetMinmaxEXT\0" 1554e64d31b9Smaya "\0" 1555e64d31b9Smaya /* _mesa_function_pool[7770]: GetMinmaxParameterfv (offset 365) */ 1556e64d31b9Smaya "iip\0" 1557e64d31b9Smaya "glGetMinmaxParameterfv\0" 1558e64d31b9Smaya "glGetMinmaxParameterfvEXT\0" 1559e64d31b9Smaya "\0" 1560e64d31b9Smaya /* _mesa_function_pool[7824]: GetMinmaxParameteriv (offset 366) */ 1561e64d31b9Smaya "iip\0" 1562e64d31b9Smaya "glGetMinmaxParameteriv\0" 1563e64d31b9Smaya "glGetMinmaxParameterivEXT\0" 1564e64d31b9Smaya "\0" 1565e64d31b9Smaya /* _mesa_function_pool[7878]: Histogram (offset 367) */ 1566e64d31b9Smaya "iiii\0" 1567e64d31b9Smaya "glHistogram\0" 1568e64d31b9Smaya "glHistogramEXT\0" 1569e64d31b9Smaya "\0" 1570e64d31b9Smaya /* _mesa_function_pool[7911]: Minmax (offset 368) */ 1571e64d31b9Smaya "iii\0" 1572e64d31b9Smaya "glMinmax\0" 1573e64d31b9Smaya "glMinmaxEXT\0" 1574e64d31b9Smaya "\0" 1575e64d31b9Smaya /* _mesa_function_pool[7937]: ResetHistogram (offset 369) */ 1576e64d31b9Smaya "i\0" 1577e64d31b9Smaya "glResetHistogram\0" 1578e64d31b9Smaya "glResetHistogramEXT\0" 1579e64d31b9Smaya "\0" 1580e64d31b9Smaya /* _mesa_function_pool[7977]: ResetMinmax (offset 370) */ 1581e64d31b9Smaya "i\0" 1582e64d31b9Smaya "glResetMinmax\0" 1583e64d31b9Smaya "glResetMinmaxEXT\0" 1584e64d31b9Smaya "\0" 1585e64d31b9Smaya /* _mesa_function_pool[8011]: TexImage3D (offset 371) */ 1586e64d31b9Smaya "iiiiiiiiip\0" 1587e64d31b9Smaya "glTexImage3D\0" 1588e64d31b9Smaya "glTexImage3DEXT\0" 1589e64d31b9Smaya "glTexImage3DOES\0" 1590e64d31b9Smaya "\0" 1591e64d31b9Smaya /* _mesa_function_pool[8068]: TexSubImage3D (offset 372) */ 1592e64d31b9Smaya "iiiiiiiiiip\0" 1593e64d31b9Smaya "glTexSubImage3D\0" 1594e64d31b9Smaya "glTexSubImage3DEXT\0" 1595e64d31b9Smaya "glTexSubImage3DOES\0" 1596e64d31b9Smaya "\0" 1597e64d31b9Smaya /* _mesa_function_pool[8135]: CopyTexSubImage3D (offset 373) */ 1598e64d31b9Smaya "iiiiiiiii\0" 1599e64d31b9Smaya "glCopyTexSubImage3D\0" 1600e64d31b9Smaya "glCopyTexSubImage3DEXT\0" 1601e64d31b9Smaya "glCopyTexSubImage3DOES\0" 1602e64d31b9Smaya "\0" 1603e64d31b9Smaya /* _mesa_function_pool[8212]: ActiveTexture (offset 374) */ 1604e64d31b9Smaya "i\0" 1605e64d31b9Smaya "glActiveTexture\0" 1606e64d31b9Smaya "glActiveTextureARB\0" 1607e64d31b9Smaya "\0" 1608e64d31b9Smaya /* _mesa_function_pool[8250]: ClientActiveTexture (offset 375) */ 1609e64d31b9Smaya "i\0" 1610e64d31b9Smaya "glClientActiveTexture\0" 1611e64d31b9Smaya "glClientActiveTextureARB\0" 1612e64d31b9Smaya "\0" 1613e64d31b9Smaya /* _mesa_function_pool[8300]: MultiTexCoord1d (offset 376) */ 1614e64d31b9Smaya "id\0" 1615e64d31b9Smaya "glMultiTexCoord1d\0" 1616e64d31b9Smaya "glMultiTexCoord1dARB\0" 1617e64d31b9Smaya "\0" 1618e64d31b9Smaya /* _mesa_function_pool[8343]: MultiTexCoord1dv (offset 377) */ 1619e64d31b9Smaya "ip\0" 1620e64d31b9Smaya "glMultiTexCoord1dv\0" 1621e64d31b9Smaya "glMultiTexCoord1dvARB\0" 1622e64d31b9Smaya "\0" 1623e64d31b9Smaya /* _mesa_function_pool[8388]: MultiTexCoord1fARB (offset 378) */ 1624e64d31b9Smaya "if\0" 1625e64d31b9Smaya "glMultiTexCoord1f\0" 1626e64d31b9Smaya "glMultiTexCoord1fARB\0" 1627e64d31b9Smaya "\0" 1628e64d31b9Smaya /* _mesa_function_pool[8431]: MultiTexCoord1fvARB (offset 379) */ 1629e64d31b9Smaya "ip\0" 1630e64d31b9Smaya "glMultiTexCoord1fv\0" 1631e64d31b9Smaya "glMultiTexCoord1fvARB\0" 1632e64d31b9Smaya "\0" 1633e64d31b9Smaya /* _mesa_function_pool[8476]: MultiTexCoord1i (offset 380) */ 1634e64d31b9Smaya "ii\0" 1635e64d31b9Smaya "glMultiTexCoord1i\0" 1636e64d31b9Smaya "glMultiTexCoord1iARB\0" 1637e64d31b9Smaya "\0" 1638e64d31b9Smaya /* _mesa_function_pool[8519]: MultiTexCoord1iv (offset 381) */ 1639e64d31b9Smaya "ip\0" 1640e64d31b9Smaya "glMultiTexCoord1iv\0" 1641e64d31b9Smaya "glMultiTexCoord1ivARB\0" 1642e64d31b9Smaya "\0" 1643e64d31b9Smaya /* _mesa_function_pool[8564]: MultiTexCoord1s (offset 382) */ 1644e64d31b9Smaya "ii\0" 1645e64d31b9Smaya "glMultiTexCoord1s\0" 1646e64d31b9Smaya "glMultiTexCoord1sARB\0" 1647e64d31b9Smaya "\0" 1648e64d31b9Smaya /* _mesa_function_pool[8607]: MultiTexCoord1sv (offset 383) */ 1649e64d31b9Smaya "ip\0" 1650e64d31b9Smaya "glMultiTexCoord1sv\0" 1651e64d31b9Smaya "glMultiTexCoord1svARB\0" 1652e64d31b9Smaya "\0" 1653e64d31b9Smaya /* _mesa_function_pool[8652]: MultiTexCoord2d (offset 384) */ 1654e64d31b9Smaya "idd\0" 1655e64d31b9Smaya "glMultiTexCoord2d\0" 1656e64d31b9Smaya "glMultiTexCoord2dARB\0" 1657e64d31b9Smaya "\0" 1658e64d31b9Smaya /* _mesa_function_pool[8696]: MultiTexCoord2dv (offset 385) */ 1659e64d31b9Smaya "ip\0" 1660e64d31b9Smaya "glMultiTexCoord2dv\0" 1661e64d31b9Smaya "glMultiTexCoord2dvARB\0" 1662e64d31b9Smaya "\0" 1663e64d31b9Smaya /* _mesa_function_pool[8741]: MultiTexCoord2fARB (offset 386) */ 1664e64d31b9Smaya "iff\0" 1665e64d31b9Smaya "glMultiTexCoord2f\0" 1666e64d31b9Smaya "glMultiTexCoord2fARB\0" 1667e64d31b9Smaya "\0" 1668e64d31b9Smaya /* _mesa_function_pool[8785]: MultiTexCoord2fvARB (offset 387) */ 1669e64d31b9Smaya "ip\0" 1670e64d31b9Smaya "glMultiTexCoord2fv\0" 1671e64d31b9Smaya "glMultiTexCoord2fvARB\0" 1672e64d31b9Smaya "\0" 1673e64d31b9Smaya /* _mesa_function_pool[8830]: MultiTexCoord2i (offset 388) */ 1674e64d31b9Smaya "iii\0" 1675e64d31b9Smaya "glMultiTexCoord2i\0" 1676e64d31b9Smaya "glMultiTexCoord2iARB\0" 1677e64d31b9Smaya "\0" 1678e64d31b9Smaya /* _mesa_function_pool[8874]: MultiTexCoord2iv (offset 389) */ 1679e64d31b9Smaya "ip\0" 1680e64d31b9Smaya "glMultiTexCoord2iv\0" 1681e64d31b9Smaya "glMultiTexCoord2ivARB\0" 1682e64d31b9Smaya "\0" 1683e64d31b9Smaya /* _mesa_function_pool[8919]: MultiTexCoord2s (offset 390) */ 1684e64d31b9Smaya "iii\0" 1685e64d31b9Smaya "glMultiTexCoord2s\0" 1686e64d31b9Smaya "glMultiTexCoord2sARB\0" 1687e64d31b9Smaya "\0" 1688e64d31b9Smaya /* _mesa_function_pool[8963]: MultiTexCoord2sv (offset 391) */ 1689e64d31b9Smaya "ip\0" 1690e64d31b9Smaya "glMultiTexCoord2sv\0" 1691e64d31b9Smaya "glMultiTexCoord2svARB\0" 1692e64d31b9Smaya "\0" 1693e64d31b9Smaya /* _mesa_function_pool[9008]: MultiTexCoord3d (offset 392) */ 1694e64d31b9Smaya "iddd\0" 1695e64d31b9Smaya "glMultiTexCoord3d\0" 1696e64d31b9Smaya "glMultiTexCoord3dARB\0" 1697e64d31b9Smaya "\0" 1698e64d31b9Smaya /* _mesa_function_pool[9053]: MultiTexCoord3dv (offset 393) */ 1699e64d31b9Smaya "ip\0" 1700e64d31b9Smaya "glMultiTexCoord3dv\0" 1701e64d31b9Smaya "glMultiTexCoord3dvARB\0" 1702e64d31b9Smaya "\0" 1703e64d31b9Smaya /* _mesa_function_pool[9098]: MultiTexCoord3fARB (offset 394) */ 1704e64d31b9Smaya "ifff\0" 1705e64d31b9Smaya "glMultiTexCoord3f\0" 1706e64d31b9Smaya "glMultiTexCoord3fARB\0" 1707e64d31b9Smaya "\0" 1708e64d31b9Smaya /* _mesa_function_pool[9143]: MultiTexCoord3fvARB (offset 395) */ 1709e64d31b9Smaya "ip\0" 1710e64d31b9Smaya "glMultiTexCoord3fv\0" 1711e64d31b9Smaya "glMultiTexCoord3fvARB\0" 1712e64d31b9Smaya "\0" 1713e64d31b9Smaya /* _mesa_function_pool[9188]: MultiTexCoord3i (offset 396) */ 1714e64d31b9Smaya "iiii\0" 1715e64d31b9Smaya "glMultiTexCoord3i\0" 1716e64d31b9Smaya "glMultiTexCoord3iARB\0" 1717e64d31b9Smaya "\0" 1718e64d31b9Smaya /* _mesa_function_pool[9233]: MultiTexCoord3iv (offset 397) */ 1719e64d31b9Smaya "ip\0" 1720e64d31b9Smaya "glMultiTexCoord3iv\0" 1721e64d31b9Smaya "glMultiTexCoord3ivARB\0" 1722e64d31b9Smaya "\0" 1723e64d31b9Smaya /* _mesa_function_pool[9278]: MultiTexCoord3s (offset 398) */ 1724e64d31b9Smaya "iiii\0" 1725e64d31b9Smaya "glMultiTexCoord3s\0" 1726e64d31b9Smaya "glMultiTexCoord3sARB\0" 1727e64d31b9Smaya "\0" 1728e64d31b9Smaya /* _mesa_function_pool[9323]: MultiTexCoord3sv (offset 399) */ 1729e64d31b9Smaya "ip\0" 1730e64d31b9Smaya "glMultiTexCoord3sv\0" 1731e64d31b9Smaya "glMultiTexCoord3svARB\0" 1732e64d31b9Smaya "\0" 1733e64d31b9Smaya /* _mesa_function_pool[9368]: MultiTexCoord4d (offset 400) */ 1734e64d31b9Smaya "idddd\0" 1735e64d31b9Smaya "glMultiTexCoord4d\0" 1736e64d31b9Smaya "glMultiTexCoord4dARB\0" 1737e64d31b9Smaya "\0" 1738e64d31b9Smaya /* _mesa_function_pool[9414]: MultiTexCoord4dv (offset 401) */ 1739e64d31b9Smaya "ip\0" 1740e64d31b9Smaya "glMultiTexCoord4dv\0" 1741e64d31b9Smaya "glMultiTexCoord4dvARB\0" 1742e64d31b9Smaya "\0" 1743e64d31b9Smaya /* _mesa_function_pool[9459]: MultiTexCoord4fARB (offset 402) */ 1744e64d31b9Smaya "iffff\0" 1745e64d31b9Smaya "glMultiTexCoord4f\0" 1746e64d31b9Smaya "glMultiTexCoord4fARB\0" 1747e64d31b9Smaya "\0" 1748e64d31b9Smaya /* _mesa_function_pool[9505]: MultiTexCoord4fvARB (offset 403) */ 1749e64d31b9Smaya "ip\0" 1750e64d31b9Smaya "glMultiTexCoord4fv\0" 1751e64d31b9Smaya "glMultiTexCoord4fvARB\0" 1752e64d31b9Smaya "\0" 1753e64d31b9Smaya /* _mesa_function_pool[9550]: MultiTexCoord4i (offset 404) */ 1754e64d31b9Smaya "iiiii\0" 1755e64d31b9Smaya "glMultiTexCoord4i\0" 1756e64d31b9Smaya "glMultiTexCoord4iARB\0" 1757e64d31b9Smaya "\0" 1758e64d31b9Smaya /* _mesa_function_pool[9596]: MultiTexCoord4iv (offset 405) */ 1759e64d31b9Smaya "ip\0" 1760e64d31b9Smaya "glMultiTexCoord4iv\0" 1761e64d31b9Smaya "glMultiTexCoord4ivARB\0" 1762e64d31b9Smaya "\0" 1763e64d31b9Smaya /* _mesa_function_pool[9641]: MultiTexCoord4s (offset 406) */ 1764e64d31b9Smaya "iiiii\0" 1765e64d31b9Smaya "glMultiTexCoord4s\0" 1766e64d31b9Smaya "glMultiTexCoord4sARB\0" 1767e64d31b9Smaya "\0" 1768e64d31b9Smaya /* _mesa_function_pool[9687]: MultiTexCoord4sv (offset 407) */ 1769e64d31b9Smaya "ip\0" 1770e64d31b9Smaya "glMultiTexCoord4sv\0" 1771e64d31b9Smaya "glMultiTexCoord4svARB\0" 1772e64d31b9Smaya "\0" 1773e64d31b9Smaya /* _mesa_function_pool[9732]: LoadTransposeMatrixf (will be remapped) */ 1774e64d31b9Smaya "p\0" 1775e64d31b9Smaya "glLoadTransposeMatrixf\0" 1776e64d31b9Smaya "glLoadTransposeMatrixfARB\0" 1777e64d31b9Smaya "\0" 1778e64d31b9Smaya /* _mesa_function_pool[9784]: LoadTransposeMatrixd (will be remapped) */ 1779e64d31b9Smaya "p\0" 1780e64d31b9Smaya "glLoadTransposeMatrixd\0" 1781e64d31b9Smaya "glLoadTransposeMatrixdARB\0" 1782e64d31b9Smaya "\0" 1783e64d31b9Smaya /* _mesa_function_pool[9836]: MultTransposeMatrixf (will be remapped) */ 1784e64d31b9Smaya "p\0" 1785e64d31b9Smaya "glMultTransposeMatrixf\0" 1786e64d31b9Smaya "glMultTransposeMatrixfARB\0" 1787e64d31b9Smaya "\0" 1788e64d31b9Smaya /* _mesa_function_pool[9888]: MultTransposeMatrixd (will be remapped) */ 1789e64d31b9Smaya "p\0" 1790e64d31b9Smaya "glMultTransposeMatrixd\0" 1791e64d31b9Smaya "glMultTransposeMatrixdARB\0" 1792e64d31b9Smaya "\0" 1793e64d31b9Smaya /* _mesa_function_pool[9940]: SampleCoverage (will be remapped) */ 1794e64d31b9Smaya "fi\0" 1795e64d31b9Smaya "glSampleCoverage\0" 1796e64d31b9Smaya "glSampleCoverageARB\0" 1797e64d31b9Smaya "\0" 1798e64d31b9Smaya /* _mesa_function_pool[9981]: CompressedTexImage3D (will be remapped) */ 1799e64d31b9Smaya "iiiiiiiip\0" 1800e64d31b9Smaya "glCompressedTexImage3D\0" 1801e64d31b9Smaya "glCompressedTexImage3DARB\0" 1802e64d31b9Smaya "glCompressedTexImage3DOES\0" 1803e64d31b9Smaya "\0" 1804e64d31b9Smaya /* _mesa_function_pool[10067]: CompressedTexImage2D (will be remapped) */ 1805e64d31b9Smaya "iiiiiiip\0" 1806e64d31b9Smaya "glCompressedTexImage2D\0" 1807e64d31b9Smaya "glCompressedTexImage2DARB\0" 1808e64d31b9Smaya "\0" 1809e64d31b9Smaya /* _mesa_function_pool[10126]: CompressedTexImage1D (will be remapped) */ 1810e64d31b9Smaya "iiiiiip\0" 1811e64d31b9Smaya "glCompressedTexImage1D\0" 1812e64d31b9Smaya "glCompressedTexImage1DARB\0" 1813e64d31b9Smaya "\0" 1814e64d31b9Smaya /* _mesa_function_pool[10184]: CompressedTexSubImage3D (will be remapped) */ 1815e64d31b9Smaya "iiiiiiiiiip\0" 1816e64d31b9Smaya "glCompressedTexSubImage3D\0" 1817e64d31b9Smaya "glCompressedTexSubImage3DARB\0" 1818e64d31b9Smaya "glCompressedTexSubImage3DOES\0" 1819e64d31b9Smaya "\0" 1820e64d31b9Smaya /* _mesa_function_pool[10281]: CompressedTexSubImage2D (will be remapped) */ 1821e64d31b9Smaya "iiiiiiiip\0" 1822e64d31b9Smaya "glCompressedTexSubImage2D\0" 1823e64d31b9Smaya "glCompressedTexSubImage2DARB\0" 1824e64d31b9Smaya "\0" 1825e64d31b9Smaya /* _mesa_function_pool[10347]: CompressedTexSubImage1D (will be remapped) */ 1826e64d31b9Smaya "iiiiiip\0" 1827e64d31b9Smaya "glCompressedTexSubImage1D\0" 1828e64d31b9Smaya "glCompressedTexSubImage1DARB\0" 1829e64d31b9Smaya "\0" 1830e64d31b9Smaya /* _mesa_function_pool[10411]: GetCompressedTexImage (will be remapped) */ 1831e64d31b9Smaya "iip\0" 1832e64d31b9Smaya "glGetCompressedTexImage\0" 1833e64d31b9Smaya "glGetCompressedTexImageARB\0" 1834e64d31b9Smaya "\0" 1835e64d31b9Smaya /* _mesa_function_pool[10467]: BlendFuncSeparate (will be remapped) */ 1836e64d31b9Smaya "iiii\0" 1837e64d31b9Smaya "glBlendFuncSeparate\0" 1838e64d31b9Smaya "glBlendFuncSeparateEXT\0" 1839e64d31b9Smaya "glBlendFuncSeparateINGR\0" 1840e64d31b9Smaya "glBlendFuncSeparateOES\0" 1841e64d31b9Smaya "\0" 1842e64d31b9Smaya /* _mesa_function_pool[10563]: FogCoordfEXT (will be remapped) */ 1843e64d31b9Smaya "f\0" 1844e64d31b9Smaya "glFogCoordf\0" 1845e64d31b9Smaya "glFogCoordfEXT\0" 1846e64d31b9Smaya "\0" 1847e64d31b9Smaya /* _mesa_function_pool[10593]: FogCoordfvEXT (will be remapped) */ 1848e64d31b9Smaya "p\0" 1849e64d31b9Smaya "glFogCoordfv\0" 1850e64d31b9Smaya "glFogCoordfvEXT\0" 1851e64d31b9Smaya "\0" 1852e64d31b9Smaya /* _mesa_function_pool[10625]: FogCoordd (will be remapped) */ 1853e64d31b9Smaya "d\0" 1854e64d31b9Smaya "glFogCoordd\0" 1855e64d31b9Smaya "glFogCoorddEXT\0" 1856e64d31b9Smaya "\0" 1857e64d31b9Smaya /* _mesa_function_pool[10655]: FogCoorddv (will be remapped) */ 1858e64d31b9Smaya "p\0" 1859e64d31b9Smaya "glFogCoorddv\0" 1860e64d31b9Smaya "glFogCoorddvEXT\0" 1861e64d31b9Smaya "\0" 1862e64d31b9Smaya /* _mesa_function_pool[10687]: FogCoordPointer (will be remapped) */ 1863e64d31b9Smaya "iip\0" 1864e64d31b9Smaya "glFogCoordPointer\0" 1865e64d31b9Smaya "glFogCoordPointerEXT\0" 1866e64d31b9Smaya "\0" 1867e64d31b9Smaya /* _mesa_function_pool[10731]: MultiDrawArrays (will be remapped) */ 1868e64d31b9Smaya "ippi\0" 1869e64d31b9Smaya "glMultiDrawArrays\0" 1870e64d31b9Smaya "glMultiDrawArraysEXT\0" 1871e64d31b9Smaya "\0" 1872e64d31b9Smaya /* _mesa_function_pool[10776]: MultiDrawElementsEXT (will be remapped) */ 1873e64d31b9Smaya "ipipi\0" 1874e64d31b9Smaya "glMultiDrawElements\0" 1875e64d31b9Smaya "glMultiDrawElementsEXT\0" 1876e64d31b9Smaya "\0" 1877e64d31b9Smaya /* _mesa_function_pool[10826]: PointParameterf (will be remapped) */ 1878e64d31b9Smaya "if\0" 1879e64d31b9Smaya "glPointParameterf\0" 1880e64d31b9Smaya "glPointParameterfARB\0" 1881e64d31b9Smaya "glPointParameterfEXT\0" 1882e64d31b9Smaya "glPointParameterfSGIS\0" 1883e64d31b9Smaya "\0" 1884e64d31b9Smaya /* _mesa_function_pool[10912]: PointParameterfv (will be remapped) */ 1885e64d31b9Smaya "ip\0" 1886e64d31b9Smaya "glPointParameterfv\0" 1887e64d31b9Smaya "glPointParameterfvARB\0" 1888e64d31b9Smaya "glPointParameterfvEXT\0" 1889e64d31b9Smaya "glPointParameterfvSGIS\0" 1890e64d31b9Smaya "\0" 1891e64d31b9Smaya /* _mesa_function_pool[11002]: PointParameteri (will be remapped) */ 1892e64d31b9Smaya "ii\0" 1893e64d31b9Smaya "glPointParameteri\0" 1894e64d31b9Smaya "glPointParameteriNV\0" 1895e64d31b9Smaya "\0" 1896e64d31b9Smaya /* _mesa_function_pool[11044]: PointParameteriv (will be remapped) */ 1897e64d31b9Smaya "ip\0" 1898e64d31b9Smaya "glPointParameteriv\0" 1899e64d31b9Smaya "glPointParameterivNV\0" 1900e64d31b9Smaya "\0" 1901e64d31b9Smaya /* _mesa_function_pool[11088]: SecondaryColor3b (will be remapped) */ 1902e64d31b9Smaya "iii\0" 1903e64d31b9Smaya "glSecondaryColor3b\0" 1904e64d31b9Smaya "glSecondaryColor3bEXT\0" 1905e64d31b9Smaya "\0" 1906e64d31b9Smaya /* _mesa_function_pool[11134]: SecondaryColor3bv (will be remapped) */ 1907e64d31b9Smaya "p\0" 1908e64d31b9Smaya "glSecondaryColor3bv\0" 1909e64d31b9Smaya "glSecondaryColor3bvEXT\0" 1910e64d31b9Smaya "\0" 1911e64d31b9Smaya /* _mesa_function_pool[11180]: SecondaryColor3d (will be remapped) */ 1912e64d31b9Smaya "ddd\0" 1913e64d31b9Smaya "glSecondaryColor3d\0" 1914e64d31b9Smaya "glSecondaryColor3dEXT\0" 1915e64d31b9Smaya "\0" 1916e64d31b9Smaya /* _mesa_function_pool[11226]: SecondaryColor3dv (will be remapped) */ 1917e64d31b9Smaya "p\0" 1918e64d31b9Smaya "glSecondaryColor3dv\0" 1919e64d31b9Smaya "glSecondaryColor3dvEXT\0" 1920e64d31b9Smaya "\0" 1921e64d31b9Smaya /* _mesa_function_pool[11272]: SecondaryColor3fEXT (will be remapped) */ 1922e64d31b9Smaya "fff\0" 1923e64d31b9Smaya "glSecondaryColor3f\0" 1924e64d31b9Smaya "glSecondaryColor3fEXT\0" 1925e64d31b9Smaya "\0" 1926e64d31b9Smaya /* _mesa_function_pool[11318]: SecondaryColor3fvEXT (will be remapped) */ 1927e64d31b9Smaya "p\0" 1928e64d31b9Smaya "glSecondaryColor3fv\0" 1929e64d31b9Smaya "glSecondaryColor3fvEXT\0" 1930e64d31b9Smaya "\0" 1931e64d31b9Smaya /* _mesa_function_pool[11364]: SecondaryColor3i (will be remapped) */ 1932e64d31b9Smaya "iii\0" 1933e64d31b9Smaya "glSecondaryColor3i\0" 1934e64d31b9Smaya "glSecondaryColor3iEXT\0" 1935e64d31b9Smaya "\0" 1936e64d31b9Smaya /* _mesa_function_pool[11410]: SecondaryColor3iv (will be remapped) */ 1937e64d31b9Smaya "p\0" 1938e64d31b9Smaya "glSecondaryColor3iv\0" 1939e64d31b9Smaya "glSecondaryColor3ivEXT\0" 1940e64d31b9Smaya "\0" 1941e64d31b9Smaya /* _mesa_function_pool[11456]: SecondaryColor3s (will be remapped) */ 1942e64d31b9Smaya "iii\0" 1943e64d31b9Smaya "glSecondaryColor3s\0" 1944e64d31b9Smaya "glSecondaryColor3sEXT\0" 1945e64d31b9Smaya "\0" 1946e64d31b9Smaya /* _mesa_function_pool[11502]: SecondaryColor3sv (will be remapped) */ 1947e64d31b9Smaya "p\0" 1948e64d31b9Smaya "glSecondaryColor3sv\0" 1949e64d31b9Smaya "glSecondaryColor3svEXT\0" 1950e64d31b9Smaya "\0" 1951e64d31b9Smaya /* _mesa_function_pool[11548]: SecondaryColor3ub (will be remapped) */ 1952e64d31b9Smaya "iii\0" 1953e64d31b9Smaya "glSecondaryColor3ub\0" 1954e64d31b9Smaya "glSecondaryColor3ubEXT\0" 1955e64d31b9Smaya "\0" 1956e64d31b9Smaya /* _mesa_function_pool[11596]: SecondaryColor3ubv (will be remapped) */ 1957e64d31b9Smaya "p\0" 1958e64d31b9Smaya "glSecondaryColor3ubv\0" 1959e64d31b9Smaya "glSecondaryColor3ubvEXT\0" 1960e64d31b9Smaya "\0" 1961e64d31b9Smaya /* _mesa_function_pool[11644]: SecondaryColor3ui (will be remapped) */ 1962e64d31b9Smaya "iii\0" 1963e64d31b9Smaya "glSecondaryColor3ui\0" 1964e64d31b9Smaya "glSecondaryColor3uiEXT\0" 1965e64d31b9Smaya "\0" 1966e64d31b9Smaya /* _mesa_function_pool[11692]: SecondaryColor3uiv (will be remapped) */ 1967e64d31b9Smaya "p\0" 1968e64d31b9Smaya "glSecondaryColor3uiv\0" 1969e64d31b9Smaya "glSecondaryColor3uivEXT\0" 1970e64d31b9Smaya "\0" 1971e64d31b9Smaya /* _mesa_function_pool[11740]: SecondaryColor3us (will be remapped) */ 1972e64d31b9Smaya "iii\0" 1973e64d31b9Smaya "glSecondaryColor3us\0" 1974e64d31b9Smaya "glSecondaryColor3usEXT\0" 1975e64d31b9Smaya "\0" 1976e64d31b9Smaya /* _mesa_function_pool[11788]: SecondaryColor3usv (will be remapped) */ 1977e64d31b9Smaya "p\0" 1978e64d31b9Smaya "glSecondaryColor3usv\0" 1979e64d31b9Smaya "glSecondaryColor3usvEXT\0" 1980e64d31b9Smaya "\0" 1981e64d31b9Smaya /* _mesa_function_pool[11836]: SecondaryColorPointer (will be remapped) */ 1982e64d31b9Smaya "iiip\0" 1983e64d31b9Smaya "glSecondaryColorPointer\0" 1984e64d31b9Smaya "glSecondaryColorPointerEXT\0" 1985e64d31b9Smaya "\0" 1986e64d31b9Smaya /* _mesa_function_pool[11893]: WindowPos2d (will be remapped) */ 1987e64d31b9Smaya "dd\0" 1988e64d31b9Smaya "glWindowPos2d\0" 1989e64d31b9Smaya "glWindowPos2dARB\0" 1990e64d31b9Smaya "glWindowPos2dMESA\0" 1991e64d31b9Smaya "\0" 1992e64d31b9Smaya /* _mesa_function_pool[11946]: WindowPos2dv (will be remapped) */ 1993e64d31b9Smaya "p\0" 1994e64d31b9Smaya "glWindowPos2dv\0" 1995e64d31b9Smaya "glWindowPos2dvARB\0" 1996e64d31b9Smaya "glWindowPos2dvMESA\0" 1997e64d31b9Smaya "\0" 1998e64d31b9Smaya /* _mesa_function_pool[12001]: WindowPos2f (will be remapped) */ 1999e64d31b9Smaya "ff\0" 2000e64d31b9Smaya "glWindowPos2f\0" 2001e64d31b9Smaya "glWindowPos2fARB\0" 2002e64d31b9Smaya "glWindowPos2fMESA\0" 2003e64d31b9Smaya "\0" 2004e64d31b9Smaya /* _mesa_function_pool[12054]: WindowPos2fv (will be remapped) */ 2005e64d31b9Smaya "p\0" 2006e64d31b9Smaya "glWindowPos2fv\0" 2007e64d31b9Smaya "glWindowPos2fvARB\0" 2008e64d31b9Smaya "glWindowPos2fvMESA\0" 2009e64d31b9Smaya "\0" 2010e64d31b9Smaya /* _mesa_function_pool[12109]: WindowPos2i (will be remapped) */ 2011e64d31b9Smaya "ii\0" 2012e64d31b9Smaya "glWindowPos2i\0" 2013e64d31b9Smaya "glWindowPos2iARB\0" 2014e64d31b9Smaya "glWindowPos2iMESA\0" 2015e64d31b9Smaya "\0" 2016e64d31b9Smaya /* _mesa_function_pool[12162]: WindowPos2iv (will be remapped) */ 2017e64d31b9Smaya "p\0" 2018e64d31b9Smaya "glWindowPos2iv\0" 2019e64d31b9Smaya "glWindowPos2ivARB\0" 2020e64d31b9Smaya "glWindowPos2ivMESA\0" 2021e64d31b9Smaya "\0" 2022e64d31b9Smaya /* _mesa_function_pool[12217]: WindowPos2s (will be remapped) */ 2023e64d31b9Smaya "ii\0" 2024e64d31b9Smaya "glWindowPos2s\0" 2025e64d31b9Smaya "glWindowPos2sARB\0" 2026e64d31b9Smaya "glWindowPos2sMESA\0" 2027e64d31b9Smaya "\0" 2028e64d31b9Smaya /* _mesa_function_pool[12270]: WindowPos2sv (will be remapped) */ 2029e64d31b9Smaya "p\0" 2030e64d31b9Smaya "glWindowPos2sv\0" 2031e64d31b9Smaya "glWindowPos2svARB\0" 2032e64d31b9Smaya "glWindowPos2svMESA\0" 2033e64d31b9Smaya "\0" 2034e64d31b9Smaya /* _mesa_function_pool[12325]: WindowPos3d (will be remapped) */ 2035e64d31b9Smaya "ddd\0" 2036e64d31b9Smaya "glWindowPos3d\0" 2037e64d31b9Smaya "glWindowPos3dARB\0" 2038e64d31b9Smaya "glWindowPos3dMESA\0" 2039e64d31b9Smaya "\0" 2040e64d31b9Smaya /* _mesa_function_pool[12379]: WindowPos3dv (will be remapped) */ 2041e64d31b9Smaya "p\0" 2042e64d31b9Smaya "glWindowPos3dv\0" 2043e64d31b9Smaya "glWindowPos3dvARB\0" 2044e64d31b9Smaya "glWindowPos3dvMESA\0" 2045e64d31b9Smaya "\0" 2046e64d31b9Smaya /* _mesa_function_pool[12434]: WindowPos3f (will be remapped) */ 2047e64d31b9Smaya "fff\0" 2048e64d31b9Smaya "glWindowPos3f\0" 2049e64d31b9Smaya "glWindowPos3fARB\0" 2050e64d31b9Smaya "glWindowPos3fMESA\0" 2051e64d31b9Smaya "\0" 2052e64d31b9Smaya /* _mesa_function_pool[12488]: WindowPos3fv (will be remapped) */ 2053e64d31b9Smaya "p\0" 2054e64d31b9Smaya "glWindowPos3fv\0" 2055e64d31b9Smaya "glWindowPos3fvARB\0" 2056e64d31b9Smaya "glWindowPos3fvMESA\0" 2057e64d31b9Smaya "\0" 2058e64d31b9Smaya /* _mesa_function_pool[12543]: WindowPos3i (will be remapped) */ 2059e64d31b9Smaya "iii\0" 2060e64d31b9Smaya "glWindowPos3i\0" 2061e64d31b9Smaya "glWindowPos3iARB\0" 2062e64d31b9Smaya "glWindowPos3iMESA\0" 2063e64d31b9Smaya "\0" 2064e64d31b9Smaya /* _mesa_function_pool[12597]: WindowPos3iv (will be remapped) */ 2065e64d31b9Smaya "p\0" 2066e64d31b9Smaya "glWindowPos3iv\0" 2067e64d31b9Smaya "glWindowPos3ivARB\0" 2068e64d31b9Smaya "glWindowPos3ivMESA\0" 2069e64d31b9Smaya "\0" 2070e64d31b9Smaya /* _mesa_function_pool[12652]: WindowPos3s (will be remapped) */ 2071e64d31b9Smaya "iii\0" 2072e64d31b9Smaya "glWindowPos3s\0" 2073e64d31b9Smaya "glWindowPos3sARB\0" 2074e64d31b9Smaya "glWindowPos3sMESA\0" 2075e64d31b9Smaya "\0" 2076e64d31b9Smaya /* _mesa_function_pool[12706]: WindowPos3sv (will be remapped) */ 2077e64d31b9Smaya "p\0" 2078e64d31b9Smaya "glWindowPos3sv\0" 2079e64d31b9Smaya "glWindowPos3svARB\0" 2080e64d31b9Smaya "glWindowPos3svMESA\0" 2081e64d31b9Smaya "\0" 2082e64d31b9Smaya /* _mesa_function_pool[12761]: BindBuffer (will be remapped) */ 2083e64d31b9Smaya "ii\0" 2084e64d31b9Smaya "glBindBuffer\0" 2085e64d31b9Smaya "glBindBufferARB\0" 2086e64d31b9Smaya "\0" 2087e64d31b9Smaya /* _mesa_function_pool[12794]: BufferData (will be remapped) */ 2088e64d31b9Smaya "iipi\0" 2089e64d31b9Smaya "glBufferData\0" 2090e64d31b9Smaya "glBufferDataARB\0" 2091e64d31b9Smaya "\0" 2092e64d31b9Smaya /* _mesa_function_pool[12829]: BufferSubData (will be remapped) */ 2093e64d31b9Smaya "iiip\0" 2094e64d31b9Smaya "glBufferSubData\0" 2095e64d31b9Smaya "glBufferSubDataARB\0" 2096e64d31b9Smaya "\0" 2097e64d31b9Smaya /* _mesa_function_pool[12870]: DeleteBuffers (will be remapped) */ 2098e64d31b9Smaya "ip\0" 2099e64d31b9Smaya "glDeleteBuffers\0" 2100e64d31b9Smaya "glDeleteBuffersARB\0" 2101e64d31b9Smaya "\0" 2102e64d31b9Smaya /* _mesa_function_pool[12909]: GenBuffers (will be remapped) */ 2103e64d31b9Smaya "ip\0" 2104e64d31b9Smaya "glGenBuffers\0" 2105e64d31b9Smaya "glGenBuffersARB\0" 2106e64d31b9Smaya "\0" 2107e64d31b9Smaya /* _mesa_function_pool[12942]: GetBufferParameteriv (will be remapped) */ 2108e64d31b9Smaya "iip\0" 2109e64d31b9Smaya "glGetBufferParameteriv\0" 2110e64d31b9Smaya "glGetBufferParameterivARB\0" 2111e64d31b9Smaya "\0" 2112e64d31b9Smaya /* _mesa_function_pool[12996]: GetBufferPointerv (will be remapped) */ 2113e64d31b9Smaya "iip\0" 2114e64d31b9Smaya "glGetBufferPointerv\0" 2115e64d31b9Smaya "glGetBufferPointervARB\0" 2116e64d31b9Smaya "glGetBufferPointervOES\0" 2117e64d31b9Smaya "\0" 2118e64d31b9Smaya /* _mesa_function_pool[13067]: GetBufferSubData (will be remapped) */ 2119e64d31b9Smaya "iiip\0" 2120e64d31b9Smaya "glGetBufferSubData\0" 2121e64d31b9Smaya "glGetBufferSubDataARB\0" 2122e64d31b9Smaya "\0" 2123e64d31b9Smaya /* _mesa_function_pool[13114]: IsBuffer (will be remapped) */ 2124e64d31b9Smaya "i\0" 2125e64d31b9Smaya "glIsBuffer\0" 2126e64d31b9Smaya "glIsBufferARB\0" 2127e64d31b9Smaya "\0" 2128e64d31b9Smaya /* _mesa_function_pool[13142]: MapBuffer (will be remapped) */ 2129e64d31b9Smaya "ii\0" 2130e64d31b9Smaya "glMapBuffer\0" 2131e64d31b9Smaya "glMapBufferARB\0" 2132e64d31b9Smaya "glMapBufferOES\0" 2133e64d31b9Smaya "\0" 2134e64d31b9Smaya /* _mesa_function_pool[13188]: UnmapBuffer (will be remapped) */ 2135e64d31b9Smaya "i\0" 2136e64d31b9Smaya "glUnmapBuffer\0" 2137e64d31b9Smaya "glUnmapBufferARB\0" 2138e64d31b9Smaya "glUnmapBufferOES\0" 2139e64d31b9Smaya "\0" 2140e64d31b9Smaya /* _mesa_function_pool[13239]: GenQueries (will be remapped) */ 2141e64d31b9Smaya "ip\0" 2142e64d31b9Smaya "glGenQueries\0" 2143e64d31b9Smaya "glGenQueriesARB\0" 2144e64d31b9Smaya "glGenQueriesEXT\0" 2145e64d31b9Smaya "\0" 2146e64d31b9Smaya /* _mesa_function_pool[13288]: DeleteQueries (will be remapped) */ 2147e64d31b9Smaya "ip\0" 2148e64d31b9Smaya "glDeleteQueries\0" 2149e64d31b9Smaya "glDeleteQueriesARB\0" 2150e64d31b9Smaya "glDeleteQueriesEXT\0" 2151e64d31b9Smaya "\0" 2152e64d31b9Smaya /* _mesa_function_pool[13346]: IsQuery (will be remapped) */ 2153e64d31b9Smaya "i\0" 2154e64d31b9Smaya "glIsQuery\0" 2155e64d31b9Smaya "glIsQueryARB\0" 2156e64d31b9Smaya "glIsQueryEXT\0" 2157e64d31b9Smaya "\0" 2158e64d31b9Smaya /* _mesa_function_pool[13385]: BeginQuery (will be remapped) */ 2159e64d31b9Smaya "ii\0" 2160e64d31b9Smaya "glBeginQuery\0" 2161e64d31b9Smaya "glBeginQueryARB\0" 2162e64d31b9Smaya "glBeginQueryEXT\0" 2163e64d31b9Smaya "\0" 2164e64d31b9Smaya /* _mesa_function_pool[13434]: EndQuery (will be remapped) */ 2165e64d31b9Smaya "i\0" 2166e64d31b9Smaya "glEndQuery\0" 2167e64d31b9Smaya "glEndQueryARB\0" 2168e64d31b9Smaya "glEndQueryEXT\0" 2169e64d31b9Smaya "\0" 2170e64d31b9Smaya /* _mesa_function_pool[13476]: GetQueryiv (will be remapped) */ 2171e64d31b9Smaya "iip\0" 2172e64d31b9Smaya "glGetQueryiv\0" 2173e64d31b9Smaya "glGetQueryivARB\0" 2174e64d31b9Smaya "glGetQueryivEXT\0" 2175e64d31b9Smaya "\0" 2176e64d31b9Smaya /* _mesa_function_pool[13526]: GetQueryObjectiv (will be remapped) */ 2177e64d31b9Smaya "iip\0" 2178e64d31b9Smaya "glGetQueryObjectiv\0" 2179e64d31b9Smaya "glGetQueryObjectivARB\0" 2180e64d31b9Smaya "glGetQueryObjectivEXT\0" 2181e64d31b9Smaya "\0" 2182e64d31b9Smaya /* _mesa_function_pool[13594]: GetQueryObjectuiv (will be remapped) */ 2183e64d31b9Smaya "iip\0" 2184e64d31b9Smaya "glGetQueryObjectuiv\0" 2185e64d31b9Smaya "glGetQueryObjectuivARB\0" 2186e64d31b9Smaya "glGetQueryObjectuivEXT\0" 2187e64d31b9Smaya "\0" 2188e64d31b9Smaya /* _mesa_function_pool[13665]: BlendEquationSeparate (will be remapped) */ 2189e64d31b9Smaya "ii\0" 2190e64d31b9Smaya "glBlendEquationSeparate\0" 2191e64d31b9Smaya "glBlendEquationSeparateEXT\0" 2192e64d31b9Smaya "glBlendEquationSeparateATI\0" 2193e64d31b9Smaya "glBlendEquationSeparateOES\0" 2194e64d31b9Smaya "\0" 2195e64d31b9Smaya /* _mesa_function_pool[13774]: DrawBuffers (will be remapped) */ 2196e64d31b9Smaya "ip\0" 2197e64d31b9Smaya "glDrawBuffers\0" 2198e64d31b9Smaya "glDrawBuffersARB\0" 2199e64d31b9Smaya "glDrawBuffersATI\0" 2200e64d31b9Smaya "glDrawBuffersNV\0" 2201e64d31b9Smaya "glDrawBuffersEXT\0" 2202e64d31b9Smaya "\0" 2203e64d31b9Smaya /* _mesa_function_pool[13859]: StencilFuncSeparate (will be remapped) */ 2204e64d31b9Smaya "iiii\0" 2205e64d31b9Smaya "glStencilFuncSeparate\0" 2206e64d31b9Smaya "\0" 2207e64d31b9Smaya /* _mesa_function_pool[13887]: StencilOpSeparate (will be remapped) */ 2208e64d31b9Smaya "iiii\0" 2209e64d31b9Smaya "glStencilOpSeparate\0" 2210e64d31b9Smaya "glStencilOpSeparateATI\0" 2211e64d31b9Smaya "\0" 2212e64d31b9Smaya /* _mesa_function_pool[13936]: StencilMaskSeparate (will be remapped) */ 2213e64d31b9Smaya "ii\0" 2214e64d31b9Smaya "glStencilMaskSeparate\0" 2215e64d31b9Smaya "\0" 2216e64d31b9Smaya /* _mesa_function_pool[13962]: AttachShader (will be remapped) */ 2217e64d31b9Smaya "ii\0" 2218e64d31b9Smaya "glAttachShader\0" 2219e64d31b9Smaya "\0" 2220e64d31b9Smaya /* _mesa_function_pool[13981]: BindAttribLocation (will be remapped) */ 2221e64d31b9Smaya "iip\0" 2222e64d31b9Smaya "glBindAttribLocation\0" 2223e64d31b9Smaya "glBindAttribLocationARB\0" 2224e64d31b9Smaya "\0" 2225e64d31b9Smaya /* _mesa_function_pool[14031]: CompileShader (will be remapped) */ 2226e64d31b9Smaya "i\0" 2227e64d31b9Smaya "glCompileShader\0" 2228e64d31b9Smaya "glCompileShaderARB\0" 2229e64d31b9Smaya "\0" 2230e64d31b9Smaya /* _mesa_function_pool[14069]: CreateProgram (will be remapped) */ 2231e64d31b9Smaya "\0" 2232e64d31b9Smaya "glCreateProgram\0" 2233e64d31b9Smaya "\0" 2234e64d31b9Smaya /* _mesa_function_pool[14087]: CreateShader (will be remapped) */ 2235e64d31b9Smaya "i\0" 2236e64d31b9Smaya "glCreateShader\0" 2237e64d31b9Smaya "\0" 2238e64d31b9Smaya /* _mesa_function_pool[14105]: DeleteProgram (will be remapped) */ 2239e64d31b9Smaya "i\0" 2240e64d31b9Smaya "glDeleteProgram\0" 2241e64d31b9Smaya "\0" 2242e64d31b9Smaya /* _mesa_function_pool[14124]: DeleteShader (will be remapped) */ 2243e64d31b9Smaya "i\0" 2244e64d31b9Smaya "glDeleteShader\0" 2245e64d31b9Smaya "\0" 2246e64d31b9Smaya /* _mesa_function_pool[14142]: DetachShader (will be remapped) */ 2247e64d31b9Smaya "ii\0" 2248e64d31b9Smaya "glDetachShader\0" 2249e64d31b9Smaya "\0" 2250e64d31b9Smaya /* _mesa_function_pool[14161]: DisableVertexAttribArray (will be remapped) */ 2251e64d31b9Smaya "i\0" 2252e64d31b9Smaya "glDisableVertexAttribArray\0" 2253e64d31b9Smaya "glDisableVertexAttribArrayARB\0" 2254e64d31b9Smaya "\0" 2255e64d31b9Smaya /* _mesa_function_pool[14221]: EnableVertexAttribArray (will be remapped) */ 2256e64d31b9Smaya "i\0" 2257e64d31b9Smaya "glEnableVertexAttribArray\0" 2258e64d31b9Smaya "glEnableVertexAttribArrayARB\0" 2259e64d31b9Smaya "\0" 2260e64d31b9Smaya /* _mesa_function_pool[14279]: GetActiveAttrib (will be remapped) */ 2261e64d31b9Smaya "iiipppp\0" 2262e64d31b9Smaya "glGetActiveAttrib\0" 2263e64d31b9Smaya "glGetActiveAttribARB\0" 2264e64d31b9Smaya "\0" 2265e64d31b9Smaya /* _mesa_function_pool[14327]: GetActiveUniform (will be remapped) */ 2266e64d31b9Smaya "iiipppp\0" 2267e64d31b9Smaya "glGetActiveUniform\0" 2268e64d31b9Smaya "glGetActiveUniformARB\0" 2269e64d31b9Smaya "\0" 2270e64d31b9Smaya /* _mesa_function_pool[14377]: GetAttachedShaders (will be remapped) */ 2271e64d31b9Smaya "iipp\0" 2272e64d31b9Smaya "glGetAttachedShaders\0" 2273e64d31b9Smaya "\0" 2274e64d31b9Smaya /* _mesa_function_pool[14404]: GetAttribLocation (will be remapped) */ 2275e64d31b9Smaya "ip\0" 2276e64d31b9Smaya "glGetAttribLocation\0" 2277e64d31b9Smaya "glGetAttribLocationARB\0" 2278e64d31b9Smaya "\0" 2279e64d31b9Smaya /* _mesa_function_pool[14451]: GetProgramiv (will be remapped) */ 2280e64d31b9Smaya "iip\0" 2281e64d31b9Smaya "glGetProgramiv\0" 2282e64d31b9Smaya "\0" 2283e64d31b9Smaya /* _mesa_function_pool[14471]: GetProgramInfoLog (will be remapped) */ 2284e64d31b9Smaya "iipp\0" 2285e64d31b9Smaya "glGetProgramInfoLog\0" 2286e64d31b9Smaya "\0" 2287e64d31b9Smaya /* _mesa_function_pool[14497]: GetShaderiv (will be remapped) */ 2288e64d31b9Smaya "iip\0" 2289e64d31b9Smaya "glGetShaderiv\0" 2290e64d31b9Smaya "\0" 2291e64d31b9Smaya /* _mesa_function_pool[14516]: GetShaderInfoLog (will be remapped) */ 2292e64d31b9Smaya "iipp\0" 2293e64d31b9Smaya "glGetShaderInfoLog\0" 2294e64d31b9Smaya "\0" 2295e64d31b9Smaya /* _mesa_function_pool[14541]: GetShaderSource (will be remapped) */ 2296e64d31b9Smaya "iipp\0" 2297e64d31b9Smaya "glGetShaderSource\0" 2298e64d31b9Smaya "glGetShaderSourceARB\0" 2299e64d31b9Smaya "\0" 2300e64d31b9Smaya /* _mesa_function_pool[14586]: GetUniformLocation (will be remapped) */ 2301e64d31b9Smaya "ip\0" 2302e64d31b9Smaya "glGetUniformLocation\0" 2303e64d31b9Smaya "glGetUniformLocationARB\0" 2304e64d31b9Smaya "\0" 2305e64d31b9Smaya /* _mesa_function_pool[14635]: GetUniformfv (will be remapped) */ 2306e64d31b9Smaya "iip\0" 2307e64d31b9Smaya "glGetUniformfv\0" 2308e64d31b9Smaya "glGetUniformfvARB\0" 2309e64d31b9Smaya "\0" 2310e64d31b9Smaya /* _mesa_function_pool[14673]: GetUniformiv (will be remapped) */ 2311e64d31b9Smaya "iip\0" 2312e64d31b9Smaya "glGetUniformiv\0" 2313e64d31b9Smaya "glGetUniformivARB\0" 2314e64d31b9Smaya "\0" 2315e64d31b9Smaya /* _mesa_function_pool[14711]: GetVertexAttribdv (will be remapped) */ 2316e64d31b9Smaya "iip\0" 2317e64d31b9Smaya "glGetVertexAttribdv\0" 2318e64d31b9Smaya "glGetVertexAttribdvARB\0" 2319e64d31b9Smaya "\0" 2320e64d31b9Smaya /* _mesa_function_pool[14759]: GetVertexAttribfv (will be remapped) */ 2321e64d31b9Smaya "iip\0" 2322e64d31b9Smaya "glGetVertexAttribfv\0" 2323e64d31b9Smaya "glGetVertexAttribfvARB\0" 2324e64d31b9Smaya "\0" 2325e64d31b9Smaya /* _mesa_function_pool[14807]: GetVertexAttribiv (will be remapped) */ 2326e64d31b9Smaya "iip\0" 2327e64d31b9Smaya "glGetVertexAttribiv\0" 2328e64d31b9Smaya "glGetVertexAttribivARB\0" 2329e64d31b9Smaya "\0" 2330e64d31b9Smaya /* _mesa_function_pool[14855]: GetVertexAttribPointerv (will be remapped) */ 2331e64d31b9Smaya "iip\0" 2332e64d31b9Smaya "glGetVertexAttribPointerv\0" 2333e64d31b9Smaya "glGetVertexAttribPointervARB\0" 2334e64d31b9Smaya "glGetVertexAttribPointervNV\0" 2335e64d31b9Smaya "\0" 2336e64d31b9Smaya /* _mesa_function_pool[14943]: IsProgram (will be remapped) */ 2337e64d31b9Smaya "i\0" 2338e64d31b9Smaya "glIsProgram\0" 2339e64d31b9Smaya "\0" 2340e64d31b9Smaya /* _mesa_function_pool[14958]: IsShader (will be remapped) */ 2341e64d31b9Smaya "i\0" 2342e64d31b9Smaya "glIsShader\0" 2343e64d31b9Smaya "\0" 2344e64d31b9Smaya /* _mesa_function_pool[14972]: LinkProgram (will be remapped) */ 2345e64d31b9Smaya "i\0" 2346e64d31b9Smaya "glLinkProgram\0" 2347e64d31b9Smaya "glLinkProgramARB\0" 2348e64d31b9Smaya "\0" 2349e64d31b9Smaya /* _mesa_function_pool[15006]: ShaderSource (will be remapped) */ 2350e64d31b9Smaya "iipp\0" 2351e64d31b9Smaya "glShaderSource\0" 2352e64d31b9Smaya "glShaderSourceARB\0" 2353e64d31b9Smaya "\0" 2354e64d31b9Smaya /* _mesa_function_pool[15045]: UseProgram (will be remapped) */ 2355e64d31b9Smaya "i\0" 2356e64d31b9Smaya "glUseProgram\0" 2357e64d31b9Smaya "glUseProgramObjectARB\0" 2358e64d31b9Smaya "\0" 2359e64d31b9Smaya /* _mesa_function_pool[15083]: Uniform1f (will be remapped) */ 2360e64d31b9Smaya "if\0" 2361e64d31b9Smaya "glUniform1f\0" 2362e64d31b9Smaya "glUniform1fARB\0" 2363e64d31b9Smaya "\0" 2364e64d31b9Smaya /* _mesa_function_pool[15114]: Uniform2f (will be remapped) */ 2365e64d31b9Smaya "iff\0" 2366e64d31b9Smaya "glUniform2f\0" 2367e64d31b9Smaya "glUniform2fARB\0" 2368e64d31b9Smaya "\0" 2369e64d31b9Smaya /* _mesa_function_pool[15146]: Uniform3f (will be remapped) */ 2370e64d31b9Smaya "ifff\0" 2371e64d31b9Smaya "glUniform3f\0" 2372e64d31b9Smaya "glUniform3fARB\0" 2373e64d31b9Smaya "\0" 2374e64d31b9Smaya /* _mesa_function_pool[15179]: Uniform4f (will be remapped) */ 2375e64d31b9Smaya "iffff\0" 2376e64d31b9Smaya "glUniform4f\0" 2377e64d31b9Smaya "glUniform4fARB\0" 2378e64d31b9Smaya "\0" 2379e64d31b9Smaya /* _mesa_function_pool[15213]: Uniform1i (will be remapped) */ 2380e64d31b9Smaya "ii\0" 2381e64d31b9Smaya "glUniform1i\0" 2382e64d31b9Smaya "glUniform1iARB\0" 2383e64d31b9Smaya "\0" 2384e64d31b9Smaya /* _mesa_function_pool[15244]: Uniform2i (will be remapped) */ 2385e64d31b9Smaya "iii\0" 2386e64d31b9Smaya "glUniform2i\0" 2387e64d31b9Smaya "glUniform2iARB\0" 2388e64d31b9Smaya "\0" 2389e64d31b9Smaya /* _mesa_function_pool[15276]: Uniform3i (will be remapped) */ 2390e64d31b9Smaya "iiii\0" 2391e64d31b9Smaya "glUniform3i\0" 2392e64d31b9Smaya "glUniform3iARB\0" 2393e64d31b9Smaya "\0" 2394e64d31b9Smaya /* _mesa_function_pool[15309]: Uniform4i (will be remapped) */ 2395e64d31b9Smaya "iiiii\0" 2396e64d31b9Smaya "glUniform4i\0" 2397e64d31b9Smaya "glUniform4iARB\0" 2398e64d31b9Smaya "\0" 2399e64d31b9Smaya /* _mesa_function_pool[15343]: Uniform1fv (will be remapped) */ 2400e64d31b9Smaya "iip\0" 2401e64d31b9Smaya "glUniform1fv\0" 2402e64d31b9Smaya "glUniform1fvARB\0" 2403e64d31b9Smaya "\0" 2404e64d31b9Smaya /* _mesa_function_pool[15377]: Uniform2fv (will be remapped) */ 2405e64d31b9Smaya "iip\0" 2406e64d31b9Smaya "glUniform2fv\0" 2407e64d31b9Smaya "glUniform2fvARB\0" 2408e64d31b9Smaya "\0" 2409e64d31b9Smaya /* _mesa_function_pool[15411]: Uniform3fv (will be remapped) */ 2410e64d31b9Smaya "iip\0" 2411e64d31b9Smaya "glUniform3fv\0" 2412e64d31b9Smaya "glUniform3fvARB\0" 2413e64d31b9Smaya "\0" 2414e64d31b9Smaya /* _mesa_function_pool[15445]: Uniform4fv (will be remapped) */ 2415e64d31b9Smaya "iip\0" 2416e64d31b9Smaya "glUniform4fv\0" 2417e64d31b9Smaya "glUniform4fvARB\0" 2418e64d31b9Smaya "\0" 2419e64d31b9Smaya /* _mesa_function_pool[15479]: Uniform1iv (will be remapped) */ 2420e64d31b9Smaya "iip\0" 2421e64d31b9Smaya "glUniform1iv\0" 2422e64d31b9Smaya "glUniform1ivARB\0" 2423e64d31b9Smaya "\0" 2424e64d31b9Smaya /* _mesa_function_pool[15513]: Uniform2iv (will be remapped) */ 2425e64d31b9Smaya "iip\0" 2426e64d31b9Smaya "glUniform2iv\0" 2427e64d31b9Smaya "glUniform2ivARB\0" 2428e64d31b9Smaya "\0" 2429e64d31b9Smaya /* _mesa_function_pool[15547]: Uniform3iv (will be remapped) */ 2430e64d31b9Smaya "iip\0" 2431e64d31b9Smaya "glUniform3iv\0" 2432e64d31b9Smaya "glUniform3ivARB\0" 2433e64d31b9Smaya "\0" 2434e64d31b9Smaya /* _mesa_function_pool[15581]: Uniform4iv (will be remapped) */ 2435e64d31b9Smaya "iip\0" 2436e64d31b9Smaya "glUniform4iv\0" 2437e64d31b9Smaya "glUniform4ivARB\0" 2438e64d31b9Smaya "\0" 2439e64d31b9Smaya /* _mesa_function_pool[15615]: UniformMatrix2fv (will be remapped) */ 2440e64d31b9Smaya "iiip\0" 2441e64d31b9Smaya "glUniformMatrix2fv\0" 2442e64d31b9Smaya "glUniformMatrix2fvARB\0" 2443e64d31b9Smaya "\0" 2444e64d31b9Smaya /* _mesa_function_pool[15662]: UniformMatrix3fv (will be remapped) */ 2445e64d31b9Smaya "iiip\0" 2446e64d31b9Smaya "glUniformMatrix3fv\0" 2447e64d31b9Smaya "glUniformMatrix3fvARB\0" 2448e64d31b9Smaya "\0" 2449e64d31b9Smaya /* _mesa_function_pool[15709]: UniformMatrix4fv (will be remapped) */ 2450e64d31b9Smaya "iiip\0" 2451e64d31b9Smaya "glUniformMatrix4fv\0" 2452e64d31b9Smaya "glUniformMatrix4fvARB\0" 2453e64d31b9Smaya "\0" 2454e64d31b9Smaya /* _mesa_function_pool[15756]: ValidateProgram (will be remapped) */ 2455e64d31b9Smaya "i\0" 2456e64d31b9Smaya "glValidateProgram\0" 2457e64d31b9Smaya "glValidateProgramARB\0" 2458e64d31b9Smaya "\0" 2459e64d31b9Smaya /* _mesa_function_pool[15798]: VertexAttrib1d (will be remapped) */ 2460e64d31b9Smaya "id\0" 2461e64d31b9Smaya "glVertexAttrib1d\0" 2462e64d31b9Smaya "glVertexAttrib1dARB\0" 2463e64d31b9Smaya "\0" 2464e64d31b9Smaya /* _mesa_function_pool[15839]: VertexAttrib1dv (will be remapped) */ 2465e64d31b9Smaya "ip\0" 2466e64d31b9Smaya "glVertexAttrib1dv\0" 2467e64d31b9Smaya "glVertexAttrib1dvARB\0" 2468e64d31b9Smaya "\0" 2469e64d31b9Smaya /* _mesa_function_pool[15882]: VertexAttrib1fARB (will be remapped) */ 2470e64d31b9Smaya "if\0" 2471e64d31b9Smaya "glVertexAttrib1f\0" 2472e64d31b9Smaya "glVertexAttrib1fARB\0" 2473e64d31b9Smaya "\0" 2474e64d31b9Smaya /* _mesa_function_pool[15923]: VertexAttrib1fvARB (will be remapped) */ 2475e64d31b9Smaya "ip\0" 2476e64d31b9Smaya "glVertexAttrib1fv\0" 2477e64d31b9Smaya "glVertexAttrib1fvARB\0" 2478e64d31b9Smaya "\0" 2479e64d31b9Smaya /* _mesa_function_pool[15966]: VertexAttrib1s (will be remapped) */ 2480e64d31b9Smaya "ii\0" 2481e64d31b9Smaya "glVertexAttrib1s\0" 2482e64d31b9Smaya "glVertexAttrib1sARB\0" 2483e64d31b9Smaya "\0" 2484e64d31b9Smaya /* _mesa_function_pool[16007]: VertexAttrib1sv (will be remapped) */ 2485e64d31b9Smaya "ip\0" 2486e64d31b9Smaya "glVertexAttrib1sv\0" 2487e64d31b9Smaya "glVertexAttrib1svARB\0" 2488e64d31b9Smaya "\0" 2489e64d31b9Smaya /* _mesa_function_pool[16050]: VertexAttrib2d (will be remapped) */ 2490e64d31b9Smaya "idd\0" 2491e64d31b9Smaya "glVertexAttrib2d\0" 2492e64d31b9Smaya "glVertexAttrib2dARB\0" 2493e64d31b9Smaya "\0" 2494e64d31b9Smaya /* _mesa_function_pool[16092]: VertexAttrib2dv (will be remapped) */ 2495e64d31b9Smaya "ip\0" 2496e64d31b9Smaya "glVertexAttrib2dv\0" 2497e64d31b9Smaya "glVertexAttrib2dvARB\0" 2498e64d31b9Smaya "\0" 2499e64d31b9Smaya /* _mesa_function_pool[16135]: VertexAttrib2fARB (will be remapped) */ 2500e64d31b9Smaya "iff\0" 2501e64d31b9Smaya "glVertexAttrib2f\0" 2502e64d31b9Smaya "glVertexAttrib2fARB\0" 2503e64d31b9Smaya "\0" 2504e64d31b9Smaya /* _mesa_function_pool[16177]: VertexAttrib2fvARB (will be remapped) */ 2505e64d31b9Smaya "ip\0" 2506e64d31b9Smaya "glVertexAttrib2fv\0" 2507e64d31b9Smaya "glVertexAttrib2fvARB\0" 2508e64d31b9Smaya "\0" 2509e64d31b9Smaya /* _mesa_function_pool[16220]: VertexAttrib2s (will be remapped) */ 2510e64d31b9Smaya "iii\0" 2511e64d31b9Smaya "glVertexAttrib2s\0" 2512e64d31b9Smaya "glVertexAttrib2sARB\0" 2513e64d31b9Smaya "\0" 2514e64d31b9Smaya /* _mesa_function_pool[16262]: VertexAttrib2sv (will be remapped) */ 2515e64d31b9Smaya "ip\0" 2516e64d31b9Smaya "glVertexAttrib2sv\0" 2517e64d31b9Smaya "glVertexAttrib2svARB\0" 2518e64d31b9Smaya "\0" 2519e64d31b9Smaya /* _mesa_function_pool[16305]: VertexAttrib3d (will be remapped) */ 2520e64d31b9Smaya "iddd\0" 2521e64d31b9Smaya "glVertexAttrib3d\0" 2522e64d31b9Smaya "glVertexAttrib3dARB\0" 2523e64d31b9Smaya "\0" 2524e64d31b9Smaya /* _mesa_function_pool[16348]: VertexAttrib3dv (will be remapped) */ 2525e64d31b9Smaya "ip\0" 2526e64d31b9Smaya "glVertexAttrib3dv\0" 2527e64d31b9Smaya "glVertexAttrib3dvARB\0" 2528e64d31b9Smaya "\0" 2529e64d31b9Smaya /* _mesa_function_pool[16391]: VertexAttrib3fARB (will be remapped) */ 2530e64d31b9Smaya "ifff\0" 2531e64d31b9Smaya "glVertexAttrib3f\0" 2532e64d31b9Smaya "glVertexAttrib3fARB\0" 2533e64d31b9Smaya "\0" 2534e64d31b9Smaya /* _mesa_function_pool[16434]: VertexAttrib3fvARB (will be remapped) */ 2535e64d31b9Smaya "ip\0" 2536e64d31b9Smaya "glVertexAttrib3fv\0" 2537e64d31b9Smaya "glVertexAttrib3fvARB\0" 2538e64d31b9Smaya "\0" 2539e64d31b9Smaya /* _mesa_function_pool[16477]: VertexAttrib3s (will be remapped) */ 2540e64d31b9Smaya "iiii\0" 2541e64d31b9Smaya "glVertexAttrib3s\0" 2542e64d31b9Smaya "glVertexAttrib3sARB\0" 2543e64d31b9Smaya "\0" 2544e64d31b9Smaya /* _mesa_function_pool[16520]: VertexAttrib3sv (will be remapped) */ 2545e64d31b9Smaya "ip\0" 2546e64d31b9Smaya "glVertexAttrib3sv\0" 2547e64d31b9Smaya "glVertexAttrib3svARB\0" 2548e64d31b9Smaya "\0" 2549e64d31b9Smaya /* _mesa_function_pool[16563]: VertexAttrib4Nbv (will be remapped) */ 2550e64d31b9Smaya "ip\0" 2551e64d31b9Smaya "glVertexAttrib4Nbv\0" 2552e64d31b9Smaya "glVertexAttrib4NbvARB\0" 2553e64d31b9Smaya "\0" 2554e64d31b9Smaya /* _mesa_function_pool[16608]: VertexAttrib4Niv (will be remapped) */ 2555e64d31b9Smaya "ip\0" 2556e64d31b9Smaya "glVertexAttrib4Niv\0" 2557e64d31b9Smaya "glVertexAttrib4NivARB\0" 2558e64d31b9Smaya "\0" 2559e64d31b9Smaya /* _mesa_function_pool[16653]: VertexAttrib4Nsv (will be remapped) */ 2560e64d31b9Smaya "ip\0" 2561e64d31b9Smaya "glVertexAttrib4Nsv\0" 2562e64d31b9Smaya "glVertexAttrib4NsvARB\0" 2563e64d31b9Smaya "\0" 2564e64d31b9Smaya /* _mesa_function_pool[16698]: VertexAttrib4Nub (will be remapped) */ 2565e64d31b9Smaya "iiiii\0" 2566e64d31b9Smaya "glVertexAttrib4Nub\0" 2567e64d31b9Smaya "glVertexAttrib4NubARB\0" 2568e64d31b9Smaya "\0" 2569e64d31b9Smaya /* _mesa_function_pool[16746]: VertexAttrib4Nubv (will be remapped) */ 2570e64d31b9Smaya "ip\0" 2571e64d31b9Smaya "glVertexAttrib4Nubv\0" 2572e64d31b9Smaya "glVertexAttrib4NubvARB\0" 2573e64d31b9Smaya "\0" 2574e64d31b9Smaya /* _mesa_function_pool[16793]: VertexAttrib4Nuiv (will be remapped) */ 2575e64d31b9Smaya "ip\0" 2576e64d31b9Smaya "glVertexAttrib4Nuiv\0" 2577e64d31b9Smaya "glVertexAttrib4NuivARB\0" 2578e64d31b9Smaya "\0" 2579e64d31b9Smaya /* _mesa_function_pool[16840]: VertexAttrib4Nusv (will be remapped) */ 2580e64d31b9Smaya "ip\0" 2581e64d31b9Smaya "glVertexAttrib4Nusv\0" 2582e64d31b9Smaya "glVertexAttrib4NusvARB\0" 2583e64d31b9Smaya "\0" 2584e64d31b9Smaya /* _mesa_function_pool[16887]: VertexAttrib4bv (will be remapped) */ 2585e64d31b9Smaya "ip\0" 2586e64d31b9Smaya "glVertexAttrib4bv\0" 2587e64d31b9Smaya "glVertexAttrib4bvARB\0" 2588e64d31b9Smaya "\0" 2589e64d31b9Smaya /* _mesa_function_pool[16930]: VertexAttrib4d (will be remapped) */ 2590e64d31b9Smaya "idddd\0" 2591e64d31b9Smaya "glVertexAttrib4d\0" 2592e64d31b9Smaya "glVertexAttrib4dARB\0" 2593e64d31b9Smaya "\0" 2594e64d31b9Smaya /* _mesa_function_pool[16974]: VertexAttrib4dv (will be remapped) */ 2595e64d31b9Smaya "ip\0" 2596e64d31b9Smaya "glVertexAttrib4dv\0" 2597e64d31b9Smaya "glVertexAttrib4dvARB\0" 2598e64d31b9Smaya "\0" 2599e64d31b9Smaya /* _mesa_function_pool[17017]: VertexAttrib4fARB (will be remapped) */ 2600e64d31b9Smaya "iffff\0" 2601e64d31b9Smaya "glVertexAttrib4f\0" 2602e64d31b9Smaya "glVertexAttrib4fARB\0" 2603e64d31b9Smaya "\0" 2604e64d31b9Smaya /* _mesa_function_pool[17061]: VertexAttrib4fvARB (will be remapped) */ 2605e64d31b9Smaya "ip\0" 2606e64d31b9Smaya "glVertexAttrib4fv\0" 2607e64d31b9Smaya "glVertexAttrib4fvARB\0" 2608e64d31b9Smaya "\0" 2609e64d31b9Smaya /* _mesa_function_pool[17104]: VertexAttrib4iv (will be remapped) */ 2610e64d31b9Smaya "ip\0" 2611e64d31b9Smaya "glVertexAttrib4iv\0" 2612e64d31b9Smaya "glVertexAttrib4ivARB\0" 2613e64d31b9Smaya "\0" 2614e64d31b9Smaya /* _mesa_function_pool[17147]: VertexAttrib4s (will be remapped) */ 2615e64d31b9Smaya "iiiii\0" 2616e64d31b9Smaya "glVertexAttrib4s\0" 2617e64d31b9Smaya "glVertexAttrib4sARB\0" 2618e64d31b9Smaya "\0" 2619e64d31b9Smaya /* _mesa_function_pool[17191]: VertexAttrib4sv (will be remapped) */ 2620e64d31b9Smaya "ip\0" 2621e64d31b9Smaya "glVertexAttrib4sv\0" 2622e64d31b9Smaya "glVertexAttrib4svARB\0" 2623e64d31b9Smaya "\0" 2624e64d31b9Smaya /* _mesa_function_pool[17234]: VertexAttrib4ubv (will be remapped) */ 2625e64d31b9Smaya "ip\0" 2626e64d31b9Smaya "glVertexAttrib4ubv\0" 2627e64d31b9Smaya "glVertexAttrib4ubvARB\0" 2628e64d31b9Smaya "\0" 2629e64d31b9Smaya /* _mesa_function_pool[17279]: VertexAttrib4uiv (will be remapped) */ 2630e64d31b9Smaya "ip\0" 2631e64d31b9Smaya "glVertexAttrib4uiv\0" 2632e64d31b9Smaya "glVertexAttrib4uivARB\0" 2633e64d31b9Smaya "\0" 2634e64d31b9Smaya /* _mesa_function_pool[17324]: VertexAttrib4usv (will be remapped) */ 2635e64d31b9Smaya "ip\0" 2636e64d31b9Smaya "glVertexAttrib4usv\0" 2637e64d31b9Smaya "glVertexAttrib4usvARB\0" 2638e64d31b9Smaya "\0" 2639e64d31b9Smaya /* _mesa_function_pool[17369]: VertexAttribPointer (will be remapped) */ 2640e64d31b9Smaya "iiiiip\0" 2641e64d31b9Smaya "glVertexAttribPointer\0" 2642e64d31b9Smaya "glVertexAttribPointerARB\0" 2643e64d31b9Smaya "\0" 2644e64d31b9Smaya /* _mesa_function_pool[17424]: UniformMatrix2x3fv (will be remapped) */ 2645e64d31b9Smaya "iiip\0" 2646e64d31b9Smaya "glUniformMatrix2x3fv\0" 2647e64d31b9Smaya "\0" 2648e64d31b9Smaya /* _mesa_function_pool[17451]: UniformMatrix3x2fv (will be remapped) */ 2649e64d31b9Smaya "iiip\0" 2650e64d31b9Smaya "glUniformMatrix3x2fv\0" 2651e64d31b9Smaya "\0" 2652e64d31b9Smaya /* _mesa_function_pool[17478]: UniformMatrix2x4fv (will be remapped) */ 2653e64d31b9Smaya "iiip\0" 2654e64d31b9Smaya "glUniformMatrix2x4fv\0" 2655e64d31b9Smaya "\0" 2656e64d31b9Smaya /* _mesa_function_pool[17505]: UniformMatrix4x2fv (will be remapped) */ 2657e64d31b9Smaya "iiip\0" 2658e64d31b9Smaya "glUniformMatrix4x2fv\0" 2659e64d31b9Smaya "\0" 2660e64d31b9Smaya /* _mesa_function_pool[17532]: UniformMatrix3x4fv (will be remapped) */ 2661e64d31b9Smaya "iiip\0" 2662e64d31b9Smaya "glUniformMatrix3x4fv\0" 2663e64d31b9Smaya "\0" 2664e64d31b9Smaya /* _mesa_function_pool[17559]: UniformMatrix4x3fv (will be remapped) */ 2665e64d31b9Smaya "iiip\0" 2666e64d31b9Smaya "glUniformMatrix4x3fv\0" 2667e64d31b9Smaya "\0" 2668e64d31b9Smaya /* _mesa_function_pool[17586]: WeightbvARB (dynamic) */ 2669e64d31b9Smaya "ip\0" 2670e64d31b9Smaya "glWeightbvARB\0" 2671e64d31b9Smaya "\0" 2672e64d31b9Smaya /* _mesa_function_pool[17604]: WeightsvARB (dynamic) */ 2673e64d31b9Smaya "ip\0" 2674e64d31b9Smaya "glWeightsvARB\0" 2675e64d31b9Smaya "\0" 2676e64d31b9Smaya /* _mesa_function_pool[17622]: WeightivARB (dynamic) */ 2677e64d31b9Smaya "ip\0" 2678e64d31b9Smaya "glWeightivARB\0" 2679e64d31b9Smaya "\0" 2680e64d31b9Smaya /* _mesa_function_pool[17640]: WeightfvARB (dynamic) */ 2681e64d31b9Smaya "ip\0" 2682e64d31b9Smaya "glWeightfvARB\0" 2683e64d31b9Smaya "\0" 2684e64d31b9Smaya /* _mesa_function_pool[17658]: WeightdvARB (dynamic) */ 2685e64d31b9Smaya "ip\0" 2686e64d31b9Smaya "glWeightdvARB\0" 2687e64d31b9Smaya "\0" 2688e64d31b9Smaya /* _mesa_function_pool[17676]: WeightubvARB (dynamic) */ 2689e64d31b9Smaya "ip\0" 2690e64d31b9Smaya "glWeightubvARB\0" 2691e64d31b9Smaya "\0" 2692e64d31b9Smaya /* _mesa_function_pool[17695]: WeightusvARB (dynamic) */ 2693e64d31b9Smaya "ip\0" 2694e64d31b9Smaya "glWeightusvARB\0" 2695e64d31b9Smaya "\0" 2696e64d31b9Smaya /* _mesa_function_pool[17714]: WeightuivARB (dynamic) */ 2697e64d31b9Smaya "ip\0" 2698e64d31b9Smaya "glWeightuivARB\0" 2699e64d31b9Smaya "\0" 2700e64d31b9Smaya /* _mesa_function_pool[17733]: WeightPointerARB (dynamic) */ 2701e64d31b9Smaya "iiip\0" 2702e64d31b9Smaya "glWeightPointerARB\0" 2703e64d31b9Smaya "glWeightPointerOES\0" 2704e64d31b9Smaya "\0" 2705e64d31b9Smaya /* _mesa_function_pool[17777]: VertexBlendARB (dynamic) */ 2706e64d31b9Smaya "i\0" 2707e64d31b9Smaya "glVertexBlendARB\0" 2708e64d31b9Smaya "\0" 2709e64d31b9Smaya /* _mesa_function_pool[17797]: CurrentPaletteMatrixARB (dynamic) */ 2710e64d31b9Smaya "i\0" 2711e64d31b9Smaya "glCurrentPaletteMatrixARB\0" 2712e64d31b9Smaya "glCurrentPaletteMatrixOES\0" 2713e64d31b9Smaya "\0" 2714e64d31b9Smaya /* _mesa_function_pool[17852]: MatrixIndexubvARB (dynamic) */ 2715e64d31b9Smaya "ip\0" 2716e64d31b9Smaya "glMatrixIndexubvARB\0" 2717e64d31b9Smaya "\0" 2718e64d31b9Smaya /* _mesa_function_pool[17876]: MatrixIndexusvARB (dynamic) */ 2719e64d31b9Smaya "ip\0" 2720e64d31b9Smaya "glMatrixIndexusvARB\0" 2721e64d31b9Smaya "\0" 2722e64d31b9Smaya /* _mesa_function_pool[17900]: MatrixIndexuivARB (dynamic) */ 2723e64d31b9Smaya "ip\0" 2724e64d31b9Smaya "glMatrixIndexuivARB\0" 2725e64d31b9Smaya "\0" 2726e64d31b9Smaya /* _mesa_function_pool[17924]: MatrixIndexPointerARB (dynamic) */ 2727e64d31b9Smaya "iiip\0" 2728e64d31b9Smaya "glMatrixIndexPointerARB\0" 2729e64d31b9Smaya "glMatrixIndexPointerOES\0" 2730e64d31b9Smaya "\0" 2731e64d31b9Smaya /* _mesa_function_pool[17978]: ProgramStringARB (will be remapped) */ 2732e64d31b9Smaya "iiip\0" 2733e64d31b9Smaya "glProgramStringARB\0" 2734e64d31b9Smaya "\0" 2735e64d31b9Smaya /* _mesa_function_pool[18003]: BindProgramARB (will be remapped) */ 2736e64d31b9Smaya "ii\0" 2737e64d31b9Smaya "glBindProgramARB\0" 2738e64d31b9Smaya "glBindProgramNV\0" 2739e64d31b9Smaya "\0" 2740e64d31b9Smaya /* _mesa_function_pool[18040]: DeleteProgramsARB (will be remapped) */ 2741e64d31b9Smaya "ip\0" 2742e64d31b9Smaya "glDeleteProgramsARB\0" 2743e64d31b9Smaya "glDeleteProgramsNV\0" 2744e64d31b9Smaya "\0" 2745e64d31b9Smaya /* _mesa_function_pool[18083]: GenProgramsARB (will be remapped) */ 2746e64d31b9Smaya "ip\0" 2747e64d31b9Smaya "glGenProgramsARB\0" 2748e64d31b9Smaya "glGenProgramsNV\0" 2749e64d31b9Smaya "\0" 2750e64d31b9Smaya /* _mesa_function_pool[18120]: IsProgramARB (will be remapped) */ 2751e64d31b9Smaya "i\0" 2752e64d31b9Smaya "glIsProgramARB\0" 2753e64d31b9Smaya "glIsProgramNV\0" 2754e64d31b9Smaya "\0" 2755e64d31b9Smaya /* _mesa_function_pool[18152]: ProgramEnvParameter4dARB (will be remapped) */ 2756e64d31b9Smaya "iidddd\0" 2757e64d31b9Smaya "glProgramEnvParameter4dARB\0" 2758e64d31b9Smaya "glProgramParameter4dNV\0" 2759e64d31b9Smaya "\0" 2760e64d31b9Smaya /* _mesa_function_pool[18210]: ProgramEnvParameter4dvARB (will be remapped) */ 2761e64d31b9Smaya "iip\0" 2762e64d31b9Smaya "glProgramEnvParameter4dvARB\0" 2763e64d31b9Smaya "glProgramParameter4dvNV\0" 2764e64d31b9Smaya "\0" 2765e64d31b9Smaya /* _mesa_function_pool[18267]: ProgramEnvParameter4fARB (will be remapped) */ 2766e64d31b9Smaya "iiffff\0" 2767e64d31b9Smaya "glProgramEnvParameter4fARB\0" 2768e64d31b9Smaya "glProgramParameter4fNV\0" 2769e64d31b9Smaya "\0" 2770e64d31b9Smaya /* _mesa_function_pool[18325]: ProgramEnvParameter4fvARB (will be remapped) */ 2771e64d31b9Smaya "iip\0" 2772e64d31b9Smaya "glProgramEnvParameter4fvARB\0" 2773e64d31b9Smaya "glProgramParameter4fvNV\0" 2774e64d31b9Smaya "\0" 2775e64d31b9Smaya /* _mesa_function_pool[18382]: ProgramLocalParameter4dARB (will be remapped) */ 2776e64d31b9Smaya "iidddd\0" 2777e64d31b9Smaya "glProgramLocalParameter4dARB\0" 2778e64d31b9Smaya "\0" 2779e64d31b9Smaya /* _mesa_function_pool[18419]: ProgramLocalParameter4dvARB (will be remapped) */ 2780e64d31b9Smaya "iip\0" 2781e64d31b9Smaya "glProgramLocalParameter4dvARB\0" 2782e64d31b9Smaya "\0" 2783e64d31b9Smaya /* _mesa_function_pool[18454]: ProgramLocalParameter4fARB (will be remapped) */ 2784e64d31b9Smaya "iiffff\0" 2785e64d31b9Smaya "glProgramLocalParameter4fARB\0" 2786e64d31b9Smaya "\0" 2787e64d31b9Smaya /* _mesa_function_pool[18491]: ProgramLocalParameter4fvARB (will be remapped) */ 2788e64d31b9Smaya "iip\0" 2789e64d31b9Smaya "glProgramLocalParameter4fvARB\0" 2790e64d31b9Smaya "\0" 2791e64d31b9Smaya /* _mesa_function_pool[18526]: GetProgramEnvParameterdvARB (will be remapped) */ 2792e64d31b9Smaya "iip\0" 2793e64d31b9Smaya "glGetProgramEnvParameterdvARB\0" 2794e64d31b9Smaya "\0" 2795e64d31b9Smaya /* _mesa_function_pool[18561]: GetProgramEnvParameterfvARB (will be remapped) */ 2796e64d31b9Smaya "iip\0" 2797e64d31b9Smaya "glGetProgramEnvParameterfvARB\0" 2798e64d31b9Smaya "\0" 2799e64d31b9Smaya /* _mesa_function_pool[18596]: GetProgramLocalParameterdvARB (will be remapped) */ 2800e64d31b9Smaya "iip\0" 2801e64d31b9Smaya "glGetProgramLocalParameterdvARB\0" 2802e64d31b9Smaya "\0" 2803e64d31b9Smaya /* _mesa_function_pool[18633]: GetProgramLocalParameterfvARB (will be remapped) */ 2804e64d31b9Smaya "iip\0" 2805e64d31b9Smaya "glGetProgramLocalParameterfvARB\0" 2806e64d31b9Smaya "\0" 2807e64d31b9Smaya /* _mesa_function_pool[18670]: GetProgramivARB (will be remapped) */ 2808e64d31b9Smaya "iip\0" 2809e64d31b9Smaya "glGetProgramivARB\0" 2810e64d31b9Smaya "\0" 2811e64d31b9Smaya /* _mesa_function_pool[18693]: GetProgramStringARB (will be remapped) */ 2812e64d31b9Smaya "iip\0" 2813e64d31b9Smaya "glGetProgramStringARB\0" 2814e64d31b9Smaya "\0" 2815e64d31b9Smaya /* _mesa_function_pool[18720]: DeleteObjectARB (will be remapped) */ 2816e64d31b9Smaya "i\0" 2817e64d31b9Smaya "glDeleteObjectARB\0" 2818e64d31b9Smaya "\0" 2819e64d31b9Smaya /* _mesa_function_pool[18741]: GetHandleARB (will be remapped) */ 2820e64d31b9Smaya "i\0" 2821e64d31b9Smaya "glGetHandleARB\0" 2822e64d31b9Smaya "\0" 2823e64d31b9Smaya /* _mesa_function_pool[18759]: DetachObjectARB (will be remapped) */ 2824e64d31b9Smaya "ii\0" 2825e64d31b9Smaya "glDetachObjectARB\0" 2826e64d31b9Smaya "\0" 2827e64d31b9Smaya /* _mesa_function_pool[18781]: CreateShaderObjectARB (will be remapped) */ 2828e64d31b9Smaya "i\0" 2829e64d31b9Smaya "glCreateShaderObjectARB\0" 2830e64d31b9Smaya "\0" 2831e64d31b9Smaya /* _mesa_function_pool[18808]: CreateProgramObjectARB (will be remapped) */ 2832e64d31b9Smaya "\0" 2833e64d31b9Smaya "glCreateProgramObjectARB\0" 2834e64d31b9Smaya "\0" 2835e64d31b9Smaya /* _mesa_function_pool[18835]: AttachObjectARB (will be remapped) */ 2836e64d31b9Smaya "ii\0" 2837e64d31b9Smaya "glAttachObjectARB\0" 2838e64d31b9Smaya "\0" 2839e64d31b9Smaya /* _mesa_function_pool[18857]: GetObjectParameterfvARB (will be remapped) */ 2840e64d31b9Smaya "iip\0" 2841e64d31b9Smaya "glGetObjectParameterfvARB\0" 2842e64d31b9Smaya "\0" 2843e64d31b9Smaya /* _mesa_function_pool[18888]: GetObjectParameterivARB (will be remapped) */ 2844e64d31b9Smaya "iip\0" 2845e64d31b9Smaya "glGetObjectParameterivARB\0" 2846e64d31b9Smaya "\0" 2847e64d31b9Smaya /* _mesa_function_pool[18919]: GetInfoLogARB (will be remapped) */ 2848e64d31b9Smaya "iipp\0" 2849e64d31b9Smaya "glGetInfoLogARB\0" 2850e64d31b9Smaya "\0" 2851e64d31b9Smaya /* _mesa_function_pool[18941]: GetAttachedObjectsARB (will be remapped) */ 2852e64d31b9Smaya "iipp\0" 2853e64d31b9Smaya "glGetAttachedObjectsARB\0" 2854e64d31b9Smaya "\0" 2855e64d31b9Smaya /* _mesa_function_pool[18971]: ClampColor (will be remapped) */ 2856e64d31b9Smaya "ii\0" 2857e64d31b9Smaya "glClampColorARB\0" 2858e64d31b9Smaya "glClampColor\0" 2859e64d31b9Smaya "\0" 2860e64d31b9Smaya /* _mesa_function_pool[19004]: DrawArraysInstancedARB (will be remapped) */ 2861e64d31b9Smaya "iiii\0" 2862e64d31b9Smaya "glDrawArraysInstancedARB\0" 2863e64d31b9Smaya "glDrawArraysInstancedEXT\0" 2864e64d31b9Smaya "glDrawArraysInstanced\0" 2865e64d31b9Smaya "\0" 2866e64d31b9Smaya /* _mesa_function_pool[19082]: DrawElementsInstancedARB (will be remapped) */ 2867e64d31b9Smaya "iiipi\0" 2868e64d31b9Smaya "glDrawElementsInstancedARB\0" 2869e64d31b9Smaya "glDrawElementsInstancedEXT\0" 2870e64d31b9Smaya "glDrawElementsInstanced\0" 2871e64d31b9Smaya "\0" 2872e64d31b9Smaya /* _mesa_function_pool[19167]: IsRenderbuffer (will be remapped) */ 2873e64d31b9Smaya "i\0" 2874e64d31b9Smaya "glIsRenderbuffer\0" 2875e64d31b9Smaya "glIsRenderbufferEXT\0" 2876e64d31b9Smaya "glIsRenderbufferOES\0" 2877e64d31b9Smaya "\0" 2878e64d31b9Smaya /* _mesa_function_pool[19227]: BindRenderbuffer (will be remapped) */ 2879e64d31b9Smaya "ii\0" 2880e64d31b9Smaya "glBindRenderbuffer\0" 2881e64d31b9Smaya "glBindRenderbufferOES\0" 2882e64d31b9Smaya "\0" 2883e64d31b9Smaya /* _mesa_function_pool[19272]: DeleteRenderbuffers (will be remapped) */ 2884e64d31b9Smaya "ip\0" 2885e64d31b9Smaya "glDeleteRenderbuffers\0" 2886e64d31b9Smaya "glDeleteRenderbuffersEXT\0" 2887e64d31b9Smaya "glDeleteRenderbuffersOES\0" 2888e64d31b9Smaya "\0" 2889e64d31b9Smaya /* _mesa_function_pool[19348]: GenRenderbuffers (will be remapped) */ 2890e64d31b9Smaya "ip\0" 2891e64d31b9Smaya "glGenRenderbuffers\0" 2892e64d31b9Smaya "glGenRenderbuffersEXT\0" 2893e64d31b9Smaya "glGenRenderbuffersOES\0" 2894e64d31b9Smaya "\0" 2895e64d31b9Smaya /* _mesa_function_pool[19415]: RenderbufferStorage (will be remapped) */ 2896e64d31b9Smaya "iiii\0" 2897e64d31b9Smaya "glRenderbufferStorage\0" 2898e64d31b9Smaya "glRenderbufferStorageEXT\0" 2899e64d31b9Smaya "glRenderbufferStorageOES\0" 2900e64d31b9Smaya "\0" 2901e64d31b9Smaya /* _mesa_function_pool[19493]: RenderbufferStorageMultisample (will be remapped) */ 2902e64d31b9Smaya "iiiii\0" 2903e64d31b9Smaya "glRenderbufferStorageMultisample\0" 2904e64d31b9Smaya "glRenderbufferStorageMultisampleEXT\0" 2905e64d31b9Smaya "\0" 2906e64d31b9Smaya /* _mesa_function_pool[19569]: GetRenderbufferParameteriv (will be remapped) */ 2907e64d31b9Smaya "iip\0" 2908e64d31b9Smaya "glGetRenderbufferParameteriv\0" 2909e64d31b9Smaya "glGetRenderbufferParameterivEXT\0" 2910e64d31b9Smaya "glGetRenderbufferParameterivOES\0" 2911e64d31b9Smaya "\0" 2912e64d31b9Smaya /* _mesa_function_pool[19667]: IsFramebuffer (will be remapped) */ 2913e64d31b9Smaya "i\0" 2914e64d31b9Smaya "glIsFramebuffer\0" 2915e64d31b9Smaya "glIsFramebufferEXT\0" 2916e64d31b9Smaya "glIsFramebufferOES\0" 2917e64d31b9Smaya "\0" 2918e64d31b9Smaya /* _mesa_function_pool[19724]: BindFramebuffer (will be remapped) */ 2919e64d31b9Smaya "ii\0" 2920e64d31b9Smaya "glBindFramebuffer\0" 2921e64d31b9Smaya "glBindFramebufferOES\0" 2922e64d31b9Smaya "\0" 2923e64d31b9Smaya /* _mesa_function_pool[19767]: DeleteFramebuffers (will be remapped) */ 2924e64d31b9Smaya "ip\0" 2925e64d31b9Smaya "glDeleteFramebuffers\0" 2926e64d31b9Smaya "glDeleteFramebuffersEXT\0" 2927e64d31b9Smaya "glDeleteFramebuffersOES\0" 2928e64d31b9Smaya "\0" 2929e64d31b9Smaya /* _mesa_function_pool[19840]: GenFramebuffers (will be remapped) */ 2930e64d31b9Smaya "ip\0" 2931e64d31b9Smaya "glGenFramebuffers\0" 2932e64d31b9Smaya "glGenFramebuffersEXT\0" 2933e64d31b9Smaya "glGenFramebuffersOES\0" 2934e64d31b9Smaya "\0" 2935e64d31b9Smaya /* _mesa_function_pool[19904]: CheckFramebufferStatus (will be remapped) */ 2936e64d31b9Smaya "i\0" 2937e64d31b9Smaya "glCheckFramebufferStatus\0" 2938e64d31b9Smaya "glCheckFramebufferStatusEXT\0" 2939e64d31b9Smaya "glCheckFramebufferStatusOES\0" 2940e64d31b9Smaya "\0" 2941e64d31b9Smaya /* _mesa_function_pool[19988]: FramebufferTexture1D (will be remapped) */ 2942e64d31b9Smaya "iiiii\0" 2943e64d31b9Smaya "glFramebufferTexture1D\0" 2944e64d31b9Smaya "glFramebufferTexture1DEXT\0" 2945e64d31b9Smaya "\0" 2946e64d31b9Smaya /* _mesa_function_pool[20044]: FramebufferTexture2D (will be remapped) */ 2947e64d31b9Smaya "iiiii\0" 2948e64d31b9Smaya "glFramebufferTexture2D\0" 2949e64d31b9Smaya "glFramebufferTexture2DEXT\0" 2950e64d31b9Smaya "glFramebufferTexture2DOES\0" 2951e64d31b9Smaya "\0" 2952e64d31b9Smaya /* _mesa_function_pool[20126]: FramebufferTexture3D (will be remapped) */ 2953e64d31b9Smaya "iiiiii\0" 2954e64d31b9Smaya "glFramebufferTexture3D\0" 2955e64d31b9Smaya "glFramebufferTexture3DEXT\0" 2956e64d31b9Smaya "glFramebufferTexture3DOES\0" 2957e64d31b9Smaya "\0" 2958e64d31b9Smaya /* _mesa_function_pool[20209]: FramebufferTextureLayer (will be remapped) */ 2959e64d31b9Smaya "iiiii\0" 2960e64d31b9Smaya "glFramebufferTextureLayer\0" 2961e64d31b9Smaya "glFramebufferTextureLayerEXT\0" 2962e64d31b9Smaya "\0" 2963e64d31b9Smaya /* _mesa_function_pool[20271]: FramebufferRenderbuffer (will be remapped) */ 2964e64d31b9Smaya "iiii\0" 2965e64d31b9Smaya "glFramebufferRenderbuffer\0" 2966e64d31b9Smaya "glFramebufferRenderbufferEXT\0" 2967e64d31b9Smaya "glFramebufferRenderbufferOES\0" 2968e64d31b9Smaya "\0" 2969e64d31b9Smaya /* _mesa_function_pool[20361]: GetFramebufferAttachmentParameteriv (will be remapped) */ 2970e64d31b9Smaya "iiip\0" 2971e64d31b9Smaya "glGetFramebufferAttachmentParameteriv\0" 2972e64d31b9Smaya "glGetFramebufferAttachmentParameterivEXT\0" 2973e64d31b9Smaya "glGetFramebufferAttachmentParameterivOES\0" 2974e64d31b9Smaya "\0" 2975e64d31b9Smaya /* _mesa_function_pool[20487]: BlitFramebuffer (will be remapped) */ 2976e64d31b9Smaya "iiiiiiiiii\0" 2977e64d31b9Smaya "glBlitFramebuffer\0" 2978e64d31b9Smaya "glBlitFramebufferEXT\0" 2979e64d31b9Smaya "\0" 2980e64d31b9Smaya /* _mesa_function_pool[20538]: GenerateMipmap (will be remapped) */ 2981e64d31b9Smaya "i\0" 2982e64d31b9Smaya "glGenerateMipmap\0" 2983e64d31b9Smaya "glGenerateMipmapEXT\0" 2984e64d31b9Smaya "glGenerateMipmapOES\0" 2985e64d31b9Smaya "\0" 2986e64d31b9Smaya /* _mesa_function_pool[20598]: VertexAttribDivisor (will be remapped) */ 2987e64d31b9Smaya "ii\0" 2988e64d31b9Smaya "glVertexAttribDivisorARB\0" 2989e64d31b9Smaya "glVertexAttribDivisor\0" 2990e64d31b9Smaya "\0" 299196c5ddc4Srjs /* _mesa_function_pool[20649]: VertexArrayVertexAttribDivisorEXT (will be remapped) */ 299296c5ddc4Srjs "iii\0" 299396c5ddc4Srjs "glVertexArrayVertexAttribDivisorEXT\0" 299496c5ddc4Srjs "\0" 299596c5ddc4Srjs /* _mesa_function_pool[20690]: MapBufferRange (will be remapped) */ 2996e64d31b9Smaya "iiii\0" 2997e64d31b9Smaya "glMapBufferRange\0" 2998e64d31b9Smaya "glMapBufferRangeEXT\0" 2999e64d31b9Smaya "\0" 300096c5ddc4Srjs /* _mesa_function_pool[20733]: FlushMappedBufferRange (will be remapped) */ 3001e64d31b9Smaya "iii\0" 3002e64d31b9Smaya "glFlushMappedBufferRange\0" 3003e64d31b9Smaya "glFlushMappedBufferRangeEXT\0" 3004e64d31b9Smaya "\0" 300596c5ddc4Srjs /* _mesa_function_pool[20791]: TexBuffer (will be remapped) */ 3006e64d31b9Smaya "iii\0" 3007e64d31b9Smaya "glTexBufferARB\0" 3008e64d31b9Smaya "glTexBuffer\0" 3009e64d31b9Smaya "glTexBufferEXT\0" 3010e64d31b9Smaya "glTexBufferOES\0" 3011e64d31b9Smaya "\0" 301296c5ddc4Srjs /* _mesa_function_pool[20853]: BindVertexArray (will be remapped) */ 3013e64d31b9Smaya "i\0" 3014e64d31b9Smaya "glBindVertexArray\0" 3015e64d31b9Smaya "glBindVertexArrayOES\0" 3016e64d31b9Smaya "\0" 301796c5ddc4Srjs /* _mesa_function_pool[20895]: DeleteVertexArrays (will be remapped) */ 3018e64d31b9Smaya "ip\0" 3019e64d31b9Smaya "glDeleteVertexArrays\0" 3020e64d31b9Smaya "glDeleteVertexArraysOES\0" 3021e64d31b9Smaya "\0" 302296c5ddc4Srjs /* _mesa_function_pool[20944]: GenVertexArrays (will be remapped) */ 3023e64d31b9Smaya "ip\0" 3024e64d31b9Smaya "glGenVertexArrays\0" 3025e64d31b9Smaya "glGenVertexArraysOES\0" 3026e64d31b9Smaya "\0" 302796c5ddc4Srjs /* _mesa_function_pool[20987]: IsVertexArray (will be remapped) */ 3028e64d31b9Smaya "i\0" 3029e64d31b9Smaya "glIsVertexArray\0" 3030e64d31b9Smaya "glIsVertexArrayOES\0" 3031e64d31b9Smaya "\0" 303296c5ddc4Srjs /* _mesa_function_pool[21025]: GetUniformIndices (will be remapped) */ 3033e64d31b9Smaya "iipp\0" 3034e64d31b9Smaya "glGetUniformIndices\0" 3035e64d31b9Smaya "\0" 303696c5ddc4Srjs /* _mesa_function_pool[21051]: GetActiveUniformsiv (will be remapped) */ 3037e64d31b9Smaya "iipip\0" 3038e64d31b9Smaya "glGetActiveUniformsiv\0" 3039e64d31b9Smaya "\0" 304096c5ddc4Srjs /* _mesa_function_pool[21080]: GetActiveUniformName (will be remapped) */ 3041e64d31b9Smaya "iiipp\0" 3042e64d31b9Smaya "glGetActiveUniformName\0" 3043e64d31b9Smaya "\0" 304496c5ddc4Srjs /* _mesa_function_pool[21110]: GetUniformBlockIndex (will be remapped) */ 3045e64d31b9Smaya "ip\0" 3046e64d31b9Smaya "glGetUniformBlockIndex\0" 3047e64d31b9Smaya "\0" 304896c5ddc4Srjs /* _mesa_function_pool[21137]: GetActiveUniformBlockiv (will be remapped) */ 3049e64d31b9Smaya "iiip\0" 3050e64d31b9Smaya "glGetActiveUniformBlockiv\0" 3051e64d31b9Smaya "\0" 305296c5ddc4Srjs /* _mesa_function_pool[21169]: GetActiveUniformBlockName (will be remapped) */ 3053e64d31b9Smaya "iiipp\0" 3054e64d31b9Smaya "glGetActiveUniformBlockName\0" 3055e64d31b9Smaya "\0" 305696c5ddc4Srjs /* _mesa_function_pool[21204]: UniformBlockBinding (will be remapped) */ 3057e64d31b9Smaya "iii\0" 3058e64d31b9Smaya "glUniformBlockBinding\0" 3059e64d31b9Smaya "\0" 306096c5ddc4Srjs /* _mesa_function_pool[21231]: CopyBufferSubData (will be remapped) */ 3061e64d31b9Smaya "iiiii\0" 3062e64d31b9Smaya "glCopyBufferSubData\0" 3063e64d31b9Smaya "\0" 306496c5ddc4Srjs /* _mesa_function_pool[21258]: DrawElementsBaseVertex (will be remapped) */ 3065e64d31b9Smaya "iiipi\0" 3066e64d31b9Smaya "glDrawElementsBaseVertex\0" 3067e64d31b9Smaya "glDrawElementsBaseVertexEXT\0" 3068e64d31b9Smaya "glDrawElementsBaseVertexOES\0" 3069e64d31b9Smaya "\0" 307096c5ddc4Srjs /* _mesa_function_pool[21346]: DrawRangeElementsBaseVertex (will be remapped) */ 3071e64d31b9Smaya "iiiiipi\0" 3072e64d31b9Smaya "glDrawRangeElementsBaseVertex\0" 3073e64d31b9Smaya "glDrawRangeElementsBaseVertexEXT\0" 3074e64d31b9Smaya "glDrawRangeElementsBaseVertexOES\0" 3075e64d31b9Smaya "\0" 307696c5ddc4Srjs /* _mesa_function_pool[21451]: MultiDrawElementsBaseVertex (will be remapped) */ 3077e64d31b9Smaya "ipipip\0" 3078e64d31b9Smaya "glMultiDrawElementsBaseVertex\0" 3079e64d31b9Smaya "glMultiDrawElementsBaseVertexEXT\0" 3080e64d31b9Smaya "\0" 308196c5ddc4Srjs /* _mesa_function_pool[21522]: DrawElementsInstancedBaseVertex (will be remapped) */ 3082e64d31b9Smaya "iiipii\0" 3083e64d31b9Smaya "glDrawElementsInstancedBaseVertex\0" 3084e64d31b9Smaya "glDrawElementsInstancedBaseVertexEXT\0" 3085e64d31b9Smaya "glDrawElementsInstancedBaseVertexOES\0" 3086e64d31b9Smaya "\0" 308796c5ddc4Srjs /* _mesa_function_pool[21638]: FenceSync (will be remapped) */ 3088e64d31b9Smaya "ii\0" 3089e64d31b9Smaya "glFenceSync\0" 3090e64d31b9Smaya "\0" 309196c5ddc4Srjs /* _mesa_function_pool[21654]: IsSync (will be remapped) */ 3092e64d31b9Smaya "i\0" 3093e64d31b9Smaya "glIsSync\0" 3094e64d31b9Smaya "\0" 309596c5ddc4Srjs /* _mesa_function_pool[21666]: DeleteSync (will be remapped) */ 3096e64d31b9Smaya "i\0" 3097e64d31b9Smaya "glDeleteSync\0" 3098e64d31b9Smaya "\0" 309996c5ddc4Srjs /* _mesa_function_pool[21682]: ClientWaitSync (will be remapped) */ 3100e64d31b9Smaya "iii\0" 3101e64d31b9Smaya "glClientWaitSync\0" 3102e64d31b9Smaya "\0" 310396c5ddc4Srjs /* _mesa_function_pool[21704]: WaitSync (will be remapped) */ 3104e64d31b9Smaya "iii\0" 3105e64d31b9Smaya "glWaitSync\0" 3106e64d31b9Smaya "\0" 310796c5ddc4Srjs /* _mesa_function_pool[21720]: GetInteger64v (will be remapped) */ 3108e64d31b9Smaya "ip\0" 3109e64d31b9Smaya "glGetInteger64v\0" 311096c5ddc4Srjs "glGetInteger64vEXT\0" 3111e64d31b9Smaya "\0" 311296c5ddc4Srjs /* _mesa_function_pool[21759]: GetSynciv (will be remapped) */ 3113e64d31b9Smaya "iiipp\0" 3114e64d31b9Smaya "glGetSynciv\0" 3115e64d31b9Smaya "\0" 311696c5ddc4Srjs /* _mesa_function_pool[21778]: TexImage2DMultisample (will be remapped) */ 3117e64d31b9Smaya "iiiiii\0" 3118e64d31b9Smaya "glTexImage2DMultisample\0" 3119e64d31b9Smaya "\0" 312096c5ddc4Srjs /* _mesa_function_pool[21810]: TexImage3DMultisample (will be remapped) */ 3121e64d31b9Smaya "iiiiiii\0" 3122e64d31b9Smaya "glTexImage3DMultisample\0" 3123e64d31b9Smaya "\0" 312496c5ddc4Srjs /* _mesa_function_pool[21843]: GetMultisamplefv (will be remapped) */ 3125e64d31b9Smaya "iip\0" 3126e64d31b9Smaya "glGetMultisamplefv\0" 3127e64d31b9Smaya "\0" 312896c5ddc4Srjs /* _mesa_function_pool[21867]: SampleMaski (will be remapped) */ 3129e64d31b9Smaya "ii\0" 3130e64d31b9Smaya "glSampleMaski\0" 3131e64d31b9Smaya "\0" 313296c5ddc4Srjs /* _mesa_function_pool[21885]: BlendEquationiARB (will be remapped) */ 3133e64d31b9Smaya "ii\0" 3134e64d31b9Smaya "glBlendEquationiARB\0" 3135e64d31b9Smaya "glBlendEquationIndexedAMD\0" 3136e64d31b9Smaya "glBlendEquationi\0" 3137e64d31b9Smaya "glBlendEquationiEXT\0" 3138e64d31b9Smaya "glBlendEquationiOES\0" 3139e64d31b9Smaya "\0" 314096c5ddc4Srjs /* _mesa_function_pool[21992]: BlendEquationSeparateiARB (will be remapped) */ 3141e64d31b9Smaya "iii\0" 3142e64d31b9Smaya "glBlendEquationSeparateiARB\0" 3143e64d31b9Smaya "glBlendEquationSeparateIndexedAMD\0" 3144e64d31b9Smaya "glBlendEquationSeparatei\0" 3145e64d31b9Smaya "glBlendEquationSeparateiEXT\0" 3146e64d31b9Smaya "glBlendEquationSeparateiOES\0" 3147e64d31b9Smaya "\0" 314896c5ddc4Srjs /* _mesa_function_pool[22140]: BlendFunciARB (will be remapped) */ 3149e64d31b9Smaya "iii\0" 3150e64d31b9Smaya "glBlendFunciARB\0" 3151e64d31b9Smaya "glBlendFuncIndexedAMD\0" 3152e64d31b9Smaya "glBlendFunci\0" 3153e64d31b9Smaya "glBlendFunciEXT\0" 3154e64d31b9Smaya "glBlendFunciOES\0" 3155e64d31b9Smaya "\0" 315696c5ddc4Srjs /* _mesa_function_pool[22228]: BlendFuncSeparateiARB (will be remapped) */ 3157e64d31b9Smaya "iiiii\0" 3158e64d31b9Smaya "glBlendFuncSeparateiARB\0" 3159e64d31b9Smaya "glBlendFuncSeparateIndexedAMD\0" 3160e64d31b9Smaya "glBlendFuncSeparatei\0" 3161e64d31b9Smaya "glBlendFuncSeparateiEXT\0" 3162e64d31b9Smaya "glBlendFuncSeparateiOES\0" 3163e64d31b9Smaya "\0" 316496c5ddc4Srjs /* _mesa_function_pool[22358]: MinSampleShading (will be remapped) */ 3165e64d31b9Smaya "f\0" 3166e64d31b9Smaya "glMinSampleShadingARB\0" 3167e64d31b9Smaya "glMinSampleShading\0" 3168e64d31b9Smaya "glMinSampleShadingOES\0" 3169e64d31b9Smaya "\0" 317096c5ddc4Srjs /* _mesa_function_pool[22424]: NamedStringARB (will be remapped) */ 317196c5ddc4Srjs "iipip\0" 317296c5ddc4Srjs "glNamedStringARB\0" 317396c5ddc4Srjs "\0" 317496c5ddc4Srjs /* _mesa_function_pool[22448]: DeleteNamedStringARB (will be remapped) */ 317596c5ddc4Srjs "ip\0" 317696c5ddc4Srjs "glDeleteNamedStringARB\0" 317796c5ddc4Srjs "\0" 317896c5ddc4Srjs /* _mesa_function_pool[22475]: CompileShaderIncludeARB (will be remapped) */ 317996c5ddc4Srjs "iipp\0" 318096c5ddc4Srjs "glCompileShaderIncludeARB\0" 318196c5ddc4Srjs "\0" 318296c5ddc4Srjs /* _mesa_function_pool[22507]: IsNamedStringARB (will be remapped) */ 318396c5ddc4Srjs "ip\0" 318496c5ddc4Srjs "glIsNamedStringARB\0" 318596c5ddc4Srjs "\0" 318696c5ddc4Srjs /* _mesa_function_pool[22530]: GetNamedStringARB (will be remapped) */ 318796c5ddc4Srjs "ipipp\0" 318896c5ddc4Srjs "glGetNamedStringARB\0" 318996c5ddc4Srjs "\0" 319096c5ddc4Srjs /* _mesa_function_pool[22557]: GetNamedStringivARB (will be remapped) */ 319196c5ddc4Srjs "ipip\0" 319296c5ddc4Srjs "glGetNamedStringivARB\0" 319396c5ddc4Srjs "\0" 319496c5ddc4Srjs /* _mesa_function_pool[22585]: BindFragDataLocationIndexed (will be remapped) */ 3195e64d31b9Smaya "iiip\0" 3196e64d31b9Smaya "glBindFragDataLocationIndexed\0" 3197e64d31b9Smaya "glBindFragDataLocationIndexedEXT\0" 3198e64d31b9Smaya "\0" 319996c5ddc4Srjs /* _mesa_function_pool[22654]: GetFragDataIndex (will be remapped) */ 3200e64d31b9Smaya "ip\0" 3201e64d31b9Smaya "glGetFragDataIndex\0" 3202e64d31b9Smaya "glGetFragDataIndexEXT\0" 3203e64d31b9Smaya "\0" 320496c5ddc4Srjs /* _mesa_function_pool[22699]: GenSamplers (will be remapped) */ 3205e64d31b9Smaya "ip\0" 3206e64d31b9Smaya "glGenSamplers\0" 3207e64d31b9Smaya "\0" 320896c5ddc4Srjs /* _mesa_function_pool[22717]: DeleteSamplers (will be remapped) */ 3209e64d31b9Smaya "ip\0" 3210e64d31b9Smaya "glDeleteSamplers\0" 3211e64d31b9Smaya "\0" 321296c5ddc4Srjs /* _mesa_function_pool[22738]: IsSampler (will be remapped) */ 3213e64d31b9Smaya "i\0" 3214e64d31b9Smaya "glIsSampler\0" 3215e64d31b9Smaya "\0" 321696c5ddc4Srjs /* _mesa_function_pool[22753]: BindSampler (will be remapped) */ 3217e64d31b9Smaya "ii\0" 3218e64d31b9Smaya "glBindSampler\0" 3219e64d31b9Smaya "\0" 322096c5ddc4Srjs /* _mesa_function_pool[22771]: SamplerParameteri (will be remapped) */ 3221e64d31b9Smaya "iii\0" 3222e64d31b9Smaya "glSamplerParameteri\0" 3223e64d31b9Smaya "\0" 322496c5ddc4Srjs /* _mesa_function_pool[22796]: SamplerParameterf (will be remapped) */ 3225e64d31b9Smaya "iif\0" 3226e64d31b9Smaya "glSamplerParameterf\0" 3227e64d31b9Smaya "\0" 322896c5ddc4Srjs /* _mesa_function_pool[22821]: SamplerParameteriv (will be remapped) */ 3229e64d31b9Smaya "iip\0" 3230e64d31b9Smaya "glSamplerParameteriv\0" 3231e64d31b9Smaya "\0" 323296c5ddc4Srjs /* _mesa_function_pool[22847]: SamplerParameterfv (will be remapped) */ 3233e64d31b9Smaya "iip\0" 3234e64d31b9Smaya "glSamplerParameterfv\0" 3235e64d31b9Smaya "\0" 323696c5ddc4Srjs /* _mesa_function_pool[22873]: SamplerParameterIiv (will be remapped) */ 3237e64d31b9Smaya "iip\0" 3238e64d31b9Smaya "glSamplerParameterIiv\0" 3239e64d31b9Smaya "glSamplerParameterIivEXT\0" 3240e64d31b9Smaya "glSamplerParameterIivOES\0" 3241e64d31b9Smaya "\0" 324296c5ddc4Srjs /* _mesa_function_pool[22950]: SamplerParameterIuiv (will be remapped) */ 3243e64d31b9Smaya "iip\0" 3244e64d31b9Smaya "glSamplerParameterIuiv\0" 3245e64d31b9Smaya "glSamplerParameterIuivEXT\0" 3246e64d31b9Smaya "glSamplerParameterIuivOES\0" 3247e64d31b9Smaya "\0" 324896c5ddc4Srjs /* _mesa_function_pool[23030]: GetSamplerParameteriv (will be remapped) */ 3249e64d31b9Smaya "iip\0" 3250e64d31b9Smaya "glGetSamplerParameteriv\0" 3251e64d31b9Smaya "\0" 325296c5ddc4Srjs /* _mesa_function_pool[23059]: GetSamplerParameterfv (will be remapped) */ 3253e64d31b9Smaya "iip\0" 3254e64d31b9Smaya "glGetSamplerParameterfv\0" 3255e64d31b9Smaya "\0" 325696c5ddc4Srjs /* _mesa_function_pool[23088]: GetSamplerParameterIiv (will be remapped) */ 3257e64d31b9Smaya "iip\0" 3258e64d31b9Smaya "glGetSamplerParameterIiv\0" 3259e64d31b9Smaya "glGetSamplerParameterIivEXT\0" 3260e64d31b9Smaya "glGetSamplerParameterIivOES\0" 3261e64d31b9Smaya "\0" 326296c5ddc4Srjs /* _mesa_function_pool[23174]: GetSamplerParameterIuiv (will be remapped) */ 3263e64d31b9Smaya "iip\0" 3264e64d31b9Smaya "glGetSamplerParameterIuiv\0" 3265e64d31b9Smaya "glGetSamplerParameterIuivEXT\0" 3266e64d31b9Smaya "glGetSamplerParameterIuivOES\0" 3267e64d31b9Smaya "\0" 326896c5ddc4Srjs /* _mesa_function_pool[23263]: GetQueryObjecti64v (will be remapped) */ 3269e64d31b9Smaya "iip\0" 3270e64d31b9Smaya "glGetQueryObjecti64v\0" 3271e64d31b9Smaya "glGetQueryObjecti64vEXT\0" 3272e64d31b9Smaya "\0" 327396c5ddc4Srjs /* _mesa_function_pool[23313]: GetQueryObjectui64v (will be remapped) */ 3274e64d31b9Smaya "iip\0" 3275e64d31b9Smaya "glGetQueryObjectui64v\0" 3276e64d31b9Smaya "glGetQueryObjectui64vEXT\0" 3277e64d31b9Smaya "\0" 327896c5ddc4Srjs /* _mesa_function_pool[23365]: QueryCounter (will be remapped) */ 3279e64d31b9Smaya "ii\0" 3280e64d31b9Smaya "glQueryCounter\0" 3281e64d31b9Smaya "glQueryCounterEXT\0" 3282e64d31b9Smaya "\0" 328396c5ddc4Srjs /* _mesa_function_pool[23402]: VertexP2ui (will be remapped) */ 3284e64d31b9Smaya "ii\0" 3285e64d31b9Smaya "glVertexP2ui\0" 3286e64d31b9Smaya "\0" 328796c5ddc4Srjs /* _mesa_function_pool[23419]: VertexP3ui (will be remapped) */ 3288e64d31b9Smaya "ii\0" 3289e64d31b9Smaya "glVertexP3ui\0" 3290e64d31b9Smaya "\0" 329196c5ddc4Srjs /* _mesa_function_pool[23436]: VertexP4ui (will be remapped) */ 3292e64d31b9Smaya "ii\0" 3293e64d31b9Smaya "glVertexP4ui\0" 3294e64d31b9Smaya "\0" 329596c5ddc4Srjs /* _mesa_function_pool[23453]: VertexP2uiv (will be remapped) */ 3296e64d31b9Smaya "ip\0" 3297e64d31b9Smaya "glVertexP2uiv\0" 3298e64d31b9Smaya "\0" 329996c5ddc4Srjs /* _mesa_function_pool[23471]: VertexP3uiv (will be remapped) */ 3300e64d31b9Smaya "ip\0" 3301e64d31b9Smaya "glVertexP3uiv\0" 3302e64d31b9Smaya "\0" 330396c5ddc4Srjs /* _mesa_function_pool[23489]: VertexP4uiv (will be remapped) */ 3304e64d31b9Smaya "ip\0" 3305e64d31b9Smaya "glVertexP4uiv\0" 3306e64d31b9Smaya "\0" 330796c5ddc4Srjs /* _mesa_function_pool[23507]: TexCoordP1ui (will be remapped) */ 3308e64d31b9Smaya "ii\0" 3309e64d31b9Smaya "glTexCoordP1ui\0" 3310e64d31b9Smaya "\0" 331196c5ddc4Srjs /* _mesa_function_pool[23526]: TexCoordP2ui (will be remapped) */ 3312e64d31b9Smaya "ii\0" 3313e64d31b9Smaya "glTexCoordP2ui\0" 3314e64d31b9Smaya "\0" 331596c5ddc4Srjs /* _mesa_function_pool[23545]: TexCoordP3ui (will be remapped) */ 3316e64d31b9Smaya "ii\0" 3317e64d31b9Smaya "glTexCoordP3ui\0" 3318e64d31b9Smaya "\0" 331996c5ddc4Srjs /* _mesa_function_pool[23564]: TexCoordP4ui (will be remapped) */ 3320e64d31b9Smaya "ii\0" 3321e64d31b9Smaya "glTexCoordP4ui\0" 3322e64d31b9Smaya "\0" 332396c5ddc4Srjs /* _mesa_function_pool[23583]: TexCoordP1uiv (will be remapped) */ 3324e64d31b9Smaya "ip\0" 3325e64d31b9Smaya "glTexCoordP1uiv\0" 3326e64d31b9Smaya "\0" 332796c5ddc4Srjs /* _mesa_function_pool[23603]: TexCoordP2uiv (will be remapped) */ 3328e64d31b9Smaya "ip\0" 3329e64d31b9Smaya "glTexCoordP2uiv\0" 3330e64d31b9Smaya "\0" 333196c5ddc4Srjs /* _mesa_function_pool[23623]: TexCoordP3uiv (will be remapped) */ 3332e64d31b9Smaya "ip\0" 3333e64d31b9Smaya "glTexCoordP3uiv\0" 3334e64d31b9Smaya "\0" 333596c5ddc4Srjs /* _mesa_function_pool[23643]: TexCoordP4uiv (will be remapped) */ 3336e64d31b9Smaya "ip\0" 3337e64d31b9Smaya "glTexCoordP4uiv\0" 3338e64d31b9Smaya "\0" 333996c5ddc4Srjs /* _mesa_function_pool[23663]: MultiTexCoordP1ui (will be remapped) */ 3340e64d31b9Smaya "iii\0" 3341e64d31b9Smaya "glMultiTexCoordP1ui\0" 3342e64d31b9Smaya "\0" 334396c5ddc4Srjs /* _mesa_function_pool[23688]: MultiTexCoordP2ui (will be remapped) */ 3344e64d31b9Smaya "iii\0" 3345e64d31b9Smaya "glMultiTexCoordP2ui\0" 3346e64d31b9Smaya "\0" 334796c5ddc4Srjs /* _mesa_function_pool[23713]: MultiTexCoordP3ui (will be remapped) */ 3348e64d31b9Smaya "iii\0" 3349e64d31b9Smaya "glMultiTexCoordP3ui\0" 3350e64d31b9Smaya "\0" 335196c5ddc4Srjs /* _mesa_function_pool[23738]: MultiTexCoordP4ui (will be remapped) */ 3352e64d31b9Smaya "iii\0" 3353e64d31b9Smaya "glMultiTexCoordP4ui\0" 3354e64d31b9Smaya "\0" 335596c5ddc4Srjs /* _mesa_function_pool[23763]: MultiTexCoordP1uiv (will be remapped) */ 3356e64d31b9Smaya "iip\0" 3357e64d31b9Smaya "glMultiTexCoordP1uiv\0" 3358e64d31b9Smaya "\0" 335996c5ddc4Srjs /* _mesa_function_pool[23789]: MultiTexCoordP2uiv (will be remapped) */ 3360e64d31b9Smaya "iip\0" 3361e64d31b9Smaya "glMultiTexCoordP2uiv\0" 3362e64d31b9Smaya "\0" 336396c5ddc4Srjs /* _mesa_function_pool[23815]: MultiTexCoordP3uiv (will be remapped) */ 3364e64d31b9Smaya "iip\0" 3365e64d31b9Smaya "glMultiTexCoordP3uiv\0" 3366e64d31b9Smaya "\0" 336796c5ddc4Srjs /* _mesa_function_pool[23841]: MultiTexCoordP4uiv (will be remapped) */ 3368e64d31b9Smaya "iip\0" 3369e64d31b9Smaya "glMultiTexCoordP4uiv\0" 3370e64d31b9Smaya "\0" 337196c5ddc4Srjs /* _mesa_function_pool[23867]: NormalP3ui (will be remapped) */ 3372e64d31b9Smaya "ii\0" 3373e64d31b9Smaya "glNormalP3ui\0" 3374e64d31b9Smaya "\0" 337596c5ddc4Srjs /* _mesa_function_pool[23884]: NormalP3uiv (will be remapped) */ 3376e64d31b9Smaya "ip\0" 3377e64d31b9Smaya "glNormalP3uiv\0" 3378e64d31b9Smaya "\0" 337996c5ddc4Srjs /* _mesa_function_pool[23902]: ColorP3ui (will be remapped) */ 3380e64d31b9Smaya "ii\0" 3381e64d31b9Smaya "glColorP3ui\0" 3382e64d31b9Smaya "\0" 338396c5ddc4Srjs /* _mesa_function_pool[23918]: ColorP4ui (will be remapped) */ 3384e64d31b9Smaya "ii\0" 3385e64d31b9Smaya "glColorP4ui\0" 3386e64d31b9Smaya "\0" 338796c5ddc4Srjs /* _mesa_function_pool[23934]: ColorP3uiv (will be remapped) */ 3388e64d31b9Smaya "ip\0" 3389e64d31b9Smaya "glColorP3uiv\0" 3390e64d31b9Smaya "\0" 339196c5ddc4Srjs /* _mesa_function_pool[23951]: ColorP4uiv (will be remapped) */ 3392e64d31b9Smaya "ip\0" 3393e64d31b9Smaya "glColorP4uiv\0" 3394e64d31b9Smaya "\0" 339596c5ddc4Srjs /* _mesa_function_pool[23968]: SecondaryColorP3ui (will be remapped) */ 3396e64d31b9Smaya "ii\0" 3397e64d31b9Smaya "glSecondaryColorP3ui\0" 3398e64d31b9Smaya "\0" 339996c5ddc4Srjs /* _mesa_function_pool[23993]: SecondaryColorP3uiv (will be remapped) */ 3400e64d31b9Smaya "ip\0" 3401e64d31b9Smaya "glSecondaryColorP3uiv\0" 3402e64d31b9Smaya "\0" 340396c5ddc4Srjs /* _mesa_function_pool[24019]: VertexAttribP1ui (will be remapped) */ 3404e64d31b9Smaya "iiii\0" 3405e64d31b9Smaya "glVertexAttribP1ui\0" 3406e64d31b9Smaya "\0" 340796c5ddc4Srjs /* _mesa_function_pool[24044]: VertexAttribP2ui (will be remapped) */ 3408e64d31b9Smaya "iiii\0" 3409e64d31b9Smaya "glVertexAttribP2ui\0" 3410e64d31b9Smaya "\0" 341196c5ddc4Srjs /* _mesa_function_pool[24069]: VertexAttribP3ui (will be remapped) */ 3412e64d31b9Smaya "iiii\0" 3413e64d31b9Smaya "glVertexAttribP3ui\0" 3414e64d31b9Smaya "\0" 341596c5ddc4Srjs /* _mesa_function_pool[24094]: VertexAttribP4ui (will be remapped) */ 3416e64d31b9Smaya "iiii\0" 3417e64d31b9Smaya "glVertexAttribP4ui\0" 3418e64d31b9Smaya "\0" 341996c5ddc4Srjs /* _mesa_function_pool[24119]: VertexAttribP1uiv (will be remapped) */ 3420e64d31b9Smaya "iiip\0" 3421e64d31b9Smaya "glVertexAttribP1uiv\0" 3422e64d31b9Smaya "\0" 342396c5ddc4Srjs /* _mesa_function_pool[24145]: VertexAttribP2uiv (will be remapped) */ 3424e64d31b9Smaya "iiip\0" 3425e64d31b9Smaya "glVertexAttribP2uiv\0" 3426e64d31b9Smaya "\0" 342796c5ddc4Srjs /* _mesa_function_pool[24171]: VertexAttribP3uiv (will be remapped) */ 3428e64d31b9Smaya "iiip\0" 3429e64d31b9Smaya "glVertexAttribP3uiv\0" 3430e64d31b9Smaya "\0" 343196c5ddc4Srjs /* _mesa_function_pool[24197]: VertexAttribP4uiv (will be remapped) */ 3432e64d31b9Smaya "iiip\0" 3433e64d31b9Smaya "glVertexAttribP4uiv\0" 3434e64d31b9Smaya "\0" 343596c5ddc4Srjs /* _mesa_function_pool[24223]: GetSubroutineUniformLocation (will be remapped) */ 3436e64d31b9Smaya "iip\0" 3437e64d31b9Smaya "glGetSubroutineUniformLocation\0" 3438e64d31b9Smaya "\0" 343996c5ddc4Srjs /* _mesa_function_pool[24259]: GetSubroutineIndex (will be remapped) */ 3440e64d31b9Smaya "iip\0" 3441e64d31b9Smaya "glGetSubroutineIndex\0" 3442e64d31b9Smaya "\0" 344396c5ddc4Srjs /* _mesa_function_pool[24285]: GetActiveSubroutineUniformiv (will be remapped) */ 3444e64d31b9Smaya "iiiip\0" 3445e64d31b9Smaya "glGetActiveSubroutineUniformiv\0" 3446e64d31b9Smaya "\0" 344796c5ddc4Srjs /* _mesa_function_pool[24323]: GetActiveSubroutineUniformName (will be remapped) */ 3448e64d31b9Smaya "iiiipp\0" 3449e64d31b9Smaya "glGetActiveSubroutineUniformName\0" 3450e64d31b9Smaya "\0" 345196c5ddc4Srjs /* _mesa_function_pool[24364]: GetActiveSubroutineName (will be remapped) */ 3452e64d31b9Smaya "iiiipp\0" 3453e64d31b9Smaya "glGetActiveSubroutineName\0" 3454e64d31b9Smaya "\0" 345596c5ddc4Srjs /* _mesa_function_pool[24398]: UniformSubroutinesuiv (will be remapped) */ 3456e64d31b9Smaya "iip\0" 3457e64d31b9Smaya "glUniformSubroutinesuiv\0" 3458e64d31b9Smaya "\0" 345996c5ddc4Srjs /* _mesa_function_pool[24427]: GetUniformSubroutineuiv (will be remapped) */ 3460e64d31b9Smaya "iip\0" 3461e64d31b9Smaya "glGetUniformSubroutineuiv\0" 3462e64d31b9Smaya "\0" 346396c5ddc4Srjs /* _mesa_function_pool[24458]: GetProgramStageiv (will be remapped) */ 3464e64d31b9Smaya "iiip\0" 3465e64d31b9Smaya "glGetProgramStageiv\0" 3466e64d31b9Smaya "\0" 346796c5ddc4Srjs /* _mesa_function_pool[24484]: PatchParameteri (will be remapped) */ 3468e64d31b9Smaya "ii\0" 3469e64d31b9Smaya "glPatchParameteri\0" 3470e64d31b9Smaya "glPatchParameteriEXT\0" 3471e64d31b9Smaya "glPatchParameteriOES\0" 3472e64d31b9Smaya "\0" 347396c5ddc4Srjs /* _mesa_function_pool[24548]: PatchParameterfv (will be remapped) */ 3474e64d31b9Smaya "ip\0" 3475e64d31b9Smaya "glPatchParameterfv\0" 3476e64d31b9Smaya "\0" 347796c5ddc4Srjs /* _mesa_function_pool[24571]: DrawArraysIndirect (will be remapped) */ 3478e64d31b9Smaya "ip\0" 3479e64d31b9Smaya "glDrawArraysIndirect\0" 3480e64d31b9Smaya "\0" 348196c5ddc4Srjs /* _mesa_function_pool[24596]: DrawElementsIndirect (will be remapped) */ 3482e64d31b9Smaya "iip\0" 3483e64d31b9Smaya "glDrawElementsIndirect\0" 3484e64d31b9Smaya "\0" 348596c5ddc4Srjs /* _mesa_function_pool[24624]: MultiDrawArraysIndirect (will be remapped) */ 3486e64d31b9Smaya "ipii\0" 3487e64d31b9Smaya "glMultiDrawArraysIndirect\0" 3488e64d31b9Smaya "glMultiDrawArraysIndirectAMD\0" 3489e64d31b9Smaya "\0" 349096c5ddc4Srjs /* _mesa_function_pool[24685]: MultiDrawElementsIndirect (will be remapped) */ 3491e64d31b9Smaya "iipii\0" 3492e64d31b9Smaya "glMultiDrawElementsIndirect\0" 3493e64d31b9Smaya "glMultiDrawElementsIndirectAMD\0" 3494e64d31b9Smaya "\0" 349596c5ddc4Srjs /* _mesa_function_pool[24751]: Uniform1d (will be remapped) */ 3496e64d31b9Smaya "id\0" 3497e64d31b9Smaya "glUniform1d\0" 3498e64d31b9Smaya "\0" 349996c5ddc4Srjs /* _mesa_function_pool[24767]: Uniform2d (will be remapped) */ 3500e64d31b9Smaya "idd\0" 3501e64d31b9Smaya "glUniform2d\0" 3502e64d31b9Smaya "\0" 350396c5ddc4Srjs /* _mesa_function_pool[24784]: Uniform3d (will be remapped) */ 3504e64d31b9Smaya "iddd\0" 3505e64d31b9Smaya "glUniform3d\0" 3506e64d31b9Smaya "\0" 350796c5ddc4Srjs /* _mesa_function_pool[24802]: Uniform4d (will be remapped) */ 3508e64d31b9Smaya "idddd\0" 3509e64d31b9Smaya "glUniform4d\0" 3510e64d31b9Smaya "\0" 351196c5ddc4Srjs /* _mesa_function_pool[24821]: Uniform1dv (will be remapped) */ 3512e64d31b9Smaya "iip\0" 3513e64d31b9Smaya "glUniform1dv\0" 3514e64d31b9Smaya "\0" 351596c5ddc4Srjs /* _mesa_function_pool[24839]: Uniform2dv (will be remapped) */ 3516e64d31b9Smaya "iip\0" 3517e64d31b9Smaya "glUniform2dv\0" 3518e64d31b9Smaya "\0" 351996c5ddc4Srjs /* _mesa_function_pool[24857]: Uniform3dv (will be remapped) */ 3520e64d31b9Smaya "iip\0" 3521e64d31b9Smaya "glUniform3dv\0" 3522e64d31b9Smaya "\0" 352396c5ddc4Srjs /* _mesa_function_pool[24875]: Uniform4dv (will be remapped) */ 3524e64d31b9Smaya "iip\0" 3525e64d31b9Smaya "glUniform4dv\0" 3526e64d31b9Smaya "\0" 352796c5ddc4Srjs /* _mesa_function_pool[24893]: UniformMatrix2dv (will be remapped) */ 3528e64d31b9Smaya "iiip\0" 3529e64d31b9Smaya "glUniformMatrix2dv\0" 3530e64d31b9Smaya "\0" 353196c5ddc4Srjs /* _mesa_function_pool[24918]: UniformMatrix3dv (will be remapped) */ 3532e64d31b9Smaya "iiip\0" 3533e64d31b9Smaya "glUniformMatrix3dv\0" 3534e64d31b9Smaya "\0" 353596c5ddc4Srjs /* _mesa_function_pool[24943]: UniformMatrix4dv (will be remapped) */ 3536e64d31b9Smaya "iiip\0" 3537e64d31b9Smaya "glUniformMatrix4dv\0" 3538e64d31b9Smaya "\0" 353996c5ddc4Srjs /* _mesa_function_pool[24968]: UniformMatrix2x3dv (will be remapped) */ 3540e64d31b9Smaya "iiip\0" 3541e64d31b9Smaya "glUniformMatrix2x3dv\0" 3542e64d31b9Smaya "\0" 354396c5ddc4Srjs /* _mesa_function_pool[24995]: UniformMatrix2x4dv (will be remapped) */ 3544e64d31b9Smaya "iiip\0" 3545e64d31b9Smaya "glUniformMatrix2x4dv\0" 3546e64d31b9Smaya "\0" 354796c5ddc4Srjs /* _mesa_function_pool[25022]: UniformMatrix3x2dv (will be remapped) */ 3548e64d31b9Smaya "iiip\0" 3549e64d31b9Smaya "glUniformMatrix3x2dv\0" 3550e64d31b9Smaya "\0" 355196c5ddc4Srjs /* _mesa_function_pool[25049]: UniformMatrix3x4dv (will be remapped) */ 3552e64d31b9Smaya "iiip\0" 3553e64d31b9Smaya "glUniformMatrix3x4dv\0" 3554e64d31b9Smaya "\0" 355596c5ddc4Srjs /* _mesa_function_pool[25076]: UniformMatrix4x2dv (will be remapped) */ 3556e64d31b9Smaya "iiip\0" 3557e64d31b9Smaya "glUniformMatrix4x2dv\0" 3558e64d31b9Smaya "\0" 355996c5ddc4Srjs /* _mesa_function_pool[25103]: UniformMatrix4x3dv (will be remapped) */ 3560e64d31b9Smaya "iiip\0" 3561e64d31b9Smaya "glUniformMatrix4x3dv\0" 3562e64d31b9Smaya "\0" 356396c5ddc4Srjs /* _mesa_function_pool[25130]: GetUniformdv (will be remapped) */ 3564e64d31b9Smaya "iip\0" 3565e64d31b9Smaya "glGetUniformdv\0" 3566e64d31b9Smaya "\0" 356796c5ddc4Srjs /* _mesa_function_pool[25150]: ProgramUniform1d (will be remapped) */ 356896c5ddc4Srjs "iid\0" 356996c5ddc4Srjs "glProgramUniform1dEXT\0" 357096c5ddc4Srjs "glProgramUniform1d\0" 357196c5ddc4Srjs "\0" 357296c5ddc4Srjs /* _mesa_function_pool[25196]: ProgramUniform2d (will be remapped) */ 357396c5ddc4Srjs "iidd\0" 357496c5ddc4Srjs "glProgramUniform2dEXT\0" 357596c5ddc4Srjs "glProgramUniform2d\0" 357696c5ddc4Srjs "\0" 357796c5ddc4Srjs /* _mesa_function_pool[25243]: ProgramUniform3d (will be remapped) */ 357896c5ddc4Srjs "iiddd\0" 357996c5ddc4Srjs "glProgramUniform3dEXT\0" 358096c5ddc4Srjs "glProgramUniform3d\0" 358196c5ddc4Srjs "\0" 358296c5ddc4Srjs /* _mesa_function_pool[25291]: ProgramUniform4d (will be remapped) */ 358396c5ddc4Srjs "iidddd\0" 358496c5ddc4Srjs "glProgramUniform4dEXT\0" 358596c5ddc4Srjs "glProgramUniform4d\0" 358696c5ddc4Srjs "\0" 358796c5ddc4Srjs /* _mesa_function_pool[25340]: ProgramUniform1dv (will be remapped) */ 358896c5ddc4Srjs "iiip\0" 358996c5ddc4Srjs "glProgramUniform1dvEXT\0" 359096c5ddc4Srjs "glProgramUniform1dv\0" 359196c5ddc4Srjs "\0" 359296c5ddc4Srjs /* _mesa_function_pool[25389]: ProgramUniform2dv (will be remapped) */ 359396c5ddc4Srjs "iiip\0" 359496c5ddc4Srjs "glProgramUniform2dvEXT\0" 359596c5ddc4Srjs "glProgramUniform2dv\0" 359696c5ddc4Srjs "\0" 359796c5ddc4Srjs /* _mesa_function_pool[25438]: ProgramUniform3dv (will be remapped) */ 359896c5ddc4Srjs "iiip\0" 359996c5ddc4Srjs "glProgramUniform3dvEXT\0" 360096c5ddc4Srjs "glProgramUniform3dv\0" 360196c5ddc4Srjs "\0" 360296c5ddc4Srjs /* _mesa_function_pool[25487]: ProgramUniform4dv (will be remapped) */ 360396c5ddc4Srjs "iiip\0" 360496c5ddc4Srjs "glProgramUniform4dvEXT\0" 360596c5ddc4Srjs "glProgramUniform4dv\0" 360696c5ddc4Srjs "\0" 360796c5ddc4Srjs /* _mesa_function_pool[25536]: ProgramUniformMatrix2dv (will be remapped) */ 360896c5ddc4Srjs "iiiip\0" 360996c5ddc4Srjs "glProgramUniformMatrix2dvEXT\0" 361096c5ddc4Srjs "glProgramUniformMatrix2dv\0" 361196c5ddc4Srjs "\0" 361296c5ddc4Srjs /* _mesa_function_pool[25598]: ProgramUniformMatrix3dv (will be remapped) */ 361396c5ddc4Srjs "iiiip\0" 361496c5ddc4Srjs "glProgramUniformMatrix3dvEXT\0" 361596c5ddc4Srjs "glProgramUniformMatrix3dv\0" 361696c5ddc4Srjs "\0" 361796c5ddc4Srjs /* _mesa_function_pool[25660]: ProgramUniformMatrix4dv (will be remapped) */ 361896c5ddc4Srjs "iiiip\0" 361996c5ddc4Srjs "glProgramUniformMatrix4dvEXT\0" 362096c5ddc4Srjs "glProgramUniformMatrix4dv\0" 362196c5ddc4Srjs "\0" 362296c5ddc4Srjs /* _mesa_function_pool[25722]: ProgramUniformMatrix2x3dv (will be remapped) */ 362396c5ddc4Srjs "iiiip\0" 362496c5ddc4Srjs "glProgramUniformMatrix2x3dvEXT\0" 362596c5ddc4Srjs "glProgramUniformMatrix2x3dv\0" 362696c5ddc4Srjs "\0" 362796c5ddc4Srjs /* _mesa_function_pool[25788]: ProgramUniformMatrix2x4dv (will be remapped) */ 362896c5ddc4Srjs "iiiip\0" 362996c5ddc4Srjs "glProgramUniformMatrix2x4dvEXT\0" 363096c5ddc4Srjs "glProgramUniformMatrix2x4dv\0" 363196c5ddc4Srjs "\0" 363296c5ddc4Srjs /* _mesa_function_pool[25854]: ProgramUniformMatrix3x2dv (will be remapped) */ 363396c5ddc4Srjs "iiiip\0" 363496c5ddc4Srjs "glProgramUniformMatrix3x2dvEXT\0" 363596c5ddc4Srjs "glProgramUniformMatrix3x2dv\0" 363696c5ddc4Srjs "\0" 363796c5ddc4Srjs /* _mesa_function_pool[25920]: ProgramUniformMatrix3x4dv (will be remapped) */ 363896c5ddc4Srjs "iiiip\0" 363996c5ddc4Srjs "glProgramUniformMatrix3x4dvEXT\0" 364096c5ddc4Srjs "glProgramUniformMatrix3x4dv\0" 364196c5ddc4Srjs "\0" 364296c5ddc4Srjs /* _mesa_function_pool[25986]: ProgramUniformMatrix4x2dv (will be remapped) */ 364396c5ddc4Srjs "iiiip\0" 364496c5ddc4Srjs "glProgramUniformMatrix4x2dvEXT\0" 364596c5ddc4Srjs "glProgramUniformMatrix4x2dv\0" 364696c5ddc4Srjs "\0" 364796c5ddc4Srjs /* _mesa_function_pool[26052]: ProgramUniformMatrix4x3dv (will be remapped) */ 364896c5ddc4Srjs "iiiip\0" 364996c5ddc4Srjs "glProgramUniformMatrix4x3dvEXT\0" 365096c5ddc4Srjs "glProgramUniformMatrix4x3dv\0" 365196c5ddc4Srjs "\0" 365296c5ddc4Srjs /* _mesa_function_pool[26118]: DrawTransformFeedbackStream (will be remapped) */ 3653e64d31b9Smaya "iii\0" 3654e64d31b9Smaya "glDrawTransformFeedbackStream\0" 3655e64d31b9Smaya "\0" 365696c5ddc4Srjs /* _mesa_function_pool[26153]: BeginQueryIndexed (will be remapped) */ 3657e64d31b9Smaya "iii\0" 3658e64d31b9Smaya "glBeginQueryIndexed\0" 3659e64d31b9Smaya "\0" 366096c5ddc4Srjs /* _mesa_function_pool[26178]: EndQueryIndexed (will be remapped) */ 3661e64d31b9Smaya "ii\0" 3662e64d31b9Smaya "glEndQueryIndexed\0" 3663e64d31b9Smaya "\0" 366496c5ddc4Srjs /* _mesa_function_pool[26200]: GetQueryIndexediv (will be remapped) */ 3665e64d31b9Smaya "iiip\0" 3666e64d31b9Smaya "glGetQueryIndexediv\0" 3667e64d31b9Smaya "\0" 366896c5ddc4Srjs /* _mesa_function_pool[26226]: UseProgramStages (will be remapped) */ 3669e64d31b9Smaya "iii\0" 3670e64d31b9Smaya "glUseProgramStages\0" 3671e64d31b9Smaya "glUseProgramStagesEXT\0" 3672e64d31b9Smaya "\0" 367396c5ddc4Srjs /* _mesa_function_pool[26272]: ActiveShaderProgram (will be remapped) */ 3674e64d31b9Smaya "ii\0" 3675e64d31b9Smaya "glActiveShaderProgram\0" 3676e64d31b9Smaya "glActiveShaderProgramEXT\0" 3677e64d31b9Smaya "\0" 367896c5ddc4Srjs /* _mesa_function_pool[26323]: CreateShaderProgramv (will be remapped) */ 3679e64d31b9Smaya "iip\0" 3680e64d31b9Smaya "glCreateShaderProgramv\0" 3681e64d31b9Smaya "glCreateShaderProgramvEXT\0" 3682e64d31b9Smaya "\0" 368396c5ddc4Srjs /* _mesa_function_pool[26377]: BindProgramPipeline (will be remapped) */ 3684e64d31b9Smaya "i\0" 3685e64d31b9Smaya "glBindProgramPipeline\0" 3686e64d31b9Smaya "glBindProgramPipelineEXT\0" 3687e64d31b9Smaya "\0" 368896c5ddc4Srjs /* _mesa_function_pool[26427]: DeleteProgramPipelines (will be remapped) */ 3689e64d31b9Smaya "ip\0" 3690e64d31b9Smaya "glDeleteProgramPipelines\0" 3691e64d31b9Smaya "glDeleteProgramPipelinesEXT\0" 3692e64d31b9Smaya "\0" 369396c5ddc4Srjs /* _mesa_function_pool[26484]: GenProgramPipelines (will be remapped) */ 3694e64d31b9Smaya "ip\0" 3695e64d31b9Smaya "glGenProgramPipelines\0" 3696e64d31b9Smaya "glGenProgramPipelinesEXT\0" 3697e64d31b9Smaya "\0" 369896c5ddc4Srjs /* _mesa_function_pool[26535]: IsProgramPipeline (will be remapped) */ 3699e64d31b9Smaya "i\0" 3700e64d31b9Smaya "glIsProgramPipeline\0" 3701e64d31b9Smaya "glIsProgramPipelineEXT\0" 3702e64d31b9Smaya "\0" 370396c5ddc4Srjs /* _mesa_function_pool[26581]: GetProgramPipelineiv (will be remapped) */ 3704e64d31b9Smaya "iip\0" 3705e64d31b9Smaya "glGetProgramPipelineiv\0" 3706e64d31b9Smaya "glGetProgramPipelineivEXT\0" 3707e64d31b9Smaya "\0" 370896c5ddc4Srjs /* _mesa_function_pool[26635]: ProgramUniform1i (will be remapped) */ 3709e64d31b9Smaya "iii\0" 3710e64d31b9Smaya "glProgramUniform1i\0" 3711e64d31b9Smaya "glProgramUniform1iEXT\0" 3712e64d31b9Smaya "\0" 371396c5ddc4Srjs /* _mesa_function_pool[26681]: ProgramUniform2i (will be remapped) */ 3714e64d31b9Smaya "iiii\0" 3715e64d31b9Smaya "glProgramUniform2i\0" 3716e64d31b9Smaya "glProgramUniform2iEXT\0" 3717e64d31b9Smaya "\0" 371896c5ddc4Srjs /* _mesa_function_pool[26728]: ProgramUniform3i (will be remapped) */ 3719e64d31b9Smaya "iiiii\0" 3720e64d31b9Smaya "glProgramUniform3i\0" 3721e64d31b9Smaya "glProgramUniform3iEXT\0" 3722e64d31b9Smaya "\0" 372396c5ddc4Srjs /* _mesa_function_pool[26776]: ProgramUniform4i (will be remapped) */ 3724e64d31b9Smaya "iiiiii\0" 3725e64d31b9Smaya "glProgramUniform4i\0" 3726e64d31b9Smaya "glProgramUniform4iEXT\0" 3727e64d31b9Smaya "\0" 372896c5ddc4Srjs /* _mesa_function_pool[26825]: ProgramUniform1ui (will be remapped) */ 3729e64d31b9Smaya "iii\0" 3730e64d31b9Smaya "glProgramUniform1ui\0" 3731e64d31b9Smaya "glProgramUniform1uiEXT\0" 3732e64d31b9Smaya "\0" 373396c5ddc4Srjs /* _mesa_function_pool[26873]: ProgramUniform2ui (will be remapped) */ 3734e64d31b9Smaya "iiii\0" 3735e64d31b9Smaya "glProgramUniform2ui\0" 3736e64d31b9Smaya "glProgramUniform2uiEXT\0" 3737e64d31b9Smaya "\0" 373896c5ddc4Srjs /* _mesa_function_pool[26922]: ProgramUniform3ui (will be remapped) */ 3739e64d31b9Smaya "iiiii\0" 3740e64d31b9Smaya "glProgramUniform3ui\0" 3741e64d31b9Smaya "glProgramUniform3uiEXT\0" 3742e64d31b9Smaya "\0" 374396c5ddc4Srjs /* _mesa_function_pool[26972]: ProgramUniform4ui (will be remapped) */ 3744e64d31b9Smaya "iiiiii\0" 3745e64d31b9Smaya "glProgramUniform4ui\0" 3746e64d31b9Smaya "glProgramUniform4uiEXT\0" 3747e64d31b9Smaya "\0" 374896c5ddc4Srjs /* _mesa_function_pool[27023]: ProgramUniform1f (will be remapped) */ 3749e64d31b9Smaya "iif\0" 3750e64d31b9Smaya "glProgramUniform1f\0" 3751e64d31b9Smaya "glProgramUniform1fEXT\0" 3752e64d31b9Smaya "\0" 375396c5ddc4Srjs /* _mesa_function_pool[27069]: ProgramUniform2f (will be remapped) */ 3754e64d31b9Smaya "iiff\0" 3755e64d31b9Smaya "glProgramUniform2f\0" 3756e64d31b9Smaya "glProgramUniform2fEXT\0" 3757e64d31b9Smaya "\0" 375896c5ddc4Srjs /* _mesa_function_pool[27116]: ProgramUniform3f (will be remapped) */ 3759e64d31b9Smaya "iifff\0" 3760e64d31b9Smaya "glProgramUniform3f\0" 3761e64d31b9Smaya "glProgramUniform3fEXT\0" 3762e64d31b9Smaya "\0" 376396c5ddc4Srjs /* _mesa_function_pool[27164]: ProgramUniform4f (will be remapped) */ 3764e64d31b9Smaya "iiffff\0" 3765e64d31b9Smaya "glProgramUniform4f\0" 3766e64d31b9Smaya "glProgramUniform4fEXT\0" 3767e64d31b9Smaya "\0" 376896c5ddc4Srjs /* _mesa_function_pool[27213]: ProgramUniform1iv (will be remapped) */ 3769e64d31b9Smaya "iiip\0" 3770e64d31b9Smaya "glProgramUniform1iv\0" 3771e64d31b9Smaya "glProgramUniform1ivEXT\0" 3772e64d31b9Smaya "\0" 377396c5ddc4Srjs /* _mesa_function_pool[27262]: ProgramUniform2iv (will be remapped) */ 3774e64d31b9Smaya "iiip\0" 3775e64d31b9Smaya "glProgramUniform2iv\0" 3776e64d31b9Smaya "glProgramUniform2ivEXT\0" 3777e64d31b9Smaya "\0" 377896c5ddc4Srjs /* _mesa_function_pool[27311]: ProgramUniform3iv (will be remapped) */ 3779e64d31b9Smaya "iiip\0" 3780e64d31b9Smaya "glProgramUniform3iv\0" 3781e64d31b9Smaya "glProgramUniform3ivEXT\0" 3782e64d31b9Smaya "\0" 378396c5ddc4Srjs /* _mesa_function_pool[27360]: ProgramUniform4iv (will be remapped) */ 3784e64d31b9Smaya "iiip\0" 3785e64d31b9Smaya "glProgramUniform4iv\0" 3786e64d31b9Smaya "glProgramUniform4ivEXT\0" 3787e64d31b9Smaya "\0" 378896c5ddc4Srjs /* _mesa_function_pool[27409]: ProgramUniform1uiv (will be remapped) */ 3789e64d31b9Smaya "iiip\0" 3790e64d31b9Smaya "glProgramUniform1uiv\0" 3791e64d31b9Smaya "glProgramUniform1uivEXT\0" 3792e64d31b9Smaya "\0" 379396c5ddc4Srjs /* _mesa_function_pool[27460]: ProgramUniform2uiv (will be remapped) */ 3794e64d31b9Smaya "iiip\0" 3795e64d31b9Smaya "glProgramUniform2uiv\0" 3796e64d31b9Smaya "glProgramUniform2uivEXT\0" 3797e64d31b9Smaya "\0" 379896c5ddc4Srjs /* _mesa_function_pool[27511]: ProgramUniform3uiv (will be remapped) */ 3799e64d31b9Smaya "iiip\0" 3800e64d31b9Smaya "glProgramUniform3uiv\0" 3801e64d31b9Smaya "glProgramUniform3uivEXT\0" 3802e64d31b9Smaya "\0" 380396c5ddc4Srjs /* _mesa_function_pool[27562]: ProgramUniform4uiv (will be remapped) */ 3804e64d31b9Smaya "iiip\0" 3805e64d31b9Smaya "glProgramUniform4uiv\0" 3806e64d31b9Smaya "glProgramUniform4uivEXT\0" 3807e64d31b9Smaya "\0" 380896c5ddc4Srjs /* _mesa_function_pool[27613]: ProgramUniform1fv (will be remapped) */ 3809e64d31b9Smaya "iiip\0" 3810e64d31b9Smaya "glProgramUniform1fv\0" 3811e64d31b9Smaya "glProgramUniform1fvEXT\0" 3812e64d31b9Smaya "\0" 381396c5ddc4Srjs /* _mesa_function_pool[27662]: ProgramUniform2fv (will be remapped) */ 3814e64d31b9Smaya "iiip\0" 3815e64d31b9Smaya "glProgramUniform2fv\0" 3816e64d31b9Smaya "glProgramUniform2fvEXT\0" 3817e64d31b9Smaya "\0" 381896c5ddc4Srjs /* _mesa_function_pool[27711]: ProgramUniform3fv (will be remapped) */ 3819e64d31b9Smaya "iiip\0" 3820e64d31b9Smaya "glProgramUniform3fv\0" 3821e64d31b9Smaya "glProgramUniform3fvEXT\0" 3822e64d31b9Smaya "\0" 382396c5ddc4Srjs /* _mesa_function_pool[27760]: ProgramUniform4fv (will be remapped) */ 3824e64d31b9Smaya "iiip\0" 3825e64d31b9Smaya "glProgramUniform4fv\0" 3826e64d31b9Smaya "glProgramUniform4fvEXT\0" 3827e64d31b9Smaya "\0" 382896c5ddc4Srjs /* _mesa_function_pool[27809]: ProgramUniformMatrix2fv (will be remapped) */ 3829e64d31b9Smaya "iiiip\0" 3830e64d31b9Smaya "glProgramUniformMatrix2fv\0" 3831e64d31b9Smaya "glProgramUniformMatrix2fvEXT\0" 3832e64d31b9Smaya "\0" 383396c5ddc4Srjs /* _mesa_function_pool[27871]: ProgramUniformMatrix3fv (will be remapped) */ 3834e64d31b9Smaya "iiiip\0" 3835e64d31b9Smaya "glProgramUniformMatrix3fv\0" 3836e64d31b9Smaya "glProgramUniformMatrix3fvEXT\0" 3837e64d31b9Smaya "\0" 383896c5ddc4Srjs /* _mesa_function_pool[27933]: ProgramUniformMatrix4fv (will be remapped) */ 3839e64d31b9Smaya "iiiip\0" 3840e64d31b9Smaya "glProgramUniformMatrix4fv\0" 3841e64d31b9Smaya "glProgramUniformMatrix4fvEXT\0" 3842e64d31b9Smaya "\0" 384396c5ddc4Srjs /* _mesa_function_pool[27995]: ProgramUniformMatrix2x3fv (will be remapped) */ 3844e64d31b9Smaya "iiiip\0" 3845e64d31b9Smaya "glProgramUniformMatrix2x3fv\0" 3846e64d31b9Smaya "glProgramUniformMatrix2x3fvEXT\0" 3847e64d31b9Smaya "\0" 384896c5ddc4Srjs /* _mesa_function_pool[28061]: ProgramUniformMatrix3x2fv (will be remapped) */ 3849e64d31b9Smaya "iiiip\0" 3850e64d31b9Smaya "glProgramUniformMatrix3x2fv\0" 3851e64d31b9Smaya "glProgramUniformMatrix3x2fvEXT\0" 3852e64d31b9Smaya "\0" 385396c5ddc4Srjs /* _mesa_function_pool[28127]: ProgramUniformMatrix2x4fv (will be remapped) */ 3854e64d31b9Smaya "iiiip\0" 3855e64d31b9Smaya "glProgramUniformMatrix2x4fv\0" 3856e64d31b9Smaya "glProgramUniformMatrix2x4fvEXT\0" 3857e64d31b9Smaya "\0" 385896c5ddc4Srjs /* _mesa_function_pool[28193]: ProgramUniformMatrix4x2fv (will be remapped) */ 3859e64d31b9Smaya "iiiip\0" 3860e64d31b9Smaya "glProgramUniformMatrix4x2fv\0" 3861e64d31b9Smaya "glProgramUniformMatrix4x2fvEXT\0" 3862e64d31b9Smaya "\0" 386396c5ddc4Srjs /* _mesa_function_pool[28259]: ProgramUniformMatrix3x4fv (will be remapped) */ 3864e64d31b9Smaya "iiiip\0" 3865e64d31b9Smaya "glProgramUniformMatrix3x4fv\0" 3866e64d31b9Smaya "glProgramUniformMatrix3x4fvEXT\0" 3867e64d31b9Smaya "\0" 386896c5ddc4Srjs /* _mesa_function_pool[28325]: ProgramUniformMatrix4x3fv (will be remapped) */ 3869e64d31b9Smaya "iiiip\0" 3870e64d31b9Smaya "glProgramUniformMatrix4x3fv\0" 3871e64d31b9Smaya "glProgramUniformMatrix4x3fvEXT\0" 3872e64d31b9Smaya "\0" 387396c5ddc4Srjs /* _mesa_function_pool[28391]: ValidateProgramPipeline (will be remapped) */ 3874e64d31b9Smaya "i\0" 3875e64d31b9Smaya "glValidateProgramPipeline\0" 3876e64d31b9Smaya "glValidateProgramPipelineEXT\0" 3877e64d31b9Smaya "\0" 387896c5ddc4Srjs /* _mesa_function_pool[28449]: GetProgramPipelineInfoLog (will be remapped) */ 3879e64d31b9Smaya "iipp\0" 3880e64d31b9Smaya "glGetProgramPipelineInfoLog\0" 3881e64d31b9Smaya "glGetProgramPipelineInfoLogEXT\0" 3882e64d31b9Smaya "\0" 388396c5ddc4Srjs /* _mesa_function_pool[28514]: VertexAttribL1d (will be remapped) */ 3884e64d31b9Smaya "id\0" 3885e64d31b9Smaya "glVertexAttribL1d\0" 3886e64d31b9Smaya "glVertexAttribL1dEXT\0" 3887e64d31b9Smaya "\0" 388896c5ddc4Srjs /* _mesa_function_pool[28557]: VertexAttribL2d (will be remapped) */ 3889e64d31b9Smaya "idd\0" 3890e64d31b9Smaya "glVertexAttribL2d\0" 3891e64d31b9Smaya "glVertexAttribL2dEXT\0" 3892e64d31b9Smaya "\0" 389396c5ddc4Srjs /* _mesa_function_pool[28601]: VertexAttribL3d (will be remapped) */ 3894e64d31b9Smaya "iddd\0" 3895e64d31b9Smaya "glVertexAttribL3d\0" 3896e64d31b9Smaya "glVertexAttribL3dEXT\0" 3897e64d31b9Smaya "\0" 389896c5ddc4Srjs /* _mesa_function_pool[28646]: VertexAttribL4d (will be remapped) */ 3899e64d31b9Smaya "idddd\0" 3900e64d31b9Smaya "glVertexAttribL4d\0" 3901e64d31b9Smaya "glVertexAttribL4dEXT\0" 3902e64d31b9Smaya "\0" 390396c5ddc4Srjs /* _mesa_function_pool[28692]: VertexAttribL1dv (will be remapped) */ 3904e64d31b9Smaya "ip\0" 3905e64d31b9Smaya "glVertexAttribL1dv\0" 3906e64d31b9Smaya "glVertexAttribL1dvEXT\0" 3907e64d31b9Smaya "\0" 390896c5ddc4Srjs /* _mesa_function_pool[28737]: VertexAttribL2dv (will be remapped) */ 3909e64d31b9Smaya "ip\0" 3910e64d31b9Smaya "glVertexAttribL2dv\0" 3911e64d31b9Smaya "glVertexAttribL2dvEXT\0" 3912e64d31b9Smaya "\0" 391396c5ddc4Srjs /* _mesa_function_pool[28782]: VertexAttribL3dv (will be remapped) */ 3914e64d31b9Smaya "ip\0" 3915e64d31b9Smaya "glVertexAttribL3dv\0" 3916e64d31b9Smaya "glVertexAttribL3dvEXT\0" 3917e64d31b9Smaya "\0" 391896c5ddc4Srjs /* _mesa_function_pool[28827]: VertexAttribL4dv (will be remapped) */ 3919e64d31b9Smaya "ip\0" 3920e64d31b9Smaya "glVertexAttribL4dv\0" 3921e64d31b9Smaya "glVertexAttribL4dvEXT\0" 3922e64d31b9Smaya "\0" 392396c5ddc4Srjs /* _mesa_function_pool[28872]: VertexAttribLPointer (will be remapped) */ 3924e64d31b9Smaya "iiiip\0" 3925e64d31b9Smaya "glVertexAttribLPointer\0" 3926e64d31b9Smaya "glVertexAttribLPointerEXT\0" 3927e64d31b9Smaya "\0" 392896c5ddc4Srjs /* _mesa_function_pool[28928]: GetVertexAttribLdv (will be remapped) */ 3929e64d31b9Smaya "iip\0" 3930e64d31b9Smaya "glGetVertexAttribLdv\0" 3931e64d31b9Smaya "glGetVertexAttribLdvEXT\0" 3932e64d31b9Smaya "\0" 393396c5ddc4Srjs /* _mesa_function_pool[28978]: VertexArrayVertexAttribLOffsetEXT (will be remapped) */ 393496c5ddc4Srjs "iiiiiii\0" 393596c5ddc4Srjs "glVertexArrayVertexAttribLOffsetEXT\0" 393696c5ddc4Srjs "\0" 393796c5ddc4Srjs /* _mesa_function_pool[29023]: GetShaderPrecisionFormat (will be remapped) */ 3938e64d31b9Smaya "iipp\0" 3939e64d31b9Smaya "glGetShaderPrecisionFormat\0" 3940e64d31b9Smaya "\0" 394196c5ddc4Srjs /* _mesa_function_pool[29056]: ReleaseShaderCompiler (will be remapped) */ 3942e64d31b9Smaya "\0" 3943e64d31b9Smaya "glReleaseShaderCompiler\0" 3944e64d31b9Smaya "\0" 394596c5ddc4Srjs /* _mesa_function_pool[29082]: ShaderBinary (will be remapped) */ 3946e64d31b9Smaya "ipipi\0" 3947e64d31b9Smaya "glShaderBinary\0" 3948e64d31b9Smaya "\0" 394996c5ddc4Srjs /* _mesa_function_pool[29104]: ClearDepthf (will be remapped) */ 3950e64d31b9Smaya "f\0" 3951e64d31b9Smaya "glClearDepthf\0" 3952e64d31b9Smaya "glClearDepthfOES\0" 3953e64d31b9Smaya "\0" 395496c5ddc4Srjs /* _mesa_function_pool[29138]: DepthRangef (will be remapped) */ 3955e64d31b9Smaya "ff\0" 3956e64d31b9Smaya "glDepthRangef\0" 3957e64d31b9Smaya "glDepthRangefOES\0" 3958e64d31b9Smaya "\0" 395996c5ddc4Srjs /* _mesa_function_pool[29173]: GetProgramBinary (will be remapped) */ 3960e64d31b9Smaya "iippp\0" 3961e64d31b9Smaya "glGetProgramBinary\0" 3962e64d31b9Smaya "glGetProgramBinaryOES\0" 3963e64d31b9Smaya "\0" 396496c5ddc4Srjs /* _mesa_function_pool[29221]: ProgramBinary (will be remapped) */ 3965e64d31b9Smaya "iipi\0" 3966e64d31b9Smaya "glProgramBinary\0" 3967e64d31b9Smaya "glProgramBinaryOES\0" 3968e64d31b9Smaya "\0" 396996c5ddc4Srjs /* _mesa_function_pool[29262]: ProgramParameteri (will be remapped) */ 3970e64d31b9Smaya "iii\0" 3971e64d31b9Smaya "glProgramParameteri\0" 3972e64d31b9Smaya "glProgramParameteriEXT\0" 3973e64d31b9Smaya "\0" 397496c5ddc4Srjs /* _mesa_function_pool[29310]: DebugMessageControl (will be remapped) */ 3975e64d31b9Smaya "iiiipi\0" 3976e64d31b9Smaya "glDebugMessageControlARB\0" 3977e64d31b9Smaya "glDebugMessageControl\0" 3978e64d31b9Smaya "glDebugMessageControlKHR\0" 3979e64d31b9Smaya "\0" 398096c5ddc4Srjs /* _mesa_function_pool[29390]: DebugMessageInsert (will be remapped) */ 3981e64d31b9Smaya "iiiiip\0" 3982e64d31b9Smaya "glDebugMessageInsertARB\0" 3983e64d31b9Smaya "glDebugMessageInsert\0" 3984e64d31b9Smaya "glDebugMessageInsertKHR\0" 3985e64d31b9Smaya "\0" 398696c5ddc4Srjs /* _mesa_function_pool[29467]: DebugMessageCallback (will be remapped) */ 3987e64d31b9Smaya "pp\0" 3988e64d31b9Smaya "glDebugMessageCallbackARB\0" 3989e64d31b9Smaya "glDebugMessageCallback\0" 3990e64d31b9Smaya "glDebugMessageCallbackKHR\0" 3991e64d31b9Smaya "\0" 399296c5ddc4Srjs /* _mesa_function_pool[29546]: GetDebugMessageLog (will be remapped) */ 3993e64d31b9Smaya "iipppppp\0" 3994e64d31b9Smaya "glGetDebugMessageLogARB\0" 3995e64d31b9Smaya "glGetDebugMessageLog\0" 3996e64d31b9Smaya "glGetDebugMessageLogKHR\0" 3997e64d31b9Smaya "\0" 399896c5ddc4Srjs /* _mesa_function_pool[29625]: GetGraphicsResetStatusARB (will be remapped) */ 3999e64d31b9Smaya "\0" 4000e64d31b9Smaya "glGetGraphicsResetStatusARB\0" 4001e64d31b9Smaya "glGetGraphicsResetStatus\0" 4002e64d31b9Smaya "glGetGraphicsResetStatusKHR\0" 4003e64d31b9Smaya "glGetGraphicsResetStatusEXT\0" 4004e64d31b9Smaya "\0" 400596c5ddc4Srjs /* _mesa_function_pool[29736]: GetnMapdvARB (will be remapped) */ 4006e64d31b9Smaya "iiip\0" 4007e64d31b9Smaya "glGetnMapdvARB\0" 4008e64d31b9Smaya "\0" 400996c5ddc4Srjs /* _mesa_function_pool[29757]: GetnMapfvARB (will be remapped) */ 4010e64d31b9Smaya "iiip\0" 4011e64d31b9Smaya "glGetnMapfvARB\0" 4012e64d31b9Smaya "\0" 401396c5ddc4Srjs /* _mesa_function_pool[29778]: GetnMapivARB (will be remapped) */ 4014e64d31b9Smaya "iiip\0" 4015e64d31b9Smaya "glGetnMapivARB\0" 4016e64d31b9Smaya "\0" 401796c5ddc4Srjs /* _mesa_function_pool[29799]: GetnPixelMapfvARB (will be remapped) */ 4018e64d31b9Smaya "iip\0" 4019e64d31b9Smaya "glGetnPixelMapfvARB\0" 4020e64d31b9Smaya "\0" 402196c5ddc4Srjs /* _mesa_function_pool[29824]: GetnPixelMapuivARB (will be remapped) */ 4022e64d31b9Smaya "iip\0" 4023e64d31b9Smaya "glGetnPixelMapuivARB\0" 4024e64d31b9Smaya "\0" 402596c5ddc4Srjs /* _mesa_function_pool[29850]: GetnPixelMapusvARB (will be remapped) */ 4026e64d31b9Smaya "iip\0" 4027e64d31b9Smaya "glGetnPixelMapusvARB\0" 4028e64d31b9Smaya "\0" 402996c5ddc4Srjs /* _mesa_function_pool[29876]: GetnPolygonStippleARB (will be remapped) */ 4030e64d31b9Smaya "ip\0" 4031e64d31b9Smaya "glGetnPolygonStippleARB\0" 4032e64d31b9Smaya "\0" 403396c5ddc4Srjs /* _mesa_function_pool[29904]: GetnTexImageARB (will be remapped) */ 4034e64d31b9Smaya "iiiiip\0" 4035e64d31b9Smaya "glGetnTexImageARB\0" 4036e64d31b9Smaya "\0" 403796c5ddc4Srjs /* _mesa_function_pool[29930]: ReadnPixelsARB (will be remapped) */ 4038e64d31b9Smaya "iiiiiiip\0" 4039e64d31b9Smaya "glReadnPixelsARB\0" 4040e64d31b9Smaya "glReadnPixels\0" 4041e64d31b9Smaya "glReadnPixelsKHR\0" 4042e64d31b9Smaya "glReadnPixelsEXT\0" 4043e64d31b9Smaya "\0" 404496c5ddc4Srjs /* _mesa_function_pool[30005]: GetnColorTableARB (will be remapped) */ 4045e64d31b9Smaya "iiiip\0" 4046e64d31b9Smaya "glGetnColorTableARB\0" 4047e64d31b9Smaya "\0" 404896c5ddc4Srjs /* _mesa_function_pool[30032]: GetnConvolutionFilterARB (will be remapped) */ 4049e64d31b9Smaya "iiiip\0" 4050e64d31b9Smaya "glGetnConvolutionFilterARB\0" 4051e64d31b9Smaya "\0" 405296c5ddc4Srjs /* _mesa_function_pool[30066]: GetnSeparableFilterARB (will be remapped) */ 4053e64d31b9Smaya "iiiipipp\0" 4054e64d31b9Smaya "glGetnSeparableFilterARB\0" 4055e64d31b9Smaya "\0" 405696c5ddc4Srjs /* _mesa_function_pool[30101]: GetnHistogramARB (will be remapped) */ 4057e64d31b9Smaya "iiiiip\0" 4058e64d31b9Smaya "glGetnHistogramARB\0" 4059e64d31b9Smaya "\0" 406096c5ddc4Srjs /* _mesa_function_pool[30128]: GetnMinmaxARB (will be remapped) */ 4061e64d31b9Smaya "iiiiip\0" 4062e64d31b9Smaya "glGetnMinmaxARB\0" 4063e64d31b9Smaya "\0" 406496c5ddc4Srjs /* _mesa_function_pool[30152]: GetnCompressedTexImageARB (will be remapped) */ 4065e64d31b9Smaya "iiip\0" 4066e64d31b9Smaya "glGetnCompressedTexImageARB\0" 4067e64d31b9Smaya "\0" 406896c5ddc4Srjs /* _mesa_function_pool[30186]: GetnUniformfvARB (will be remapped) */ 4069e64d31b9Smaya "iiip\0" 4070e64d31b9Smaya "glGetnUniformfvARB\0" 4071e64d31b9Smaya "glGetnUniformfv\0" 4072e64d31b9Smaya "glGetnUniformfvKHR\0" 4073e64d31b9Smaya "glGetnUniformfvEXT\0" 4074e64d31b9Smaya "\0" 407596c5ddc4Srjs /* _mesa_function_pool[30265]: GetnUniformivARB (will be remapped) */ 4076e64d31b9Smaya "iiip\0" 4077e64d31b9Smaya "glGetnUniformivARB\0" 4078e64d31b9Smaya "glGetnUniformiv\0" 4079e64d31b9Smaya "glGetnUniformivKHR\0" 4080e64d31b9Smaya "glGetnUniformivEXT\0" 4081e64d31b9Smaya "\0" 408296c5ddc4Srjs /* _mesa_function_pool[30344]: GetnUniformuivARB (will be remapped) */ 4083e64d31b9Smaya "iiip\0" 4084e64d31b9Smaya "glGetnUniformuivARB\0" 4085e64d31b9Smaya "glGetnUniformuiv\0" 4086e64d31b9Smaya "glGetnUniformuivKHR\0" 4087e64d31b9Smaya "\0" 408896c5ddc4Srjs /* _mesa_function_pool[30407]: GetnUniformdvARB (will be remapped) */ 4089e64d31b9Smaya "iiip\0" 4090e64d31b9Smaya "glGetnUniformdvARB\0" 4091e64d31b9Smaya "\0" 409296c5ddc4Srjs /* _mesa_function_pool[30432]: DrawArraysInstancedBaseInstance (will be remapped) */ 4093e64d31b9Smaya "iiiii\0" 4094e64d31b9Smaya "glDrawArraysInstancedBaseInstance\0" 4095e64d31b9Smaya "glDrawArraysInstancedBaseInstanceEXT\0" 4096e64d31b9Smaya "\0" 409796c5ddc4Srjs /* _mesa_function_pool[30510]: DrawElementsInstancedBaseInstance (will be remapped) */ 4098e64d31b9Smaya "iiipii\0" 4099e64d31b9Smaya "glDrawElementsInstancedBaseInstance\0" 4100e64d31b9Smaya "glDrawElementsInstancedBaseInstanceEXT\0" 4101e64d31b9Smaya "\0" 410296c5ddc4Srjs /* _mesa_function_pool[30593]: DrawElementsInstancedBaseVertexBaseInstance (will be remapped) */ 4103e64d31b9Smaya "iiipiii\0" 4104e64d31b9Smaya "glDrawElementsInstancedBaseVertexBaseInstance\0" 4105e64d31b9Smaya "glDrawElementsInstancedBaseVertexBaseInstanceEXT\0" 4106e64d31b9Smaya "\0" 410796c5ddc4Srjs /* _mesa_function_pool[30697]: DrawTransformFeedbackInstanced (will be remapped) */ 4108e64d31b9Smaya "iii\0" 4109e64d31b9Smaya "glDrawTransformFeedbackInstanced\0" 4110e64d31b9Smaya "\0" 411196c5ddc4Srjs /* _mesa_function_pool[30735]: DrawTransformFeedbackStreamInstanced (will be remapped) */ 4112e64d31b9Smaya "iiii\0" 4113e64d31b9Smaya "glDrawTransformFeedbackStreamInstanced\0" 4114e64d31b9Smaya "\0" 411596c5ddc4Srjs /* _mesa_function_pool[30780]: GetInternalformativ (will be remapped) */ 4116e64d31b9Smaya "iiiip\0" 4117e64d31b9Smaya "glGetInternalformativ\0" 4118e64d31b9Smaya "\0" 411996c5ddc4Srjs /* _mesa_function_pool[30809]: GetActiveAtomicCounterBufferiv (will be remapped) */ 4120e64d31b9Smaya "iiip\0" 4121e64d31b9Smaya "glGetActiveAtomicCounterBufferiv\0" 4122e64d31b9Smaya "\0" 412396c5ddc4Srjs /* _mesa_function_pool[30848]: BindImageTexture (will be remapped) */ 4124e64d31b9Smaya "iiiiiii\0" 4125e64d31b9Smaya "glBindImageTexture\0" 4126e64d31b9Smaya "\0" 412796c5ddc4Srjs /* _mesa_function_pool[30876]: MemoryBarrier (will be remapped) */ 4128e64d31b9Smaya "i\0" 4129e64d31b9Smaya "glMemoryBarrier\0" 413096c5ddc4Srjs "glMemoryBarrierEXT\0" 4131e64d31b9Smaya "\0" 413296c5ddc4Srjs /* _mesa_function_pool[30914]: TexStorage1D (will be remapped) */ 4133e64d31b9Smaya "iiii\0" 4134e64d31b9Smaya "glTexStorage1D\0" 4135e64d31b9Smaya "\0" 413696c5ddc4Srjs /* _mesa_function_pool[30935]: TexStorage2D (will be remapped) */ 4137e64d31b9Smaya "iiiii\0" 4138e64d31b9Smaya "glTexStorage2D\0" 4139e64d31b9Smaya "\0" 414096c5ddc4Srjs /* _mesa_function_pool[30957]: TexStorage3D (will be remapped) */ 4141e64d31b9Smaya "iiiiii\0" 4142e64d31b9Smaya "glTexStorage3D\0" 4143e64d31b9Smaya "\0" 414496c5ddc4Srjs /* _mesa_function_pool[30980]: TextureStorage1DEXT (will be remapped) */ 4145e64d31b9Smaya "iiiii\0" 4146e64d31b9Smaya "glTextureStorage1DEXT\0" 4147e64d31b9Smaya "\0" 414896c5ddc4Srjs /* _mesa_function_pool[31009]: TextureStorage2DEXT (will be remapped) */ 4149e64d31b9Smaya "iiiiii\0" 4150e64d31b9Smaya "glTextureStorage2DEXT\0" 4151e64d31b9Smaya "\0" 415296c5ddc4Srjs /* _mesa_function_pool[31039]: TextureStorage3DEXT (will be remapped) */ 4153e64d31b9Smaya "iiiiiii\0" 4154e64d31b9Smaya "glTextureStorage3DEXT\0" 4155e64d31b9Smaya "\0" 415696c5ddc4Srjs /* _mesa_function_pool[31070]: PushDebugGroup (will be remapped) */ 4157e64d31b9Smaya "iiip\0" 4158e64d31b9Smaya "glPushDebugGroup\0" 4159e64d31b9Smaya "glPushDebugGroupKHR\0" 4160e64d31b9Smaya "\0" 416196c5ddc4Srjs /* _mesa_function_pool[31113]: PopDebugGroup (will be remapped) */ 4162e64d31b9Smaya "\0" 4163e64d31b9Smaya "glPopDebugGroup\0" 4164e64d31b9Smaya "glPopDebugGroupKHR\0" 4165e64d31b9Smaya "\0" 416696c5ddc4Srjs /* _mesa_function_pool[31150]: ObjectLabel (will be remapped) */ 4167e64d31b9Smaya "iiip\0" 4168e64d31b9Smaya "glObjectLabel\0" 4169e64d31b9Smaya "glObjectLabelKHR\0" 4170e64d31b9Smaya "\0" 417196c5ddc4Srjs /* _mesa_function_pool[31187]: GetObjectLabel (will be remapped) */ 4172e64d31b9Smaya "iiipp\0" 4173e64d31b9Smaya "glGetObjectLabel\0" 4174e64d31b9Smaya "glGetObjectLabelKHR\0" 4175e64d31b9Smaya "\0" 417696c5ddc4Srjs /* _mesa_function_pool[31231]: ObjectPtrLabel (will be remapped) */ 4177e64d31b9Smaya "pip\0" 4178e64d31b9Smaya "glObjectPtrLabel\0" 4179e64d31b9Smaya "glObjectPtrLabelKHR\0" 4180e64d31b9Smaya "\0" 418196c5ddc4Srjs /* _mesa_function_pool[31273]: GetObjectPtrLabel (will be remapped) */ 4182e64d31b9Smaya "pipp\0" 4183e64d31b9Smaya "glGetObjectPtrLabel\0" 4184e64d31b9Smaya "glGetObjectPtrLabelKHR\0" 4185e64d31b9Smaya "\0" 418696c5ddc4Srjs /* _mesa_function_pool[31322]: ClearBufferData (will be remapped) */ 4187e64d31b9Smaya "iiiip\0" 4188e64d31b9Smaya "glClearBufferData\0" 4189e64d31b9Smaya "\0" 419096c5ddc4Srjs /* _mesa_function_pool[31347]: ClearBufferSubData (will be remapped) */ 4191e64d31b9Smaya "iiiiiip\0" 4192e64d31b9Smaya "glClearBufferSubData\0" 4193e64d31b9Smaya "\0" 419496c5ddc4Srjs /* _mesa_function_pool[31377]: ClearNamedBufferDataEXT (will be remapped) */ 419596c5ddc4Srjs "iiiip\0" 419696c5ddc4Srjs "glClearNamedBufferDataEXT\0" 419796c5ddc4Srjs "\0" 419896c5ddc4Srjs /* _mesa_function_pool[31410]: ClearNamedBufferSubDataEXT (will be remapped) */ 419996c5ddc4Srjs "iiiiiip\0" 420096c5ddc4Srjs "glClearNamedBufferSubDataEXT\0" 420196c5ddc4Srjs "\0" 420296c5ddc4Srjs /* _mesa_function_pool[31448]: DispatchCompute (will be remapped) */ 4203e64d31b9Smaya "iii\0" 4204e64d31b9Smaya "glDispatchCompute\0" 4205e64d31b9Smaya "\0" 420696c5ddc4Srjs /* _mesa_function_pool[31471]: DispatchComputeIndirect (will be remapped) */ 4207e64d31b9Smaya "i\0" 4208e64d31b9Smaya "glDispatchComputeIndirect\0" 4209e64d31b9Smaya "\0" 421096c5ddc4Srjs /* _mesa_function_pool[31500]: CopyImageSubData (will be remapped) */ 4211e64d31b9Smaya "iiiiiiiiiiiiiii\0" 4212e64d31b9Smaya "glCopyImageSubData\0" 4213e64d31b9Smaya "glCopyImageSubDataEXT\0" 4214e64d31b9Smaya "glCopyImageSubDataOES\0" 4215e64d31b9Smaya "\0" 421696c5ddc4Srjs /* _mesa_function_pool[31580]: TextureView (will be remapped) */ 4217e64d31b9Smaya "iiiiiiii\0" 4218e64d31b9Smaya "glTextureView\0" 4219e64d31b9Smaya "glTextureViewOES\0" 4220e64d31b9Smaya "glTextureViewEXT\0" 4221e64d31b9Smaya "\0" 422296c5ddc4Srjs /* _mesa_function_pool[31638]: BindVertexBuffer (will be remapped) */ 4223e64d31b9Smaya "iiii\0" 4224e64d31b9Smaya "glBindVertexBuffer\0" 4225e64d31b9Smaya "\0" 422696c5ddc4Srjs /* _mesa_function_pool[31663]: VertexAttribFormat (will be remapped) */ 4227e64d31b9Smaya "iiiii\0" 4228e64d31b9Smaya "glVertexAttribFormat\0" 4229e64d31b9Smaya "\0" 423096c5ddc4Srjs /* _mesa_function_pool[31691]: VertexAttribIFormat (will be remapped) */ 4231e64d31b9Smaya "iiii\0" 4232e64d31b9Smaya "glVertexAttribIFormat\0" 4233e64d31b9Smaya "\0" 423496c5ddc4Srjs /* _mesa_function_pool[31719]: VertexAttribLFormat (will be remapped) */ 4235e64d31b9Smaya "iiii\0" 4236e64d31b9Smaya "glVertexAttribLFormat\0" 4237e64d31b9Smaya "\0" 423896c5ddc4Srjs /* _mesa_function_pool[31747]: VertexAttribBinding (will be remapped) */ 4239e64d31b9Smaya "ii\0" 4240e64d31b9Smaya "glVertexAttribBinding\0" 4241e64d31b9Smaya "\0" 424296c5ddc4Srjs /* _mesa_function_pool[31773]: VertexBindingDivisor (will be remapped) */ 4243e64d31b9Smaya "ii\0" 4244e64d31b9Smaya "glVertexBindingDivisor\0" 4245e64d31b9Smaya "\0" 424696c5ddc4Srjs /* _mesa_function_pool[31800]: VertexArrayBindVertexBufferEXT (will be remapped) */ 424796c5ddc4Srjs "iiiii\0" 424896c5ddc4Srjs "glVertexArrayBindVertexBufferEXT\0" 424996c5ddc4Srjs "\0" 425096c5ddc4Srjs /* _mesa_function_pool[31840]: VertexArrayVertexAttribFormatEXT (will be remapped) */ 425196c5ddc4Srjs "iiiiii\0" 425296c5ddc4Srjs "glVertexArrayVertexAttribFormatEXT\0" 425396c5ddc4Srjs "\0" 425496c5ddc4Srjs /* _mesa_function_pool[31883]: VertexArrayVertexAttribIFormatEXT (will be remapped) */ 425596c5ddc4Srjs "iiiii\0" 425696c5ddc4Srjs "glVertexArrayVertexAttribIFormatEXT\0" 425796c5ddc4Srjs "\0" 425896c5ddc4Srjs /* _mesa_function_pool[31926]: VertexArrayVertexAttribLFormatEXT (will be remapped) */ 425996c5ddc4Srjs "iiiii\0" 426096c5ddc4Srjs "glVertexArrayVertexAttribLFormatEXT\0" 426196c5ddc4Srjs "\0" 426296c5ddc4Srjs /* _mesa_function_pool[31969]: VertexArrayVertexAttribBindingEXT (will be remapped) */ 426396c5ddc4Srjs "iii\0" 426496c5ddc4Srjs "glVertexArrayVertexAttribBindingEXT\0" 426596c5ddc4Srjs "\0" 426696c5ddc4Srjs /* _mesa_function_pool[32010]: VertexArrayVertexBindingDivisorEXT (will be remapped) */ 426796c5ddc4Srjs "iii\0" 426896c5ddc4Srjs "glVertexArrayVertexBindingDivisorEXT\0" 426996c5ddc4Srjs "\0" 427096c5ddc4Srjs /* _mesa_function_pool[32052]: FramebufferParameteri (will be remapped) */ 4271e64d31b9Smaya "iii\0" 4272e64d31b9Smaya "glFramebufferParameteri\0" 4273e64d31b9Smaya "\0" 427496c5ddc4Srjs /* _mesa_function_pool[32081]: GetFramebufferParameteriv (will be remapped) */ 4275e64d31b9Smaya "iip\0" 4276e64d31b9Smaya "glGetFramebufferParameteriv\0" 4277e64d31b9Smaya "\0" 427896c5ddc4Srjs /* _mesa_function_pool[32114]: NamedFramebufferParameteriEXT (will be remapped) */ 427996c5ddc4Srjs "iii\0" 428096c5ddc4Srjs "glNamedFramebufferParameteriEXT\0" 428196c5ddc4Srjs "\0" 428296c5ddc4Srjs /* _mesa_function_pool[32151]: GetNamedFramebufferParameterivEXT (will be remapped) */ 428396c5ddc4Srjs "iip\0" 428496c5ddc4Srjs "glGetNamedFramebufferParameterivEXT\0" 428596c5ddc4Srjs "\0" 428696c5ddc4Srjs /* _mesa_function_pool[32192]: GetInternalformati64v (will be remapped) */ 4287e64d31b9Smaya "iiiip\0" 4288e64d31b9Smaya "glGetInternalformati64v\0" 4289e64d31b9Smaya "\0" 429096c5ddc4Srjs /* _mesa_function_pool[32223]: InvalidateTexSubImage (will be remapped) */ 4291e64d31b9Smaya "iiiiiiii\0" 4292e64d31b9Smaya "glInvalidateTexSubImage\0" 4293e64d31b9Smaya "\0" 429496c5ddc4Srjs /* _mesa_function_pool[32257]: InvalidateTexImage (will be remapped) */ 4295e64d31b9Smaya "ii\0" 4296e64d31b9Smaya "glInvalidateTexImage\0" 4297e64d31b9Smaya "\0" 429896c5ddc4Srjs /* _mesa_function_pool[32282]: InvalidateBufferSubData (will be remapped) */ 4299e64d31b9Smaya "iii\0" 4300e64d31b9Smaya "glInvalidateBufferSubData\0" 4301e64d31b9Smaya "\0" 430296c5ddc4Srjs /* _mesa_function_pool[32313]: InvalidateBufferData (will be remapped) */ 4303e64d31b9Smaya "i\0" 4304e64d31b9Smaya "glInvalidateBufferData\0" 4305e64d31b9Smaya "\0" 430696c5ddc4Srjs /* _mesa_function_pool[32339]: InvalidateSubFramebuffer (will be remapped) */ 4307e64d31b9Smaya "iipiiii\0" 4308e64d31b9Smaya "glInvalidateSubFramebuffer\0" 4309e64d31b9Smaya "\0" 431096c5ddc4Srjs /* _mesa_function_pool[32375]: InvalidateFramebuffer (will be remapped) */ 4311e64d31b9Smaya "iip\0" 4312e64d31b9Smaya "glInvalidateFramebuffer\0" 4313e64d31b9Smaya "\0" 431496c5ddc4Srjs /* _mesa_function_pool[32404]: GetProgramInterfaceiv (will be remapped) */ 4315e64d31b9Smaya "iiip\0" 4316e64d31b9Smaya "glGetProgramInterfaceiv\0" 4317e64d31b9Smaya "\0" 431896c5ddc4Srjs /* _mesa_function_pool[32434]: GetProgramResourceIndex (will be remapped) */ 4319e64d31b9Smaya "iip\0" 4320e64d31b9Smaya "glGetProgramResourceIndex\0" 4321e64d31b9Smaya "\0" 432296c5ddc4Srjs /* _mesa_function_pool[32465]: GetProgramResourceName (will be remapped) */ 4323e64d31b9Smaya "iiiipp\0" 4324e64d31b9Smaya "glGetProgramResourceName\0" 4325e64d31b9Smaya "\0" 432696c5ddc4Srjs /* _mesa_function_pool[32498]: GetProgramResourceiv (will be remapped) */ 4327e64d31b9Smaya "iiiipipp\0" 4328e64d31b9Smaya "glGetProgramResourceiv\0" 4329e64d31b9Smaya "\0" 433096c5ddc4Srjs /* _mesa_function_pool[32531]: GetProgramResourceLocation (will be remapped) */ 4331e64d31b9Smaya "iip\0" 4332e64d31b9Smaya "glGetProgramResourceLocation\0" 4333e64d31b9Smaya "\0" 433496c5ddc4Srjs /* _mesa_function_pool[32565]: GetProgramResourceLocationIndex (will be remapped) */ 4335e64d31b9Smaya "iip\0" 4336e64d31b9Smaya "glGetProgramResourceLocationIndex\0" 4337e64d31b9Smaya "glGetProgramResourceLocationIndexEXT\0" 4338e64d31b9Smaya "\0" 433996c5ddc4Srjs /* _mesa_function_pool[32641]: ShaderStorageBlockBinding (will be remapped) */ 4340e64d31b9Smaya "iii\0" 4341e64d31b9Smaya "glShaderStorageBlockBinding\0" 4342e64d31b9Smaya "\0" 434396c5ddc4Srjs /* _mesa_function_pool[32674]: TexBufferRange (will be remapped) */ 4344e64d31b9Smaya "iiiii\0" 4345e64d31b9Smaya "glTexBufferRange\0" 4346e64d31b9Smaya "glTexBufferRangeEXT\0" 4347e64d31b9Smaya "glTexBufferRangeOES\0" 4348e64d31b9Smaya "\0" 434996c5ddc4Srjs /* _mesa_function_pool[32738]: TextureBufferRangeEXT (will be remapped) */ 435096c5ddc4Srjs "iiiiii\0" 435196c5ddc4Srjs "glTextureBufferRangeEXT\0" 435296c5ddc4Srjs "\0" 435396c5ddc4Srjs /* _mesa_function_pool[32770]: TexStorage2DMultisample (will be remapped) */ 4354e64d31b9Smaya "iiiiii\0" 4355e64d31b9Smaya "glTexStorage2DMultisample\0" 4356e64d31b9Smaya "\0" 435796c5ddc4Srjs /* _mesa_function_pool[32804]: TexStorage3DMultisample (will be remapped) */ 4358e64d31b9Smaya "iiiiiii\0" 4359e64d31b9Smaya "glTexStorage3DMultisample\0" 4360e64d31b9Smaya "glTexStorage3DMultisampleOES\0" 4361e64d31b9Smaya "\0" 436296c5ddc4Srjs /* _mesa_function_pool[32868]: TextureStorage2DMultisampleEXT (will be remapped) */ 436396c5ddc4Srjs "iiiiiii\0" 436496c5ddc4Srjs "glTextureStorage2DMultisampleEXT\0" 436596c5ddc4Srjs "\0" 436696c5ddc4Srjs /* _mesa_function_pool[32910]: TextureStorage3DMultisampleEXT (will be remapped) */ 436796c5ddc4Srjs "iiiiiiii\0" 436896c5ddc4Srjs "glTextureStorage3DMultisampleEXT\0" 436996c5ddc4Srjs "\0" 437096c5ddc4Srjs /* _mesa_function_pool[32953]: BufferStorage (will be remapped) */ 4371e64d31b9Smaya "iipi\0" 4372e64d31b9Smaya "glBufferStorage\0" 4373e64d31b9Smaya "glBufferStorageEXT\0" 4374e64d31b9Smaya "\0" 437596c5ddc4Srjs /* _mesa_function_pool[32994]: NamedBufferStorageEXT (will be remapped) */ 437696c5ddc4Srjs "iipi\0" 437796c5ddc4Srjs "glNamedBufferStorageEXT\0" 437896c5ddc4Srjs "\0" 437996c5ddc4Srjs /* _mesa_function_pool[33024]: ClearTexImage (will be remapped) */ 4380e64d31b9Smaya "iiiip\0" 4381e64d31b9Smaya "glClearTexImage\0" 438296c5ddc4Srjs "glClearTexImageEXT\0" 4383e64d31b9Smaya "\0" 438496c5ddc4Srjs /* _mesa_function_pool[33066]: ClearTexSubImage (will be remapped) */ 4385e64d31b9Smaya "iiiiiiiiiip\0" 4386e64d31b9Smaya "glClearTexSubImage\0" 438796c5ddc4Srjs "glClearTexSubImageEXT\0" 4388e64d31b9Smaya "\0" 438996c5ddc4Srjs /* _mesa_function_pool[33120]: BindBuffersBase (will be remapped) */ 4390e64d31b9Smaya "iiip\0" 4391e64d31b9Smaya "glBindBuffersBase\0" 4392e64d31b9Smaya "\0" 439396c5ddc4Srjs /* _mesa_function_pool[33144]: BindBuffersRange (will be remapped) */ 4394e64d31b9Smaya "iiippp\0" 4395e64d31b9Smaya "glBindBuffersRange\0" 4396e64d31b9Smaya "\0" 439796c5ddc4Srjs /* _mesa_function_pool[33171]: BindTextures (will be remapped) */ 4398e64d31b9Smaya "iip\0" 4399e64d31b9Smaya "glBindTextures\0" 4400e64d31b9Smaya "\0" 440196c5ddc4Srjs /* _mesa_function_pool[33191]: BindSamplers (will be remapped) */ 4402e64d31b9Smaya "iip\0" 4403e64d31b9Smaya "glBindSamplers\0" 4404e64d31b9Smaya "\0" 440596c5ddc4Srjs /* _mesa_function_pool[33211]: BindImageTextures (will be remapped) */ 4406e64d31b9Smaya "iip\0" 4407e64d31b9Smaya "glBindImageTextures\0" 4408e64d31b9Smaya "\0" 440996c5ddc4Srjs /* _mesa_function_pool[33236]: BindVertexBuffers (will be remapped) */ 4410e64d31b9Smaya "iippp\0" 4411e64d31b9Smaya "glBindVertexBuffers\0" 4412e64d31b9Smaya "\0" 441396c5ddc4Srjs /* _mesa_function_pool[33263]: GetTextureHandleARB (will be remapped) */ 4414e64d31b9Smaya "i\0" 4415e64d31b9Smaya "glGetTextureHandleARB\0" 4416e64d31b9Smaya "\0" 441796c5ddc4Srjs /* _mesa_function_pool[33288]: GetTextureSamplerHandleARB (will be remapped) */ 4418e64d31b9Smaya "ii\0" 4419e64d31b9Smaya "glGetTextureSamplerHandleARB\0" 4420e64d31b9Smaya "\0" 442196c5ddc4Srjs /* _mesa_function_pool[33321]: MakeTextureHandleResidentARB (will be remapped) */ 4422e64d31b9Smaya "i\0" 4423e64d31b9Smaya "glMakeTextureHandleResidentARB\0" 4424e64d31b9Smaya "\0" 442596c5ddc4Srjs /* _mesa_function_pool[33355]: MakeTextureHandleNonResidentARB (will be remapped) */ 4426e64d31b9Smaya "i\0" 4427e64d31b9Smaya "glMakeTextureHandleNonResidentARB\0" 4428e64d31b9Smaya "\0" 442996c5ddc4Srjs /* _mesa_function_pool[33392]: GetImageHandleARB (will be remapped) */ 4430e64d31b9Smaya "iiiii\0" 4431e64d31b9Smaya "glGetImageHandleARB\0" 4432e64d31b9Smaya "\0" 443396c5ddc4Srjs /* _mesa_function_pool[33419]: MakeImageHandleResidentARB (will be remapped) */ 4434e64d31b9Smaya "ii\0" 4435e64d31b9Smaya "glMakeImageHandleResidentARB\0" 4436e64d31b9Smaya "\0" 443796c5ddc4Srjs /* _mesa_function_pool[33452]: MakeImageHandleNonResidentARB (will be remapped) */ 4438e64d31b9Smaya "i\0" 4439e64d31b9Smaya "glMakeImageHandleNonResidentARB\0" 4440e64d31b9Smaya "\0" 444196c5ddc4Srjs /* _mesa_function_pool[33487]: UniformHandleui64ARB (will be remapped) */ 4442e64d31b9Smaya "ii\0" 4443e64d31b9Smaya "glUniformHandleui64ARB\0" 4444e64d31b9Smaya "\0" 444596c5ddc4Srjs /* _mesa_function_pool[33514]: UniformHandleui64vARB (will be remapped) */ 4446e64d31b9Smaya "iip\0" 4447e64d31b9Smaya "glUniformHandleui64vARB\0" 4448e64d31b9Smaya "\0" 444996c5ddc4Srjs /* _mesa_function_pool[33543]: ProgramUniformHandleui64ARB (will be remapped) */ 4450e64d31b9Smaya "iii\0" 4451e64d31b9Smaya "glProgramUniformHandleui64ARB\0" 4452e64d31b9Smaya "\0" 445396c5ddc4Srjs /* _mesa_function_pool[33578]: ProgramUniformHandleui64vARB (will be remapped) */ 4454e64d31b9Smaya "iiip\0" 4455e64d31b9Smaya "glProgramUniformHandleui64vARB\0" 4456e64d31b9Smaya "\0" 445796c5ddc4Srjs /* _mesa_function_pool[33615]: IsTextureHandleResidentARB (will be remapped) */ 4458e64d31b9Smaya "i\0" 4459e64d31b9Smaya "glIsTextureHandleResidentARB\0" 4460e64d31b9Smaya "\0" 446196c5ddc4Srjs /* _mesa_function_pool[33647]: IsImageHandleResidentARB (will be remapped) */ 4462e64d31b9Smaya "i\0" 4463e64d31b9Smaya "glIsImageHandleResidentARB\0" 4464e64d31b9Smaya "\0" 446596c5ddc4Srjs /* _mesa_function_pool[33677]: VertexAttribL1ui64ARB (will be remapped) */ 4466e64d31b9Smaya "ii\0" 4467e64d31b9Smaya "glVertexAttribL1ui64ARB\0" 4468e64d31b9Smaya "\0" 446996c5ddc4Srjs /* _mesa_function_pool[33705]: VertexAttribL1ui64vARB (will be remapped) */ 4470e64d31b9Smaya "ip\0" 4471e64d31b9Smaya "glVertexAttribL1ui64vARB\0" 4472e64d31b9Smaya "\0" 447396c5ddc4Srjs /* _mesa_function_pool[33734]: GetVertexAttribLui64vARB (will be remapped) */ 4474e64d31b9Smaya "iip\0" 4475e64d31b9Smaya "glGetVertexAttribLui64vARB\0" 4476e64d31b9Smaya "\0" 447796c5ddc4Srjs /* _mesa_function_pool[33766]: DispatchComputeGroupSizeARB (will be remapped) */ 4478e64d31b9Smaya "iiiiii\0" 4479e64d31b9Smaya "glDispatchComputeGroupSizeARB\0" 4480e64d31b9Smaya "\0" 448196c5ddc4Srjs /* _mesa_function_pool[33804]: MultiDrawArraysIndirectCountARB (will be remapped) */ 4482e64d31b9Smaya "iiiii\0" 4483e64d31b9Smaya "glMultiDrawArraysIndirectCountARB\0" 4484e64d31b9Smaya "glMultiDrawArraysIndirectCount\0" 4485e64d31b9Smaya "\0" 448696c5ddc4Srjs /* _mesa_function_pool[33876]: MultiDrawElementsIndirectCountARB (will be remapped) */ 4487e64d31b9Smaya "iiiiii\0" 4488e64d31b9Smaya "glMultiDrawElementsIndirectCountARB\0" 4489e64d31b9Smaya "glMultiDrawElementsIndirectCount\0" 4490e64d31b9Smaya "\0" 449196c5ddc4Srjs /* _mesa_function_pool[33953]: ClipControl (will be remapped) */ 4492e64d31b9Smaya "ii\0" 4493e64d31b9Smaya "glClipControl\0" 449496c5ddc4Srjs "glClipControlEXT\0" 4495e64d31b9Smaya "\0" 449696c5ddc4Srjs /* _mesa_function_pool[33988]: CreateTransformFeedbacks (will be remapped) */ 4497e64d31b9Smaya "ip\0" 4498e64d31b9Smaya "glCreateTransformFeedbacks\0" 4499e64d31b9Smaya "\0" 450096c5ddc4Srjs /* _mesa_function_pool[34019]: TransformFeedbackBufferBase (will be remapped) */ 4501e64d31b9Smaya "iii\0" 4502e64d31b9Smaya "glTransformFeedbackBufferBase\0" 4503e64d31b9Smaya "\0" 450496c5ddc4Srjs /* _mesa_function_pool[34054]: TransformFeedbackBufferRange (will be remapped) */ 4505e64d31b9Smaya "iiiii\0" 4506e64d31b9Smaya "glTransformFeedbackBufferRange\0" 4507e64d31b9Smaya "\0" 450896c5ddc4Srjs /* _mesa_function_pool[34092]: GetTransformFeedbackiv (will be remapped) */ 4509e64d31b9Smaya "iip\0" 4510e64d31b9Smaya "glGetTransformFeedbackiv\0" 4511e64d31b9Smaya "\0" 451296c5ddc4Srjs /* _mesa_function_pool[34122]: GetTransformFeedbacki_v (will be remapped) */ 4513e64d31b9Smaya "iiip\0" 4514e64d31b9Smaya "glGetTransformFeedbacki_v\0" 4515e64d31b9Smaya "\0" 451696c5ddc4Srjs /* _mesa_function_pool[34154]: GetTransformFeedbacki64_v (will be remapped) */ 4517e64d31b9Smaya "iiip\0" 4518e64d31b9Smaya "glGetTransformFeedbacki64_v\0" 4519e64d31b9Smaya "\0" 452096c5ddc4Srjs /* _mesa_function_pool[34188]: CreateBuffers (will be remapped) */ 4521e64d31b9Smaya "ip\0" 4522e64d31b9Smaya "glCreateBuffers\0" 4523e64d31b9Smaya "\0" 452496c5ddc4Srjs /* _mesa_function_pool[34208]: NamedBufferStorage (will be remapped) */ 4525e64d31b9Smaya "iipi\0" 4526e64d31b9Smaya "glNamedBufferStorage\0" 4527e64d31b9Smaya "\0" 452896c5ddc4Srjs /* _mesa_function_pool[34235]: NamedBufferData (will be remapped) */ 4529e64d31b9Smaya "iipi\0" 4530e64d31b9Smaya "glNamedBufferData\0" 4531e64d31b9Smaya "\0" 453296c5ddc4Srjs /* _mesa_function_pool[34259]: NamedBufferSubData (will be remapped) */ 4533e64d31b9Smaya "iiip\0" 4534e64d31b9Smaya "glNamedBufferSubData\0" 4535e64d31b9Smaya "\0" 453696c5ddc4Srjs /* _mesa_function_pool[34286]: CopyNamedBufferSubData (will be remapped) */ 4537e64d31b9Smaya "iiiii\0" 4538e64d31b9Smaya "glCopyNamedBufferSubData\0" 4539e64d31b9Smaya "\0" 454096c5ddc4Srjs /* _mesa_function_pool[34318]: ClearNamedBufferData (will be remapped) */ 4541e64d31b9Smaya "iiiip\0" 4542e64d31b9Smaya "glClearNamedBufferData\0" 4543e64d31b9Smaya "\0" 454496c5ddc4Srjs /* _mesa_function_pool[34348]: ClearNamedBufferSubData (will be remapped) */ 4545e64d31b9Smaya "iiiiiip\0" 4546e64d31b9Smaya "glClearNamedBufferSubData\0" 4547e64d31b9Smaya "\0" 454896c5ddc4Srjs /* _mesa_function_pool[34383]: MapNamedBuffer (will be remapped) */ 4549e64d31b9Smaya "ii\0" 4550e64d31b9Smaya "glMapNamedBuffer\0" 4551e64d31b9Smaya "\0" 455296c5ddc4Srjs /* _mesa_function_pool[34404]: MapNamedBufferRange (will be remapped) */ 4553e64d31b9Smaya "iiii\0" 4554e64d31b9Smaya "glMapNamedBufferRange\0" 4555e64d31b9Smaya "\0" 455696c5ddc4Srjs /* _mesa_function_pool[34432]: UnmapNamedBufferEXT (will be remapped) */ 4557e64d31b9Smaya "i\0" 4558e64d31b9Smaya "glUnmapNamedBuffer\0" 455996c5ddc4Srjs "glUnmapNamedBufferEXT\0" 4560e64d31b9Smaya "\0" 456196c5ddc4Srjs /* _mesa_function_pool[34476]: FlushMappedNamedBufferRange (will be remapped) */ 4562e64d31b9Smaya "iii\0" 4563e64d31b9Smaya "glFlushMappedNamedBufferRange\0" 4564e64d31b9Smaya "\0" 456596c5ddc4Srjs /* _mesa_function_pool[34511]: GetNamedBufferParameteriv (will be remapped) */ 4566e64d31b9Smaya "iip\0" 4567e64d31b9Smaya "glGetNamedBufferParameteriv\0" 4568e64d31b9Smaya "\0" 456996c5ddc4Srjs /* _mesa_function_pool[34544]: GetNamedBufferParameteri64v (will be remapped) */ 4570e64d31b9Smaya "iip\0" 4571e64d31b9Smaya "glGetNamedBufferParameteri64v\0" 4572e64d31b9Smaya "\0" 457396c5ddc4Srjs /* _mesa_function_pool[34579]: GetNamedBufferPointerv (will be remapped) */ 4574e64d31b9Smaya "iip\0" 4575e64d31b9Smaya "glGetNamedBufferPointerv\0" 4576e64d31b9Smaya "\0" 457796c5ddc4Srjs /* _mesa_function_pool[34609]: GetNamedBufferSubData (will be remapped) */ 4578e64d31b9Smaya "iiip\0" 4579e64d31b9Smaya "glGetNamedBufferSubData\0" 4580e64d31b9Smaya "\0" 458196c5ddc4Srjs /* _mesa_function_pool[34639]: CreateFramebuffers (will be remapped) */ 4582e64d31b9Smaya "ip\0" 4583e64d31b9Smaya "glCreateFramebuffers\0" 4584e64d31b9Smaya "\0" 458596c5ddc4Srjs /* _mesa_function_pool[34664]: NamedFramebufferRenderbuffer (will be remapped) */ 4586e64d31b9Smaya "iiii\0" 4587e64d31b9Smaya "glNamedFramebufferRenderbuffer\0" 4588e64d31b9Smaya "\0" 458996c5ddc4Srjs /* _mesa_function_pool[34701]: NamedFramebufferParameteri (will be remapped) */ 4590e64d31b9Smaya "iii\0" 4591e64d31b9Smaya "glNamedFramebufferParameteri\0" 4592e64d31b9Smaya "\0" 459396c5ddc4Srjs /* _mesa_function_pool[34735]: NamedFramebufferTexture (will be remapped) */ 4594e64d31b9Smaya "iiii\0" 4595e64d31b9Smaya "glNamedFramebufferTexture\0" 4596e64d31b9Smaya "\0" 459796c5ddc4Srjs /* _mesa_function_pool[34767]: NamedFramebufferTextureLayer (will be remapped) */ 4598e64d31b9Smaya "iiiii\0" 4599e64d31b9Smaya "glNamedFramebufferTextureLayer\0" 4600e64d31b9Smaya "\0" 460196c5ddc4Srjs /* _mesa_function_pool[34805]: NamedFramebufferDrawBuffer (will be remapped) */ 4602e64d31b9Smaya "ii\0" 4603e64d31b9Smaya "glNamedFramebufferDrawBuffer\0" 4604e64d31b9Smaya "\0" 460596c5ddc4Srjs /* _mesa_function_pool[34838]: NamedFramebufferDrawBuffers (will be remapped) */ 4606e64d31b9Smaya "iip\0" 4607e64d31b9Smaya "glNamedFramebufferDrawBuffers\0" 4608e64d31b9Smaya "\0" 460996c5ddc4Srjs /* _mesa_function_pool[34873]: NamedFramebufferReadBuffer (will be remapped) */ 4610e64d31b9Smaya "ii\0" 4611e64d31b9Smaya "glNamedFramebufferReadBuffer\0" 4612e64d31b9Smaya "\0" 461396c5ddc4Srjs /* _mesa_function_pool[34906]: InvalidateNamedFramebufferData (will be remapped) */ 4614e64d31b9Smaya "iip\0" 4615e64d31b9Smaya "glInvalidateNamedFramebufferData\0" 4616e64d31b9Smaya "\0" 461796c5ddc4Srjs /* _mesa_function_pool[34944]: InvalidateNamedFramebufferSubData (will be remapped) */ 4618e64d31b9Smaya "iipiiii\0" 4619e64d31b9Smaya "glInvalidateNamedFramebufferSubData\0" 4620e64d31b9Smaya "\0" 462196c5ddc4Srjs /* _mesa_function_pool[34989]: ClearNamedFramebufferiv (will be remapped) */ 4622e64d31b9Smaya "iiip\0" 4623e64d31b9Smaya "glClearNamedFramebufferiv\0" 4624e64d31b9Smaya "\0" 462596c5ddc4Srjs /* _mesa_function_pool[35021]: ClearNamedFramebufferuiv (will be remapped) */ 4626e64d31b9Smaya "iiip\0" 4627e64d31b9Smaya "glClearNamedFramebufferuiv\0" 4628e64d31b9Smaya "\0" 462996c5ddc4Srjs /* _mesa_function_pool[35054]: ClearNamedFramebufferfv (will be remapped) */ 4630e64d31b9Smaya "iiip\0" 4631e64d31b9Smaya "glClearNamedFramebufferfv\0" 4632e64d31b9Smaya "\0" 463396c5ddc4Srjs /* _mesa_function_pool[35086]: ClearNamedFramebufferfi (will be remapped) */ 4634e64d31b9Smaya "iiifi\0" 4635e64d31b9Smaya "glClearNamedFramebufferfi\0" 4636e64d31b9Smaya "\0" 463796c5ddc4Srjs /* _mesa_function_pool[35119]: BlitNamedFramebuffer (will be remapped) */ 4638e64d31b9Smaya "iiiiiiiiiiii\0" 4639e64d31b9Smaya "glBlitNamedFramebuffer\0" 4640e64d31b9Smaya "\0" 464196c5ddc4Srjs /* _mesa_function_pool[35156]: CheckNamedFramebufferStatus (will be remapped) */ 4642e64d31b9Smaya "ii\0" 4643e64d31b9Smaya "glCheckNamedFramebufferStatus\0" 4644e64d31b9Smaya "\0" 464596c5ddc4Srjs /* _mesa_function_pool[35190]: GetNamedFramebufferParameteriv (will be remapped) */ 4646e64d31b9Smaya "iip\0" 4647e64d31b9Smaya "glGetNamedFramebufferParameteriv\0" 4648e64d31b9Smaya "\0" 464996c5ddc4Srjs /* _mesa_function_pool[35228]: GetNamedFramebufferAttachmentParameteriv (will be remapped) */ 4650e64d31b9Smaya "iiip\0" 4651e64d31b9Smaya "glGetNamedFramebufferAttachmentParameteriv\0" 4652e64d31b9Smaya "\0" 465396c5ddc4Srjs /* _mesa_function_pool[35277]: CreateRenderbuffers (will be remapped) */ 4654e64d31b9Smaya "ip\0" 4655e64d31b9Smaya "glCreateRenderbuffers\0" 4656e64d31b9Smaya "\0" 465796c5ddc4Srjs /* _mesa_function_pool[35303]: NamedRenderbufferStorage (will be remapped) */ 4658e64d31b9Smaya "iiii\0" 4659e64d31b9Smaya "glNamedRenderbufferStorage\0" 4660e64d31b9Smaya "\0" 466196c5ddc4Srjs /* _mesa_function_pool[35336]: NamedRenderbufferStorageMultisample (will be remapped) */ 4662e64d31b9Smaya "iiiii\0" 4663e64d31b9Smaya "glNamedRenderbufferStorageMultisample\0" 4664e64d31b9Smaya "\0" 466596c5ddc4Srjs /* _mesa_function_pool[35381]: GetNamedRenderbufferParameteriv (will be remapped) */ 4666e64d31b9Smaya "iip\0" 4667e64d31b9Smaya "glGetNamedRenderbufferParameteriv\0" 4668e64d31b9Smaya "\0" 466996c5ddc4Srjs /* _mesa_function_pool[35420]: CreateTextures (will be remapped) */ 4670e64d31b9Smaya "iip\0" 4671e64d31b9Smaya "glCreateTextures\0" 4672e64d31b9Smaya "\0" 467396c5ddc4Srjs /* _mesa_function_pool[35442]: TextureBuffer (will be remapped) */ 4674e64d31b9Smaya "iii\0" 4675e64d31b9Smaya "glTextureBuffer\0" 4676e64d31b9Smaya "\0" 467796c5ddc4Srjs /* _mesa_function_pool[35463]: TextureBufferRange (will be remapped) */ 4678e64d31b9Smaya "iiiii\0" 4679e64d31b9Smaya "glTextureBufferRange\0" 4680e64d31b9Smaya "\0" 468196c5ddc4Srjs /* _mesa_function_pool[35491]: TextureStorage1D (will be remapped) */ 4682e64d31b9Smaya "iiii\0" 4683e64d31b9Smaya "glTextureStorage1D\0" 4684e64d31b9Smaya "\0" 468596c5ddc4Srjs /* _mesa_function_pool[35516]: TextureStorage2D (will be remapped) */ 4686e64d31b9Smaya "iiiii\0" 4687e64d31b9Smaya "glTextureStorage2D\0" 4688e64d31b9Smaya "\0" 468996c5ddc4Srjs /* _mesa_function_pool[35542]: TextureStorage3D (will be remapped) */ 4690e64d31b9Smaya "iiiiii\0" 4691e64d31b9Smaya "glTextureStorage3D\0" 4692e64d31b9Smaya "\0" 469396c5ddc4Srjs /* _mesa_function_pool[35569]: TextureStorage2DMultisample (will be remapped) */ 4694e64d31b9Smaya "iiiiii\0" 4695e64d31b9Smaya "glTextureStorage2DMultisample\0" 4696e64d31b9Smaya "\0" 469796c5ddc4Srjs /* _mesa_function_pool[35607]: TextureStorage3DMultisample (will be remapped) */ 4698e64d31b9Smaya "iiiiiii\0" 4699e64d31b9Smaya "glTextureStorage3DMultisample\0" 4700e64d31b9Smaya "\0" 470196c5ddc4Srjs /* _mesa_function_pool[35646]: TextureSubImage1D (will be remapped) */ 4702e64d31b9Smaya "iiiiiip\0" 4703e64d31b9Smaya "glTextureSubImage1D\0" 4704e64d31b9Smaya "\0" 470596c5ddc4Srjs /* _mesa_function_pool[35675]: TextureSubImage2D (will be remapped) */ 4706e64d31b9Smaya "iiiiiiiip\0" 4707e64d31b9Smaya "glTextureSubImage2D\0" 4708e64d31b9Smaya "\0" 470996c5ddc4Srjs /* _mesa_function_pool[35706]: TextureSubImage3D (will be remapped) */ 4710e64d31b9Smaya "iiiiiiiiiip\0" 4711e64d31b9Smaya "glTextureSubImage3D\0" 4712e64d31b9Smaya "\0" 471396c5ddc4Srjs /* _mesa_function_pool[35739]: CompressedTextureSubImage1D (will be remapped) */ 4714e64d31b9Smaya "iiiiiip\0" 4715e64d31b9Smaya "glCompressedTextureSubImage1D\0" 4716e64d31b9Smaya "\0" 471796c5ddc4Srjs /* _mesa_function_pool[35778]: CompressedTextureSubImage2D (will be remapped) */ 4718e64d31b9Smaya "iiiiiiiip\0" 4719e64d31b9Smaya "glCompressedTextureSubImage2D\0" 4720e64d31b9Smaya "\0" 472196c5ddc4Srjs /* _mesa_function_pool[35819]: CompressedTextureSubImage3D (will be remapped) */ 4722e64d31b9Smaya "iiiiiiiiiip\0" 4723e64d31b9Smaya "glCompressedTextureSubImage3D\0" 4724e64d31b9Smaya "\0" 472596c5ddc4Srjs /* _mesa_function_pool[35862]: CopyTextureSubImage1D (will be remapped) */ 4726e64d31b9Smaya "iiiiii\0" 4727e64d31b9Smaya "glCopyTextureSubImage1D\0" 4728e64d31b9Smaya "\0" 472996c5ddc4Srjs /* _mesa_function_pool[35894]: CopyTextureSubImage2D (will be remapped) */ 4730e64d31b9Smaya "iiiiiiii\0" 4731e64d31b9Smaya "glCopyTextureSubImage2D\0" 4732e64d31b9Smaya "\0" 473396c5ddc4Srjs /* _mesa_function_pool[35928]: CopyTextureSubImage3D (will be remapped) */ 4734e64d31b9Smaya "iiiiiiiii\0" 4735e64d31b9Smaya "glCopyTextureSubImage3D\0" 4736e64d31b9Smaya "\0" 473796c5ddc4Srjs /* _mesa_function_pool[35963]: TextureParameterf (will be remapped) */ 4738e64d31b9Smaya "iif\0" 4739e64d31b9Smaya "glTextureParameterf\0" 4740e64d31b9Smaya "\0" 474196c5ddc4Srjs /* _mesa_function_pool[35988]: TextureParameterfv (will be remapped) */ 4742e64d31b9Smaya "iip\0" 4743e64d31b9Smaya "glTextureParameterfv\0" 4744e64d31b9Smaya "\0" 474596c5ddc4Srjs /* _mesa_function_pool[36014]: TextureParameteri (will be remapped) */ 4746e64d31b9Smaya "iii\0" 4747e64d31b9Smaya "glTextureParameteri\0" 4748e64d31b9Smaya "\0" 474996c5ddc4Srjs /* _mesa_function_pool[36039]: TextureParameterIiv (will be remapped) */ 4750e64d31b9Smaya "iip\0" 4751e64d31b9Smaya "glTextureParameterIiv\0" 4752e64d31b9Smaya "\0" 475396c5ddc4Srjs /* _mesa_function_pool[36066]: TextureParameterIuiv (will be remapped) */ 4754e64d31b9Smaya "iip\0" 4755e64d31b9Smaya "glTextureParameterIuiv\0" 4756e64d31b9Smaya "\0" 475796c5ddc4Srjs /* _mesa_function_pool[36094]: TextureParameteriv (will be remapped) */ 4758e64d31b9Smaya "iip\0" 4759e64d31b9Smaya "glTextureParameteriv\0" 4760e64d31b9Smaya "\0" 476196c5ddc4Srjs /* _mesa_function_pool[36120]: GenerateTextureMipmap (will be remapped) */ 4762e64d31b9Smaya "i\0" 4763e64d31b9Smaya "glGenerateTextureMipmap\0" 4764e64d31b9Smaya "\0" 476596c5ddc4Srjs /* _mesa_function_pool[36147]: BindTextureUnit (will be remapped) */ 4766e64d31b9Smaya "ii\0" 4767e64d31b9Smaya "glBindTextureUnit\0" 4768e64d31b9Smaya "\0" 476996c5ddc4Srjs /* _mesa_function_pool[36169]: GetTextureImage (will be remapped) */ 4770e64d31b9Smaya "iiiiip\0" 4771e64d31b9Smaya "glGetTextureImage\0" 4772e64d31b9Smaya "\0" 477396c5ddc4Srjs /* _mesa_function_pool[36195]: GetCompressedTextureImage (will be remapped) */ 4774e64d31b9Smaya "iiip\0" 4775e64d31b9Smaya "glGetCompressedTextureImage\0" 4776e64d31b9Smaya "\0" 477796c5ddc4Srjs /* _mesa_function_pool[36229]: GetTextureLevelParameterfv (will be remapped) */ 4778e64d31b9Smaya "iiip\0" 4779e64d31b9Smaya "glGetTextureLevelParameterfv\0" 4780e64d31b9Smaya "\0" 478196c5ddc4Srjs /* _mesa_function_pool[36264]: GetTextureLevelParameteriv (will be remapped) */ 4782e64d31b9Smaya "iiip\0" 4783e64d31b9Smaya "glGetTextureLevelParameteriv\0" 4784e64d31b9Smaya "\0" 478596c5ddc4Srjs /* _mesa_function_pool[36299]: GetTextureParameterfv (will be remapped) */ 4786e64d31b9Smaya "iip\0" 4787e64d31b9Smaya "glGetTextureParameterfv\0" 4788e64d31b9Smaya "\0" 478996c5ddc4Srjs /* _mesa_function_pool[36328]: GetTextureParameterIiv (will be remapped) */ 4790e64d31b9Smaya "iip\0" 4791e64d31b9Smaya "glGetTextureParameterIiv\0" 4792e64d31b9Smaya "\0" 479396c5ddc4Srjs /* _mesa_function_pool[36358]: GetTextureParameterIuiv (will be remapped) */ 4794e64d31b9Smaya "iip\0" 4795e64d31b9Smaya "glGetTextureParameterIuiv\0" 4796e64d31b9Smaya "\0" 479796c5ddc4Srjs /* _mesa_function_pool[36389]: GetTextureParameteriv (will be remapped) */ 4798e64d31b9Smaya "iip\0" 4799e64d31b9Smaya "glGetTextureParameteriv\0" 4800e64d31b9Smaya "\0" 480196c5ddc4Srjs /* _mesa_function_pool[36418]: CreateVertexArrays (will be remapped) */ 4802e64d31b9Smaya "ip\0" 4803e64d31b9Smaya "glCreateVertexArrays\0" 4804e64d31b9Smaya "\0" 480596c5ddc4Srjs /* _mesa_function_pool[36443]: DisableVertexArrayAttrib (will be remapped) */ 4806e64d31b9Smaya "ii\0" 4807e64d31b9Smaya "glDisableVertexArrayAttrib\0" 4808e64d31b9Smaya "\0" 480996c5ddc4Srjs /* _mesa_function_pool[36474]: EnableVertexArrayAttrib (will be remapped) */ 4810e64d31b9Smaya "ii\0" 4811e64d31b9Smaya "glEnableVertexArrayAttrib\0" 4812e64d31b9Smaya "\0" 481396c5ddc4Srjs /* _mesa_function_pool[36504]: VertexArrayElementBuffer (will be remapped) */ 4814e64d31b9Smaya "ii\0" 4815e64d31b9Smaya "glVertexArrayElementBuffer\0" 4816e64d31b9Smaya "\0" 481796c5ddc4Srjs /* _mesa_function_pool[36535]: VertexArrayVertexBuffer (will be remapped) */ 4818e64d31b9Smaya "iiiii\0" 4819e64d31b9Smaya "glVertexArrayVertexBuffer\0" 4820e64d31b9Smaya "\0" 482196c5ddc4Srjs /* _mesa_function_pool[36568]: VertexArrayVertexBuffers (will be remapped) */ 4822e64d31b9Smaya "iiippp\0" 4823e64d31b9Smaya "glVertexArrayVertexBuffers\0" 4824e64d31b9Smaya "\0" 482596c5ddc4Srjs /* _mesa_function_pool[36603]: VertexArrayAttribFormat (will be remapped) */ 4826e64d31b9Smaya "iiiiii\0" 4827e64d31b9Smaya "glVertexArrayAttribFormat\0" 4828e64d31b9Smaya "\0" 482996c5ddc4Srjs /* _mesa_function_pool[36637]: VertexArrayAttribIFormat (will be remapped) */ 4830e64d31b9Smaya "iiiii\0" 4831e64d31b9Smaya "glVertexArrayAttribIFormat\0" 4832e64d31b9Smaya "\0" 483396c5ddc4Srjs /* _mesa_function_pool[36671]: VertexArrayAttribLFormat (will be remapped) */ 4834e64d31b9Smaya "iiiii\0" 4835e64d31b9Smaya "glVertexArrayAttribLFormat\0" 4836e64d31b9Smaya "\0" 483796c5ddc4Srjs /* _mesa_function_pool[36705]: VertexArrayAttribBinding (will be remapped) */ 4838e64d31b9Smaya "iii\0" 4839e64d31b9Smaya "glVertexArrayAttribBinding\0" 4840e64d31b9Smaya "\0" 484196c5ddc4Srjs /* _mesa_function_pool[36737]: VertexArrayBindingDivisor (will be remapped) */ 4842e64d31b9Smaya "iii\0" 4843e64d31b9Smaya "glVertexArrayBindingDivisor\0" 4844e64d31b9Smaya "\0" 484596c5ddc4Srjs /* _mesa_function_pool[36770]: GetVertexArrayiv (will be remapped) */ 4846e64d31b9Smaya "iip\0" 4847e64d31b9Smaya "glGetVertexArrayiv\0" 4848e64d31b9Smaya "\0" 484996c5ddc4Srjs /* _mesa_function_pool[36794]: GetVertexArrayIndexediv (will be remapped) */ 4850e64d31b9Smaya "iiip\0" 4851e64d31b9Smaya "glGetVertexArrayIndexediv\0" 4852e64d31b9Smaya "\0" 485396c5ddc4Srjs /* _mesa_function_pool[36826]: GetVertexArrayIndexed64iv (will be remapped) */ 4854e64d31b9Smaya "iiip\0" 4855e64d31b9Smaya "glGetVertexArrayIndexed64iv\0" 4856e64d31b9Smaya "\0" 485796c5ddc4Srjs /* _mesa_function_pool[36860]: CreateSamplers (will be remapped) */ 4858e64d31b9Smaya "ip\0" 4859e64d31b9Smaya "glCreateSamplers\0" 4860e64d31b9Smaya "\0" 486196c5ddc4Srjs /* _mesa_function_pool[36881]: CreateProgramPipelines (will be remapped) */ 4862e64d31b9Smaya "ip\0" 4863e64d31b9Smaya "glCreateProgramPipelines\0" 4864e64d31b9Smaya "\0" 486596c5ddc4Srjs /* _mesa_function_pool[36910]: CreateQueries (will be remapped) */ 4866e64d31b9Smaya "iip\0" 4867e64d31b9Smaya "glCreateQueries\0" 4868e64d31b9Smaya "\0" 486996c5ddc4Srjs /* _mesa_function_pool[36931]: GetQueryBufferObjectiv (will be remapped) */ 4870e64d31b9Smaya "iiii\0" 4871e64d31b9Smaya "glGetQueryBufferObjectiv\0" 4872e64d31b9Smaya "\0" 487396c5ddc4Srjs /* _mesa_function_pool[36962]: GetQueryBufferObjectuiv (will be remapped) */ 4874e64d31b9Smaya "iiii\0" 4875e64d31b9Smaya "glGetQueryBufferObjectuiv\0" 4876e64d31b9Smaya "\0" 487796c5ddc4Srjs /* _mesa_function_pool[36994]: GetQueryBufferObjecti64v (will be remapped) */ 4878e64d31b9Smaya "iiii\0" 4879e64d31b9Smaya "glGetQueryBufferObjecti64v\0" 4880e64d31b9Smaya "\0" 488196c5ddc4Srjs /* _mesa_function_pool[37027]: GetQueryBufferObjectui64v (will be remapped) */ 4882e64d31b9Smaya "iiii\0" 4883e64d31b9Smaya "glGetQueryBufferObjectui64v\0" 4884e64d31b9Smaya "\0" 488596c5ddc4Srjs /* _mesa_function_pool[37061]: GetTextureSubImage (will be remapped) */ 4886e64d31b9Smaya "iiiiiiiiiiip\0" 4887e64d31b9Smaya "glGetTextureSubImage\0" 4888e64d31b9Smaya "\0" 488996c5ddc4Srjs /* _mesa_function_pool[37096]: GetCompressedTextureSubImage (will be remapped) */ 4890e64d31b9Smaya "iiiiiiiiip\0" 4891e64d31b9Smaya "glGetCompressedTextureSubImage\0" 4892e64d31b9Smaya "\0" 489396c5ddc4Srjs /* _mesa_function_pool[37139]: TextureBarrierNV (will be remapped) */ 4894e64d31b9Smaya "\0" 4895e64d31b9Smaya "glTextureBarrier\0" 4896e64d31b9Smaya "glTextureBarrierNV\0" 4897e64d31b9Smaya "\0" 489896c5ddc4Srjs /* _mesa_function_pool[37177]: BufferPageCommitmentARB (will be remapped) */ 4899e64d31b9Smaya "iiii\0" 4900e64d31b9Smaya "glBufferPageCommitmentARB\0" 4901e64d31b9Smaya "\0" 490296c5ddc4Srjs /* _mesa_function_pool[37209]: NamedBufferPageCommitmentEXT (will be remapped) */ 490396c5ddc4Srjs "iiii\0" 490496c5ddc4Srjs "glNamedBufferPageCommitmentEXT\0" 490596c5ddc4Srjs "\0" 490696c5ddc4Srjs /* _mesa_function_pool[37246]: NamedBufferPageCommitmentARB (will be remapped) */ 4907e64d31b9Smaya "iiii\0" 4908e64d31b9Smaya "glNamedBufferPageCommitmentARB\0" 4909e64d31b9Smaya "\0" 491096c5ddc4Srjs /* _mesa_function_pool[37283]: PrimitiveBoundingBox (will be remapped) */ 4911e64d31b9Smaya "ffffffff\0" 4912e64d31b9Smaya "glPrimitiveBoundingBox\0" 4913e64d31b9Smaya "glPrimitiveBoundingBoxARB\0" 4914e64d31b9Smaya "glPrimitiveBoundingBoxEXT\0" 4915e64d31b9Smaya "glPrimitiveBoundingBoxOES\0" 4916e64d31b9Smaya "\0" 491796c5ddc4Srjs /* _mesa_function_pool[37394]: BlendBarrier (will be remapped) */ 4918e64d31b9Smaya "\0" 4919e64d31b9Smaya "glBlendBarrier\0" 4920e64d31b9Smaya "glBlendBarrierKHR\0" 4921e64d31b9Smaya "\0" 492296c5ddc4Srjs /* _mesa_function_pool[37429]: Uniform1i64ARB (will be remapped) */ 4923e64d31b9Smaya "ii\0" 4924e64d31b9Smaya "glUniform1i64ARB\0" 4925e64d31b9Smaya "glUniform1i64NV\0" 4926e64d31b9Smaya "\0" 492796c5ddc4Srjs /* _mesa_function_pool[37466]: Uniform2i64ARB (will be remapped) */ 4928e64d31b9Smaya "iii\0" 4929e64d31b9Smaya "glUniform2i64ARB\0" 4930e64d31b9Smaya "glUniform2i64NV\0" 4931e64d31b9Smaya "\0" 493296c5ddc4Srjs /* _mesa_function_pool[37504]: Uniform3i64ARB (will be remapped) */ 4933e64d31b9Smaya "iiii\0" 4934e64d31b9Smaya "glUniform3i64ARB\0" 4935e64d31b9Smaya "glUniform3i64NV\0" 4936e64d31b9Smaya "\0" 493796c5ddc4Srjs /* _mesa_function_pool[37543]: Uniform4i64ARB (will be remapped) */ 4938e64d31b9Smaya "iiiii\0" 4939e64d31b9Smaya "glUniform4i64ARB\0" 4940e64d31b9Smaya "glUniform4i64NV\0" 4941e64d31b9Smaya "\0" 494296c5ddc4Srjs /* _mesa_function_pool[37583]: Uniform1i64vARB (will be remapped) */ 4943e64d31b9Smaya "iip\0" 4944e64d31b9Smaya "glUniform1i64vARB\0" 4945e64d31b9Smaya "glUniform1i64vNV\0" 4946e64d31b9Smaya "\0" 494796c5ddc4Srjs /* _mesa_function_pool[37623]: Uniform2i64vARB (will be remapped) */ 4948e64d31b9Smaya "iip\0" 4949e64d31b9Smaya "glUniform2i64vARB\0" 4950e64d31b9Smaya "glUniform2i64vNV\0" 4951e64d31b9Smaya "\0" 495296c5ddc4Srjs /* _mesa_function_pool[37663]: Uniform3i64vARB (will be remapped) */ 4953e64d31b9Smaya "iip\0" 4954e64d31b9Smaya "glUniform3i64vARB\0" 4955e64d31b9Smaya "glUniform3i64vNV\0" 4956e64d31b9Smaya "\0" 495796c5ddc4Srjs /* _mesa_function_pool[37703]: Uniform4i64vARB (will be remapped) */ 4958e64d31b9Smaya "iip\0" 4959e64d31b9Smaya "glUniform4i64vARB\0" 4960e64d31b9Smaya "glUniform4i64vNV\0" 4961e64d31b9Smaya "\0" 496296c5ddc4Srjs /* _mesa_function_pool[37743]: Uniform1ui64ARB (will be remapped) */ 4963e64d31b9Smaya "ii\0" 4964e64d31b9Smaya "glUniform1ui64ARB\0" 4965e64d31b9Smaya "glUniform1ui64NV\0" 4966e64d31b9Smaya "\0" 496796c5ddc4Srjs /* _mesa_function_pool[37782]: Uniform2ui64ARB (will be remapped) */ 4968e64d31b9Smaya "iii\0" 4969e64d31b9Smaya "glUniform2ui64ARB\0" 4970e64d31b9Smaya "glUniform2ui64NV\0" 4971e64d31b9Smaya "\0" 497296c5ddc4Srjs /* _mesa_function_pool[37822]: Uniform3ui64ARB (will be remapped) */ 4973e64d31b9Smaya "iiii\0" 4974e64d31b9Smaya "glUniform3ui64ARB\0" 4975e64d31b9Smaya "glUniform3ui64NV\0" 4976e64d31b9Smaya "\0" 497796c5ddc4Srjs /* _mesa_function_pool[37863]: Uniform4ui64ARB (will be remapped) */ 4978e64d31b9Smaya "iiiii\0" 4979e64d31b9Smaya "glUniform4ui64ARB\0" 4980e64d31b9Smaya "glUniform4ui64NV\0" 4981e64d31b9Smaya "\0" 498296c5ddc4Srjs /* _mesa_function_pool[37905]: Uniform1ui64vARB (will be remapped) */ 4983e64d31b9Smaya "iip\0" 4984e64d31b9Smaya "glUniform1ui64vARB\0" 4985e64d31b9Smaya "glUniform1ui64vNV\0" 4986e64d31b9Smaya "\0" 498796c5ddc4Srjs /* _mesa_function_pool[37947]: Uniform2ui64vARB (will be remapped) */ 4988e64d31b9Smaya "iip\0" 4989e64d31b9Smaya "glUniform2ui64vARB\0" 4990e64d31b9Smaya "glUniform2ui64vNV\0" 4991e64d31b9Smaya "\0" 499296c5ddc4Srjs /* _mesa_function_pool[37989]: Uniform3ui64vARB (will be remapped) */ 4993e64d31b9Smaya "iip\0" 4994e64d31b9Smaya "glUniform3ui64vARB\0" 4995e64d31b9Smaya "glUniform3ui64vNV\0" 4996e64d31b9Smaya "\0" 499796c5ddc4Srjs /* _mesa_function_pool[38031]: Uniform4ui64vARB (will be remapped) */ 4998e64d31b9Smaya "iip\0" 4999e64d31b9Smaya "glUniform4ui64vARB\0" 5000e64d31b9Smaya "glUniform4ui64vNV\0" 5001e64d31b9Smaya "\0" 500296c5ddc4Srjs /* _mesa_function_pool[38073]: GetUniformi64vARB (will be remapped) */ 5003e64d31b9Smaya "iip\0" 5004e64d31b9Smaya "glGetUniformi64vARB\0" 5005e64d31b9Smaya "glGetUniformi64vNV\0" 5006e64d31b9Smaya "\0" 500796c5ddc4Srjs /* _mesa_function_pool[38117]: GetUniformui64vARB (will be remapped) */ 5008e64d31b9Smaya "iip\0" 5009e64d31b9Smaya "glGetUniformui64vARB\0" 5010e64d31b9Smaya "glGetUniformui64vNV\0" 5011e64d31b9Smaya "\0" 501296c5ddc4Srjs /* _mesa_function_pool[38163]: GetnUniformi64vARB (will be remapped) */ 5013e64d31b9Smaya "iiip\0" 5014e64d31b9Smaya "glGetnUniformi64vARB\0" 5015e64d31b9Smaya "\0" 501696c5ddc4Srjs /* _mesa_function_pool[38190]: GetnUniformui64vARB (will be remapped) */ 5017e64d31b9Smaya "iiip\0" 5018e64d31b9Smaya "glGetnUniformui64vARB\0" 5019e64d31b9Smaya "\0" 502096c5ddc4Srjs /* _mesa_function_pool[38218]: ProgramUniform1i64ARB (will be remapped) */ 5021e64d31b9Smaya "iii\0" 5022e64d31b9Smaya "glProgramUniform1i64ARB\0" 5023e64d31b9Smaya "glProgramUniform1i64NV\0" 5024e64d31b9Smaya "\0" 502596c5ddc4Srjs /* _mesa_function_pool[38270]: ProgramUniform2i64ARB (will be remapped) */ 5026e64d31b9Smaya "iiii\0" 5027e64d31b9Smaya "glProgramUniform2i64ARB\0" 5028e64d31b9Smaya "glProgramUniform2i64NV\0" 5029e64d31b9Smaya "\0" 503096c5ddc4Srjs /* _mesa_function_pool[38323]: ProgramUniform3i64ARB (will be remapped) */ 5031e64d31b9Smaya "iiiii\0" 5032e64d31b9Smaya "glProgramUniform3i64ARB\0" 5033e64d31b9Smaya "glProgramUniform3i64NV\0" 5034e64d31b9Smaya "\0" 503596c5ddc4Srjs /* _mesa_function_pool[38377]: ProgramUniform4i64ARB (will be remapped) */ 5036e64d31b9Smaya "iiiiii\0" 5037e64d31b9Smaya "glProgramUniform4i64ARB\0" 5038e64d31b9Smaya "glProgramUniform4i64NV\0" 5039e64d31b9Smaya "\0" 504096c5ddc4Srjs /* _mesa_function_pool[38432]: ProgramUniform1i64vARB (will be remapped) */ 5041e64d31b9Smaya "iiip\0" 5042e64d31b9Smaya "glProgramUniform1i64vARB\0" 5043e64d31b9Smaya "glProgramUniform1i64vNV\0" 5044e64d31b9Smaya "\0" 504596c5ddc4Srjs /* _mesa_function_pool[38487]: ProgramUniform2i64vARB (will be remapped) */ 5046e64d31b9Smaya "iiip\0" 5047e64d31b9Smaya "glProgramUniform2i64vARB\0" 5048e64d31b9Smaya "glProgramUniform2i64vNV\0" 5049e64d31b9Smaya "\0" 505096c5ddc4Srjs /* _mesa_function_pool[38542]: ProgramUniform3i64vARB (will be remapped) */ 5051e64d31b9Smaya "iiip\0" 5052e64d31b9Smaya "glProgramUniform3i64vARB\0" 5053e64d31b9Smaya "glProgramUniform3i64vNV\0" 5054e64d31b9Smaya "\0" 505596c5ddc4Srjs /* _mesa_function_pool[38597]: ProgramUniform4i64vARB (will be remapped) */ 5056e64d31b9Smaya "iiip\0" 5057e64d31b9Smaya "glProgramUniform4i64vARB\0" 5058e64d31b9Smaya "glProgramUniform4i64vNV\0" 5059e64d31b9Smaya "\0" 506096c5ddc4Srjs /* _mesa_function_pool[38652]: ProgramUniform1ui64ARB (will be remapped) */ 5061e64d31b9Smaya "iii\0" 5062e64d31b9Smaya "glProgramUniform1ui64ARB\0" 5063e64d31b9Smaya "glProgramUniform1ui64NV\0" 5064e64d31b9Smaya "\0" 506596c5ddc4Srjs /* _mesa_function_pool[38706]: ProgramUniform2ui64ARB (will be remapped) */ 5066e64d31b9Smaya "iiii\0" 5067e64d31b9Smaya "glProgramUniform2ui64ARB\0" 5068e64d31b9Smaya "glProgramUniform2ui64NV\0" 5069e64d31b9Smaya "\0" 507096c5ddc4Srjs /* _mesa_function_pool[38761]: ProgramUniform3ui64ARB (will be remapped) */ 5071e64d31b9Smaya "iiiii\0" 5072e64d31b9Smaya "glProgramUniform3ui64ARB\0" 5073e64d31b9Smaya "glProgramUniform3ui64NV\0" 5074e64d31b9Smaya "\0" 507596c5ddc4Srjs /* _mesa_function_pool[38817]: ProgramUniform4ui64ARB (will be remapped) */ 5076e64d31b9Smaya "iiiiii\0" 5077e64d31b9Smaya "glProgramUniform4ui64ARB\0" 5078e64d31b9Smaya "glProgramUniform4ui64NV\0" 5079e64d31b9Smaya "\0" 508096c5ddc4Srjs /* _mesa_function_pool[38874]: ProgramUniform1ui64vARB (will be remapped) */ 5081e64d31b9Smaya "iiip\0" 5082e64d31b9Smaya "glProgramUniform1ui64vARB\0" 5083e64d31b9Smaya "glProgramUniform1ui64vNV\0" 5084e64d31b9Smaya "\0" 508596c5ddc4Srjs /* _mesa_function_pool[38931]: ProgramUniform2ui64vARB (will be remapped) */ 5086e64d31b9Smaya "iiip\0" 5087e64d31b9Smaya "glProgramUniform2ui64vARB\0" 5088e64d31b9Smaya "glProgramUniform2ui64vNV\0" 5089e64d31b9Smaya "\0" 509096c5ddc4Srjs /* _mesa_function_pool[38988]: ProgramUniform3ui64vARB (will be remapped) */ 5091e64d31b9Smaya "iiip\0" 5092e64d31b9Smaya "glProgramUniform3ui64vARB\0" 5093e64d31b9Smaya "glProgramUniform3ui64vNV\0" 5094e64d31b9Smaya "\0" 509596c5ddc4Srjs /* _mesa_function_pool[39045]: ProgramUniform4ui64vARB (will be remapped) */ 5096e64d31b9Smaya "iiip\0" 5097e64d31b9Smaya "glProgramUniform4ui64vARB\0" 5098e64d31b9Smaya "glProgramUniform4ui64vNV\0" 5099e64d31b9Smaya "\0" 510096c5ddc4Srjs /* _mesa_function_pool[39102]: MaxShaderCompilerThreadsKHR (will be remapped) */ 5101e64d31b9Smaya "i\0" 5102e64d31b9Smaya "glMaxShaderCompilerThreadsKHR\0" 5103e64d31b9Smaya "glMaxShaderCompilerThreadsARB\0" 5104e64d31b9Smaya "\0" 510596c5ddc4Srjs /* _mesa_function_pool[39165]: SpecializeShaderARB (will be remapped) */ 5106e64d31b9Smaya "ipipp\0" 5107e64d31b9Smaya "glSpecializeShaderARB\0" 5108e64d31b9Smaya "glSpecializeShader\0" 5109e64d31b9Smaya "\0" 511096c5ddc4Srjs /* _mesa_function_pool[39213]: GetTexFilterFuncSGIS (dynamic) */ 5111e64d31b9Smaya "iip\0" 5112e64d31b9Smaya "glGetTexFilterFuncSGIS\0" 5113e64d31b9Smaya "\0" 511496c5ddc4Srjs /* _mesa_function_pool[39241]: TexFilterFuncSGIS (dynamic) */ 5115e64d31b9Smaya "iiip\0" 5116e64d31b9Smaya "glTexFilterFuncSGIS\0" 5117e64d31b9Smaya "\0" 511896c5ddc4Srjs /* _mesa_function_pool[39267]: PixelTexGenParameteriSGIS (dynamic) */ 5119e64d31b9Smaya "ii\0" 5120e64d31b9Smaya "glPixelTexGenParameteriSGIS\0" 5121e64d31b9Smaya "\0" 512296c5ddc4Srjs /* _mesa_function_pool[39299]: PixelTexGenParameterivSGIS (dynamic) */ 5123e64d31b9Smaya "ip\0" 5124e64d31b9Smaya "glPixelTexGenParameterivSGIS\0" 5125e64d31b9Smaya "\0" 512696c5ddc4Srjs /* _mesa_function_pool[39332]: PixelTexGenParameterfSGIS (dynamic) */ 5127e64d31b9Smaya "if\0" 5128e64d31b9Smaya "glPixelTexGenParameterfSGIS\0" 5129e64d31b9Smaya "\0" 513096c5ddc4Srjs /* _mesa_function_pool[39364]: PixelTexGenParameterfvSGIS (dynamic) */ 5131e64d31b9Smaya "ip\0" 5132e64d31b9Smaya "glPixelTexGenParameterfvSGIS\0" 5133e64d31b9Smaya "\0" 513496c5ddc4Srjs /* _mesa_function_pool[39397]: GetPixelTexGenParameterivSGIS (dynamic) */ 5135e64d31b9Smaya "ip\0" 5136e64d31b9Smaya "glGetPixelTexGenParameterivSGIS\0" 5137e64d31b9Smaya "\0" 513896c5ddc4Srjs /* _mesa_function_pool[39433]: GetPixelTexGenParameterfvSGIS (dynamic) */ 5139e64d31b9Smaya "ip\0" 5140e64d31b9Smaya "glGetPixelTexGenParameterfvSGIS\0" 5141e64d31b9Smaya "\0" 514296c5ddc4Srjs /* _mesa_function_pool[39469]: TexImage4DSGIS (dynamic) */ 5143e64d31b9Smaya "iiiiiiiiiip\0" 5144e64d31b9Smaya "glTexImage4DSGIS\0" 5145e64d31b9Smaya "\0" 514696c5ddc4Srjs /* _mesa_function_pool[39499]: TexSubImage4DSGIS (dynamic) */ 5147e64d31b9Smaya "iiiiiiiiiiiip\0" 5148e64d31b9Smaya "glTexSubImage4DSGIS\0" 5149e64d31b9Smaya "\0" 515096c5ddc4Srjs /* _mesa_function_pool[39534]: DetailTexFuncSGIS (dynamic) */ 5151e64d31b9Smaya "iip\0" 5152e64d31b9Smaya "glDetailTexFuncSGIS\0" 5153e64d31b9Smaya "\0" 515496c5ddc4Srjs /* _mesa_function_pool[39559]: GetDetailTexFuncSGIS (dynamic) */ 5155e64d31b9Smaya "ip\0" 5156e64d31b9Smaya "glGetDetailTexFuncSGIS\0" 5157e64d31b9Smaya "\0" 515896c5ddc4Srjs /* _mesa_function_pool[39586]: SharpenTexFuncSGIS (dynamic) */ 5159e64d31b9Smaya "iip\0" 5160e64d31b9Smaya "glSharpenTexFuncSGIS\0" 5161e64d31b9Smaya "\0" 516296c5ddc4Srjs /* _mesa_function_pool[39612]: GetSharpenTexFuncSGIS (dynamic) */ 5163e64d31b9Smaya "ip\0" 5164e64d31b9Smaya "glGetSharpenTexFuncSGIS\0" 5165e64d31b9Smaya "\0" 516696c5ddc4Srjs /* _mesa_function_pool[39640]: SampleMaskSGIS (will be remapped) */ 5167e64d31b9Smaya "fi\0" 5168e64d31b9Smaya "glSampleMaskSGIS\0" 5169e64d31b9Smaya "glSampleMaskEXT\0" 5170e64d31b9Smaya "\0" 517196c5ddc4Srjs /* _mesa_function_pool[39677]: SamplePatternSGIS (will be remapped) */ 5172e64d31b9Smaya "i\0" 5173e64d31b9Smaya "glSamplePatternSGIS\0" 5174e64d31b9Smaya "glSamplePatternEXT\0" 5175e64d31b9Smaya "\0" 517696c5ddc4Srjs /* _mesa_function_pool[39719]: ColorPointerEXT (will be remapped) */ 5177e64d31b9Smaya "iiiip\0" 5178e64d31b9Smaya "glColorPointerEXT\0" 5179e64d31b9Smaya "\0" 518096c5ddc4Srjs /* _mesa_function_pool[39744]: EdgeFlagPointerEXT (will be remapped) */ 5181e64d31b9Smaya "iip\0" 5182e64d31b9Smaya "glEdgeFlagPointerEXT\0" 5183e64d31b9Smaya "\0" 518496c5ddc4Srjs /* _mesa_function_pool[39770]: IndexPointerEXT (will be remapped) */ 5185e64d31b9Smaya "iiip\0" 5186e64d31b9Smaya "glIndexPointerEXT\0" 5187e64d31b9Smaya "\0" 518896c5ddc4Srjs /* _mesa_function_pool[39794]: NormalPointerEXT (will be remapped) */ 5189e64d31b9Smaya "iiip\0" 5190e64d31b9Smaya "glNormalPointerEXT\0" 5191e64d31b9Smaya "\0" 519296c5ddc4Srjs /* _mesa_function_pool[39819]: TexCoordPointerEXT (will be remapped) */ 5193e64d31b9Smaya "iiiip\0" 5194e64d31b9Smaya "glTexCoordPointerEXT\0" 5195e64d31b9Smaya "\0" 519696c5ddc4Srjs /* _mesa_function_pool[39847]: VertexPointerEXT (will be remapped) */ 5197e64d31b9Smaya "iiiip\0" 5198e64d31b9Smaya "glVertexPointerEXT\0" 5199e64d31b9Smaya "\0" 520096c5ddc4Srjs /* _mesa_function_pool[39873]: SpriteParameterfSGIX (dynamic) */ 5201e64d31b9Smaya "if\0" 5202e64d31b9Smaya "glSpriteParameterfSGIX\0" 5203e64d31b9Smaya "\0" 520496c5ddc4Srjs /* _mesa_function_pool[39900]: SpriteParameterfvSGIX (dynamic) */ 5205e64d31b9Smaya "ip\0" 5206e64d31b9Smaya "glSpriteParameterfvSGIX\0" 5207e64d31b9Smaya "\0" 520896c5ddc4Srjs /* _mesa_function_pool[39928]: SpriteParameteriSGIX (dynamic) */ 5209e64d31b9Smaya "ii\0" 5210e64d31b9Smaya "glSpriteParameteriSGIX\0" 5211e64d31b9Smaya "\0" 521296c5ddc4Srjs /* _mesa_function_pool[39955]: SpriteParameterivSGIX (dynamic) */ 5213e64d31b9Smaya "ip\0" 5214e64d31b9Smaya "glSpriteParameterivSGIX\0" 5215e64d31b9Smaya "\0" 521696c5ddc4Srjs /* _mesa_function_pool[39983]: GetInstrumentsSGIX (dynamic) */ 5217e64d31b9Smaya "\0" 5218e64d31b9Smaya "glGetInstrumentsSGIX\0" 5219e64d31b9Smaya "\0" 522096c5ddc4Srjs /* _mesa_function_pool[40006]: InstrumentsBufferSGIX (dynamic) */ 5221e64d31b9Smaya "ip\0" 5222e64d31b9Smaya "glInstrumentsBufferSGIX\0" 5223e64d31b9Smaya "\0" 522496c5ddc4Srjs /* _mesa_function_pool[40034]: PollInstrumentsSGIX (dynamic) */ 5225e64d31b9Smaya "p\0" 5226e64d31b9Smaya "glPollInstrumentsSGIX\0" 5227e64d31b9Smaya "\0" 522896c5ddc4Srjs /* _mesa_function_pool[40059]: ReadInstrumentsSGIX (dynamic) */ 5229e64d31b9Smaya "i\0" 5230e64d31b9Smaya "glReadInstrumentsSGIX\0" 5231e64d31b9Smaya "\0" 523296c5ddc4Srjs /* _mesa_function_pool[40084]: StartInstrumentsSGIX (dynamic) */ 5233e64d31b9Smaya "\0" 5234e64d31b9Smaya "glStartInstrumentsSGIX\0" 5235e64d31b9Smaya "\0" 523696c5ddc4Srjs /* _mesa_function_pool[40109]: StopInstrumentsSGIX (dynamic) */ 5237e64d31b9Smaya "i\0" 5238e64d31b9Smaya "glStopInstrumentsSGIX\0" 5239e64d31b9Smaya "\0" 524096c5ddc4Srjs /* _mesa_function_pool[40134]: FrameZoomSGIX (dynamic) */ 5241e64d31b9Smaya "i\0" 5242e64d31b9Smaya "glFrameZoomSGIX\0" 5243e64d31b9Smaya "\0" 524496c5ddc4Srjs /* _mesa_function_pool[40153]: TagSampleBufferSGIX (dynamic) */ 5245e64d31b9Smaya "\0" 5246e64d31b9Smaya "glTagSampleBufferSGIX\0" 5247e64d31b9Smaya "\0" 524896c5ddc4Srjs /* _mesa_function_pool[40177]: ReferencePlaneSGIX (dynamic) */ 5249e64d31b9Smaya "p\0" 5250e64d31b9Smaya "glReferencePlaneSGIX\0" 5251e64d31b9Smaya "\0" 525296c5ddc4Srjs /* _mesa_function_pool[40201]: FlushRasterSGIX (dynamic) */ 5253e64d31b9Smaya "\0" 5254e64d31b9Smaya "glFlushRasterSGIX\0" 5255e64d31b9Smaya "\0" 525696c5ddc4Srjs /* _mesa_function_pool[40221]: FogFuncSGIS (dynamic) */ 5257e64d31b9Smaya "ip\0" 5258e64d31b9Smaya "glFogFuncSGIS\0" 5259e64d31b9Smaya "\0" 526096c5ddc4Srjs /* _mesa_function_pool[40239]: GetFogFuncSGIS (dynamic) */ 5261e64d31b9Smaya "p\0" 5262e64d31b9Smaya "glGetFogFuncSGIS\0" 5263e64d31b9Smaya "\0" 526496c5ddc4Srjs /* _mesa_function_pool[40259]: ImageTransformParameteriHP (dynamic) */ 5265e64d31b9Smaya "iii\0" 5266e64d31b9Smaya "glImageTransformParameteriHP\0" 5267e64d31b9Smaya "\0" 526896c5ddc4Srjs /* _mesa_function_pool[40293]: ImageTransformParameterfHP (dynamic) */ 5269e64d31b9Smaya "iif\0" 5270e64d31b9Smaya "glImageTransformParameterfHP\0" 5271e64d31b9Smaya "\0" 527296c5ddc4Srjs /* _mesa_function_pool[40327]: ImageTransformParameterivHP (dynamic) */ 5273e64d31b9Smaya "iip\0" 5274e64d31b9Smaya "glImageTransformParameterivHP\0" 5275e64d31b9Smaya "\0" 527696c5ddc4Srjs /* _mesa_function_pool[40362]: ImageTransformParameterfvHP (dynamic) */ 5277e64d31b9Smaya "iip\0" 5278e64d31b9Smaya "glImageTransformParameterfvHP\0" 5279e64d31b9Smaya "\0" 528096c5ddc4Srjs /* _mesa_function_pool[40397]: GetImageTransformParameterivHP (dynamic) */ 5281e64d31b9Smaya "iip\0" 5282e64d31b9Smaya "glGetImageTransformParameterivHP\0" 5283e64d31b9Smaya "\0" 528496c5ddc4Srjs /* _mesa_function_pool[40435]: GetImageTransformParameterfvHP (dynamic) */ 5285e64d31b9Smaya "iip\0" 5286e64d31b9Smaya "glGetImageTransformParameterfvHP\0" 5287e64d31b9Smaya "\0" 528896c5ddc4Srjs /* _mesa_function_pool[40473]: HintPGI (dynamic) */ 5289e64d31b9Smaya "ii\0" 5290e64d31b9Smaya "glHintPGI\0" 5291e64d31b9Smaya "\0" 529296c5ddc4Srjs /* _mesa_function_pool[40487]: GetListParameterfvSGIX (dynamic) */ 5293e64d31b9Smaya "iip\0" 5294e64d31b9Smaya "glGetListParameterfvSGIX\0" 5295e64d31b9Smaya "\0" 529696c5ddc4Srjs /* _mesa_function_pool[40517]: GetListParameterivSGIX (dynamic) */ 5297e64d31b9Smaya "iip\0" 5298e64d31b9Smaya "glGetListParameterivSGIX\0" 5299e64d31b9Smaya "\0" 530096c5ddc4Srjs /* _mesa_function_pool[40547]: ListParameterfSGIX (dynamic) */ 5301e64d31b9Smaya "iif\0" 5302e64d31b9Smaya "glListParameterfSGIX\0" 5303e64d31b9Smaya "\0" 530496c5ddc4Srjs /* _mesa_function_pool[40573]: ListParameterfvSGIX (dynamic) */ 5305e64d31b9Smaya "iip\0" 5306e64d31b9Smaya "glListParameterfvSGIX\0" 5307e64d31b9Smaya "\0" 530896c5ddc4Srjs /* _mesa_function_pool[40600]: ListParameteriSGIX (dynamic) */ 5309e64d31b9Smaya "iii\0" 5310e64d31b9Smaya "glListParameteriSGIX\0" 5311e64d31b9Smaya "\0" 531296c5ddc4Srjs /* _mesa_function_pool[40626]: ListParameterivSGIX (dynamic) */ 5313e64d31b9Smaya "iip\0" 5314e64d31b9Smaya "glListParameterivSGIX\0" 5315e64d31b9Smaya "\0" 531696c5ddc4Srjs /* _mesa_function_pool[40653]: IndexMaterialEXT (dynamic) */ 5317e64d31b9Smaya "ii\0" 5318e64d31b9Smaya "glIndexMaterialEXT\0" 5319e64d31b9Smaya "\0" 532096c5ddc4Srjs /* _mesa_function_pool[40676]: IndexFuncEXT (dynamic) */ 5321e64d31b9Smaya "if\0" 5322e64d31b9Smaya "glIndexFuncEXT\0" 5323e64d31b9Smaya "\0" 532496c5ddc4Srjs /* _mesa_function_pool[40695]: LockArraysEXT (will be remapped) */ 5325e64d31b9Smaya "ii\0" 5326e64d31b9Smaya "glLockArraysEXT\0" 5327e64d31b9Smaya "\0" 532896c5ddc4Srjs /* _mesa_function_pool[40715]: UnlockArraysEXT (will be remapped) */ 5329e64d31b9Smaya "\0" 5330e64d31b9Smaya "glUnlockArraysEXT\0" 5331e64d31b9Smaya "\0" 533296c5ddc4Srjs /* _mesa_function_pool[40735]: CullParameterdvEXT (dynamic) */ 5333e64d31b9Smaya "ip\0" 5334e64d31b9Smaya "glCullParameterdvEXT\0" 5335e64d31b9Smaya "\0" 533696c5ddc4Srjs /* _mesa_function_pool[40760]: CullParameterfvEXT (dynamic) */ 5337e64d31b9Smaya "ip\0" 5338e64d31b9Smaya "glCullParameterfvEXT\0" 5339e64d31b9Smaya "\0" 534096c5ddc4Srjs /* _mesa_function_pool[40785]: ViewportArrayv (will be remapped) */ 5341e64d31b9Smaya "iip\0" 5342e64d31b9Smaya "glViewportArrayv\0" 5343e64d31b9Smaya "glViewportArrayvOES\0" 5344e64d31b9Smaya "\0" 534596c5ddc4Srjs /* _mesa_function_pool[40827]: ViewportIndexedf (will be remapped) */ 5346e64d31b9Smaya "iffff\0" 5347e64d31b9Smaya "glViewportIndexedf\0" 5348e64d31b9Smaya "glViewportIndexedfOES\0" 5349e64d31b9Smaya "\0" 535096c5ddc4Srjs /* _mesa_function_pool[40875]: ViewportIndexedfv (will be remapped) */ 5351e64d31b9Smaya "ip\0" 5352e64d31b9Smaya "glViewportIndexedfv\0" 5353e64d31b9Smaya "glViewportIndexedfvOES\0" 5354e64d31b9Smaya "\0" 535596c5ddc4Srjs /* _mesa_function_pool[40922]: ScissorArrayv (will be remapped) */ 5356e64d31b9Smaya "iip\0" 5357e64d31b9Smaya "glScissorArrayv\0" 5358e64d31b9Smaya "glScissorArrayvOES\0" 5359e64d31b9Smaya "\0" 536096c5ddc4Srjs /* _mesa_function_pool[40962]: ScissorIndexed (will be remapped) */ 5361e64d31b9Smaya "iiiii\0" 5362e64d31b9Smaya "glScissorIndexed\0" 5363e64d31b9Smaya "glScissorIndexedOES\0" 5364e64d31b9Smaya "\0" 536596c5ddc4Srjs /* _mesa_function_pool[41006]: ScissorIndexedv (will be remapped) */ 5366e64d31b9Smaya "ip\0" 5367e64d31b9Smaya "glScissorIndexedv\0" 5368e64d31b9Smaya "glScissorIndexedvOES\0" 5369e64d31b9Smaya "\0" 537096c5ddc4Srjs /* _mesa_function_pool[41049]: DepthRangeArrayv (will be remapped) */ 5371e64d31b9Smaya "iip\0" 5372e64d31b9Smaya "glDepthRangeArrayv\0" 5373e64d31b9Smaya "\0" 537496c5ddc4Srjs /* _mesa_function_pool[41073]: DepthRangeIndexed (will be remapped) */ 5375e64d31b9Smaya "idd\0" 5376e64d31b9Smaya "glDepthRangeIndexed\0" 5377e64d31b9Smaya "\0" 537896c5ddc4Srjs /* _mesa_function_pool[41098]: GetFloati_v (will be remapped) */ 5379e64d31b9Smaya "iip\0" 5380e64d31b9Smaya "glGetFloati_v\0" 538196c5ddc4Srjs "glGetFloatIndexedvEXT\0" 538296c5ddc4Srjs "glGetFloati_vEXT\0" 5383e64d31b9Smaya "glGetFloati_vOES\0" 5384e64d31b9Smaya "\0" 538596c5ddc4Srjs /* _mesa_function_pool[41173]: GetDoublei_v (will be remapped) */ 5386e64d31b9Smaya "iip\0" 5387e64d31b9Smaya "glGetDoublei_v\0" 538896c5ddc4Srjs "glGetDoubleIndexedvEXT\0" 538996c5ddc4Srjs "glGetDoublei_vEXT\0" 5390e64d31b9Smaya "\0" 539196c5ddc4Srjs /* _mesa_function_pool[41234]: FragmentColorMaterialSGIX (dynamic) */ 5392e64d31b9Smaya "ii\0" 5393e64d31b9Smaya "glFragmentColorMaterialSGIX\0" 5394e64d31b9Smaya "\0" 539596c5ddc4Srjs /* _mesa_function_pool[41266]: FragmentLightfSGIX (dynamic) */ 5396e64d31b9Smaya "iif\0" 5397e64d31b9Smaya "glFragmentLightfSGIX\0" 5398e64d31b9Smaya "\0" 539996c5ddc4Srjs /* _mesa_function_pool[41292]: FragmentLightfvSGIX (dynamic) */ 5400e64d31b9Smaya "iip\0" 5401e64d31b9Smaya "glFragmentLightfvSGIX\0" 5402e64d31b9Smaya "\0" 540396c5ddc4Srjs /* _mesa_function_pool[41319]: FragmentLightiSGIX (dynamic) */ 5404e64d31b9Smaya "iii\0" 5405e64d31b9Smaya "glFragmentLightiSGIX\0" 5406e64d31b9Smaya "\0" 540796c5ddc4Srjs /* _mesa_function_pool[41345]: FragmentLightivSGIX (dynamic) */ 5408e64d31b9Smaya "iip\0" 5409e64d31b9Smaya "glFragmentLightivSGIX\0" 5410e64d31b9Smaya "\0" 541196c5ddc4Srjs /* _mesa_function_pool[41372]: FragmentLightModelfSGIX (dynamic) */ 5412e64d31b9Smaya "if\0" 5413e64d31b9Smaya "glFragmentLightModelfSGIX\0" 5414e64d31b9Smaya "\0" 541596c5ddc4Srjs /* _mesa_function_pool[41402]: FragmentLightModelfvSGIX (dynamic) */ 5416e64d31b9Smaya "ip\0" 5417e64d31b9Smaya "glFragmentLightModelfvSGIX\0" 5418e64d31b9Smaya "\0" 541996c5ddc4Srjs /* _mesa_function_pool[41433]: FragmentLightModeliSGIX (dynamic) */ 5420e64d31b9Smaya "ii\0" 5421e64d31b9Smaya "glFragmentLightModeliSGIX\0" 5422e64d31b9Smaya "\0" 542396c5ddc4Srjs /* _mesa_function_pool[41463]: FragmentLightModelivSGIX (dynamic) */ 5424e64d31b9Smaya "ip\0" 5425e64d31b9Smaya "glFragmentLightModelivSGIX\0" 5426e64d31b9Smaya "\0" 542796c5ddc4Srjs /* _mesa_function_pool[41494]: FragmentMaterialfSGIX (dynamic) */ 5428e64d31b9Smaya "iif\0" 5429e64d31b9Smaya "glFragmentMaterialfSGIX\0" 5430e64d31b9Smaya "\0" 543196c5ddc4Srjs /* _mesa_function_pool[41523]: FragmentMaterialfvSGIX (dynamic) */ 5432e64d31b9Smaya "iip\0" 5433e64d31b9Smaya "glFragmentMaterialfvSGIX\0" 5434e64d31b9Smaya "\0" 543596c5ddc4Srjs /* _mesa_function_pool[41553]: FragmentMaterialiSGIX (dynamic) */ 5436e64d31b9Smaya "iii\0" 5437e64d31b9Smaya "glFragmentMaterialiSGIX\0" 5438e64d31b9Smaya "\0" 543996c5ddc4Srjs /* _mesa_function_pool[41582]: FragmentMaterialivSGIX (dynamic) */ 5440e64d31b9Smaya "iip\0" 5441e64d31b9Smaya "glFragmentMaterialivSGIX\0" 5442e64d31b9Smaya "\0" 544396c5ddc4Srjs /* _mesa_function_pool[41612]: GetFragmentLightfvSGIX (dynamic) */ 5444e64d31b9Smaya "iip\0" 5445e64d31b9Smaya "glGetFragmentLightfvSGIX\0" 5446e64d31b9Smaya "\0" 544796c5ddc4Srjs /* _mesa_function_pool[41642]: GetFragmentLightivSGIX (dynamic) */ 5448e64d31b9Smaya "iip\0" 5449e64d31b9Smaya "glGetFragmentLightivSGIX\0" 5450e64d31b9Smaya "\0" 545196c5ddc4Srjs /* _mesa_function_pool[41672]: GetFragmentMaterialfvSGIX (dynamic) */ 5452e64d31b9Smaya "iip\0" 5453e64d31b9Smaya "glGetFragmentMaterialfvSGIX\0" 5454e64d31b9Smaya "\0" 545596c5ddc4Srjs /* _mesa_function_pool[41705]: GetFragmentMaterialivSGIX (dynamic) */ 5456e64d31b9Smaya "iip\0" 5457e64d31b9Smaya "glGetFragmentMaterialivSGIX\0" 5458e64d31b9Smaya "\0" 545996c5ddc4Srjs /* _mesa_function_pool[41738]: LightEnviSGIX (dynamic) */ 5460e64d31b9Smaya "ii\0" 5461e64d31b9Smaya "glLightEnviSGIX\0" 5462e64d31b9Smaya "\0" 546396c5ddc4Srjs /* _mesa_function_pool[41758]: ApplyTextureEXT (dynamic) */ 5464e64d31b9Smaya "i\0" 5465e64d31b9Smaya "glApplyTextureEXT\0" 5466e64d31b9Smaya "\0" 546796c5ddc4Srjs /* _mesa_function_pool[41779]: TextureLightEXT (dynamic) */ 5468e64d31b9Smaya "i\0" 5469e64d31b9Smaya "glTextureLightEXT\0" 5470e64d31b9Smaya "\0" 547196c5ddc4Srjs /* _mesa_function_pool[41800]: TextureMaterialEXT (dynamic) */ 5472e64d31b9Smaya "ii\0" 5473e64d31b9Smaya "glTextureMaterialEXT\0" 5474e64d31b9Smaya "\0" 547596c5ddc4Srjs /* _mesa_function_pool[41825]: AsyncMarkerSGIX (dynamic) */ 5476e64d31b9Smaya "i\0" 5477e64d31b9Smaya "glAsyncMarkerSGIX\0" 5478e64d31b9Smaya "\0" 547996c5ddc4Srjs /* _mesa_function_pool[41846]: FinishAsyncSGIX (dynamic) */ 5480e64d31b9Smaya "p\0" 5481e64d31b9Smaya "glFinishAsyncSGIX\0" 5482e64d31b9Smaya "\0" 548396c5ddc4Srjs /* _mesa_function_pool[41867]: PollAsyncSGIX (dynamic) */ 5484e64d31b9Smaya "p\0" 5485e64d31b9Smaya "glPollAsyncSGIX\0" 5486e64d31b9Smaya "\0" 548796c5ddc4Srjs /* _mesa_function_pool[41886]: GenAsyncMarkersSGIX (dynamic) */ 5488e64d31b9Smaya "i\0" 5489e64d31b9Smaya "glGenAsyncMarkersSGIX\0" 5490e64d31b9Smaya "\0" 549196c5ddc4Srjs /* _mesa_function_pool[41911]: DeleteAsyncMarkersSGIX (dynamic) */ 5492e64d31b9Smaya "ii\0" 5493e64d31b9Smaya "glDeleteAsyncMarkersSGIX\0" 5494e64d31b9Smaya "\0" 549596c5ddc4Srjs /* _mesa_function_pool[41940]: IsAsyncMarkerSGIX (dynamic) */ 5496e64d31b9Smaya "i\0" 5497e64d31b9Smaya "glIsAsyncMarkerSGIX\0" 5498e64d31b9Smaya "\0" 549996c5ddc4Srjs /* _mesa_function_pool[41963]: VertexPointervINTEL (dynamic) */ 5500e64d31b9Smaya "iip\0" 5501e64d31b9Smaya "glVertexPointervINTEL\0" 5502e64d31b9Smaya "\0" 550396c5ddc4Srjs /* _mesa_function_pool[41990]: NormalPointervINTEL (dynamic) */ 5504e64d31b9Smaya "ip\0" 5505e64d31b9Smaya "glNormalPointervINTEL\0" 5506e64d31b9Smaya "\0" 550796c5ddc4Srjs /* _mesa_function_pool[42016]: ColorPointervINTEL (dynamic) */ 5508e64d31b9Smaya "iip\0" 5509e64d31b9Smaya "glColorPointervINTEL\0" 5510e64d31b9Smaya "\0" 551196c5ddc4Srjs /* _mesa_function_pool[42042]: TexCoordPointervINTEL (dynamic) */ 5512e64d31b9Smaya "iip\0" 5513e64d31b9Smaya "glTexCoordPointervINTEL\0" 5514e64d31b9Smaya "\0" 551596c5ddc4Srjs /* _mesa_function_pool[42071]: PixelTransformParameteriEXT (dynamic) */ 5516e64d31b9Smaya "iii\0" 5517e64d31b9Smaya "glPixelTransformParameteriEXT\0" 5518e64d31b9Smaya "\0" 551996c5ddc4Srjs /* _mesa_function_pool[42106]: PixelTransformParameterfEXT (dynamic) */ 5520e64d31b9Smaya "iif\0" 5521e64d31b9Smaya "glPixelTransformParameterfEXT\0" 5522e64d31b9Smaya "\0" 552396c5ddc4Srjs /* _mesa_function_pool[42141]: PixelTransformParameterivEXT (dynamic) */ 5524e64d31b9Smaya "iip\0" 5525e64d31b9Smaya "glPixelTransformParameterivEXT\0" 5526e64d31b9Smaya "\0" 552796c5ddc4Srjs /* _mesa_function_pool[42177]: PixelTransformParameterfvEXT (dynamic) */ 5528e64d31b9Smaya "iip\0" 5529e64d31b9Smaya "glPixelTransformParameterfvEXT\0" 5530e64d31b9Smaya "\0" 553196c5ddc4Srjs /* _mesa_function_pool[42213]: TextureNormalEXT (dynamic) */ 5532e64d31b9Smaya "i\0" 5533e64d31b9Smaya "glTextureNormalEXT\0" 5534e64d31b9Smaya "\0" 553596c5ddc4Srjs /* _mesa_function_pool[42235]: Tangent3bEXT (dynamic) */ 5536e64d31b9Smaya "iii\0" 5537e64d31b9Smaya "glTangent3bEXT\0" 5538e64d31b9Smaya "\0" 553996c5ddc4Srjs /* _mesa_function_pool[42255]: Tangent3bvEXT (dynamic) */ 5540e64d31b9Smaya "p\0" 5541e64d31b9Smaya "glTangent3bvEXT\0" 5542e64d31b9Smaya "\0" 554396c5ddc4Srjs /* _mesa_function_pool[42274]: Tangent3dEXT (dynamic) */ 5544e64d31b9Smaya "ddd\0" 5545e64d31b9Smaya "glTangent3dEXT\0" 5546e64d31b9Smaya "\0" 554796c5ddc4Srjs /* _mesa_function_pool[42294]: Tangent3dvEXT (dynamic) */ 5548e64d31b9Smaya "p\0" 5549e64d31b9Smaya "glTangent3dvEXT\0" 5550e64d31b9Smaya "\0" 555196c5ddc4Srjs /* _mesa_function_pool[42313]: Tangent3fEXT (dynamic) */ 5552e64d31b9Smaya "fff\0" 5553e64d31b9Smaya "glTangent3fEXT\0" 5554e64d31b9Smaya "\0" 555596c5ddc4Srjs /* _mesa_function_pool[42333]: Tangent3fvEXT (dynamic) */ 5556e64d31b9Smaya "p\0" 5557e64d31b9Smaya "glTangent3fvEXT\0" 5558e64d31b9Smaya "\0" 555996c5ddc4Srjs /* _mesa_function_pool[42352]: Tangent3iEXT (dynamic) */ 5560e64d31b9Smaya "iii\0" 5561e64d31b9Smaya "glTangent3iEXT\0" 5562e64d31b9Smaya "\0" 556396c5ddc4Srjs /* _mesa_function_pool[42372]: Tangent3ivEXT (dynamic) */ 5564e64d31b9Smaya "p\0" 5565e64d31b9Smaya "glTangent3ivEXT\0" 5566e64d31b9Smaya "\0" 556796c5ddc4Srjs /* _mesa_function_pool[42391]: Tangent3sEXT (dynamic) */ 5568e64d31b9Smaya "iii\0" 5569e64d31b9Smaya "glTangent3sEXT\0" 5570e64d31b9Smaya "\0" 557196c5ddc4Srjs /* _mesa_function_pool[42411]: Tangent3svEXT (dynamic) */ 5572e64d31b9Smaya "p\0" 5573e64d31b9Smaya "glTangent3svEXT\0" 5574e64d31b9Smaya "\0" 557596c5ddc4Srjs /* _mesa_function_pool[42430]: Binormal3bEXT (dynamic) */ 5576e64d31b9Smaya "iii\0" 5577e64d31b9Smaya "glBinormal3bEXT\0" 5578e64d31b9Smaya "\0" 557996c5ddc4Srjs /* _mesa_function_pool[42451]: Binormal3bvEXT (dynamic) */ 5580e64d31b9Smaya "p\0" 5581e64d31b9Smaya "glBinormal3bvEXT\0" 5582e64d31b9Smaya "\0" 558396c5ddc4Srjs /* _mesa_function_pool[42471]: Binormal3dEXT (dynamic) */ 5584e64d31b9Smaya "ddd\0" 5585e64d31b9Smaya "glBinormal3dEXT\0" 5586e64d31b9Smaya "\0" 558796c5ddc4Srjs /* _mesa_function_pool[42492]: Binormal3dvEXT (dynamic) */ 5588e64d31b9Smaya "p\0" 5589e64d31b9Smaya "glBinormal3dvEXT\0" 5590e64d31b9Smaya "\0" 559196c5ddc4Srjs /* _mesa_function_pool[42512]: Binormal3fEXT (dynamic) */ 5592e64d31b9Smaya "fff\0" 5593e64d31b9Smaya "glBinormal3fEXT\0" 5594e64d31b9Smaya "\0" 559596c5ddc4Srjs /* _mesa_function_pool[42533]: Binormal3fvEXT (dynamic) */ 5596e64d31b9Smaya "p\0" 5597e64d31b9Smaya "glBinormal3fvEXT\0" 5598e64d31b9Smaya "\0" 559996c5ddc4Srjs /* _mesa_function_pool[42553]: Binormal3iEXT (dynamic) */ 5600e64d31b9Smaya "iii\0" 5601e64d31b9Smaya "glBinormal3iEXT\0" 5602e64d31b9Smaya "\0" 560396c5ddc4Srjs /* _mesa_function_pool[42574]: Binormal3ivEXT (dynamic) */ 5604e64d31b9Smaya "p\0" 5605e64d31b9Smaya "glBinormal3ivEXT\0" 5606e64d31b9Smaya "\0" 560796c5ddc4Srjs /* _mesa_function_pool[42594]: Binormal3sEXT (dynamic) */ 5608e64d31b9Smaya "iii\0" 5609e64d31b9Smaya "glBinormal3sEXT\0" 5610e64d31b9Smaya "\0" 561196c5ddc4Srjs /* _mesa_function_pool[42615]: Binormal3svEXT (dynamic) */ 5612e64d31b9Smaya "p\0" 5613e64d31b9Smaya "glBinormal3svEXT\0" 5614e64d31b9Smaya "\0" 561596c5ddc4Srjs /* _mesa_function_pool[42635]: TangentPointerEXT (dynamic) */ 5616e64d31b9Smaya "iip\0" 5617e64d31b9Smaya "glTangentPointerEXT\0" 5618e64d31b9Smaya "\0" 561996c5ddc4Srjs /* _mesa_function_pool[42660]: BinormalPointerEXT (dynamic) */ 5620e64d31b9Smaya "iip\0" 5621e64d31b9Smaya "glBinormalPointerEXT\0" 5622e64d31b9Smaya "\0" 562396c5ddc4Srjs /* _mesa_function_pool[42686]: PixelTexGenSGIX (dynamic) */ 5624e64d31b9Smaya "i\0" 5625e64d31b9Smaya "glPixelTexGenSGIX\0" 5626e64d31b9Smaya "\0" 562796c5ddc4Srjs /* _mesa_function_pool[42707]: FinishTextureSUNX (dynamic) */ 5628e64d31b9Smaya "\0" 5629e64d31b9Smaya "glFinishTextureSUNX\0" 5630e64d31b9Smaya "\0" 563196c5ddc4Srjs /* _mesa_function_pool[42729]: GlobalAlphaFactorbSUN (dynamic) */ 5632e64d31b9Smaya "i\0" 5633e64d31b9Smaya "glGlobalAlphaFactorbSUN\0" 5634e64d31b9Smaya "\0" 563596c5ddc4Srjs /* _mesa_function_pool[42756]: GlobalAlphaFactorsSUN (dynamic) */ 5636e64d31b9Smaya "i\0" 5637e64d31b9Smaya "glGlobalAlphaFactorsSUN\0" 5638e64d31b9Smaya "\0" 563996c5ddc4Srjs /* _mesa_function_pool[42783]: GlobalAlphaFactoriSUN (dynamic) */ 5640e64d31b9Smaya "i\0" 5641e64d31b9Smaya "glGlobalAlphaFactoriSUN\0" 5642e64d31b9Smaya "\0" 564396c5ddc4Srjs /* _mesa_function_pool[42810]: GlobalAlphaFactorfSUN (dynamic) */ 5644e64d31b9Smaya "f\0" 5645e64d31b9Smaya "glGlobalAlphaFactorfSUN\0" 5646e64d31b9Smaya "\0" 564796c5ddc4Srjs /* _mesa_function_pool[42837]: GlobalAlphaFactordSUN (dynamic) */ 5648e64d31b9Smaya "d\0" 5649e64d31b9Smaya "glGlobalAlphaFactordSUN\0" 5650e64d31b9Smaya "\0" 565196c5ddc4Srjs /* _mesa_function_pool[42864]: GlobalAlphaFactorubSUN (dynamic) */ 5652e64d31b9Smaya "i\0" 5653e64d31b9Smaya "glGlobalAlphaFactorubSUN\0" 5654e64d31b9Smaya "\0" 565596c5ddc4Srjs /* _mesa_function_pool[42892]: GlobalAlphaFactorusSUN (dynamic) */ 5656e64d31b9Smaya "i\0" 5657e64d31b9Smaya "glGlobalAlphaFactorusSUN\0" 5658e64d31b9Smaya "\0" 565996c5ddc4Srjs /* _mesa_function_pool[42920]: GlobalAlphaFactoruiSUN (dynamic) */ 5660e64d31b9Smaya "i\0" 5661e64d31b9Smaya "glGlobalAlphaFactoruiSUN\0" 5662e64d31b9Smaya "\0" 566396c5ddc4Srjs /* _mesa_function_pool[42948]: ReplacementCodeuiSUN (dynamic) */ 5664e64d31b9Smaya "i\0" 5665e64d31b9Smaya "glReplacementCodeuiSUN\0" 5666e64d31b9Smaya "\0" 566796c5ddc4Srjs /* _mesa_function_pool[42974]: ReplacementCodeusSUN (dynamic) */ 5668e64d31b9Smaya "i\0" 5669e64d31b9Smaya "glReplacementCodeusSUN\0" 5670e64d31b9Smaya "\0" 567196c5ddc4Srjs /* _mesa_function_pool[43000]: ReplacementCodeubSUN (dynamic) */ 5672e64d31b9Smaya "i\0" 5673e64d31b9Smaya "glReplacementCodeubSUN\0" 5674e64d31b9Smaya "\0" 567596c5ddc4Srjs /* _mesa_function_pool[43026]: ReplacementCodeuivSUN (dynamic) */ 5676e64d31b9Smaya "p\0" 5677e64d31b9Smaya "glReplacementCodeuivSUN\0" 5678e64d31b9Smaya "\0" 567996c5ddc4Srjs /* _mesa_function_pool[43053]: ReplacementCodeusvSUN (dynamic) */ 5680e64d31b9Smaya "p\0" 5681e64d31b9Smaya "glReplacementCodeusvSUN\0" 5682e64d31b9Smaya "\0" 568396c5ddc4Srjs /* _mesa_function_pool[43080]: ReplacementCodeubvSUN (dynamic) */ 5684e64d31b9Smaya "p\0" 5685e64d31b9Smaya "glReplacementCodeubvSUN\0" 5686e64d31b9Smaya "\0" 568796c5ddc4Srjs /* _mesa_function_pool[43107]: ReplacementCodePointerSUN (dynamic) */ 5688e64d31b9Smaya "iip\0" 5689e64d31b9Smaya "glReplacementCodePointerSUN\0" 5690e64d31b9Smaya "\0" 569196c5ddc4Srjs /* _mesa_function_pool[43140]: Color4ubVertex2fSUN (dynamic) */ 5692e64d31b9Smaya "iiiiff\0" 5693e64d31b9Smaya "glColor4ubVertex2fSUN\0" 5694e64d31b9Smaya "\0" 569596c5ddc4Srjs /* _mesa_function_pool[43170]: Color4ubVertex2fvSUN (dynamic) */ 5696e64d31b9Smaya "pp\0" 5697e64d31b9Smaya "glColor4ubVertex2fvSUN\0" 5698e64d31b9Smaya "\0" 569996c5ddc4Srjs /* _mesa_function_pool[43197]: Color4ubVertex3fSUN (dynamic) */ 5700e64d31b9Smaya "iiiifff\0" 5701e64d31b9Smaya "glColor4ubVertex3fSUN\0" 5702e64d31b9Smaya "\0" 570396c5ddc4Srjs /* _mesa_function_pool[43228]: Color4ubVertex3fvSUN (dynamic) */ 5704e64d31b9Smaya "pp\0" 5705e64d31b9Smaya "glColor4ubVertex3fvSUN\0" 5706e64d31b9Smaya "\0" 570796c5ddc4Srjs /* _mesa_function_pool[43255]: Color3fVertex3fSUN (dynamic) */ 5708e64d31b9Smaya "ffffff\0" 5709e64d31b9Smaya "glColor3fVertex3fSUN\0" 5710e64d31b9Smaya "\0" 571196c5ddc4Srjs /* _mesa_function_pool[43284]: Color3fVertex3fvSUN (dynamic) */ 5712e64d31b9Smaya "pp\0" 5713e64d31b9Smaya "glColor3fVertex3fvSUN\0" 5714e64d31b9Smaya "\0" 571596c5ddc4Srjs /* _mesa_function_pool[43310]: Normal3fVertex3fSUN (dynamic) */ 5716e64d31b9Smaya "ffffff\0" 5717e64d31b9Smaya "glNormal3fVertex3fSUN\0" 5718e64d31b9Smaya "\0" 571996c5ddc4Srjs /* _mesa_function_pool[43340]: Normal3fVertex3fvSUN (dynamic) */ 5720e64d31b9Smaya "pp\0" 5721e64d31b9Smaya "glNormal3fVertex3fvSUN\0" 5722e64d31b9Smaya "\0" 572396c5ddc4Srjs /* _mesa_function_pool[43367]: Color4fNormal3fVertex3fSUN (dynamic) */ 5724e64d31b9Smaya "ffffffffff\0" 5725e64d31b9Smaya "glColor4fNormal3fVertex3fSUN\0" 5726e64d31b9Smaya "\0" 572796c5ddc4Srjs /* _mesa_function_pool[43408]: Color4fNormal3fVertex3fvSUN (dynamic) */ 5728e64d31b9Smaya "ppp\0" 5729e64d31b9Smaya "glColor4fNormal3fVertex3fvSUN\0" 5730e64d31b9Smaya "\0" 573196c5ddc4Srjs /* _mesa_function_pool[43443]: TexCoord2fVertex3fSUN (dynamic) */ 5732e64d31b9Smaya "fffff\0" 5733e64d31b9Smaya "glTexCoord2fVertex3fSUN\0" 5734e64d31b9Smaya "\0" 573596c5ddc4Srjs /* _mesa_function_pool[43474]: TexCoord2fVertex3fvSUN (dynamic) */ 5736e64d31b9Smaya "pp\0" 5737e64d31b9Smaya "glTexCoord2fVertex3fvSUN\0" 5738e64d31b9Smaya "\0" 573996c5ddc4Srjs /* _mesa_function_pool[43503]: TexCoord4fVertex4fSUN (dynamic) */ 5740e64d31b9Smaya "ffffffff\0" 5741e64d31b9Smaya "glTexCoord4fVertex4fSUN\0" 5742e64d31b9Smaya "\0" 574396c5ddc4Srjs /* _mesa_function_pool[43537]: TexCoord4fVertex4fvSUN (dynamic) */ 5744e64d31b9Smaya "pp\0" 5745e64d31b9Smaya "glTexCoord4fVertex4fvSUN\0" 5746e64d31b9Smaya "\0" 574796c5ddc4Srjs /* _mesa_function_pool[43566]: TexCoord2fColor4ubVertex3fSUN (dynamic) */ 5748e64d31b9Smaya "ffiiiifff\0" 5749e64d31b9Smaya "glTexCoord2fColor4ubVertex3fSUN\0" 5750e64d31b9Smaya "\0" 575196c5ddc4Srjs /* _mesa_function_pool[43609]: TexCoord2fColor4ubVertex3fvSUN (dynamic) */ 5752e64d31b9Smaya "ppp\0" 5753e64d31b9Smaya "glTexCoord2fColor4ubVertex3fvSUN\0" 5754e64d31b9Smaya "\0" 575596c5ddc4Srjs /* _mesa_function_pool[43647]: TexCoord2fColor3fVertex3fSUN (dynamic) */ 5756e64d31b9Smaya "ffffffff\0" 5757e64d31b9Smaya "glTexCoord2fColor3fVertex3fSUN\0" 5758e64d31b9Smaya "\0" 575996c5ddc4Srjs /* _mesa_function_pool[43688]: TexCoord2fColor3fVertex3fvSUN (dynamic) */ 5760e64d31b9Smaya "ppp\0" 5761e64d31b9Smaya "glTexCoord2fColor3fVertex3fvSUN\0" 5762e64d31b9Smaya "\0" 576396c5ddc4Srjs /* _mesa_function_pool[43725]: TexCoord2fNormal3fVertex3fSUN (dynamic) */ 5764e64d31b9Smaya "ffffffff\0" 5765e64d31b9Smaya "glTexCoord2fNormal3fVertex3fSUN\0" 5766e64d31b9Smaya "\0" 576796c5ddc4Srjs /* _mesa_function_pool[43767]: TexCoord2fNormal3fVertex3fvSUN (dynamic) */ 5768e64d31b9Smaya "ppp\0" 5769e64d31b9Smaya "glTexCoord2fNormal3fVertex3fvSUN\0" 5770e64d31b9Smaya "\0" 577196c5ddc4Srjs /* _mesa_function_pool[43805]: TexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */ 5772e64d31b9Smaya "ffffffffffff\0" 5773e64d31b9Smaya "glTexCoord2fColor4fNormal3fVertex3fSUN\0" 5774e64d31b9Smaya "\0" 577596c5ddc4Srjs /* _mesa_function_pool[43858]: TexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */ 5776e64d31b9Smaya "pppp\0" 5777e64d31b9Smaya "glTexCoord2fColor4fNormal3fVertex3fvSUN\0" 5778e64d31b9Smaya "\0" 577996c5ddc4Srjs /* _mesa_function_pool[43904]: TexCoord4fColor4fNormal3fVertex4fSUN (dynamic) */ 5780e64d31b9Smaya "fffffffffffffff\0" 5781e64d31b9Smaya "glTexCoord4fColor4fNormal3fVertex4fSUN\0" 5782e64d31b9Smaya "\0" 578396c5ddc4Srjs /* _mesa_function_pool[43960]: TexCoord4fColor4fNormal3fVertex4fvSUN (dynamic) */ 5784e64d31b9Smaya "pppp\0" 5785e64d31b9Smaya "glTexCoord4fColor4fNormal3fVertex4fvSUN\0" 5786e64d31b9Smaya "\0" 578796c5ddc4Srjs /* _mesa_function_pool[44006]: ReplacementCodeuiVertex3fSUN (dynamic) */ 5788e64d31b9Smaya "ifff\0" 5789e64d31b9Smaya "glReplacementCodeuiVertex3fSUN\0" 5790e64d31b9Smaya "\0" 579196c5ddc4Srjs /* _mesa_function_pool[44043]: ReplacementCodeuiVertex3fvSUN (dynamic) */ 5792e64d31b9Smaya "pp\0" 5793e64d31b9Smaya "glReplacementCodeuiVertex3fvSUN\0" 5794e64d31b9Smaya "\0" 579596c5ddc4Srjs /* _mesa_function_pool[44079]: ReplacementCodeuiColor4ubVertex3fSUN (dynamic) */ 5796e64d31b9Smaya "iiiiifff\0" 5797e64d31b9Smaya "glReplacementCodeuiColor4ubVertex3fSUN\0" 5798e64d31b9Smaya "\0" 579996c5ddc4Srjs /* _mesa_function_pool[44128]: ReplacementCodeuiColor4ubVertex3fvSUN (dynamic) */ 5800e64d31b9Smaya "ppp\0" 5801e64d31b9Smaya "glReplacementCodeuiColor4ubVertex3fvSUN\0" 5802e64d31b9Smaya "\0" 580396c5ddc4Srjs /* _mesa_function_pool[44173]: ReplacementCodeuiColor3fVertex3fSUN (dynamic) */ 5804e64d31b9Smaya "iffffff\0" 5805e64d31b9Smaya "glReplacementCodeuiColor3fVertex3fSUN\0" 5806e64d31b9Smaya "\0" 580796c5ddc4Srjs /* _mesa_function_pool[44220]: ReplacementCodeuiColor3fVertex3fvSUN (dynamic) */ 5808e64d31b9Smaya "ppp\0" 5809e64d31b9Smaya "glReplacementCodeuiColor3fVertex3fvSUN\0" 5810e64d31b9Smaya "\0" 581196c5ddc4Srjs /* _mesa_function_pool[44264]: ReplacementCodeuiNormal3fVertex3fSUN (dynamic) */ 5812e64d31b9Smaya "iffffff\0" 5813e64d31b9Smaya "glReplacementCodeuiNormal3fVertex3fSUN\0" 5814e64d31b9Smaya "\0" 581596c5ddc4Srjs /* _mesa_function_pool[44312]: ReplacementCodeuiNormal3fVertex3fvSUN (dynamic) */ 5816e64d31b9Smaya "ppp\0" 5817e64d31b9Smaya "glReplacementCodeuiNormal3fVertex3fvSUN\0" 5818e64d31b9Smaya "\0" 581996c5ddc4Srjs /* _mesa_function_pool[44357]: ReplacementCodeuiColor4fNormal3fVertex3fSUN (dynamic) */ 5820e64d31b9Smaya "iffffffffff\0" 5821e64d31b9Smaya "glReplacementCodeuiColor4fNormal3fVertex3fSUN\0" 5822e64d31b9Smaya "\0" 582396c5ddc4Srjs /* _mesa_function_pool[44416]: ReplacementCodeuiColor4fNormal3fVertex3fvSUN (dynamic) */ 5824e64d31b9Smaya "pppp\0" 5825e64d31b9Smaya "glReplacementCodeuiColor4fNormal3fVertex3fvSUN\0" 5826e64d31b9Smaya "\0" 582796c5ddc4Srjs /* _mesa_function_pool[44469]: ReplacementCodeuiTexCoord2fVertex3fSUN (dynamic) */ 5828e64d31b9Smaya "ifffff\0" 5829e64d31b9Smaya "glReplacementCodeuiTexCoord2fVertex3fSUN\0" 5830e64d31b9Smaya "\0" 583196c5ddc4Srjs /* _mesa_function_pool[44518]: ReplacementCodeuiTexCoord2fVertex3fvSUN (dynamic) */ 5832e64d31b9Smaya "ppp\0" 5833e64d31b9Smaya "glReplacementCodeuiTexCoord2fVertex3fvSUN\0" 5834e64d31b9Smaya "\0" 583596c5ddc4Srjs /* _mesa_function_pool[44565]: ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (dynamic) */ 5836e64d31b9Smaya "iffffffff\0" 5837e64d31b9Smaya "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN\0" 5838e64d31b9Smaya "\0" 583996c5ddc4Srjs /* _mesa_function_pool[44625]: ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (dynamic) */ 5840e64d31b9Smaya "pppp\0" 5841e64d31b9Smaya "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN\0" 5842e64d31b9Smaya "\0" 584396c5ddc4Srjs /* _mesa_function_pool[44681]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (dynamic) */ 5844e64d31b9Smaya "iffffffffffff\0" 5845e64d31b9Smaya "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN\0" 5846e64d31b9Smaya "\0" 584796c5ddc4Srjs /* _mesa_function_pool[44752]: ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (dynamic) */ 5848e64d31b9Smaya "ppppp\0" 5849e64d31b9Smaya "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN\0" 5850e64d31b9Smaya "\0" 585196c5ddc4Srjs /* _mesa_function_pool[44816]: FramebufferSampleLocationsfvARB (will be remapped) */ 5852e64d31b9Smaya "iiip\0" 5853e64d31b9Smaya "glFramebufferSampleLocationsfvARB\0" 5854e64d31b9Smaya "glFramebufferSampleLocationsfvNV\0" 5855e64d31b9Smaya "\0" 585696c5ddc4Srjs /* _mesa_function_pool[44889]: NamedFramebufferSampleLocationsfvARB (will be remapped) */ 5857e64d31b9Smaya "iiip\0" 5858e64d31b9Smaya "glNamedFramebufferSampleLocationsfvARB\0" 5859e64d31b9Smaya "glNamedFramebufferSampleLocationsfvNV\0" 5860e64d31b9Smaya "\0" 586196c5ddc4Srjs /* _mesa_function_pool[44972]: EvaluateDepthValuesARB (will be remapped) */ 5862e64d31b9Smaya "\0" 5863e64d31b9Smaya "glEvaluateDepthValuesARB\0" 5864e64d31b9Smaya "glResolveDepthValuesNV\0" 5865e64d31b9Smaya "\0" 586696c5ddc4Srjs /* _mesa_function_pool[45022]: VertexWeightfEXT (dynamic) */ 5867e64d31b9Smaya "f\0" 5868e64d31b9Smaya "glVertexWeightfEXT\0" 5869e64d31b9Smaya "\0" 587096c5ddc4Srjs /* _mesa_function_pool[45044]: VertexWeightfvEXT (dynamic) */ 5871e64d31b9Smaya "p\0" 5872e64d31b9Smaya "glVertexWeightfvEXT\0" 5873e64d31b9Smaya "\0" 587496c5ddc4Srjs /* _mesa_function_pool[45067]: VertexWeightPointerEXT (dynamic) */ 5875e64d31b9Smaya "iiip\0" 5876e64d31b9Smaya "glVertexWeightPointerEXT\0" 5877e64d31b9Smaya "\0" 587896c5ddc4Srjs /* _mesa_function_pool[45098]: FlushVertexArrayRangeNV (dynamic) */ 5879e64d31b9Smaya "\0" 5880e64d31b9Smaya "glFlushVertexArrayRangeNV\0" 5881e64d31b9Smaya "\0" 588296c5ddc4Srjs /* _mesa_function_pool[45126]: VertexArrayRangeNV (dynamic) */ 5883e64d31b9Smaya "ip\0" 5884e64d31b9Smaya "glVertexArrayRangeNV\0" 5885e64d31b9Smaya "\0" 588696c5ddc4Srjs /* _mesa_function_pool[45151]: CombinerParameterfvNV (dynamic) */ 5887e64d31b9Smaya "ip\0" 5888e64d31b9Smaya "glCombinerParameterfvNV\0" 5889e64d31b9Smaya "\0" 589096c5ddc4Srjs /* _mesa_function_pool[45179]: CombinerParameterfNV (dynamic) */ 5891e64d31b9Smaya "if\0" 5892e64d31b9Smaya "glCombinerParameterfNV\0" 5893e64d31b9Smaya "\0" 589496c5ddc4Srjs /* _mesa_function_pool[45206]: CombinerParameterivNV (dynamic) */ 5895e64d31b9Smaya "ip\0" 5896e64d31b9Smaya "glCombinerParameterivNV\0" 5897e64d31b9Smaya "\0" 589896c5ddc4Srjs /* _mesa_function_pool[45234]: CombinerParameteriNV (dynamic) */ 5899e64d31b9Smaya "ii\0" 5900e64d31b9Smaya "glCombinerParameteriNV\0" 5901e64d31b9Smaya "\0" 590296c5ddc4Srjs /* _mesa_function_pool[45261]: CombinerInputNV (dynamic) */ 5903e64d31b9Smaya "iiiiii\0" 5904e64d31b9Smaya "glCombinerInputNV\0" 5905e64d31b9Smaya "\0" 590696c5ddc4Srjs /* _mesa_function_pool[45287]: CombinerOutputNV (dynamic) */ 5907e64d31b9Smaya "iiiiiiiiii\0" 5908e64d31b9Smaya "glCombinerOutputNV\0" 5909e64d31b9Smaya "\0" 591096c5ddc4Srjs /* _mesa_function_pool[45318]: FinalCombinerInputNV (dynamic) */ 5911e64d31b9Smaya "iiii\0" 5912e64d31b9Smaya "glFinalCombinerInputNV\0" 5913e64d31b9Smaya "\0" 591496c5ddc4Srjs /* _mesa_function_pool[45347]: GetCombinerInputParameterfvNV (dynamic) */ 5915e64d31b9Smaya "iiiip\0" 5916e64d31b9Smaya "glGetCombinerInputParameterfvNV\0" 5917e64d31b9Smaya "\0" 591896c5ddc4Srjs /* _mesa_function_pool[45386]: GetCombinerInputParameterivNV (dynamic) */ 5919e64d31b9Smaya "iiiip\0" 5920e64d31b9Smaya "glGetCombinerInputParameterivNV\0" 5921e64d31b9Smaya "\0" 592296c5ddc4Srjs /* _mesa_function_pool[45425]: GetCombinerOutputParameterfvNV (dynamic) */ 5923e64d31b9Smaya "iiip\0" 5924e64d31b9Smaya "glGetCombinerOutputParameterfvNV\0" 5925e64d31b9Smaya "\0" 592696c5ddc4Srjs /* _mesa_function_pool[45464]: GetCombinerOutputParameterivNV (dynamic) */ 5927e64d31b9Smaya "iiip\0" 5928e64d31b9Smaya "glGetCombinerOutputParameterivNV\0" 5929e64d31b9Smaya "\0" 593096c5ddc4Srjs /* _mesa_function_pool[45503]: GetFinalCombinerInputParameterfvNV (dynamic) */ 5931e64d31b9Smaya "iip\0" 5932e64d31b9Smaya "glGetFinalCombinerInputParameterfvNV\0" 5933e64d31b9Smaya "\0" 593496c5ddc4Srjs /* _mesa_function_pool[45545]: GetFinalCombinerInputParameterivNV (dynamic) */ 5935e64d31b9Smaya "iip\0" 5936e64d31b9Smaya "glGetFinalCombinerInputParameterivNV\0" 5937e64d31b9Smaya "\0" 593896c5ddc4Srjs /* _mesa_function_pool[45587]: ResizeBuffersMESA (will be remapped) */ 5939e64d31b9Smaya "\0" 5940e64d31b9Smaya "glResizeBuffersMESA\0" 5941e64d31b9Smaya "\0" 594296c5ddc4Srjs /* _mesa_function_pool[45609]: WindowPos4dMESA (will be remapped) */ 5943e64d31b9Smaya "dddd\0" 5944e64d31b9Smaya "glWindowPos4dMESA\0" 5945e64d31b9Smaya "\0" 594696c5ddc4Srjs /* _mesa_function_pool[45633]: WindowPos4dvMESA (will be remapped) */ 5947e64d31b9Smaya "p\0" 5948e64d31b9Smaya "glWindowPos4dvMESA\0" 5949e64d31b9Smaya "\0" 595096c5ddc4Srjs /* _mesa_function_pool[45655]: WindowPos4fMESA (will be remapped) */ 5951e64d31b9Smaya "ffff\0" 5952e64d31b9Smaya "glWindowPos4fMESA\0" 5953e64d31b9Smaya "\0" 595496c5ddc4Srjs /* _mesa_function_pool[45679]: WindowPos4fvMESA (will be remapped) */ 5955e64d31b9Smaya "p\0" 5956e64d31b9Smaya "glWindowPos4fvMESA\0" 5957e64d31b9Smaya "\0" 595896c5ddc4Srjs /* _mesa_function_pool[45701]: WindowPos4iMESA (will be remapped) */ 5959e64d31b9Smaya "iiii\0" 5960e64d31b9Smaya "glWindowPos4iMESA\0" 5961e64d31b9Smaya "\0" 596296c5ddc4Srjs /* _mesa_function_pool[45725]: WindowPos4ivMESA (will be remapped) */ 5963e64d31b9Smaya "p\0" 5964e64d31b9Smaya "glWindowPos4ivMESA\0" 5965e64d31b9Smaya "\0" 596696c5ddc4Srjs /* _mesa_function_pool[45747]: WindowPos4sMESA (will be remapped) */ 5967e64d31b9Smaya "iiii\0" 5968e64d31b9Smaya "glWindowPos4sMESA\0" 5969e64d31b9Smaya "\0" 597096c5ddc4Srjs /* _mesa_function_pool[45771]: WindowPos4svMESA (will be remapped) */ 5971e64d31b9Smaya "p\0" 5972e64d31b9Smaya "glWindowPos4svMESA\0" 5973e64d31b9Smaya "\0" 597496c5ddc4Srjs /* _mesa_function_pool[45793]: MultiModeDrawArraysIBM (will be remapped) */ 5975e64d31b9Smaya "pppii\0" 5976e64d31b9Smaya "glMultiModeDrawArraysIBM\0" 5977e64d31b9Smaya "\0" 597896c5ddc4Srjs /* _mesa_function_pool[45825]: MultiModeDrawElementsIBM (will be remapped) */ 5979e64d31b9Smaya "ppipii\0" 5980e64d31b9Smaya "glMultiModeDrawElementsIBM\0" 5981e64d31b9Smaya "\0" 598296c5ddc4Srjs /* _mesa_function_pool[45860]: ColorPointerListIBM (dynamic) */ 5983e64d31b9Smaya "iiipi\0" 5984e64d31b9Smaya "glColorPointerListIBM\0" 5985e64d31b9Smaya "\0" 598696c5ddc4Srjs /* _mesa_function_pool[45889]: SecondaryColorPointerListIBM (dynamic) */ 5987e64d31b9Smaya "iiipi\0" 5988e64d31b9Smaya "glSecondaryColorPointerListIBM\0" 5989e64d31b9Smaya "\0" 599096c5ddc4Srjs /* _mesa_function_pool[45927]: EdgeFlagPointerListIBM (dynamic) */ 5991e64d31b9Smaya "ipi\0" 5992e64d31b9Smaya "glEdgeFlagPointerListIBM\0" 5993e64d31b9Smaya "\0" 599496c5ddc4Srjs /* _mesa_function_pool[45957]: FogCoordPointerListIBM (dynamic) */ 5995e64d31b9Smaya "iipi\0" 5996e64d31b9Smaya "glFogCoordPointerListIBM\0" 5997e64d31b9Smaya "\0" 599896c5ddc4Srjs /* _mesa_function_pool[45988]: IndexPointerListIBM (dynamic) */ 5999e64d31b9Smaya "iipi\0" 6000e64d31b9Smaya "glIndexPointerListIBM\0" 6001e64d31b9Smaya "\0" 600296c5ddc4Srjs /* _mesa_function_pool[46016]: NormalPointerListIBM (dynamic) */ 6003e64d31b9Smaya "iipi\0" 6004e64d31b9Smaya "glNormalPointerListIBM\0" 6005e64d31b9Smaya "\0" 600696c5ddc4Srjs /* _mesa_function_pool[46045]: TexCoordPointerListIBM (dynamic) */ 6007e64d31b9Smaya "iiipi\0" 6008e64d31b9Smaya "glTexCoordPointerListIBM\0" 6009e64d31b9Smaya "\0" 601096c5ddc4Srjs /* _mesa_function_pool[46077]: VertexPointerListIBM (dynamic) */ 6011e64d31b9Smaya "iiipi\0" 6012e64d31b9Smaya "glVertexPointerListIBM\0" 6013e64d31b9Smaya "\0" 601496c5ddc4Srjs /* _mesa_function_pool[46107]: TbufferMask3DFX (dynamic) */ 6015e64d31b9Smaya "i\0" 6016e64d31b9Smaya "glTbufferMask3DFX\0" 6017e64d31b9Smaya "\0" 601896c5ddc4Srjs /* _mesa_function_pool[46128]: TextureColorMaskSGIS (dynamic) */ 6019e64d31b9Smaya "iiii\0" 6020e64d31b9Smaya "glTextureColorMaskSGIS\0" 6021e64d31b9Smaya "\0" 602296c5ddc4Srjs /* _mesa_function_pool[46157]: DeleteFencesNV (dynamic) */ 6023e64d31b9Smaya "ip\0" 6024e64d31b9Smaya "glDeleteFencesNV\0" 6025e64d31b9Smaya "\0" 602696c5ddc4Srjs /* _mesa_function_pool[46178]: GenFencesNV (dynamic) */ 6027e64d31b9Smaya "ip\0" 6028e64d31b9Smaya "glGenFencesNV\0" 6029e64d31b9Smaya "\0" 603096c5ddc4Srjs /* _mesa_function_pool[46196]: IsFenceNV (dynamic) */ 6031e64d31b9Smaya "i\0" 6032e64d31b9Smaya "glIsFenceNV\0" 6033e64d31b9Smaya "\0" 603496c5ddc4Srjs /* _mesa_function_pool[46211]: TestFenceNV (dynamic) */ 6035e64d31b9Smaya "i\0" 6036e64d31b9Smaya "glTestFenceNV\0" 6037e64d31b9Smaya "\0" 603896c5ddc4Srjs /* _mesa_function_pool[46228]: GetFenceivNV (dynamic) */ 6039e64d31b9Smaya "iip\0" 6040e64d31b9Smaya "glGetFenceivNV\0" 6041e64d31b9Smaya "\0" 604296c5ddc4Srjs /* _mesa_function_pool[46248]: FinishFenceNV (dynamic) */ 6043e64d31b9Smaya "i\0" 6044e64d31b9Smaya "glFinishFenceNV\0" 6045e64d31b9Smaya "\0" 604696c5ddc4Srjs /* _mesa_function_pool[46267]: SetFenceNV (dynamic) */ 6047e64d31b9Smaya "ii\0" 6048e64d31b9Smaya "glSetFenceNV\0" 6049e64d31b9Smaya "\0" 605096c5ddc4Srjs /* _mesa_function_pool[46284]: MapControlPointsNV (dynamic) */ 6051e64d31b9Smaya "iiiiiiiip\0" 6052e64d31b9Smaya "glMapControlPointsNV\0" 6053e64d31b9Smaya "\0" 605496c5ddc4Srjs /* _mesa_function_pool[46316]: MapParameterivNV (dynamic) */ 6055e64d31b9Smaya "iip\0" 6056e64d31b9Smaya "glMapParameterivNV\0" 6057e64d31b9Smaya "\0" 605896c5ddc4Srjs /* _mesa_function_pool[46340]: MapParameterfvNV (dynamic) */ 6059e64d31b9Smaya "iip\0" 6060e64d31b9Smaya "glMapParameterfvNV\0" 6061e64d31b9Smaya "\0" 606296c5ddc4Srjs /* _mesa_function_pool[46364]: GetMapControlPointsNV (dynamic) */ 6063e64d31b9Smaya "iiiiiip\0" 6064e64d31b9Smaya "glGetMapControlPointsNV\0" 6065e64d31b9Smaya "\0" 606696c5ddc4Srjs /* _mesa_function_pool[46397]: GetMapParameterivNV (dynamic) */ 6067e64d31b9Smaya "iip\0" 6068e64d31b9Smaya "glGetMapParameterivNV\0" 6069e64d31b9Smaya "\0" 607096c5ddc4Srjs /* _mesa_function_pool[46424]: GetMapParameterfvNV (dynamic) */ 6071e64d31b9Smaya "iip\0" 6072e64d31b9Smaya "glGetMapParameterfvNV\0" 6073e64d31b9Smaya "\0" 607496c5ddc4Srjs /* _mesa_function_pool[46451]: GetMapAttribParameterivNV (dynamic) */ 6075e64d31b9Smaya "iiip\0" 6076e64d31b9Smaya "glGetMapAttribParameterivNV\0" 6077e64d31b9Smaya "\0" 607896c5ddc4Srjs /* _mesa_function_pool[46485]: GetMapAttribParameterfvNV (dynamic) */ 6079e64d31b9Smaya "iiip\0" 6080e64d31b9Smaya "glGetMapAttribParameterfvNV\0" 6081e64d31b9Smaya "\0" 608296c5ddc4Srjs /* _mesa_function_pool[46519]: EvalMapsNV (dynamic) */ 6083e64d31b9Smaya "ii\0" 6084e64d31b9Smaya "glEvalMapsNV\0" 6085e64d31b9Smaya "\0" 608696c5ddc4Srjs /* _mesa_function_pool[46536]: CombinerStageParameterfvNV (dynamic) */ 6087e64d31b9Smaya "iip\0" 6088e64d31b9Smaya "glCombinerStageParameterfvNV\0" 6089e64d31b9Smaya "\0" 609096c5ddc4Srjs /* _mesa_function_pool[46570]: GetCombinerStageParameterfvNV (dynamic) */ 6091e64d31b9Smaya "iip\0" 6092e64d31b9Smaya "glGetCombinerStageParameterfvNV\0" 6093e64d31b9Smaya "\0" 609496c5ddc4Srjs /* _mesa_function_pool[46607]: AreProgramsResidentNV (will be remapped) */ 6095e64d31b9Smaya "ipp\0" 6096e64d31b9Smaya "glAreProgramsResidentNV\0" 6097e64d31b9Smaya "\0" 609896c5ddc4Srjs /* _mesa_function_pool[46636]: ExecuteProgramNV (will be remapped) */ 6099e64d31b9Smaya "iip\0" 6100e64d31b9Smaya "glExecuteProgramNV\0" 6101e64d31b9Smaya "\0" 610296c5ddc4Srjs /* _mesa_function_pool[46660]: GetProgramParameterdvNV (will be remapped) */ 6103e64d31b9Smaya "iiip\0" 6104e64d31b9Smaya "glGetProgramParameterdvNV\0" 6105e64d31b9Smaya "\0" 610696c5ddc4Srjs /* _mesa_function_pool[46692]: GetProgramParameterfvNV (will be remapped) */ 6107e64d31b9Smaya "iiip\0" 6108e64d31b9Smaya "glGetProgramParameterfvNV\0" 6109e64d31b9Smaya "\0" 611096c5ddc4Srjs /* _mesa_function_pool[46724]: GetProgramivNV (will be remapped) */ 6111e64d31b9Smaya "iip\0" 6112e64d31b9Smaya "glGetProgramivNV\0" 6113e64d31b9Smaya "\0" 611496c5ddc4Srjs /* _mesa_function_pool[46746]: GetProgramStringNV (will be remapped) */ 6115e64d31b9Smaya "iip\0" 6116e64d31b9Smaya "glGetProgramStringNV\0" 6117e64d31b9Smaya "\0" 611896c5ddc4Srjs /* _mesa_function_pool[46772]: GetTrackMatrixivNV (will be remapped) */ 6119e64d31b9Smaya "iiip\0" 6120e64d31b9Smaya "glGetTrackMatrixivNV\0" 6121e64d31b9Smaya "\0" 612296c5ddc4Srjs /* _mesa_function_pool[46799]: GetVertexAttribdvNV (will be remapped) */ 6123e64d31b9Smaya "iip\0" 6124e64d31b9Smaya "glGetVertexAttribdvNV\0" 6125e64d31b9Smaya "\0" 612696c5ddc4Srjs /* _mesa_function_pool[46826]: GetVertexAttribfvNV (will be remapped) */ 6127e64d31b9Smaya "iip\0" 6128e64d31b9Smaya "glGetVertexAttribfvNV\0" 6129e64d31b9Smaya "\0" 613096c5ddc4Srjs /* _mesa_function_pool[46853]: GetVertexAttribivNV (will be remapped) */ 6131e64d31b9Smaya "iip\0" 6132e64d31b9Smaya "glGetVertexAttribivNV\0" 6133e64d31b9Smaya "\0" 613496c5ddc4Srjs /* _mesa_function_pool[46880]: LoadProgramNV (will be remapped) */ 6135e64d31b9Smaya "iiip\0" 6136e64d31b9Smaya "glLoadProgramNV\0" 6137e64d31b9Smaya "\0" 613896c5ddc4Srjs /* _mesa_function_pool[46902]: ProgramParameters4dvNV (will be remapped) */ 6139e64d31b9Smaya "iiip\0" 6140e64d31b9Smaya "glProgramParameters4dvNV\0" 6141e64d31b9Smaya "\0" 614296c5ddc4Srjs /* _mesa_function_pool[46933]: ProgramParameters4fvNV (will be remapped) */ 6143e64d31b9Smaya "iiip\0" 6144e64d31b9Smaya "glProgramParameters4fvNV\0" 6145e64d31b9Smaya "\0" 614696c5ddc4Srjs /* _mesa_function_pool[46964]: RequestResidentProgramsNV (will be remapped) */ 6147e64d31b9Smaya "ip\0" 6148e64d31b9Smaya "glRequestResidentProgramsNV\0" 6149e64d31b9Smaya "\0" 615096c5ddc4Srjs /* _mesa_function_pool[46996]: TrackMatrixNV (will be remapped) */ 6151e64d31b9Smaya "iiii\0" 6152e64d31b9Smaya "glTrackMatrixNV\0" 6153e64d31b9Smaya "\0" 615496c5ddc4Srjs /* _mesa_function_pool[47018]: VertexAttribPointerNV (will be remapped) */ 6155e64d31b9Smaya "iiiip\0" 6156e64d31b9Smaya "glVertexAttribPointerNV\0" 6157e64d31b9Smaya "\0" 615896c5ddc4Srjs /* _mesa_function_pool[47049]: VertexAttrib1sNV (will be remapped) */ 6159e64d31b9Smaya "ii\0" 6160e64d31b9Smaya "glVertexAttrib1sNV\0" 6161e64d31b9Smaya "\0" 616296c5ddc4Srjs /* _mesa_function_pool[47072]: VertexAttrib1svNV (will be remapped) */ 6163e64d31b9Smaya "ip\0" 6164e64d31b9Smaya "glVertexAttrib1svNV\0" 6165e64d31b9Smaya "\0" 616696c5ddc4Srjs /* _mesa_function_pool[47096]: VertexAttrib2sNV (will be remapped) */ 6167e64d31b9Smaya "iii\0" 6168e64d31b9Smaya "glVertexAttrib2sNV\0" 6169e64d31b9Smaya "\0" 617096c5ddc4Srjs /* _mesa_function_pool[47120]: VertexAttrib2svNV (will be remapped) */ 6171e64d31b9Smaya "ip\0" 6172e64d31b9Smaya "glVertexAttrib2svNV\0" 6173e64d31b9Smaya "\0" 617496c5ddc4Srjs /* _mesa_function_pool[47144]: VertexAttrib3sNV (will be remapped) */ 6175e64d31b9Smaya "iiii\0" 6176e64d31b9Smaya "glVertexAttrib3sNV\0" 6177e64d31b9Smaya "\0" 617896c5ddc4Srjs /* _mesa_function_pool[47169]: VertexAttrib3svNV (will be remapped) */ 6179e64d31b9Smaya "ip\0" 6180e64d31b9Smaya "glVertexAttrib3svNV\0" 6181e64d31b9Smaya "\0" 618296c5ddc4Srjs /* _mesa_function_pool[47193]: VertexAttrib4sNV (will be remapped) */ 6183e64d31b9Smaya "iiiii\0" 6184e64d31b9Smaya "glVertexAttrib4sNV\0" 6185e64d31b9Smaya "\0" 618696c5ddc4Srjs /* _mesa_function_pool[47219]: VertexAttrib4svNV (will be remapped) */ 6187e64d31b9Smaya "ip\0" 6188e64d31b9Smaya "glVertexAttrib4svNV\0" 6189e64d31b9Smaya "\0" 619096c5ddc4Srjs /* _mesa_function_pool[47243]: VertexAttrib1fNV (will be remapped) */ 6191e64d31b9Smaya "if\0" 6192e64d31b9Smaya "glVertexAttrib1fNV\0" 6193e64d31b9Smaya "\0" 619496c5ddc4Srjs /* _mesa_function_pool[47266]: VertexAttrib1fvNV (will be remapped) */ 6195e64d31b9Smaya "ip\0" 6196e64d31b9Smaya "glVertexAttrib1fvNV\0" 6197e64d31b9Smaya "\0" 619896c5ddc4Srjs /* _mesa_function_pool[47290]: VertexAttrib2fNV (will be remapped) */ 6199e64d31b9Smaya "iff\0" 6200e64d31b9Smaya "glVertexAttrib2fNV\0" 6201e64d31b9Smaya "\0" 620296c5ddc4Srjs /* _mesa_function_pool[47314]: VertexAttrib2fvNV (will be remapped) */ 6203e64d31b9Smaya "ip\0" 6204e64d31b9Smaya "glVertexAttrib2fvNV\0" 6205e64d31b9Smaya "\0" 620696c5ddc4Srjs /* _mesa_function_pool[47338]: VertexAttrib3fNV (will be remapped) */ 6207e64d31b9Smaya "ifff\0" 6208e64d31b9Smaya "glVertexAttrib3fNV\0" 6209e64d31b9Smaya "\0" 621096c5ddc4Srjs /* _mesa_function_pool[47363]: VertexAttrib3fvNV (will be remapped) */ 6211e64d31b9Smaya "ip\0" 6212e64d31b9Smaya "glVertexAttrib3fvNV\0" 6213e64d31b9Smaya "\0" 621496c5ddc4Srjs /* _mesa_function_pool[47387]: VertexAttrib4fNV (will be remapped) */ 6215e64d31b9Smaya "iffff\0" 6216e64d31b9Smaya "glVertexAttrib4fNV\0" 6217e64d31b9Smaya "\0" 621896c5ddc4Srjs /* _mesa_function_pool[47413]: VertexAttrib4fvNV (will be remapped) */ 6219e64d31b9Smaya "ip\0" 6220e64d31b9Smaya "glVertexAttrib4fvNV\0" 6221e64d31b9Smaya "\0" 622296c5ddc4Srjs /* _mesa_function_pool[47437]: VertexAttrib1dNV (will be remapped) */ 6223e64d31b9Smaya "id\0" 6224e64d31b9Smaya "glVertexAttrib1dNV\0" 6225e64d31b9Smaya "\0" 622696c5ddc4Srjs /* _mesa_function_pool[47460]: VertexAttrib1dvNV (will be remapped) */ 6227e64d31b9Smaya "ip\0" 6228e64d31b9Smaya "glVertexAttrib1dvNV\0" 6229e64d31b9Smaya "\0" 623096c5ddc4Srjs /* _mesa_function_pool[47484]: VertexAttrib2dNV (will be remapped) */ 6231e64d31b9Smaya "idd\0" 6232e64d31b9Smaya "glVertexAttrib2dNV\0" 6233e64d31b9Smaya "\0" 623496c5ddc4Srjs /* _mesa_function_pool[47508]: VertexAttrib2dvNV (will be remapped) */ 6235e64d31b9Smaya "ip\0" 6236e64d31b9Smaya "glVertexAttrib2dvNV\0" 6237e64d31b9Smaya "\0" 623896c5ddc4Srjs /* _mesa_function_pool[47532]: VertexAttrib3dNV (will be remapped) */ 6239e64d31b9Smaya "iddd\0" 6240e64d31b9Smaya "glVertexAttrib3dNV\0" 6241e64d31b9Smaya "\0" 624296c5ddc4Srjs /* _mesa_function_pool[47557]: VertexAttrib3dvNV (will be remapped) */ 6243e64d31b9Smaya "ip\0" 6244e64d31b9Smaya "glVertexAttrib3dvNV\0" 6245e64d31b9Smaya "\0" 624696c5ddc4Srjs /* _mesa_function_pool[47581]: VertexAttrib4dNV (will be remapped) */ 6247e64d31b9Smaya "idddd\0" 6248e64d31b9Smaya "glVertexAttrib4dNV\0" 6249e64d31b9Smaya "\0" 625096c5ddc4Srjs /* _mesa_function_pool[47607]: VertexAttrib4dvNV (will be remapped) */ 6251e64d31b9Smaya "ip\0" 6252e64d31b9Smaya "glVertexAttrib4dvNV\0" 6253e64d31b9Smaya "\0" 625496c5ddc4Srjs /* _mesa_function_pool[47631]: VertexAttrib4ubNV (will be remapped) */ 6255e64d31b9Smaya "iiiii\0" 6256e64d31b9Smaya "glVertexAttrib4ubNV\0" 6257e64d31b9Smaya "\0" 625896c5ddc4Srjs /* _mesa_function_pool[47658]: VertexAttrib4ubvNV (will be remapped) */ 6259e64d31b9Smaya "ip\0" 6260e64d31b9Smaya "glVertexAttrib4ubvNV\0" 6261e64d31b9Smaya "\0" 626296c5ddc4Srjs /* _mesa_function_pool[47683]: VertexAttribs1svNV (will be remapped) */ 6263e64d31b9Smaya "iip\0" 6264e64d31b9Smaya "glVertexAttribs1svNV\0" 6265e64d31b9Smaya "\0" 626696c5ddc4Srjs /* _mesa_function_pool[47709]: VertexAttribs2svNV (will be remapped) */ 6267e64d31b9Smaya "iip\0" 6268e64d31b9Smaya "glVertexAttribs2svNV\0" 6269e64d31b9Smaya "\0" 627096c5ddc4Srjs /* _mesa_function_pool[47735]: VertexAttribs3svNV (will be remapped) */ 6271e64d31b9Smaya "iip\0" 6272e64d31b9Smaya "glVertexAttribs3svNV\0" 6273e64d31b9Smaya "\0" 627496c5ddc4Srjs /* _mesa_function_pool[47761]: VertexAttribs4svNV (will be remapped) */ 6275e64d31b9Smaya "iip\0" 6276e64d31b9Smaya "glVertexAttribs4svNV\0" 6277e64d31b9Smaya "\0" 627896c5ddc4Srjs /* _mesa_function_pool[47787]: VertexAttribs1fvNV (will be remapped) */ 6279e64d31b9Smaya "iip\0" 6280e64d31b9Smaya "glVertexAttribs1fvNV\0" 6281e64d31b9Smaya "\0" 628296c5ddc4Srjs /* _mesa_function_pool[47813]: VertexAttribs2fvNV (will be remapped) */ 6283e64d31b9Smaya "iip\0" 6284e64d31b9Smaya "glVertexAttribs2fvNV\0" 6285e64d31b9Smaya "\0" 628696c5ddc4Srjs /* _mesa_function_pool[47839]: VertexAttribs3fvNV (will be remapped) */ 6287e64d31b9Smaya "iip\0" 6288e64d31b9Smaya "glVertexAttribs3fvNV\0" 6289e64d31b9Smaya "\0" 629096c5ddc4Srjs /* _mesa_function_pool[47865]: VertexAttribs4fvNV (will be remapped) */ 6291e64d31b9Smaya "iip\0" 6292e64d31b9Smaya "glVertexAttribs4fvNV\0" 6293e64d31b9Smaya "\0" 629496c5ddc4Srjs /* _mesa_function_pool[47891]: VertexAttribs1dvNV (will be remapped) */ 6295e64d31b9Smaya "iip\0" 6296e64d31b9Smaya "glVertexAttribs1dvNV\0" 6297e64d31b9Smaya "\0" 629896c5ddc4Srjs /* _mesa_function_pool[47917]: VertexAttribs2dvNV (will be remapped) */ 6299e64d31b9Smaya "iip\0" 6300e64d31b9Smaya "glVertexAttribs2dvNV\0" 6301e64d31b9Smaya "\0" 630296c5ddc4Srjs /* _mesa_function_pool[47943]: VertexAttribs3dvNV (will be remapped) */ 6303e64d31b9Smaya "iip\0" 6304e64d31b9Smaya "glVertexAttribs3dvNV\0" 6305e64d31b9Smaya "\0" 630696c5ddc4Srjs /* _mesa_function_pool[47969]: VertexAttribs4dvNV (will be remapped) */ 6307e64d31b9Smaya "iip\0" 6308e64d31b9Smaya "glVertexAttribs4dvNV\0" 6309e64d31b9Smaya "\0" 631096c5ddc4Srjs /* _mesa_function_pool[47995]: VertexAttribs4ubvNV (will be remapped) */ 6311e64d31b9Smaya "iip\0" 6312e64d31b9Smaya "glVertexAttribs4ubvNV\0" 6313e64d31b9Smaya "\0" 631496c5ddc4Srjs /* _mesa_function_pool[48022]: TexBumpParameterfvATI (will be remapped) */ 6315e64d31b9Smaya "ip\0" 6316e64d31b9Smaya "glTexBumpParameterfvATI\0" 6317e64d31b9Smaya "\0" 631896c5ddc4Srjs /* _mesa_function_pool[48050]: TexBumpParameterivATI (will be remapped) */ 6319e64d31b9Smaya "ip\0" 6320e64d31b9Smaya "glTexBumpParameterivATI\0" 6321e64d31b9Smaya "\0" 632296c5ddc4Srjs /* _mesa_function_pool[48078]: GetTexBumpParameterfvATI (will be remapped) */ 6323e64d31b9Smaya "ip\0" 6324e64d31b9Smaya "glGetTexBumpParameterfvATI\0" 6325e64d31b9Smaya "\0" 632696c5ddc4Srjs /* _mesa_function_pool[48109]: GetTexBumpParameterivATI (will be remapped) */ 6327e64d31b9Smaya "ip\0" 6328e64d31b9Smaya "glGetTexBumpParameterivATI\0" 6329e64d31b9Smaya "\0" 633096c5ddc4Srjs /* _mesa_function_pool[48140]: GenFragmentShadersATI (will be remapped) */ 6331e64d31b9Smaya "i\0" 6332e64d31b9Smaya "glGenFragmentShadersATI\0" 6333e64d31b9Smaya "\0" 633496c5ddc4Srjs /* _mesa_function_pool[48167]: BindFragmentShaderATI (will be remapped) */ 6335e64d31b9Smaya "i\0" 6336e64d31b9Smaya "glBindFragmentShaderATI\0" 6337e64d31b9Smaya "\0" 633896c5ddc4Srjs /* _mesa_function_pool[48194]: DeleteFragmentShaderATI (will be remapped) */ 6339e64d31b9Smaya "i\0" 6340e64d31b9Smaya "glDeleteFragmentShaderATI\0" 6341e64d31b9Smaya "\0" 634296c5ddc4Srjs /* _mesa_function_pool[48223]: BeginFragmentShaderATI (will be remapped) */ 6343e64d31b9Smaya "\0" 6344e64d31b9Smaya "glBeginFragmentShaderATI\0" 6345e64d31b9Smaya "\0" 634696c5ddc4Srjs /* _mesa_function_pool[48250]: EndFragmentShaderATI (will be remapped) */ 6347e64d31b9Smaya "\0" 6348e64d31b9Smaya "glEndFragmentShaderATI\0" 6349e64d31b9Smaya "\0" 635096c5ddc4Srjs /* _mesa_function_pool[48275]: PassTexCoordATI (will be remapped) */ 6351e64d31b9Smaya "iii\0" 6352e64d31b9Smaya "glPassTexCoordATI\0" 6353e64d31b9Smaya "\0" 635496c5ddc4Srjs /* _mesa_function_pool[48298]: SampleMapATI (will be remapped) */ 6355e64d31b9Smaya "iii\0" 6356e64d31b9Smaya "glSampleMapATI\0" 6357e64d31b9Smaya "\0" 635896c5ddc4Srjs /* _mesa_function_pool[48318]: ColorFragmentOp1ATI (will be remapped) */ 6359e64d31b9Smaya "iiiiiii\0" 6360e64d31b9Smaya "glColorFragmentOp1ATI\0" 6361e64d31b9Smaya "\0" 636296c5ddc4Srjs /* _mesa_function_pool[48349]: ColorFragmentOp2ATI (will be remapped) */ 6363e64d31b9Smaya "iiiiiiiiii\0" 6364e64d31b9Smaya "glColorFragmentOp2ATI\0" 6365e64d31b9Smaya "\0" 636696c5ddc4Srjs /* _mesa_function_pool[48383]: ColorFragmentOp3ATI (will be remapped) */ 6367e64d31b9Smaya "iiiiiiiiiiiii\0" 6368e64d31b9Smaya "glColorFragmentOp3ATI\0" 6369e64d31b9Smaya "\0" 637096c5ddc4Srjs /* _mesa_function_pool[48420]: AlphaFragmentOp1ATI (will be remapped) */ 6371e64d31b9Smaya "iiiiii\0" 6372e64d31b9Smaya "glAlphaFragmentOp1ATI\0" 6373e64d31b9Smaya "\0" 637496c5ddc4Srjs /* _mesa_function_pool[48450]: AlphaFragmentOp2ATI (will be remapped) */ 6375e64d31b9Smaya "iiiiiiiii\0" 6376e64d31b9Smaya "glAlphaFragmentOp2ATI\0" 6377e64d31b9Smaya "\0" 637896c5ddc4Srjs /* _mesa_function_pool[48483]: AlphaFragmentOp3ATI (will be remapped) */ 6379e64d31b9Smaya "iiiiiiiiiiii\0" 6380e64d31b9Smaya "glAlphaFragmentOp3ATI\0" 6381e64d31b9Smaya "\0" 638296c5ddc4Srjs /* _mesa_function_pool[48519]: SetFragmentShaderConstantATI (will be remapped) */ 6383e64d31b9Smaya "ip\0" 6384e64d31b9Smaya "glSetFragmentShaderConstantATI\0" 6385e64d31b9Smaya "\0" 638696c5ddc4Srjs /* _mesa_function_pool[48554]: DrawMeshArraysSUN (dynamic) */ 6387e64d31b9Smaya "iiii\0" 6388e64d31b9Smaya "glDrawMeshArraysSUN\0" 6389e64d31b9Smaya "\0" 639096c5ddc4Srjs /* _mesa_function_pool[48580]: ActiveStencilFaceEXT (will be remapped) */ 6391e64d31b9Smaya "i\0" 6392e64d31b9Smaya "glActiveStencilFaceEXT\0" 6393e64d31b9Smaya "\0" 639496c5ddc4Srjs /* _mesa_function_pool[48606]: ObjectPurgeableAPPLE (will be remapped) */ 6395e64d31b9Smaya "iii\0" 6396e64d31b9Smaya "glObjectPurgeableAPPLE\0" 6397e64d31b9Smaya "\0" 639896c5ddc4Srjs /* _mesa_function_pool[48634]: ObjectUnpurgeableAPPLE (will be remapped) */ 6399e64d31b9Smaya "iii\0" 6400e64d31b9Smaya "glObjectUnpurgeableAPPLE\0" 6401e64d31b9Smaya "\0" 640296c5ddc4Srjs /* _mesa_function_pool[48664]: GetObjectParameterivAPPLE (will be remapped) */ 6403e64d31b9Smaya "iiip\0" 6404e64d31b9Smaya "glGetObjectParameterivAPPLE\0" 6405e64d31b9Smaya "\0" 640696c5ddc4Srjs /* _mesa_function_pool[48698]: BindVertexArrayAPPLE (dynamic) */ 6407e64d31b9Smaya "i\0" 6408e64d31b9Smaya "glBindVertexArrayAPPLE\0" 6409e64d31b9Smaya "\0" 641096c5ddc4Srjs /* _mesa_function_pool[48724]: DeleteVertexArraysAPPLE (dynamic) */ 6411e64d31b9Smaya "ip\0" 6412e64d31b9Smaya "glDeleteVertexArraysAPPLE\0" 6413e64d31b9Smaya "\0" 641496c5ddc4Srjs /* _mesa_function_pool[48754]: GenVertexArraysAPPLE (dynamic) */ 6415e64d31b9Smaya "ip\0" 6416e64d31b9Smaya "glGenVertexArraysAPPLE\0" 6417e64d31b9Smaya "\0" 641896c5ddc4Srjs /* _mesa_function_pool[48781]: IsVertexArrayAPPLE (dynamic) */ 6419e64d31b9Smaya "i\0" 6420e64d31b9Smaya "glIsVertexArrayAPPLE\0" 6421e64d31b9Smaya "\0" 642296c5ddc4Srjs /* _mesa_function_pool[48805]: ProgramNamedParameter4fNV (will be remapped) */ 6423e64d31b9Smaya "iipffff\0" 6424e64d31b9Smaya "glProgramNamedParameter4fNV\0" 6425e64d31b9Smaya "\0" 642696c5ddc4Srjs /* _mesa_function_pool[48842]: ProgramNamedParameter4dNV (will be remapped) */ 6427e64d31b9Smaya "iipdddd\0" 6428e64d31b9Smaya "glProgramNamedParameter4dNV\0" 6429e64d31b9Smaya "\0" 643096c5ddc4Srjs /* _mesa_function_pool[48879]: ProgramNamedParameter4fvNV (will be remapped) */ 6431e64d31b9Smaya "iipp\0" 6432e64d31b9Smaya "glProgramNamedParameter4fvNV\0" 6433e64d31b9Smaya "\0" 643496c5ddc4Srjs /* _mesa_function_pool[48914]: ProgramNamedParameter4dvNV (will be remapped) */ 6435e64d31b9Smaya "iipp\0" 6436e64d31b9Smaya "glProgramNamedParameter4dvNV\0" 6437e64d31b9Smaya "\0" 643896c5ddc4Srjs /* _mesa_function_pool[48949]: GetProgramNamedParameterfvNV (will be remapped) */ 6439e64d31b9Smaya "iipp\0" 6440e64d31b9Smaya "glGetProgramNamedParameterfvNV\0" 6441e64d31b9Smaya "\0" 644296c5ddc4Srjs /* _mesa_function_pool[48986]: GetProgramNamedParameterdvNV (will be remapped) */ 6443e64d31b9Smaya "iipp\0" 6444e64d31b9Smaya "glGetProgramNamedParameterdvNV\0" 6445e64d31b9Smaya "\0" 644696c5ddc4Srjs /* _mesa_function_pool[49023]: DepthBoundsEXT (will be remapped) */ 6447e64d31b9Smaya "dd\0" 6448e64d31b9Smaya "glDepthBoundsEXT\0" 6449e64d31b9Smaya "\0" 645096c5ddc4Srjs /* _mesa_function_pool[49044]: BindRenderbufferEXT (will be remapped) */ 6451e64d31b9Smaya "ii\0" 6452e64d31b9Smaya "glBindRenderbufferEXT\0" 6453e64d31b9Smaya "\0" 645496c5ddc4Srjs /* _mesa_function_pool[49070]: BindFramebufferEXT (will be remapped) */ 6455e64d31b9Smaya "ii\0" 6456e64d31b9Smaya "glBindFramebufferEXT\0" 6457e64d31b9Smaya "\0" 645896c5ddc4Srjs /* _mesa_function_pool[49095]: StringMarkerGREMEDY (will be remapped) */ 6459e64d31b9Smaya "ip\0" 6460e64d31b9Smaya "glStringMarkerGREMEDY\0" 6461e64d31b9Smaya "\0" 646296c5ddc4Srjs /* _mesa_function_pool[49121]: ProvokingVertex (will be remapped) */ 6463e64d31b9Smaya "i\0" 6464e64d31b9Smaya "glProvokingVertexEXT\0" 6465e64d31b9Smaya "glProvokingVertex\0" 6466e64d31b9Smaya "\0" 646796c5ddc4Srjs /* _mesa_function_pool[49163]: ColorMaski (will be remapped) */ 6468e64d31b9Smaya "iiiii\0" 6469e64d31b9Smaya "glColorMaskIndexedEXT\0" 6470e64d31b9Smaya "glColorMaski\0" 6471e64d31b9Smaya "glColorMaskiEXT\0" 6472e64d31b9Smaya "glColorMaskiOES\0" 6473e64d31b9Smaya "\0" 647496c5ddc4Srjs /* _mesa_function_pool[49237]: GetBooleani_v (will be remapped) */ 6475e64d31b9Smaya "iip\0" 6476e64d31b9Smaya "glGetBooleanIndexedvEXT\0" 6477e64d31b9Smaya "glGetBooleani_v\0" 6478e64d31b9Smaya "\0" 647996c5ddc4Srjs /* _mesa_function_pool[49282]: GetIntegeri_v (will be remapped) */ 6480e64d31b9Smaya "iip\0" 6481e64d31b9Smaya "glGetIntegerIndexedvEXT\0" 6482e64d31b9Smaya "glGetIntegeri_v\0" 6483e64d31b9Smaya "\0" 648496c5ddc4Srjs /* _mesa_function_pool[49327]: Enablei (will be remapped) */ 6485e64d31b9Smaya "ii\0" 6486e64d31b9Smaya "glEnableIndexedEXT\0" 6487e64d31b9Smaya "glEnablei\0" 6488e64d31b9Smaya "glEnableiEXT\0" 6489e64d31b9Smaya "glEnableiOES\0" 6490e64d31b9Smaya "\0" 649196c5ddc4Srjs /* _mesa_function_pool[49386]: Disablei (will be remapped) */ 6492e64d31b9Smaya "ii\0" 6493e64d31b9Smaya "glDisableIndexedEXT\0" 6494e64d31b9Smaya "glDisablei\0" 6495e64d31b9Smaya "glDisableiEXT\0" 6496e64d31b9Smaya "glDisableiOES\0" 6497e64d31b9Smaya "\0" 649896c5ddc4Srjs /* _mesa_function_pool[49449]: IsEnabledi (will be remapped) */ 6499e64d31b9Smaya "ii\0" 6500e64d31b9Smaya "glIsEnabledIndexedEXT\0" 6501e64d31b9Smaya "glIsEnabledi\0" 6502e64d31b9Smaya "glIsEnablediEXT\0" 6503e64d31b9Smaya "glIsEnablediOES\0" 6504e64d31b9Smaya "\0" 650596c5ddc4Srjs /* _mesa_function_pool[49520]: BufferParameteriAPPLE (will be remapped) */ 6506e64d31b9Smaya "iii\0" 6507e64d31b9Smaya "glBufferParameteriAPPLE\0" 6508e64d31b9Smaya "\0" 650996c5ddc4Srjs /* _mesa_function_pool[49549]: FlushMappedBufferRangeAPPLE (will be remapped) */ 6510e64d31b9Smaya "iii\0" 6511e64d31b9Smaya "glFlushMappedBufferRangeAPPLE\0" 6512e64d31b9Smaya "\0" 651396c5ddc4Srjs /* _mesa_function_pool[49584]: GetPerfMonitorGroupsAMD (will be remapped) */ 6514e64d31b9Smaya "pip\0" 6515e64d31b9Smaya "glGetPerfMonitorGroupsAMD\0" 6516e64d31b9Smaya "\0" 651796c5ddc4Srjs /* _mesa_function_pool[49615]: GetPerfMonitorCountersAMD (will be remapped) */ 6518e64d31b9Smaya "ippip\0" 6519e64d31b9Smaya "glGetPerfMonitorCountersAMD\0" 6520e64d31b9Smaya "\0" 652196c5ddc4Srjs /* _mesa_function_pool[49650]: GetPerfMonitorGroupStringAMD (will be remapped) */ 6522e64d31b9Smaya "iipp\0" 6523e64d31b9Smaya "glGetPerfMonitorGroupStringAMD\0" 6524e64d31b9Smaya "\0" 652596c5ddc4Srjs /* _mesa_function_pool[49687]: GetPerfMonitorCounterStringAMD (will be remapped) */ 6526e64d31b9Smaya "iiipp\0" 6527e64d31b9Smaya "glGetPerfMonitorCounterStringAMD\0" 6528e64d31b9Smaya "\0" 652996c5ddc4Srjs /* _mesa_function_pool[49727]: GetPerfMonitorCounterInfoAMD (will be remapped) */ 6530e64d31b9Smaya "iiip\0" 6531e64d31b9Smaya "glGetPerfMonitorCounterInfoAMD\0" 6532e64d31b9Smaya "\0" 653396c5ddc4Srjs /* _mesa_function_pool[49764]: GenPerfMonitorsAMD (will be remapped) */ 6534e64d31b9Smaya "ip\0" 6535e64d31b9Smaya "glGenPerfMonitorsAMD\0" 6536e64d31b9Smaya "\0" 653796c5ddc4Srjs /* _mesa_function_pool[49789]: DeletePerfMonitorsAMD (will be remapped) */ 6538e64d31b9Smaya "ip\0" 6539e64d31b9Smaya "glDeletePerfMonitorsAMD\0" 6540e64d31b9Smaya "\0" 654196c5ddc4Srjs /* _mesa_function_pool[49817]: SelectPerfMonitorCountersAMD (will be remapped) */ 6542e64d31b9Smaya "iiiip\0" 6543e64d31b9Smaya "glSelectPerfMonitorCountersAMD\0" 6544e64d31b9Smaya "\0" 654596c5ddc4Srjs /* _mesa_function_pool[49855]: BeginPerfMonitorAMD (will be remapped) */ 6546e64d31b9Smaya "i\0" 6547e64d31b9Smaya "glBeginPerfMonitorAMD\0" 6548e64d31b9Smaya "\0" 654996c5ddc4Srjs /* _mesa_function_pool[49880]: EndPerfMonitorAMD (will be remapped) */ 6550e64d31b9Smaya "i\0" 6551e64d31b9Smaya "glEndPerfMonitorAMD\0" 6552e64d31b9Smaya "\0" 655396c5ddc4Srjs /* _mesa_function_pool[49903]: GetPerfMonitorCounterDataAMD (will be remapped) */ 6554e64d31b9Smaya "iiipp\0" 6555e64d31b9Smaya "glGetPerfMonitorCounterDataAMD\0" 6556e64d31b9Smaya "\0" 655796c5ddc4Srjs /* _mesa_function_pool[49941]: TextureRangeAPPLE (dynamic) */ 6558e64d31b9Smaya "iip\0" 6559e64d31b9Smaya "glTextureRangeAPPLE\0" 6560e64d31b9Smaya "\0" 656196c5ddc4Srjs /* _mesa_function_pool[49966]: GetTexParameterPointervAPPLE (dynamic) */ 6562e64d31b9Smaya "iip\0" 6563e64d31b9Smaya "glGetTexParameterPointervAPPLE\0" 6564e64d31b9Smaya "\0" 656596c5ddc4Srjs /* _mesa_function_pool[50002]: UseShaderProgramEXT (will be remapped) */ 6566e64d31b9Smaya "ii\0" 6567e64d31b9Smaya "glUseShaderProgramEXT\0" 6568e64d31b9Smaya "\0" 656996c5ddc4Srjs /* _mesa_function_pool[50028]: ActiveProgramEXT (will be remapped) */ 6570e64d31b9Smaya "i\0" 6571e64d31b9Smaya "glActiveProgramEXT\0" 6572e64d31b9Smaya "\0" 657396c5ddc4Srjs /* _mesa_function_pool[50050]: CreateShaderProgramEXT (will be remapped) */ 6574e64d31b9Smaya "ip\0" 6575e64d31b9Smaya "glCreateShaderProgramEXT\0" 6576e64d31b9Smaya "\0" 657796c5ddc4Srjs /* _mesa_function_pool[50079]: CopyImageSubDataNV (will be remapped) */ 657896c5ddc4Srjs "iiiiiiiiiiiiiii\0" 657996c5ddc4Srjs "glCopyImageSubDataNV\0" 6580e64d31b9Smaya "\0" 658196c5ddc4Srjs /* _mesa_function_pool[50117]: MatrixLoadfEXT (will be remapped) */ 658296c5ddc4Srjs "ip\0" 658396c5ddc4Srjs "glMatrixLoadfEXT\0" 6584e64d31b9Smaya "\0" 658596c5ddc4Srjs /* _mesa_function_pool[50138]: MatrixLoaddEXT (will be remapped) */ 658696c5ddc4Srjs "ip\0" 658796c5ddc4Srjs "glMatrixLoaddEXT\0" 6588e64d31b9Smaya "\0" 658996c5ddc4Srjs /* _mesa_function_pool[50159]: MatrixMultfEXT (will be remapped) */ 659096c5ddc4Srjs "ip\0" 659196c5ddc4Srjs "glMatrixMultfEXT\0" 6592e64d31b9Smaya "\0" 659396c5ddc4Srjs /* _mesa_function_pool[50180]: MatrixMultdEXT (will be remapped) */ 6594e64d31b9Smaya "ip\0" 659596c5ddc4Srjs "glMatrixMultdEXT\0" 6596e64d31b9Smaya "\0" 659796c5ddc4Srjs /* _mesa_function_pool[50201]: MatrixLoadIdentityEXT (will be remapped) */ 659896c5ddc4Srjs "i\0" 659996c5ddc4Srjs "glMatrixLoadIdentityEXT\0" 6600e64d31b9Smaya "\0" 660196c5ddc4Srjs /* _mesa_function_pool[50228]: MatrixRotatefEXT (will be remapped) */ 660296c5ddc4Srjs "iffff\0" 660396c5ddc4Srjs "glMatrixRotatefEXT\0" 6604e64d31b9Smaya "\0" 660596c5ddc4Srjs /* _mesa_function_pool[50254]: MatrixRotatedEXT (will be remapped) */ 660696c5ddc4Srjs "idddd\0" 660796c5ddc4Srjs "glMatrixRotatedEXT\0" 6608e64d31b9Smaya "\0" 660996c5ddc4Srjs /* _mesa_function_pool[50280]: MatrixScalefEXT (will be remapped) */ 661096c5ddc4Srjs "ifff\0" 661196c5ddc4Srjs "glMatrixScalefEXT\0" 6612e64d31b9Smaya "\0" 661396c5ddc4Srjs /* _mesa_function_pool[50304]: MatrixScaledEXT (will be remapped) */ 661496c5ddc4Srjs "iddd\0" 661596c5ddc4Srjs "glMatrixScaledEXT\0" 6616e64d31b9Smaya "\0" 661796c5ddc4Srjs /* _mesa_function_pool[50328]: MatrixTranslatefEXT (will be remapped) */ 661896c5ddc4Srjs "ifff\0" 661996c5ddc4Srjs "glMatrixTranslatefEXT\0" 662096c5ddc4Srjs "\0" 662196c5ddc4Srjs /* _mesa_function_pool[50356]: MatrixTranslatedEXT (will be remapped) */ 662296c5ddc4Srjs "iddd\0" 662396c5ddc4Srjs "glMatrixTranslatedEXT\0" 6624e64d31b9Smaya "\0" 662596c5ddc4Srjs /* _mesa_function_pool[50384]: MatrixOrthoEXT (will be remapped) */ 662696c5ddc4Srjs "idddddd\0" 662796c5ddc4Srjs "glMatrixOrthoEXT\0" 662896c5ddc4Srjs "\0" 662996c5ddc4Srjs /* _mesa_function_pool[50410]: MatrixFrustumEXT (will be remapped) */ 663096c5ddc4Srjs "idddddd\0" 663196c5ddc4Srjs "glMatrixFrustumEXT\0" 663296c5ddc4Srjs "\0" 663396c5ddc4Srjs /* _mesa_function_pool[50438]: MatrixPushEXT (will be remapped) */ 6634e64d31b9Smaya "i\0" 663596c5ddc4Srjs "glMatrixPushEXT\0" 6636e64d31b9Smaya "\0" 663796c5ddc4Srjs /* _mesa_function_pool[50457]: MatrixPopEXT (will be remapped) */ 663896c5ddc4Srjs "i\0" 663996c5ddc4Srjs "glMatrixPopEXT\0" 6640e64d31b9Smaya "\0" 664196c5ddc4Srjs /* _mesa_function_pool[50475]: ClientAttribDefaultEXT (will be remapped) */ 664296c5ddc4Srjs "i\0" 664396c5ddc4Srjs "glClientAttribDefaultEXT\0" 6644e64d31b9Smaya "\0" 664596c5ddc4Srjs /* _mesa_function_pool[50503]: PushClientAttribDefaultEXT (will be remapped) */ 664696c5ddc4Srjs "i\0" 664796c5ddc4Srjs "glPushClientAttribDefaultEXT\0" 6648e64d31b9Smaya "\0" 664996c5ddc4Srjs /* _mesa_function_pool[50535]: GetTextureParameterivEXT (will be remapped) */ 665096c5ddc4Srjs "iiip\0" 665196c5ddc4Srjs "glGetTextureParameterivEXT\0" 6652e64d31b9Smaya "\0" 665396c5ddc4Srjs /* _mesa_function_pool[50568]: GetTextureParameterfvEXT (will be remapped) */ 665496c5ddc4Srjs "iiip\0" 665596c5ddc4Srjs "glGetTextureParameterfvEXT\0" 6656e64d31b9Smaya "\0" 665796c5ddc4Srjs /* _mesa_function_pool[50601]: GetTextureLevelParameterivEXT (will be remapped) */ 665896c5ddc4Srjs "iiiip\0" 665996c5ddc4Srjs "glGetTextureLevelParameterivEXT\0" 6660e64d31b9Smaya "\0" 666196c5ddc4Srjs /* _mesa_function_pool[50640]: GetTextureLevelParameterfvEXT (will be remapped) */ 666296c5ddc4Srjs "iiiip\0" 666396c5ddc4Srjs "glGetTextureLevelParameterfvEXT\0" 6664e64d31b9Smaya "\0" 666596c5ddc4Srjs /* _mesa_function_pool[50679]: TextureParameteriEXT (will be remapped) */ 6666e64d31b9Smaya "iiii\0" 666796c5ddc4Srjs "glTextureParameteriEXT\0" 6668e64d31b9Smaya "\0" 666996c5ddc4Srjs /* _mesa_function_pool[50708]: TextureParameterivEXT (will be remapped) */ 6670e64d31b9Smaya "iiip\0" 667196c5ddc4Srjs "glTextureParameterivEXT\0" 6672e64d31b9Smaya "\0" 667396c5ddc4Srjs /* _mesa_function_pool[50738]: TextureParameterfEXT (will be remapped) */ 667496c5ddc4Srjs "iiif\0" 667596c5ddc4Srjs "glTextureParameterfEXT\0" 667696c5ddc4Srjs "\0" 667796c5ddc4Srjs /* _mesa_function_pool[50767]: TextureParameterfvEXT (will be remapped) */ 6678e64d31b9Smaya "iiip\0" 667996c5ddc4Srjs "glTextureParameterfvEXT\0" 6680e64d31b9Smaya "\0" 668196c5ddc4Srjs /* _mesa_function_pool[50797]: TextureImage1DEXT (will be remapped) */ 668296c5ddc4Srjs "iiiiiiiip\0" 668396c5ddc4Srjs "glTextureImage1DEXT\0" 6684e64d31b9Smaya "\0" 668596c5ddc4Srjs /* _mesa_function_pool[50828]: TextureImage2DEXT (will be remapped) */ 668696c5ddc4Srjs "iiiiiiiiip\0" 668796c5ddc4Srjs "glTextureImage2DEXT\0" 6688e64d31b9Smaya "\0" 668996c5ddc4Srjs /* _mesa_function_pool[50860]: TextureImage3DEXT (will be remapped) */ 669096c5ddc4Srjs "iiiiiiiiiip\0" 669196c5ddc4Srjs "glTextureImage3DEXT\0" 6692e64d31b9Smaya "\0" 669396c5ddc4Srjs /* _mesa_function_pool[50893]: TextureSubImage1DEXT (will be remapped) */ 669496c5ddc4Srjs "iiiiiiip\0" 669596c5ddc4Srjs "glTextureSubImage1DEXT\0" 6696e64d31b9Smaya "\0" 669796c5ddc4Srjs /* _mesa_function_pool[50926]: TextureSubImage2DEXT (will be remapped) */ 669896c5ddc4Srjs "iiiiiiiiip\0" 669996c5ddc4Srjs "glTextureSubImage2DEXT\0" 6700e64d31b9Smaya "\0" 670196c5ddc4Srjs /* _mesa_function_pool[50961]: TextureSubImage3DEXT (will be remapped) */ 670296c5ddc4Srjs "iiiiiiiiiiip\0" 670396c5ddc4Srjs "glTextureSubImage3DEXT\0" 6704e64d31b9Smaya "\0" 670596c5ddc4Srjs /* _mesa_function_pool[50998]: CopyTextureImage1DEXT (will be remapped) */ 670696c5ddc4Srjs "iiiiiiii\0" 670796c5ddc4Srjs "glCopyTextureImage1DEXT\0" 6708e64d31b9Smaya "\0" 670996c5ddc4Srjs /* _mesa_function_pool[51032]: CopyTextureImage2DEXT (will be remapped) */ 671096c5ddc4Srjs "iiiiiiiii\0" 671196c5ddc4Srjs "glCopyTextureImage2DEXT\0" 6712e64d31b9Smaya "\0" 671396c5ddc4Srjs /* _mesa_function_pool[51067]: CopyTextureSubImage1DEXT (will be remapped) */ 671496c5ddc4Srjs "iiiiiii\0" 671596c5ddc4Srjs "glCopyTextureSubImage1DEXT\0" 6716e64d31b9Smaya "\0" 671796c5ddc4Srjs /* _mesa_function_pool[51103]: CopyTextureSubImage2DEXT (will be remapped) */ 671896c5ddc4Srjs "iiiiiiiii\0" 671996c5ddc4Srjs "glCopyTextureSubImage2DEXT\0" 6720e64d31b9Smaya "\0" 672196c5ddc4Srjs /* _mesa_function_pool[51141]: CopyTextureSubImage3DEXT (will be remapped) */ 672296c5ddc4Srjs "iiiiiiiiii\0" 672396c5ddc4Srjs "glCopyTextureSubImage3DEXT\0" 6724e64d31b9Smaya "\0" 672596c5ddc4Srjs /* _mesa_function_pool[51180]: GetTextureImageEXT (will be remapped) */ 672696c5ddc4Srjs "iiiiip\0" 672796c5ddc4Srjs "glGetTextureImageEXT\0" 6728e64d31b9Smaya "\0" 672996c5ddc4Srjs /* _mesa_function_pool[51209]: BindMultiTextureEXT (will be remapped) */ 673096c5ddc4Srjs "iii\0" 673196c5ddc4Srjs "glBindMultiTextureEXT\0" 6732e64d31b9Smaya "\0" 673396c5ddc4Srjs /* _mesa_function_pool[51236]: EnableClientStateiEXT (will be remapped) */ 6734e64d31b9Smaya "ii\0" 673596c5ddc4Srjs "glEnableClientStateIndexedEXT\0" 673696c5ddc4Srjs "glEnableClientStateiEXT\0" 6737e64d31b9Smaya "\0" 673896c5ddc4Srjs /* _mesa_function_pool[51294]: DisableClientStateiEXT (will be remapped) */ 673996c5ddc4Srjs "ii\0" 674096c5ddc4Srjs "glDisableClientStateIndexedEXT\0" 674196c5ddc4Srjs "glDisableClientStateiEXT\0" 674296c5ddc4Srjs "\0" 674396c5ddc4Srjs /* _mesa_function_pool[51354]: GetPointerIndexedvEXT (will be remapped) */ 674496c5ddc4Srjs "iip\0" 674596c5ddc4Srjs "glGetPointerIndexedvEXT\0" 674696c5ddc4Srjs "glGetPointeri_vEXT\0" 674796c5ddc4Srjs "\0" 674896c5ddc4Srjs /* _mesa_function_pool[51402]: MultiTexEnviEXT (will be remapped) */ 674996c5ddc4Srjs "iiii\0" 675096c5ddc4Srjs "glMultiTexEnviEXT\0" 675196c5ddc4Srjs "\0" 675296c5ddc4Srjs /* _mesa_function_pool[51426]: MultiTexEnvivEXT (will be remapped) */ 675396c5ddc4Srjs "iiip\0" 675496c5ddc4Srjs "glMultiTexEnvivEXT\0" 675596c5ddc4Srjs "\0" 675696c5ddc4Srjs /* _mesa_function_pool[51451]: MultiTexEnvfEXT (will be remapped) */ 675796c5ddc4Srjs "iiif\0" 675896c5ddc4Srjs "glMultiTexEnvfEXT\0" 675996c5ddc4Srjs "\0" 676096c5ddc4Srjs /* _mesa_function_pool[51475]: MultiTexEnvfvEXT (will be remapped) */ 676196c5ddc4Srjs "iiip\0" 676296c5ddc4Srjs "glMultiTexEnvfvEXT\0" 676396c5ddc4Srjs "\0" 676496c5ddc4Srjs /* _mesa_function_pool[51500]: GetMultiTexEnvivEXT (will be remapped) */ 676596c5ddc4Srjs "iiip\0" 676696c5ddc4Srjs "glGetMultiTexEnvivEXT\0" 676796c5ddc4Srjs "\0" 676896c5ddc4Srjs /* _mesa_function_pool[51528]: GetMultiTexEnvfvEXT (will be remapped) */ 676996c5ddc4Srjs "iiip\0" 677096c5ddc4Srjs "glGetMultiTexEnvfvEXT\0" 677196c5ddc4Srjs "\0" 677296c5ddc4Srjs /* _mesa_function_pool[51556]: MultiTexParameteriEXT (will be remapped) */ 677396c5ddc4Srjs "iiii\0" 677496c5ddc4Srjs "glMultiTexParameteriEXT\0" 677596c5ddc4Srjs "\0" 677696c5ddc4Srjs /* _mesa_function_pool[51586]: MultiTexParameterivEXT (will be remapped) */ 677796c5ddc4Srjs "iiip\0" 677896c5ddc4Srjs "glMultiTexParameterivEXT\0" 677996c5ddc4Srjs "\0" 678096c5ddc4Srjs /* _mesa_function_pool[51617]: MultiTexParameterfEXT (will be remapped) */ 678196c5ddc4Srjs "iiif\0" 678296c5ddc4Srjs "glMultiTexParameterfEXT\0" 678396c5ddc4Srjs "\0" 678496c5ddc4Srjs /* _mesa_function_pool[51647]: MultiTexParameterfvEXT (will be remapped) */ 678596c5ddc4Srjs "iiip\0" 678696c5ddc4Srjs "glMultiTexParameterfvEXT\0" 678796c5ddc4Srjs "\0" 678896c5ddc4Srjs /* _mesa_function_pool[51678]: GetMultiTexParameterivEXT (will be remapped) */ 678996c5ddc4Srjs "iiip\0" 679096c5ddc4Srjs "glGetMultiTexParameterivEXT\0" 679196c5ddc4Srjs "\0" 679296c5ddc4Srjs /* _mesa_function_pool[51712]: GetMultiTexParameterfvEXT (will be remapped) */ 679396c5ddc4Srjs "iiip\0" 679496c5ddc4Srjs "glGetMultiTexParameterfvEXT\0" 679596c5ddc4Srjs "\0" 679696c5ddc4Srjs /* _mesa_function_pool[51746]: GetMultiTexImageEXT (will be remapped) */ 679796c5ddc4Srjs "iiiiip\0" 679896c5ddc4Srjs "glGetMultiTexImageEXT\0" 679996c5ddc4Srjs "\0" 680096c5ddc4Srjs /* _mesa_function_pool[51776]: GetMultiTexLevelParameterivEXT (will be remapped) */ 680196c5ddc4Srjs "iiiip\0" 680296c5ddc4Srjs "glGetMultiTexLevelParameterivEXT\0" 680396c5ddc4Srjs "\0" 680496c5ddc4Srjs /* _mesa_function_pool[51816]: GetMultiTexLevelParameterfvEXT (will be remapped) */ 680596c5ddc4Srjs "iiiip\0" 680696c5ddc4Srjs "glGetMultiTexLevelParameterfvEXT\0" 680796c5ddc4Srjs "\0" 680896c5ddc4Srjs /* _mesa_function_pool[51856]: MultiTexImage1DEXT (will be remapped) */ 680996c5ddc4Srjs "iiiiiiiip\0" 681096c5ddc4Srjs "glMultiTexImage1DEXT\0" 681196c5ddc4Srjs "\0" 681296c5ddc4Srjs /* _mesa_function_pool[51888]: MultiTexImage2DEXT (will be remapped) */ 681396c5ddc4Srjs "iiiiiiiiip\0" 681496c5ddc4Srjs "glMultiTexImage2DEXT\0" 681596c5ddc4Srjs "\0" 681696c5ddc4Srjs /* _mesa_function_pool[51921]: MultiTexImage3DEXT (will be remapped) */ 681796c5ddc4Srjs "iiiiiiiiiip\0" 681896c5ddc4Srjs "glMultiTexImage3DEXT\0" 681996c5ddc4Srjs "\0" 682096c5ddc4Srjs /* _mesa_function_pool[51955]: MultiTexSubImage1DEXT (will be remapped) */ 682196c5ddc4Srjs "iiiiiiip\0" 682296c5ddc4Srjs "glMultiTexSubImage1DEXT\0" 682396c5ddc4Srjs "\0" 682496c5ddc4Srjs /* _mesa_function_pool[51989]: MultiTexSubImage2DEXT (will be remapped) */ 682596c5ddc4Srjs "iiiiiiiiip\0" 682696c5ddc4Srjs "glMultiTexSubImage2DEXT\0" 682796c5ddc4Srjs "\0" 682896c5ddc4Srjs /* _mesa_function_pool[52025]: MultiTexSubImage3DEXT (will be remapped) */ 682996c5ddc4Srjs "iiiiiiiiiiip\0" 683096c5ddc4Srjs "glMultiTexSubImage3DEXT\0" 683196c5ddc4Srjs "\0" 683296c5ddc4Srjs /* _mesa_function_pool[52063]: CopyMultiTexImage1DEXT (will be remapped) */ 683396c5ddc4Srjs "iiiiiiii\0" 683496c5ddc4Srjs "glCopyMultiTexImage1DEXT\0" 683596c5ddc4Srjs "\0" 683696c5ddc4Srjs /* _mesa_function_pool[52098]: CopyMultiTexImage2DEXT (will be remapped) */ 683796c5ddc4Srjs "iiiiiiiii\0" 683896c5ddc4Srjs "glCopyMultiTexImage2DEXT\0" 683996c5ddc4Srjs "\0" 684096c5ddc4Srjs /* _mesa_function_pool[52134]: CopyMultiTexSubImage1DEXT (will be remapped) */ 684196c5ddc4Srjs "iiiiiii\0" 684296c5ddc4Srjs "glCopyMultiTexSubImage1DEXT\0" 684396c5ddc4Srjs "\0" 684496c5ddc4Srjs /* _mesa_function_pool[52171]: CopyMultiTexSubImage2DEXT (will be remapped) */ 684596c5ddc4Srjs "iiiiiiiii\0" 684696c5ddc4Srjs "glCopyMultiTexSubImage2DEXT\0" 684796c5ddc4Srjs "\0" 684896c5ddc4Srjs /* _mesa_function_pool[52210]: CopyMultiTexSubImage3DEXT (will be remapped) */ 684996c5ddc4Srjs "iiiiiiiiii\0" 685096c5ddc4Srjs "glCopyMultiTexSubImage3DEXT\0" 685196c5ddc4Srjs "\0" 685296c5ddc4Srjs /* _mesa_function_pool[52250]: MultiTexGendEXT (will be remapped) */ 685396c5ddc4Srjs "iiid\0" 685496c5ddc4Srjs "glMultiTexGendEXT\0" 685596c5ddc4Srjs "\0" 685696c5ddc4Srjs /* _mesa_function_pool[52274]: MultiTexGendvEXT (will be remapped) */ 685796c5ddc4Srjs "iiip\0" 685896c5ddc4Srjs "glMultiTexGendvEXT\0" 685996c5ddc4Srjs "\0" 686096c5ddc4Srjs /* _mesa_function_pool[52299]: MultiTexGenfEXT (will be remapped) */ 686196c5ddc4Srjs "iiif\0" 686296c5ddc4Srjs "glMultiTexGenfEXT\0" 686396c5ddc4Srjs "\0" 686496c5ddc4Srjs /* _mesa_function_pool[52323]: MultiTexGenfvEXT (will be remapped) */ 686596c5ddc4Srjs "iiip\0" 686696c5ddc4Srjs "glMultiTexGenfvEXT\0" 686796c5ddc4Srjs "\0" 686896c5ddc4Srjs /* _mesa_function_pool[52348]: MultiTexGeniEXT (will be remapped) */ 686996c5ddc4Srjs "iiii\0" 687096c5ddc4Srjs "glMultiTexGeniEXT\0" 687196c5ddc4Srjs "\0" 687296c5ddc4Srjs /* _mesa_function_pool[52372]: MultiTexGenivEXT (will be remapped) */ 687396c5ddc4Srjs "iiip\0" 687496c5ddc4Srjs "glMultiTexGenivEXT\0" 687596c5ddc4Srjs "\0" 687696c5ddc4Srjs /* _mesa_function_pool[52397]: GetMultiTexGendvEXT (will be remapped) */ 687796c5ddc4Srjs "iiip\0" 687896c5ddc4Srjs "glGetMultiTexGendvEXT\0" 687996c5ddc4Srjs "\0" 688096c5ddc4Srjs /* _mesa_function_pool[52425]: GetMultiTexGenfvEXT (will be remapped) */ 688196c5ddc4Srjs "iiip\0" 688296c5ddc4Srjs "glGetMultiTexGenfvEXT\0" 688396c5ddc4Srjs "\0" 688496c5ddc4Srjs /* _mesa_function_pool[52453]: GetMultiTexGenivEXT (will be remapped) */ 688596c5ddc4Srjs "iiip\0" 688696c5ddc4Srjs "glGetMultiTexGenivEXT\0" 688796c5ddc4Srjs "\0" 688896c5ddc4Srjs /* _mesa_function_pool[52481]: MultiTexCoordPointerEXT (will be remapped) */ 688996c5ddc4Srjs "iiiip\0" 689096c5ddc4Srjs "glMultiTexCoordPointerEXT\0" 689196c5ddc4Srjs "\0" 689296c5ddc4Srjs /* _mesa_function_pool[52514]: MatrixLoadTransposefEXT (will be remapped) */ 689396c5ddc4Srjs "ip\0" 689496c5ddc4Srjs "glMatrixLoadTransposefEXT\0" 689596c5ddc4Srjs "\0" 689696c5ddc4Srjs /* _mesa_function_pool[52544]: MatrixLoadTransposedEXT (will be remapped) */ 689796c5ddc4Srjs "ip\0" 689896c5ddc4Srjs "glMatrixLoadTransposedEXT\0" 689996c5ddc4Srjs "\0" 690096c5ddc4Srjs /* _mesa_function_pool[52574]: MatrixMultTransposefEXT (will be remapped) */ 690196c5ddc4Srjs "ip\0" 690296c5ddc4Srjs "glMatrixMultTransposefEXT\0" 690396c5ddc4Srjs "\0" 690496c5ddc4Srjs /* _mesa_function_pool[52604]: MatrixMultTransposedEXT (will be remapped) */ 690596c5ddc4Srjs "ip\0" 690696c5ddc4Srjs "glMatrixMultTransposedEXT\0" 690796c5ddc4Srjs "\0" 690896c5ddc4Srjs /* _mesa_function_pool[52634]: CompressedTextureImage1DEXT (will be remapped) */ 690996c5ddc4Srjs "iiiiiiip\0" 691096c5ddc4Srjs "glCompressedTextureImage1DEXT\0" 691196c5ddc4Srjs "\0" 691296c5ddc4Srjs /* _mesa_function_pool[52674]: CompressedTextureImage2DEXT (will be remapped) */ 691396c5ddc4Srjs "iiiiiiiip\0" 691496c5ddc4Srjs "glCompressedTextureImage2DEXT\0" 691596c5ddc4Srjs "\0" 691696c5ddc4Srjs /* _mesa_function_pool[52715]: CompressedTextureImage3DEXT (will be remapped) */ 691796c5ddc4Srjs "iiiiiiiiip\0" 691896c5ddc4Srjs "glCompressedTextureImage3DEXT\0" 691996c5ddc4Srjs "\0" 692096c5ddc4Srjs /* _mesa_function_pool[52757]: CompressedTextureSubImage1DEXT (will be remapped) */ 692196c5ddc4Srjs "iiiiiiip\0" 692296c5ddc4Srjs "glCompressedTextureSubImage1DEXT\0" 692396c5ddc4Srjs "\0" 692496c5ddc4Srjs /* _mesa_function_pool[52800]: CompressedTextureSubImage2DEXT (will be remapped) */ 692596c5ddc4Srjs "iiiiiiiiip\0" 692696c5ddc4Srjs "glCompressedTextureSubImage2DEXT\0" 692796c5ddc4Srjs "\0" 692896c5ddc4Srjs /* _mesa_function_pool[52845]: CompressedTextureSubImage3DEXT (will be remapped) */ 692996c5ddc4Srjs "iiiiiiiiiiip\0" 693096c5ddc4Srjs "glCompressedTextureSubImage3DEXT\0" 693196c5ddc4Srjs "\0" 693296c5ddc4Srjs /* _mesa_function_pool[52892]: GetCompressedTextureImageEXT (will be remapped) */ 693396c5ddc4Srjs "iiip\0" 693496c5ddc4Srjs "glGetCompressedTextureImageEXT\0" 693596c5ddc4Srjs "\0" 693696c5ddc4Srjs /* _mesa_function_pool[52929]: CompressedMultiTexImage1DEXT (will be remapped) */ 693796c5ddc4Srjs "iiiiiiip\0" 693896c5ddc4Srjs "glCompressedMultiTexImage1DEXT\0" 693996c5ddc4Srjs "\0" 694096c5ddc4Srjs /* _mesa_function_pool[52970]: CompressedMultiTexImage2DEXT (will be remapped) */ 694196c5ddc4Srjs "iiiiiiiip\0" 694296c5ddc4Srjs "glCompressedMultiTexImage2DEXT\0" 694396c5ddc4Srjs "\0" 694496c5ddc4Srjs /* _mesa_function_pool[53012]: CompressedMultiTexImage3DEXT (will be remapped) */ 694596c5ddc4Srjs "iiiiiiiiip\0" 694696c5ddc4Srjs "glCompressedMultiTexImage3DEXT\0" 694796c5ddc4Srjs "\0" 694896c5ddc4Srjs /* _mesa_function_pool[53055]: CompressedMultiTexSubImage1DEXT (will be remapped) */ 694996c5ddc4Srjs "iiiiiiip\0" 695096c5ddc4Srjs "glCompressedMultiTexSubImage1DEXT\0" 695196c5ddc4Srjs "\0" 695296c5ddc4Srjs /* _mesa_function_pool[53099]: CompressedMultiTexSubImage2DEXT (will be remapped) */ 695396c5ddc4Srjs "iiiiiiiiip\0" 695496c5ddc4Srjs "glCompressedMultiTexSubImage2DEXT\0" 695596c5ddc4Srjs "\0" 695696c5ddc4Srjs /* _mesa_function_pool[53145]: CompressedMultiTexSubImage3DEXT (will be remapped) */ 695796c5ddc4Srjs "iiiiiiiiiiip\0" 695896c5ddc4Srjs "glCompressedMultiTexSubImage3DEXT\0" 695996c5ddc4Srjs "\0" 696096c5ddc4Srjs /* _mesa_function_pool[53193]: GetCompressedMultiTexImageEXT (will be remapped) */ 696196c5ddc4Srjs "iiip\0" 696296c5ddc4Srjs "glGetCompressedMultiTexImageEXT\0" 696396c5ddc4Srjs "\0" 696496c5ddc4Srjs /* _mesa_function_pool[53231]: NamedBufferDataEXT (will be remapped) */ 696596c5ddc4Srjs "iipi\0" 696696c5ddc4Srjs "glNamedBufferDataEXT\0" 696796c5ddc4Srjs "\0" 696896c5ddc4Srjs /* _mesa_function_pool[53258]: NamedBufferSubDataEXT (will be remapped) */ 696996c5ddc4Srjs "iiip\0" 697096c5ddc4Srjs "glNamedBufferSubDataEXT\0" 697196c5ddc4Srjs "\0" 697296c5ddc4Srjs /* _mesa_function_pool[53288]: MapNamedBufferEXT (will be remapped) */ 697396c5ddc4Srjs "ii\0" 697496c5ddc4Srjs "glMapNamedBufferEXT\0" 697596c5ddc4Srjs "\0" 697696c5ddc4Srjs /* _mesa_function_pool[53312]: GetNamedBufferSubDataEXT (will be remapped) */ 697796c5ddc4Srjs "iiip\0" 697896c5ddc4Srjs "glGetNamedBufferSubDataEXT\0" 697996c5ddc4Srjs "\0" 698096c5ddc4Srjs /* _mesa_function_pool[53345]: GetNamedBufferPointervEXT (will be remapped) */ 698196c5ddc4Srjs "iip\0" 698296c5ddc4Srjs "glGetNamedBufferPointervEXT\0" 698396c5ddc4Srjs "\0" 698496c5ddc4Srjs /* _mesa_function_pool[53378]: GetNamedBufferParameterivEXT (will be remapped) */ 698596c5ddc4Srjs "iip\0" 698696c5ddc4Srjs "glGetNamedBufferParameterivEXT\0" 698796c5ddc4Srjs "\0" 698896c5ddc4Srjs /* _mesa_function_pool[53414]: FlushMappedNamedBufferRangeEXT (will be remapped) */ 698996c5ddc4Srjs "iii\0" 699096c5ddc4Srjs "glFlushMappedNamedBufferRangeEXT\0" 699196c5ddc4Srjs "\0" 699296c5ddc4Srjs /* _mesa_function_pool[53452]: MapNamedBufferRangeEXT (will be remapped) */ 699396c5ddc4Srjs "iiii\0" 699496c5ddc4Srjs "glMapNamedBufferRangeEXT\0" 699596c5ddc4Srjs "\0" 699696c5ddc4Srjs /* _mesa_function_pool[53483]: FramebufferDrawBufferEXT (will be remapped) */ 699796c5ddc4Srjs "ii\0" 699896c5ddc4Srjs "glFramebufferDrawBufferEXT\0" 699996c5ddc4Srjs "\0" 700096c5ddc4Srjs /* _mesa_function_pool[53514]: FramebufferDrawBuffersEXT (will be remapped) */ 700196c5ddc4Srjs "iip\0" 700296c5ddc4Srjs "glFramebufferDrawBuffersEXT\0" 700396c5ddc4Srjs "\0" 700496c5ddc4Srjs /* _mesa_function_pool[53547]: FramebufferReadBufferEXT (will be remapped) */ 700596c5ddc4Srjs "ii\0" 700696c5ddc4Srjs "glFramebufferReadBufferEXT\0" 700796c5ddc4Srjs "\0" 700896c5ddc4Srjs /* _mesa_function_pool[53578]: GetFramebufferParameterivEXT (will be remapped) */ 700996c5ddc4Srjs "iip\0" 701096c5ddc4Srjs "glGetFramebufferParameterivEXT\0" 701196c5ddc4Srjs "\0" 701296c5ddc4Srjs /* _mesa_function_pool[53614]: CheckNamedFramebufferStatusEXT (will be remapped) */ 701396c5ddc4Srjs "ii\0" 701496c5ddc4Srjs "glCheckNamedFramebufferStatusEXT\0" 701596c5ddc4Srjs "\0" 701696c5ddc4Srjs /* _mesa_function_pool[53651]: NamedFramebufferTexture1DEXT (will be remapped) */ 701796c5ddc4Srjs "iiiii\0" 701896c5ddc4Srjs "glNamedFramebufferTexture1DEXT\0" 701996c5ddc4Srjs "\0" 702096c5ddc4Srjs /* _mesa_function_pool[53689]: NamedFramebufferTexture2DEXT (will be remapped) */ 702196c5ddc4Srjs "iiiii\0" 702296c5ddc4Srjs "glNamedFramebufferTexture2DEXT\0" 702396c5ddc4Srjs "\0" 702496c5ddc4Srjs /* _mesa_function_pool[53727]: NamedFramebufferTexture3DEXT (will be remapped) */ 702596c5ddc4Srjs "iiiiii\0" 702696c5ddc4Srjs "glNamedFramebufferTexture3DEXT\0" 702796c5ddc4Srjs "\0" 702896c5ddc4Srjs /* _mesa_function_pool[53766]: NamedFramebufferRenderbufferEXT (will be remapped) */ 702996c5ddc4Srjs "iiii\0" 703096c5ddc4Srjs "glNamedFramebufferRenderbufferEXT\0" 703196c5ddc4Srjs "\0" 703296c5ddc4Srjs /* _mesa_function_pool[53806]: GetNamedFramebufferAttachmentParameterivEXT (will be remapped) */ 703396c5ddc4Srjs "iiip\0" 703496c5ddc4Srjs "glGetNamedFramebufferAttachmentParameterivEXT\0" 703596c5ddc4Srjs "\0" 703696c5ddc4Srjs /* _mesa_function_pool[53858]: NamedRenderbufferStorageEXT (will be remapped) */ 703796c5ddc4Srjs "iiii\0" 703896c5ddc4Srjs "glNamedRenderbufferStorageEXT\0" 703996c5ddc4Srjs "\0" 704096c5ddc4Srjs /* _mesa_function_pool[53894]: GetNamedRenderbufferParameterivEXT (will be remapped) */ 704196c5ddc4Srjs "iip\0" 704296c5ddc4Srjs "glGetNamedRenderbufferParameterivEXT\0" 704396c5ddc4Srjs "\0" 704496c5ddc4Srjs /* _mesa_function_pool[53936]: GenerateTextureMipmapEXT (will be remapped) */ 704596c5ddc4Srjs "ii\0" 704696c5ddc4Srjs "glGenerateTextureMipmapEXT\0" 704796c5ddc4Srjs "\0" 704896c5ddc4Srjs /* _mesa_function_pool[53967]: GenerateMultiTexMipmapEXT (will be remapped) */ 704996c5ddc4Srjs "ii\0" 705096c5ddc4Srjs "glGenerateMultiTexMipmapEXT\0" 705196c5ddc4Srjs "\0" 705296c5ddc4Srjs /* _mesa_function_pool[53999]: NamedRenderbufferStorageMultisampleEXT (will be remapped) */ 705396c5ddc4Srjs "iiiii\0" 705496c5ddc4Srjs "glNamedRenderbufferStorageMultisampleEXT\0" 705596c5ddc4Srjs "\0" 705696c5ddc4Srjs /* _mesa_function_pool[54047]: NamedCopyBufferSubDataEXT (will be remapped) */ 705796c5ddc4Srjs "iiiii\0" 705896c5ddc4Srjs "glNamedCopyBufferSubDataEXT\0" 705996c5ddc4Srjs "\0" 706096c5ddc4Srjs /* _mesa_function_pool[54082]: VertexArrayVertexOffsetEXT (will be remapped) */ 706196c5ddc4Srjs "iiiiii\0" 706296c5ddc4Srjs "glVertexArrayVertexOffsetEXT\0" 706396c5ddc4Srjs "\0" 706496c5ddc4Srjs /* _mesa_function_pool[54119]: VertexArrayColorOffsetEXT (will be remapped) */ 706596c5ddc4Srjs "iiiiii\0" 706696c5ddc4Srjs "glVertexArrayColorOffsetEXT\0" 706796c5ddc4Srjs "\0" 706896c5ddc4Srjs /* _mesa_function_pool[54155]: VertexArrayEdgeFlagOffsetEXT (will be remapped) */ 706996c5ddc4Srjs "iiii\0" 707096c5ddc4Srjs "glVertexArrayEdgeFlagOffsetEXT\0" 707196c5ddc4Srjs "\0" 707296c5ddc4Srjs /* _mesa_function_pool[54192]: VertexArrayIndexOffsetEXT (will be remapped) */ 707396c5ddc4Srjs "iiiii\0" 707496c5ddc4Srjs "glVertexArrayIndexOffsetEXT\0" 707596c5ddc4Srjs "\0" 707696c5ddc4Srjs /* _mesa_function_pool[54227]: VertexArrayNormalOffsetEXT (will be remapped) */ 707796c5ddc4Srjs "iiiii\0" 707896c5ddc4Srjs "glVertexArrayNormalOffsetEXT\0" 707996c5ddc4Srjs "\0" 708096c5ddc4Srjs /* _mesa_function_pool[54263]: VertexArrayTexCoordOffsetEXT (will be remapped) */ 708196c5ddc4Srjs "iiiiii\0" 708296c5ddc4Srjs "glVertexArrayTexCoordOffsetEXT\0" 708396c5ddc4Srjs "\0" 708496c5ddc4Srjs /* _mesa_function_pool[54302]: VertexArrayMultiTexCoordOffsetEXT (will be remapped) */ 708596c5ddc4Srjs "iiiiiii\0" 708696c5ddc4Srjs "glVertexArrayMultiTexCoordOffsetEXT\0" 708796c5ddc4Srjs "\0" 708896c5ddc4Srjs /* _mesa_function_pool[54347]: VertexArrayFogCoordOffsetEXT (will be remapped) */ 708996c5ddc4Srjs "iiiii\0" 709096c5ddc4Srjs "glVertexArrayFogCoordOffsetEXT\0" 709196c5ddc4Srjs "\0" 709296c5ddc4Srjs /* _mesa_function_pool[54385]: VertexArraySecondaryColorOffsetEXT (will be remapped) */ 709396c5ddc4Srjs "iiiiii\0" 709496c5ddc4Srjs "glVertexArraySecondaryColorOffsetEXT\0" 709596c5ddc4Srjs "\0" 709696c5ddc4Srjs /* _mesa_function_pool[54430]: VertexArrayVertexAttribOffsetEXT (will be remapped) */ 709796c5ddc4Srjs "iiiiiiii\0" 709896c5ddc4Srjs "glVertexArrayVertexAttribOffsetEXT\0" 709996c5ddc4Srjs "\0" 710096c5ddc4Srjs /* _mesa_function_pool[54475]: VertexArrayVertexAttribIOffsetEXT (will be remapped) */ 710196c5ddc4Srjs "iiiiiii\0" 710296c5ddc4Srjs "glVertexArrayVertexAttribIOffsetEXT\0" 710396c5ddc4Srjs "\0" 710496c5ddc4Srjs /* _mesa_function_pool[54520]: EnableVertexArrayEXT (will be remapped) */ 710596c5ddc4Srjs "ii\0" 710696c5ddc4Srjs "glEnableVertexArrayEXT\0" 710796c5ddc4Srjs "\0" 710896c5ddc4Srjs /* _mesa_function_pool[54547]: DisableVertexArrayEXT (will be remapped) */ 710996c5ddc4Srjs "ii\0" 711096c5ddc4Srjs "glDisableVertexArrayEXT\0" 711196c5ddc4Srjs "\0" 711296c5ddc4Srjs /* _mesa_function_pool[54575]: EnableVertexArrayAttribEXT (will be remapped) */ 711396c5ddc4Srjs "ii\0" 711496c5ddc4Srjs "glEnableVertexArrayAttribEXT\0" 711596c5ddc4Srjs "\0" 711696c5ddc4Srjs /* _mesa_function_pool[54608]: DisableVertexArrayAttribEXT (will be remapped) */ 711796c5ddc4Srjs "ii\0" 711896c5ddc4Srjs "glDisableVertexArrayAttribEXT\0" 711996c5ddc4Srjs "\0" 712096c5ddc4Srjs /* _mesa_function_pool[54642]: GetVertexArrayIntegervEXT (will be remapped) */ 712196c5ddc4Srjs "iip\0" 712296c5ddc4Srjs "glGetVertexArrayIntegervEXT\0" 712396c5ddc4Srjs "\0" 712496c5ddc4Srjs /* _mesa_function_pool[54675]: GetVertexArrayPointervEXT (will be remapped) */ 712596c5ddc4Srjs "iip\0" 712696c5ddc4Srjs "glGetVertexArrayPointervEXT\0" 712796c5ddc4Srjs "\0" 712896c5ddc4Srjs /* _mesa_function_pool[54708]: GetVertexArrayIntegeri_vEXT (will be remapped) */ 712996c5ddc4Srjs "iiip\0" 713096c5ddc4Srjs "glGetVertexArrayIntegeri_vEXT\0" 713196c5ddc4Srjs "\0" 713296c5ddc4Srjs /* _mesa_function_pool[54744]: GetVertexArrayPointeri_vEXT (will be remapped) */ 713396c5ddc4Srjs "iiip\0" 713496c5ddc4Srjs "glGetVertexArrayPointeri_vEXT\0" 713596c5ddc4Srjs "\0" 713696c5ddc4Srjs /* _mesa_function_pool[54780]: NamedProgramStringEXT (will be remapped) */ 713796c5ddc4Srjs "iiiip\0" 713896c5ddc4Srjs "glNamedProgramStringEXT\0" 713996c5ddc4Srjs "\0" 714096c5ddc4Srjs /* _mesa_function_pool[54811]: GetNamedProgramStringEXT (will be remapped) */ 714196c5ddc4Srjs "iiip\0" 714296c5ddc4Srjs "glGetNamedProgramStringEXT\0" 714396c5ddc4Srjs "\0" 714496c5ddc4Srjs /* _mesa_function_pool[54844]: NamedProgramLocalParameter4fEXT (will be remapped) */ 714596c5ddc4Srjs "iiiffff\0" 714696c5ddc4Srjs "glNamedProgramLocalParameter4fEXT\0" 714796c5ddc4Srjs "\0" 714896c5ddc4Srjs /* _mesa_function_pool[54887]: NamedProgramLocalParameter4fvEXT (will be remapped) */ 714996c5ddc4Srjs "iiip\0" 715096c5ddc4Srjs "glNamedProgramLocalParameter4fvEXT\0" 715196c5ddc4Srjs "\0" 715296c5ddc4Srjs /* _mesa_function_pool[54928]: GetNamedProgramLocalParameterfvEXT (will be remapped) */ 715396c5ddc4Srjs "iiip\0" 715496c5ddc4Srjs "glGetNamedProgramLocalParameterfvEXT\0" 715596c5ddc4Srjs "\0" 715696c5ddc4Srjs /* _mesa_function_pool[54971]: NamedProgramLocalParameter4dEXT (will be remapped) */ 715796c5ddc4Srjs "iiidddd\0" 715896c5ddc4Srjs "glNamedProgramLocalParameter4dEXT\0" 715996c5ddc4Srjs "\0" 716096c5ddc4Srjs /* _mesa_function_pool[55014]: NamedProgramLocalParameter4dvEXT (will be remapped) */ 716196c5ddc4Srjs "iiip\0" 716296c5ddc4Srjs "glNamedProgramLocalParameter4dvEXT\0" 716396c5ddc4Srjs "\0" 716496c5ddc4Srjs /* _mesa_function_pool[55055]: GetNamedProgramLocalParameterdvEXT (will be remapped) */ 716596c5ddc4Srjs "iiip\0" 716696c5ddc4Srjs "glGetNamedProgramLocalParameterdvEXT\0" 716796c5ddc4Srjs "\0" 716896c5ddc4Srjs /* _mesa_function_pool[55098]: GetNamedProgramivEXT (will be remapped) */ 716996c5ddc4Srjs "iiip\0" 717096c5ddc4Srjs "glGetNamedProgramivEXT\0" 717196c5ddc4Srjs "\0" 717296c5ddc4Srjs /* _mesa_function_pool[55127]: TextureBufferEXT (will be remapped) */ 717396c5ddc4Srjs "iiii\0" 717496c5ddc4Srjs "glTextureBufferEXT\0" 717596c5ddc4Srjs "\0" 717696c5ddc4Srjs /* _mesa_function_pool[55152]: MultiTexBufferEXT (will be remapped) */ 717796c5ddc4Srjs "iiii\0" 717896c5ddc4Srjs "glMultiTexBufferEXT\0" 717996c5ddc4Srjs "\0" 718096c5ddc4Srjs /* _mesa_function_pool[55178]: TextureParameterIivEXT (will be remapped) */ 718196c5ddc4Srjs "iiip\0" 718296c5ddc4Srjs "glTextureParameterIivEXT\0" 718396c5ddc4Srjs "\0" 718496c5ddc4Srjs /* _mesa_function_pool[55209]: TextureParameterIuivEXT (will be remapped) */ 718596c5ddc4Srjs "iiip\0" 718696c5ddc4Srjs "glTextureParameterIuivEXT\0" 718796c5ddc4Srjs "\0" 718896c5ddc4Srjs /* _mesa_function_pool[55241]: GetTextureParameterIivEXT (will be remapped) */ 718996c5ddc4Srjs "iiip\0" 719096c5ddc4Srjs "glGetTextureParameterIivEXT\0" 719196c5ddc4Srjs "\0" 719296c5ddc4Srjs /* _mesa_function_pool[55275]: GetTextureParameterIuivEXT (will be remapped) */ 719396c5ddc4Srjs "iiip\0" 719496c5ddc4Srjs "glGetTextureParameterIuivEXT\0" 719596c5ddc4Srjs "\0" 719696c5ddc4Srjs /* _mesa_function_pool[55310]: MultiTexParameterIivEXT (will be remapped) */ 719796c5ddc4Srjs "iiip\0" 719896c5ddc4Srjs "glMultiTexParameterIivEXT\0" 719996c5ddc4Srjs "\0" 720096c5ddc4Srjs /* _mesa_function_pool[55342]: MultiTexParameterIuivEXT (will be remapped) */ 720196c5ddc4Srjs "iiip\0" 720296c5ddc4Srjs "glMultiTexParameterIuivEXT\0" 720396c5ddc4Srjs "\0" 720496c5ddc4Srjs /* _mesa_function_pool[55375]: GetMultiTexParameterIivEXT (will be remapped) */ 720596c5ddc4Srjs "iiip\0" 720696c5ddc4Srjs "glGetMultiTexParameterIivEXT\0" 720796c5ddc4Srjs "\0" 720896c5ddc4Srjs /* _mesa_function_pool[55410]: GetMultiTexParameterIuivEXT (will be remapped) */ 720996c5ddc4Srjs "iiip\0" 721096c5ddc4Srjs "glGetMultiTexParameterIuivEXT\0" 721196c5ddc4Srjs "\0" 721296c5ddc4Srjs /* _mesa_function_pool[55446]: NamedProgramLocalParameters4fvEXT (will be remapped) */ 721396c5ddc4Srjs "iiiip\0" 721496c5ddc4Srjs "glNamedProgramLocalParameters4fvEXT\0" 721596c5ddc4Srjs "\0" 721696c5ddc4Srjs /* _mesa_function_pool[55489]: BindImageTextureEXT (will be remapped) */ 721796c5ddc4Srjs "iiiiiii\0" 721896c5ddc4Srjs "glBindImageTextureEXT\0" 721996c5ddc4Srjs "\0" 722096c5ddc4Srjs /* _mesa_function_pool[55520]: SubpixelPrecisionBiasNV (will be remapped) */ 722196c5ddc4Srjs "ii\0" 722296c5ddc4Srjs "glSubpixelPrecisionBiasNV\0" 722396c5ddc4Srjs "\0" 722496c5ddc4Srjs /* _mesa_function_pool[55550]: ConservativeRasterParameterfNV (will be remapped) */ 722596c5ddc4Srjs "if\0" 722696c5ddc4Srjs "glConservativeRasterParameterfNV\0" 722796c5ddc4Srjs "\0" 722896c5ddc4Srjs /* _mesa_function_pool[55587]: ConservativeRasterParameteriNV (will be remapped) */ 722996c5ddc4Srjs "ii\0" 723096c5ddc4Srjs "glConservativeRasterParameteriNV\0" 723196c5ddc4Srjs "\0" 723296c5ddc4Srjs /* _mesa_function_pool[55624]: GetFirstPerfQueryIdINTEL (will be remapped) */ 723396c5ddc4Srjs "p\0" 723496c5ddc4Srjs "glGetFirstPerfQueryIdINTEL\0" 723596c5ddc4Srjs "\0" 723696c5ddc4Srjs /* _mesa_function_pool[55654]: GetNextPerfQueryIdINTEL (will be remapped) */ 723796c5ddc4Srjs "ip\0" 723896c5ddc4Srjs "glGetNextPerfQueryIdINTEL\0" 723996c5ddc4Srjs "\0" 724096c5ddc4Srjs /* _mesa_function_pool[55684]: GetPerfQueryIdByNameINTEL (will be remapped) */ 724196c5ddc4Srjs "pp\0" 724296c5ddc4Srjs "glGetPerfQueryIdByNameINTEL\0" 724396c5ddc4Srjs "\0" 724496c5ddc4Srjs /* _mesa_function_pool[55716]: GetPerfQueryInfoINTEL (will be remapped) */ 724596c5ddc4Srjs "iippppp\0" 724696c5ddc4Srjs "glGetPerfQueryInfoINTEL\0" 724796c5ddc4Srjs "\0" 724896c5ddc4Srjs /* _mesa_function_pool[55749]: GetPerfCounterInfoINTEL (will be remapped) */ 724996c5ddc4Srjs "iiipipppppp\0" 725096c5ddc4Srjs "glGetPerfCounterInfoINTEL\0" 725196c5ddc4Srjs "\0" 725296c5ddc4Srjs /* _mesa_function_pool[55788]: CreatePerfQueryINTEL (will be remapped) */ 725396c5ddc4Srjs "ip\0" 725496c5ddc4Srjs "glCreatePerfQueryINTEL\0" 725596c5ddc4Srjs "\0" 725696c5ddc4Srjs /* _mesa_function_pool[55815]: DeletePerfQueryINTEL (will be remapped) */ 725796c5ddc4Srjs "i\0" 725896c5ddc4Srjs "glDeletePerfQueryINTEL\0" 725996c5ddc4Srjs "\0" 726096c5ddc4Srjs /* _mesa_function_pool[55841]: BeginPerfQueryINTEL (will be remapped) */ 726196c5ddc4Srjs "i\0" 726296c5ddc4Srjs "glBeginPerfQueryINTEL\0" 726396c5ddc4Srjs "\0" 726496c5ddc4Srjs /* _mesa_function_pool[55866]: EndPerfQueryINTEL (will be remapped) */ 726596c5ddc4Srjs "i\0" 726696c5ddc4Srjs "glEndPerfQueryINTEL\0" 726796c5ddc4Srjs "\0" 726896c5ddc4Srjs /* _mesa_function_pool[55889]: GetPerfQueryDataINTEL (will be remapped) */ 726996c5ddc4Srjs "iiipp\0" 727096c5ddc4Srjs "glGetPerfQueryDataINTEL\0" 727196c5ddc4Srjs "\0" 727296c5ddc4Srjs /* _mesa_function_pool[55920]: AlphaToCoverageDitherControlNV (will be remapped) */ 727396c5ddc4Srjs "i\0" 727496c5ddc4Srjs "glAlphaToCoverageDitherControlNV\0" 727596c5ddc4Srjs "\0" 727696c5ddc4Srjs /* _mesa_function_pool[55956]: PolygonOffsetClampEXT (will be remapped) */ 727796c5ddc4Srjs "fff\0" 727896c5ddc4Srjs "glPolygonOffsetClampEXT\0" 727996c5ddc4Srjs "glPolygonOffsetClamp\0" 728096c5ddc4Srjs "\0" 728196c5ddc4Srjs /* _mesa_function_pool[56006]: WindowRectanglesEXT (will be remapped) */ 728296c5ddc4Srjs "iip\0" 728396c5ddc4Srjs "glWindowRectanglesEXT\0" 728496c5ddc4Srjs "\0" 728596c5ddc4Srjs /* _mesa_function_pool[56033]: FramebufferFetchBarrierEXT (will be remapped) */ 728696c5ddc4Srjs "\0" 728796c5ddc4Srjs "glFramebufferFetchBarrierEXT\0" 728896c5ddc4Srjs "\0" 728996c5ddc4Srjs /* _mesa_function_pool[56064]: RenderbufferStorageMultisampleAdvancedAMD (will be remapped) */ 729096c5ddc4Srjs "iiiiii\0" 729196c5ddc4Srjs "glRenderbufferStorageMultisampleAdvancedAMD\0" 729296c5ddc4Srjs "\0" 729396c5ddc4Srjs /* _mesa_function_pool[56116]: NamedRenderbufferStorageMultisampleAdvancedAMD (will be remapped) */ 729496c5ddc4Srjs "iiiiii\0" 729596c5ddc4Srjs "glNamedRenderbufferStorageMultisampleAdvancedAMD\0" 729696c5ddc4Srjs "\0" 729796c5ddc4Srjs /* _mesa_function_pool[56173]: StencilFuncSeparateATI (will be remapped) */ 729896c5ddc4Srjs "iiii\0" 729996c5ddc4Srjs "glStencilFuncSeparateATI\0" 730096c5ddc4Srjs "\0" 730196c5ddc4Srjs /* _mesa_function_pool[56204]: ProgramEnvParameters4fvEXT (will be remapped) */ 730296c5ddc4Srjs "iiip\0" 730396c5ddc4Srjs "glProgramEnvParameters4fvEXT\0" 730496c5ddc4Srjs "\0" 730596c5ddc4Srjs /* _mesa_function_pool[56239]: ProgramLocalParameters4fvEXT (will be remapped) */ 730696c5ddc4Srjs "iiip\0" 730796c5ddc4Srjs "glProgramLocalParameters4fvEXT\0" 730896c5ddc4Srjs "\0" 730996c5ddc4Srjs /* _mesa_function_pool[56276]: IglooInterfaceSGIX (dynamic) */ 731096c5ddc4Srjs "ip\0" 731196c5ddc4Srjs "glIglooInterfaceSGIX\0" 731296c5ddc4Srjs "\0" 731396c5ddc4Srjs /* _mesa_function_pool[56301]: DeformationMap3dSGIX (dynamic) */ 731496c5ddc4Srjs "iddiiddiiddiip\0" 731596c5ddc4Srjs "glDeformationMap3dSGIX\0" 731696c5ddc4Srjs "\0" 731796c5ddc4Srjs /* _mesa_function_pool[56340]: DeformationMap3fSGIX (dynamic) */ 731896c5ddc4Srjs "iffiiffiiffiip\0" 731996c5ddc4Srjs "glDeformationMap3fSGIX\0" 732096c5ddc4Srjs "\0" 732196c5ddc4Srjs /* _mesa_function_pool[56379]: DeformSGIX (dynamic) */ 732296c5ddc4Srjs "i\0" 732396c5ddc4Srjs "glDeformSGIX\0" 732496c5ddc4Srjs "\0" 732596c5ddc4Srjs /* _mesa_function_pool[56395]: LoadIdentityDeformationMapSGIX (dynamic) */ 732696c5ddc4Srjs "i\0" 732796c5ddc4Srjs "glLoadIdentityDeformationMapSGIX\0" 732896c5ddc4Srjs "\0" 732996c5ddc4Srjs /* _mesa_function_pool[56431]: InternalBufferSubDataCopyMESA (will be remapped) */ 733096c5ddc4Srjs "iiiiiii\0" 733196c5ddc4Srjs "glInternalBufferSubDataCopyMESA\0" 733296c5ddc4Srjs "\0" 733396c5ddc4Srjs /* _mesa_function_pool[56472]: InternalSetError (will be remapped) */ 733496c5ddc4Srjs "i\0" 733596c5ddc4Srjs "glInternalSetError\0" 733696c5ddc4Srjs "\0" 733796c5ddc4Srjs /* _mesa_function_pool[56494]: EGLImageTargetTexture2DOES (will be remapped) */ 733896c5ddc4Srjs "ip\0" 733996c5ddc4Srjs "glEGLImageTargetTexture2DOES\0" 734096c5ddc4Srjs "\0" 734196c5ddc4Srjs /* _mesa_function_pool[56527]: EGLImageTargetRenderbufferStorageOES (will be remapped) */ 734296c5ddc4Srjs "ip\0" 734396c5ddc4Srjs "glEGLImageTargetRenderbufferStorageOES\0" 734496c5ddc4Srjs "\0" 734596c5ddc4Srjs /* _mesa_function_pool[56570]: EGLImageTargetTexStorageEXT (will be remapped) */ 734696c5ddc4Srjs "ipp\0" 734796c5ddc4Srjs "glEGLImageTargetTexStorageEXT\0" 734896c5ddc4Srjs "\0" 734996c5ddc4Srjs /* _mesa_function_pool[56605]: EGLImageTargetTextureStorageEXT (will be remapped) */ 735096c5ddc4Srjs "ipp\0" 735196c5ddc4Srjs "glEGLImageTargetTextureStorageEXT\0" 735296c5ddc4Srjs "\0" 735396c5ddc4Srjs /* _mesa_function_pool[56644]: ClearColorIiEXT (will be remapped) */ 735496c5ddc4Srjs "iiii\0" 735596c5ddc4Srjs "glClearColorIiEXT\0" 735696c5ddc4Srjs "\0" 735796c5ddc4Srjs /* _mesa_function_pool[56668]: ClearColorIuiEXT (will be remapped) */ 735896c5ddc4Srjs "iiii\0" 735996c5ddc4Srjs "glClearColorIuiEXT\0" 736096c5ddc4Srjs "\0" 736196c5ddc4Srjs /* _mesa_function_pool[56693]: TexParameterIiv (will be remapped) */ 736296c5ddc4Srjs "iip\0" 736396c5ddc4Srjs "glTexParameterIivEXT\0" 736496c5ddc4Srjs "glTexParameterIiv\0" 736596c5ddc4Srjs "glTexParameterIivOES\0" 736696c5ddc4Srjs "\0" 736796c5ddc4Srjs /* _mesa_function_pool[56758]: TexParameterIuiv (will be remapped) */ 736896c5ddc4Srjs "iip\0" 736996c5ddc4Srjs "glTexParameterIuivEXT\0" 737096c5ddc4Srjs "glTexParameterIuiv\0" 737196c5ddc4Srjs "glTexParameterIuivOES\0" 737296c5ddc4Srjs "\0" 737396c5ddc4Srjs /* _mesa_function_pool[56826]: GetTexParameterIiv (will be remapped) */ 737496c5ddc4Srjs "iip\0" 737596c5ddc4Srjs "glGetTexParameterIivEXT\0" 737696c5ddc4Srjs "glGetTexParameterIiv\0" 737796c5ddc4Srjs "glGetTexParameterIivOES\0" 737896c5ddc4Srjs "\0" 737996c5ddc4Srjs /* _mesa_function_pool[56900]: GetTexParameterIuiv (will be remapped) */ 738096c5ddc4Srjs "iip\0" 738196c5ddc4Srjs "glGetTexParameterIuivEXT\0" 738296c5ddc4Srjs "glGetTexParameterIuiv\0" 738396c5ddc4Srjs "glGetTexParameterIuivOES\0" 738496c5ddc4Srjs "\0" 738596c5ddc4Srjs /* _mesa_function_pool[56977]: VertexAttribI1iEXT (will be remapped) */ 738696c5ddc4Srjs "ii\0" 738796c5ddc4Srjs "glVertexAttribI1iEXT\0" 738896c5ddc4Srjs "glVertexAttribI1i\0" 738996c5ddc4Srjs "\0" 739096c5ddc4Srjs /* _mesa_function_pool[57020]: VertexAttribI2iEXT (will be remapped) */ 739196c5ddc4Srjs "iii\0" 7392e64d31b9Smaya "glVertexAttribI2iEXT\0" 7393e64d31b9Smaya "glVertexAttribI2i\0" 7394e64d31b9Smaya "\0" 739596c5ddc4Srjs /* _mesa_function_pool[57064]: VertexAttribI3iEXT (will be remapped) */ 7396e64d31b9Smaya "iiii\0" 7397e64d31b9Smaya "glVertexAttribI3iEXT\0" 7398e64d31b9Smaya "glVertexAttribI3i\0" 7399e64d31b9Smaya "\0" 740096c5ddc4Srjs /* _mesa_function_pool[57109]: VertexAttribI4iEXT (will be remapped) */ 7401e64d31b9Smaya "iiiii\0" 7402e64d31b9Smaya "glVertexAttribI4iEXT\0" 7403e64d31b9Smaya "glVertexAttribI4i\0" 7404e64d31b9Smaya "\0" 740596c5ddc4Srjs /* _mesa_function_pool[57155]: VertexAttribI1uiEXT (will be remapped) */ 7406e64d31b9Smaya "ii\0" 7407e64d31b9Smaya "glVertexAttribI1uiEXT\0" 7408e64d31b9Smaya "glVertexAttribI1ui\0" 7409e64d31b9Smaya "\0" 741096c5ddc4Srjs /* _mesa_function_pool[57200]: VertexAttribI2uiEXT (will be remapped) */ 7411e64d31b9Smaya "iii\0" 7412e64d31b9Smaya "glVertexAttribI2uiEXT\0" 7413e64d31b9Smaya "glVertexAttribI2ui\0" 7414e64d31b9Smaya "\0" 741596c5ddc4Srjs /* _mesa_function_pool[57246]: VertexAttribI3uiEXT (will be remapped) */ 7416e64d31b9Smaya "iiii\0" 7417e64d31b9Smaya "glVertexAttribI3uiEXT\0" 7418e64d31b9Smaya "glVertexAttribI3ui\0" 7419e64d31b9Smaya "\0" 742096c5ddc4Srjs /* _mesa_function_pool[57293]: VertexAttribI4uiEXT (will be remapped) */ 7421e64d31b9Smaya "iiiii\0" 7422e64d31b9Smaya "glVertexAttribI4uiEXT\0" 7423e64d31b9Smaya "glVertexAttribI4ui\0" 7424e64d31b9Smaya "\0" 742596c5ddc4Srjs /* _mesa_function_pool[57341]: VertexAttribI1iv (will be remapped) */ 7426e64d31b9Smaya "ip\0" 7427e64d31b9Smaya "glVertexAttribI1ivEXT\0" 7428e64d31b9Smaya "glVertexAttribI1iv\0" 7429e64d31b9Smaya "\0" 743096c5ddc4Srjs /* _mesa_function_pool[57386]: VertexAttribI2ivEXT (will be remapped) */ 7431e64d31b9Smaya "ip\0" 7432e64d31b9Smaya "glVertexAttribI2ivEXT\0" 7433e64d31b9Smaya "glVertexAttribI2iv\0" 7434e64d31b9Smaya "\0" 743596c5ddc4Srjs /* _mesa_function_pool[57431]: VertexAttribI3ivEXT (will be remapped) */ 7436e64d31b9Smaya "ip\0" 7437e64d31b9Smaya "glVertexAttribI3ivEXT\0" 7438e64d31b9Smaya "glVertexAttribI3iv\0" 7439e64d31b9Smaya "\0" 744096c5ddc4Srjs /* _mesa_function_pool[57476]: VertexAttribI4ivEXT (will be remapped) */ 7441e64d31b9Smaya "ip\0" 7442e64d31b9Smaya "glVertexAttribI4ivEXT\0" 7443e64d31b9Smaya "glVertexAttribI4iv\0" 7444e64d31b9Smaya "\0" 744596c5ddc4Srjs /* _mesa_function_pool[57521]: VertexAttribI1uiv (will be remapped) */ 7446e64d31b9Smaya "ip\0" 7447e64d31b9Smaya "glVertexAttribI1uivEXT\0" 7448e64d31b9Smaya "glVertexAttribI1uiv\0" 7449e64d31b9Smaya "\0" 745096c5ddc4Srjs /* _mesa_function_pool[57568]: VertexAttribI2uivEXT (will be remapped) */ 7451e64d31b9Smaya "ip\0" 7452e64d31b9Smaya "glVertexAttribI2uivEXT\0" 7453e64d31b9Smaya "glVertexAttribI2uiv\0" 7454e64d31b9Smaya "\0" 745596c5ddc4Srjs /* _mesa_function_pool[57615]: VertexAttribI3uivEXT (will be remapped) */ 7456e64d31b9Smaya "ip\0" 7457e64d31b9Smaya "glVertexAttribI3uivEXT\0" 7458e64d31b9Smaya "glVertexAttribI3uiv\0" 7459e64d31b9Smaya "\0" 746096c5ddc4Srjs /* _mesa_function_pool[57662]: VertexAttribI4uivEXT (will be remapped) */ 7461e64d31b9Smaya "ip\0" 7462e64d31b9Smaya "glVertexAttribI4uivEXT\0" 7463e64d31b9Smaya "glVertexAttribI4uiv\0" 7464e64d31b9Smaya "\0" 746596c5ddc4Srjs /* _mesa_function_pool[57709]: VertexAttribI4bv (will be remapped) */ 7466e64d31b9Smaya "ip\0" 7467e64d31b9Smaya "glVertexAttribI4bvEXT\0" 7468e64d31b9Smaya "glVertexAttribI4bv\0" 7469e64d31b9Smaya "\0" 747096c5ddc4Srjs /* _mesa_function_pool[57754]: VertexAttribI4sv (will be remapped) */ 7471e64d31b9Smaya "ip\0" 7472e64d31b9Smaya "glVertexAttribI4svEXT\0" 7473e64d31b9Smaya "glVertexAttribI4sv\0" 7474e64d31b9Smaya "\0" 747596c5ddc4Srjs /* _mesa_function_pool[57799]: VertexAttribI4ubv (will be remapped) */ 7476e64d31b9Smaya "ip\0" 7477e64d31b9Smaya "glVertexAttribI4ubvEXT\0" 7478e64d31b9Smaya "glVertexAttribI4ubv\0" 7479e64d31b9Smaya "\0" 748096c5ddc4Srjs /* _mesa_function_pool[57846]: VertexAttribI4usv (will be remapped) */ 7481e64d31b9Smaya "ip\0" 7482e64d31b9Smaya "glVertexAttribI4usvEXT\0" 7483e64d31b9Smaya "glVertexAttribI4usv\0" 7484e64d31b9Smaya "\0" 748596c5ddc4Srjs /* _mesa_function_pool[57893]: VertexAttribIPointer (will be remapped) */ 7486e64d31b9Smaya "iiiip\0" 7487e64d31b9Smaya "glVertexAttribIPointerEXT\0" 7488e64d31b9Smaya "glVertexAttribIPointer\0" 7489e64d31b9Smaya "\0" 749096c5ddc4Srjs /* _mesa_function_pool[57949]: GetVertexAttribIiv (will be remapped) */ 7491e64d31b9Smaya "iip\0" 7492e64d31b9Smaya "glGetVertexAttribIivEXT\0" 7493e64d31b9Smaya "glGetVertexAttribIiv\0" 7494e64d31b9Smaya "\0" 749596c5ddc4Srjs /* _mesa_function_pool[57999]: GetVertexAttribIuiv (will be remapped) */ 7496e64d31b9Smaya "iip\0" 7497e64d31b9Smaya "glGetVertexAttribIuivEXT\0" 7498e64d31b9Smaya "glGetVertexAttribIuiv\0" 7499e64d31b9Smaya "\0" 750096c5ddc4Srjs /* _mesa_function_pool[58051]: Uniform1ui (will be remapped) */ 7501e64d31b9Smaya "ii\0" 7502e64d31b9Smaya "glUniform1uiEXT\0" 7503e64d31b9Smaya "glUniform1ui\0" 7504e64d31b9Smaya "\0" 750596c5ddc4Srjs /* _mesa_function_pool[58084]: Uniform2ui (will be remapped) */ 7506e64d31b9Smaya "iii\0" 7507e64d31b9Smaya "glUniform2uiEXT\0" 7508e64d31b9Smaya "glUniform2ui\0" 7509e64d31b9Smaya "\0" 751096c5ddc4Srjs /* _mesa_function_pool[58118]: Uniform3ui (will be remapped) */ 7511e64d31b9Smaya "iiii\0" 7512e64d31b9Smaya "glUniform3uiEXT\0" 7513e64d31b9Smaya "glUniform3ui\0" 7514e64d31b9Smaya "\0" 751596c5ddc4Srjs /* _mesa_function_pool[58153]: Uniform4ui (will be remapped) */ 7516e64d31b9Smaya "iiiii\0" 7517e64d31b9Smaya "glUniform4uiEXT\0" 7518e64d31b9Smaya "glUniform4ui\0" 7519e64d31b9Smaya "\0" 752096c5ddc4Srjs /* _mesa_function_pool[58189]: Uniform1uiv (will be remapped) */ 7521e64d31b9Smaya "iip\0" 7522e64d31b9Smaya "glUniform1uivEXT\0" 7523e64d31b9Smaya "glUniform1uiv\0" 7524e64d31b9Smaya "\0" 752596c5ddc4Srjs /* _mesa_function_pool[58225]: Uniform2uiv (will be remapped) */ 7526e64d31b9Smaya "iip\0" 7527e64d31b9Smaya "glUniform2uivEXT\0" 7528e64d31b9Smaya "glUniform2uiv\0" 7529e64d31b9Smaya "\0" 753096c5ddc4Srjs /* _mesa_function_pool[58261]: Uniform3uiv (will be remapped) */ 7531e64d31b9Smaya "iip\0" 7532e64d31b9Smaya "glUniform3uivEXT\0" 7533e64d31b9Smaya "glUniform3uiv\0" 7534e64d31b9Smaya "\0" 753596c5ddc4Srjs /* _mesa_function_pool[58297]: Uniform4uiv (will be remapped) */ 7536e64d31b9Smaya "iip\0" 7537e64d31b9Smaya "glUniform4uivEXT\0" 7538e64d31b9Smaya "glUniform4uiv\0" 7539e64d31b9Smaya "\0" 754096c5ddc4Srjs /* _mesa_function_pool[58333]: GetUniformuiv (will be remapped) */ 7541e64d31b9Smaya "iip\0" 7542e64d31b9Smaya "glGetUniformuivEXT\0" 7543e64d31b9Smaya "glGetUniformuiv\0" 7544e64d31b9Smaya "\0" 754596c5ddc4Srjs /* _mesa_function_pool[58373]: BindFragDataLocation (will be remapped) */ 7546e64d31b9Smaya "iip\0" 7547e64d31b9Smaya "glBindFragDataLocationEXT\0" 7548e64d31b9Smaya "glBindFragDataLocation\0" 7549e64d31b9Smaya "\0" 755096c5ddc4Srjs /* _mesa_function_pool[58427]: GetFragDataLocation (will be remapped) */ 7551e64d31b9Smaya "ip\0" 7552e64d31b9Smaya "glGetFragDataLocationEXT\0" 7553e64d31b9Smaya "glGetFragDataLocation\0" 7554e64d31b9Smaya "\0" 755596c5ddc4Srjs /* _mesa_function_pool[58478]: ClearBufferiv (will be remapped) */ 7556e64d31b9Smaya "iip\0" 7557e64d31b9Smaya "glClearBufferiv\0" 7558e64d31b9Smaya "\0" 755996c5ddc4Srjs /* _mesa_function_pool[58499]: ClearBufferuiv (will be remapped) */ 7560e64d31b9Smaya "iip\0" 7561e64d31b9Smaya "glClearBufferuiv\0" 7562e64d31b9Smaya "\0" 756396c5ddc4Srjs /* _mesa_function_pool[58521]: ClearBufferfv (will be remapped) */ 7564e64d31b9Smaya "iip\0" 7565e64d31b9Smaya "glClearBufferfv\0" 7566e64d31b9Smaya "\0" 756796c5ddc4Srjs /* _mesa_function_pool[58542]: ClearBufferfi (will be remapped) */ 7568e64d31b9Smaya "iifi\0" 7569e64d31b9Smaya "glClearBufferfi\0" 7570e64d31b9Smaya "\0" 757196c5ddc4Srjs /* _mesa_function_pool[58564]: GetStringi (will be remapped) */ 7572e64d31b9Smaya "ii\0" 7573e64d31b9Smaya "glGetStringi\0" 7574e64d31b9Smaya "\0" 757596c5ddc4Srjs /* _mesa_function_pool[58581]: BeginTransformFeedback (will be remapped) */ 7576e64d31b9Smaya "i\0" 7577e64d31b9Smaya "glBeginTransformFeedback\0" 7578e64d31b9Smaya "glBeginTransformFeedbackEXT\0" 7579e64d31b9Smaya "\0" 758096c5ddc4Srjs /* _mesa_function_pool[58637]: EndTransformFeedback (will be remapped) */ 7581e64d31b9Smaya "\0" 7582e64d31b9Smaya "glEndTransformFeedback\0" 7583e64d31b9Smaya "glEndTransformFeedbackEXT\0" 7584e64d31b9Smaya "\0" 758596c5ddc4Srjs /* _mesa_function_pool[58688]: BindBufferRange (will be remapped) */ 7586e64d31b9Smaya "iiiii\0" 7587e64d31b9Smaya "glBindBufferRange\0" 7588e64d31b9Smaya "glBindBufferRangeEXT\0" 7589e64d31b9Smaya "\0" 759096c5ddc4Srjs /* _mesa_function_pool[58734]: BindBufferBase (will be remapped) */ 7591e64d31b9Smaya "iii\0" 7592e64d31b9Smaya "glBindBufferBase\0" 7593e64d31b9Smaya "glBindBufferBaseEXT\0" 7594e64d31b9Smaya "\0" 759596c5ddc4Srjs /* _mesa_function_pool[58776]: TransformFeedbackVaryings (will be remapped) */ 7596e64d31b9Smaya "iipi\0" 7597e64d31b9Smaya "glTransformFeedbackVaryings\0" 7598e64d31b9Smaya "glTransformFeedbackVaryingsEXT\0" 7599e64d31b9Smaya "\0" 760096c5ddc4Srjs /* _mesa_function_pool[58841]: GetTransformFeedbackVarying (will be remapped) */ 7601e64d31b9Smaya "iiipppp\0" 7602e64d31b9Smaya "glGetTransformFeedbackVarying\0" 7603e64d31b9Smaya "glGetTransformFeedbackVaryingEXT\0" 7604e64d31b9Smaya "\0" 760596c5ddc4Srjs /* _mesa_function_pool[58913]: BeginConditionalRender (will be remapped) */ 7606e64d31b9Smaya "ii\0" 7607e64d31b9Smaya "glBeginConditionalRender\0" 7608e64d31b9Smaya "glBeginConditionalRenderNV\0" 7609e64d31b9Smaya "\0" 761096c5ddc4Srjs /* _mesa_function_pool[58969]: EndConditionalRender (will be remapped) */ 7611e64d31b9Smaya "\0" 7612e64d31b9Smaya "glEndConditionalRender\0" 7613e64d31b9Smaya "glEndConditionalRenderNV\0" 7614e64d31b9Smaya "\0" 761596c5ddc4Srjs /* _mesa_function_pool[59019]: PrimitiveRestartIndex (will be remapped) */ 7616e64d31b9Smaya "i\0" 7617e64d31b9Smaya "glPrimitiveRestartIndex\0" 7618e64d31b9Smaya "glPrimitiveRestartIndexNV\0" 7619e64d31b9Smaya "\0" 762096c5ddc4Srjs /* _mesa_function_pool[59072]: GetInteger64i_v (will be remapped) */ 7621e64d31b9Smaya "iip\0" 7622e64d31b9Smaya "glGetInteger64i_v\0" 7623e64d31b9Smaya "\0" 762496c5ddc4Srjs /* _mesa_function_pool[59095]: GetBufferParameteri64v (will be remapped) */ 7625e64d31b9Smaya "iip\0" 7626e64d31b9Smaya "glGetBufferParameteri64v\0" 7627e64d31b9Smaya "\0" 762896c5ddc4Srjs /* _mesa_function_pool[59125]: FramebufferTexture (will be remapped) */ 7629e64d31b9Smaya "iiii\0" 7630e64d31b9Smaya "glFramebufferTexture\0" 7631e64d31b9Smaya "glFramebufferTextureEXT\0" 7632e64d31b9Smaya "glFramebufferTextureOES\0" 7633e64d31b9Smaya "\0" 763496c5ddc4Srjs /* _mesa_function_pool[59200]: PrimitiveRestartNV (will be remapped) */ 7635e64d31b9Smaya "\0" 7636e64d31b9Smaya "glPrimitiveRestartNV\0" 7637e64d31b9Smaya "\0" 763896c5ddc4Srjs /* _mesa_function_pool[59223]: BindBufferOffsetEXT (will be remapped) */ 7639e64d31b9Smaya "iiii\0" 7640e64d31b9Smaya "glBindBufferOffsetEXT\0" 7641e64d31b9Smaya "\0" 764296c5ddc4Srjs /* _mesa_function_pool[59251]: BindTransformFeedback (will be remapped) */ 7643e64d31b9Smaya "ii\0" 7644e64d31b9Smaya "glBindTransformFeedback\0" 7645e64d31b9Smaya "\0" 764696c5ddc4Srjs /* _mesa_function_pool[59279]: DeleteTransformFeedbacks (will be remapped) */ 7647e64d31b9Smaya "ip\0" 7648e64d31b9Smaya "glDeleteTransformFeedbacks\0" 7649e64d31b9Smaya "\0" 765096c5ddc4Srjs /* _mesa_function_pool[59310]: GenTransformFeedbacks (will be remapped) */ 7651e64d31b9Smaya "ip\0" 7652e64d31b9Smaya "glGenTransformFeedbacks\0" 7653e64d31b9Smaya "\0" 765496c5ddc4Srjs /* _mesa_function_pool[59338]: IsTransformFeedback (will be remapped) */ 7655e64d31b9Smaya "i\0" 7656e64d31b9Smaya "glIsTransformFeedback\0" 7657e64d31b9Smaya "\0" 765896c5ddc4Srjs /* _mesa_function_pool[59363]: PauseTransformFeedback (will be remapped) */ 7659e64d31b9Smaya "\0" 7660e64d31b9Smaya "glPauseTransformFeedback\0" 7661e64d31b9Smaya "\0" 766296c5ddc4Srjs /* _mesa_function_pool[59390]: ResumeTransformFeedback (will be remapped) */ 7663e64d31b9Smaya "\0" 7664e64d31b9Smaya "glResumeTransformFeedback\0" 7665e64d31b9Smaya "\0" 766696c5ddc4Srjs /* _mesa_function_pool[59418]: DrawTransformFeedback (will be remapped) */ 7667e64d31b9Smaya "ii\0" 7668e64d31b9Smaya "glDrawTransformFeedback\0" 7669e64d31b9Smaya "\0" 767096c5ddc4Srjs /* _mesa_function_pool[59446]: VDPAUInitNV (will be remapped) */ 7671e64d31b9Smaya "pp\0" 7672e64d31b9Smaya "glVDPAUInitNV\0" 7673e64d31b9Smaya "\0" 767496c5ddc4Srjs /* _mesa_function_pool[59464]: VDPAUFiniNV (will be remapped) */ 7675e64d31b9Smaya "\0" 7676e64d31b9Smaya "glVDPAUFiniNV\0" 7677e64d31b9Smaya "\0" 767896c5ddc4Srjs /* _mesa_function_pool[59480]: VDPAURegisterVideoSurfaceNV (will be remapped) */ 7679e64d31b9Smaya "piip\0" 7680e64d31b9Smaya "glVDPAURegisterVideoSurfaceNV\0" 7681e64d31b9Smaya "\0" 768296c5ddc4Srjs /* _mesa_function_pool[59516]: VDPAURegisterOutputSurfaceNV (will be remapped) */ 7683e64d31b9Smaya "piip\0" 7684e64d31b9Smaya "glVDPAURegisterOutputSurfaceNV\0" 7685e64d31b9Smaya "\0" 768696c5ddc4Srjs /* _mesa_function_pool[59553]: VDPAUIsSurfaceNV (will be remapped) */ 7687e64d31b9Smaya "i\0" 7688e64d31b9Smaya "glVDPAUIsSurfaceNV\0" 7689e64d31b9Smaya "\0" 769096c5ddc4Srjs /* _mesa_function_pool[59575]: VDPAUUnregisterSurfaceNV (will be remapped) */ 7691e64d31b9Smaya "i\0" 7692e64d31b9Smaya "glVDPAUUnregisterSurfaceNV\0" 7693e64d31b9Smaya "\0" 769496c5ddc4Srjs /* _mesa_function_pool[59605]: VDPAUGetSurfaceivNV (will be remapped) */ 7695e64d31b9Smaya "iiipp\0" 7696e64d31b9Smaya "glVDPAUGetSurfaceivNV\0" 7697e64d31b9Smaya "\0" 769896c5ddc4Srjs /* _mesa_function_pool[59634]: VDPAUSurfaceAccessNV (will be remapped) */ 7699e64d31b9Smaya "ii\0" 7700e64d31b9Smaya "glVDPAUSurfaceAccessNV\0" 7701e64d31b9Smaya "\0" 770296c5ddc4Srjs /* _mesa_function_pool[59661]: VDPAUMapSurfacesNV (will be remapped) */ 7703e64d31b9Smaya "ip\0" 7704e64d31b9Smaya "glVDPAUMapSurfacesNV\0" 7705e64d31b9Smaya "\0" 770696c5ddc4Srjs /* _mesa_function_pool[59686]: VDPAUUnmapSurfacesNV (will be remapped) */ 7707e64d31b9Smaya "ip\0" 7708e64d31b9Smaya "glVDPAUUnmapSurfacesNV\0" 7709e64d31b9Smaya "\0" 771096c5ddc4Srjs /* _mesa_function_pool[59713]: GetUnsignedBytevEXT (will be remapped) */ 7711e64d31b9Smaya "ip\0" 7712e64d31b9Smaya "glGetUnsignedBytevEXT\0" 7713e64d31b9Smaya "\0" 771496c5ddc4Srjs /* _mesa_function_pool[59739]: GetUnsignedBytei_vEXT (will be remapped) */ 7715e64d31b9Smaya "iip\0" 7716e64d31b9Smaya "glGetUnsignedBytei_vEXT\0" 7717e64d31b9Smaya "\0" 771896c5ddc4Srjs /* _mesa_function_pool[59768]: DeleteMemoryObjectsEXT (will be remapped) */ 7719e64d31b9Smaya "ip\0" 7720e64d31b9Smaya "glDeleteMemoryObjectsEXT\0" 7721e64d31b9Smaya "\0" 772296c5ddc4Srjs /* _mesa_function_pool[59797]: IsMemoryObjectEXT (will be remapped) */ 7723e64d31b9Smaya "i\0" 7724e64d31b9Smaya "glIsMemoryObjectEXT\0" 7725e64d31b9Smaya "\0" 772696c5ddc4Srjs /* _mesa_function_pool[59820]: CreateMemoryObjectsEXT (will be remapped) */ 7727e64d31b9Smaya "ip\0" 7728e64d31b9Smaya "glCreateMemoryObjectsEXT\0" 7729e64d31b9Smaya "\0" 773096c5ddc4Srjs /* _mesa_function_pool[59849]: MemoryObjectParameterivEXT (will be remapped) */ 7731e64d31b9Smaya "iip\0" 7732e64d31b9Smaya "glMemoryObjectParameterivEXT\0" 7733e64d31b9Smaya "\0" 773496c5ddc4Srjs /* _mesa_function_pool[59883]: GetMemoryObjectParameterivEXT (will be remapped) */ 7735e64d31b9Smaya "iip\0" 7736e64d31b9Smaya "glGetMemoryObjectParameterivEXT\0" 7737e64d31b9Smaya "\0" 773896c5ddc4Srjs /* _mesa_function_pool[59920]: TexStorageMem2DEXT (will be remapped) */ 7739e64d31b9Smaya "iiiiiii\0" 7740e64d31b9Smaya "glTexStorageMem2DEXT\0" 7741e64d31b9Smaya "\0" 774296c5ddc4Srjs /* _mesa_function_pool[59950]: TexStorageMem2DMultisampleEXT (will be remapped) */ 7743e64d31b9Smaya "iiiiiiii\0" 7744e64d31b9Smaya "glTexStorageMem2DMultisampleEXT\0" 7745e64d31b9Smaya "\0" 774696c5ddc4Srjs /* _mesa_function_pool[59992]: TexStorageMem3DEXT (will be remapped) */ 7747e64d31b9Smaya "iiiiiiii\0" 7748e64d31b9Smaya "glTexStorageMem3DEXT\0" 7749e64d31b9Smaya "\0" 775096c5ddc4Srjs /* _mesa_function_pool[60023]: TexStorageMem3DMultisampleEXT (will be remapped) */ 7751e64d31b9Smaya "iiiiiiiii\0" 7752e64d31b9Smaya "glTexStorageMem3DMultisampleEXT\0" 7753e64d31b9Smaya "\0" 775496c5ddc4Srjs /* _mesa_function_pool[60066]: BufferStorageMemEXT (will be remapped) */ 7755e64d31b9Smaya "iiii\0" 7756e64d31b9Smaya "glBufferStorageMemEXT\0" 7757e64d31b9Smaya "\0" 775896c5ddc4Srjs /* _mesa_function_pool[60094]: TextureStorageMem2DEXT (will be remapped) */ 7759e64d31b9Smaya "iiiiiii\0" 7760e64d31b9Smaya "glTextureStorageMem2DEXT\0" 7761e64d31b9Smaya "\0" 776296c5ddc4Srjs /* _mesa_function_pool[60128]: TextureStorageMem2DMultisampleEXT (will be remapped) */ 7763e64d31b9Smaya "iiiiiiii\0" 7764e64d31b9Smaya "glTextureStorageMem2DMultisampleEXT\0" 7765e64d31b9Smaya "\0" 776696c5ddc4Srjs /* _mesa_function_pool[60174]: TextureStorageMem3DEXT (will be remapped) */ 7767e64d31b9Smaya "iiiiiiii\0" 7768e64d31b9Smaya "glTextureStorageMem3DEXT\0" 7769e64d31b9Smaya "\0" 777096c5ddc4Srjs /* _mesa_function_pool[60209]: TextureStorageMem3DMultisampleEXT (will be remapped) */ 7771e64d31b9Smaya "iiiiiiiii\0" 7772e64d31b9Smaya "glTextureStorageMem3DMultisampleEXT\0" 7773e64d31b9Smaya "\0" 777496c5ddc4Srjs /* _mesa_function_pool[60256]: NamedBufferStorageMemEXT (will be remapped) */ 7775e64d31b9Smaya "iiii\0" 7776e64d31b9Smaya "glNamedBufferStorageMemEXT\0" 7777e64d31b9Smaya "\0" 777896c5ddc4Srjs /* _mesa_function_pool[60289]: TexStorageMem1DEXT (will be remapped) */ 7779e64d31b9Smaya "iiiiii\0" 7780e64d31b9Smaya "glTexStorageMem1DEXT\0" 7781e64d31b9Smaya "\0" 778296c5ddc4Srjs /* _mesa_function_pool[60318]: TextureStorageMem1DEXT (will be remapped) */ 7783e64d31b9Smaya "iiiiii\0" 7784e64d31b9Smaya "glTextureStorageMem1DEXT\0" 7785e64d31b9Smaya "\0" 778696c5ddc4Srjs /* _mesa_function_pool[60351]: GenSemaphoresEXT (will be remapped) */ 7787e64d31b9Smaya "ip\0" 7788e64d31b9Smaya "glGenSemaphoresEXT\0" 7789e64d31b9Smaya "\0" 779096c5ddc4Srjs /* _mesa_function_pool[60374]: DeleteSemaphoresEXT (will be remapped) */ 7791e64d31b9Smaya "ip\0" 7792e64d31b9Smaya "glDeleteSemaphoresEXT\0" 7793e64d31b9Smaya "\0" 779496c5ddc4Srjs /* _mesa_function_pool[60400]: IsSemaphoreEXT (will be remapped) */ 7795e64d31b9Smaya "i\0" 7796e64d31b9Smaya "glIsSemaphoreEXT\0" 7797e64d31b9Smaya "\0" 779896c5ddc4Srjs /* _mesa_function_pool[60420]: SemaphoreParameterui64vEXT (will be remapped) */ 7799e64d31b9Smaya "iip\0" 7800e64d31b9Smaya "glSemaphoreParameterui64vEXT\0" 7801e64d31b9Smaya "\0" 780296c5ddc4Srjs /* _mesa_function_pool[60454]: GetSemaphoreParameterui64vEXT (will be remapped) */ 7803e64d31b9Smaya "iip\0" 7804e64d31b9Smaya "glGetSemaphoreParameterui64vEXT\0" 7805e64d31b9Smaya "\0" 780696c5ddc4Srjs /* _mesa_function_pool[60491]: WaitSemaphoreEXT (will be remapped) */ 7807e64d31b9Smaya "iipipp\0" 7808e64d31b9Smaya "glWaitSemaphoreEXT\0" 7809e64d31b9Smaya "\0" 781096c5ddc4Srjs /* _mesa_function_pool[60518]: SignalSemaphoreEXT (will be remapped) */ 7811e64d31b9Smaya "iipipp\0" 7812e64d31b9Smaya "glSignalSemaphoreEXT\0" 7813e64d31b9Smaya "\0" 781496c5ddc4Srjs /* _mesa_function_pool[60547]: ImportMemoryFdEXT (will be remapped) */ 7815e64d31b9Smaya "iiii\0" 7816e64d31b9Smaya "glImportMemoryFdEXT\0" 7817e64d31b9Smaya "\0" 781896c5ddc4Srjs /* _mesa_function_pool[60573]: ImportSemaphoreFdEXT (will be remapped) */ 7819e64d31b9Smaya "iii\0" 7820e64d31b9Smaya "glImportSemaphoreFdEXT\0" 7821e64d31b9Smaya "\0" 782296c5ddc4Srjs /* _mesa_function_pool[60601]: ViewportSwizzleNV (will be remapped) */ 782396c5ddc4Srjs "iiiii\0" 782496c5ddc4Srjs "glViewportSwizzleNV\0" 782596c5ddc4Srjs "\0" 782696c5ddc4Srjs /* _mesa_function_pool[60628]: Vertex2hNV (will be remapped) */ 782796c5ddc4Srjs "dd\0" 782896c5ddc4Srjs "glVertex2hNV\0" 782996c5ddc4Srjs "\0" 783096c5ddc4Srjs /* _mesa_function_pool[60645]: Vertex2hvNV (will be remapped) */ 783196c5ddc4Srjs "p\0" 783296c5ddc4Srjs "glVertex2hvNV\0" 783396c5ddc4Srjs "\0" 783496c5ddc4Srjs /* _mesa_function_pool[60662]: Vertex3hNV (will be remapped) */ 783596c5ddc4Srjs "ddd\0" 783696c5ddc4Srjs "glVertex3hNV\0" 783796c5ddc4Srjs "\0" 783896c5ddc4Srjs /* _mesa_function_pool[60680]: Vertex3hvNV (will be remapped) */ 783996c5ddc4Srjs "p\0" 784096c5ddc4Srjs "glVertex3hvNV\0" 784196c5ddc4Srjs "\0" 784296c5ddc4Srjs /* _mesa_function_pool[60697]: Vertex4hNV (will be remapped) */ 784396c5ddc4Srjs "dddd\0" 784496c5ddc4Srjs "glVertex4hNV\0" 784596c5ddc4Srjs "\0" 784696c5ddc4Srjs /* _mesa_function_pool[60716]: Vertex4hvNV (will be remapped) */ 784796c5ddc4Srjs "p\0" 784896c5ddc4Srjs "glVertex4hvNV\0" 784996c5ddc4Srjs "\0" 785096c5ddc4Srjs /* _mesa_function_pool[60733]: Normal3hNV (will be remapped) */ 785196c5ddc4Srjs "ddd\0" 785296c5ddc4Srjs "glNormal3hNV\0" 785396c5ddc4Srjs "\0" 785496c5ddc4Srjs /* _mesa_function_pool[60751]: Normal3hvNV (will be remapped) */ 785596c5ddc4Srjs "p\0" 785696c5ddc4Srjs "glNormal3hvNV\0" 785796c5ddc4Srjs "\0" 785896c5ddc4Srjs /* _mesa_function_pool[60768]: Color3hNV (will be remapped) */ 785996c5ddc4Srjs "ddd\0" 786096c5ddc4Srjs "glColor3hNV\0" 786196c5ddc4Srjs "\0" 786296c5ddc4Srjs /* _mesa_function_pool[60785]: Color3hvNV (will be remapped) */ 786396c5ddc4Srjs "p\0" 786496c5ddc4Srjs "glColor3hvNV\0" 786596c5ddc4Srjs "\0" 786696c5ddc4Srjs /* _mesa_function_pool[60801]: Color4hNV (will be remapped) */ 786796c5ddc4Srjs "dddd\0" 786896c5ddc4Srjs "glColor4hNV\0" 786996c5ddc4Srjs "\0" 787096c5ddc4Srjs /* _mesa_function_pool[60819]: Color4hvNV (will be remapped) */ 787196c5ddc4Srjs "p\0" 787296c5ddc4Srjs "glColor4hvNV\0" 787396c5ddc4Srjs "\0" 787496c5ddc4Srjs /* _mesa_function_pool[60835]: TexCoord1hNV (will be remapped) */ 787596c5ddc4Srjs "d\0" 787696c5ddc4Srjs "glTexCoord1hNV\0" 787796c5ddc4Srjs "\0" 787896c5ddc4Srjs /* _mesa_function_pool[60853]: TexCoord1hvNV (will be remapped) */ 787996c5ddc4Srjs "p\0" 788096c5ddc4Srjs "glTexCoord1hvNV\0" 788196c5ddc4Srjs "\0" 788296c5ddc4Srjs /* _mesa_function_pool[60872]: TexCoord2hNV (will be remapped) */ 788396c5ddc4Srjs "dd\0" 788496c5ddc4Srjs "glTexCoord2hNV\0" 788596c5ddc4Srjs "\0" 788696c5ddc4Srjs /* _mesa_function_pool[60891]: TexCoord2hvNV (will be remapped) */ 788796c5ddc4Srjs "p\0" 788896c5ddc4Srjs "glTexCoord2hvNV\0" 788996c5ddc4Srjs "\0" 789096c5ddc4Srjs /* _mesa_function_pool[60910]: TexCoord3hNV (will be remapped) */ 789196c5ddc4Srjs "ddd\0" 789296c5ddc4Srjs "glTexCoord3hNV\0" 789396c5ddc4Srjs "\0" 789496c5ddc4Srjs /* _mesa_function_pool[60930]: TexCoord3hvNV (will be remapped) */ 789596c5ddc4Srjs "p\0" 789696c5ddc4Srjs "glTexCoord3hvNV\0" 789796c5ddc4Srjs "\0" 789896c5ddc4Srjs /* _mesa_function_pool[60949]: TexCoord4hNV (will be remapped) */ 789996c5ddc4Srjs "dddd\0" 790096c5ddc4Srjs "glTexCoord4hNV\0" 790196c5ddc4Srjs "\0" 790296c5ddc4Srjs /* _mesa_function_pool[60970]: TexCoord4hvNV (will be remapped) */ 790396c5ddc4Srjs "p\0" 790496c5ddc4Srjs "glTexCoord4hvNV\0" 790596c5ddc4Srjs "\0" 790696c5ddc4Srjs /* _mesa_function_pool[60989]: MultiTexCoord1hNV (will be remapped) */ 790796c5ddc4Srjs "id\0" 790896c5ddc4Srjs "glMultiTexCoord1hNV\0" 790996c5ddc4Srjs "\0" 791096c5ddc4Srjs /* _mesa_function_pool[61013]: MultiTexCoord1hvNV (will be remapped) */ 791196c5ddc4Srjs "ip\0" 791296c5ddc4Srjs "glMultiTexCoord1hvNV\0" 791396c5ddc4Srjs "\0" 791496c5ddc4Srjs /* _mesa_function_pool[61038]: MultiTexCoord2hNV (will be remapped) */ 791596c5ddc4Srjs "idd\0" 791696c5ddc4Srjs "glMultiTexCoord2hNV\0" 791796c5ddc4Srjs "\0" 791896c5ddc4Srjs /* _mesa_function_pool[61063]: MultiTexCoord2hvNV (will be remapped) */ 791996c5ddc4Srjs "ip\0" 792096c5ddc4Srjs "glMultiTexCoord2hvNV\0" 792196c5ddc4Srjs "\0" 792296c5ddc4Srjs /* _mesa_function_pool[61088]: MultiTexCoord3hNV (will be remapped) */ 792396c5ddc4Srjs "iddd\0" 792496c5ddc4Srjs "glMultiTexCoord3hNV\0" 792596c5ddc4Srjs "\0" 792696c5ddc4Srjs /* _mesa_function_pool[61114]: MultiTexCoord3hvNV (will be remapped) */ 792796c5ddc4Srjs "ip\0" 792896c5ddc4Srjs "glMultiTexCoord3hvNV\0" 792996c5ddc4Srjs "\0" 793096c5ddc4Srjs /* _mesa_function_pool[61139]: MultiTexCoord4hNV (will be remapped) */ 793196c5ddc4Srjs "idddd\0" 793296c5ddc4Srjs "glMultiTexCoord4hNV\0" 793396c5ddc4Srjs "\0" 793496c5ddc4Srjs /* _mesa_function_pool[61166]: MultiTexCoord4hvNV (will be remapped) */ 793596c5ddc4Srjs "ip\0" 793696c5ddc4Srjs "glMultiTexCoord4hvNV\0" 793796c5ddc4Srjs "\0" 793896c5ddc4Srjs /* _mesa_function_pool[61191]: VertexAttrib1hNV (will be remapped) */ 793996c5ddc4Srjs "id\0" 794096c5ddc4Srjs "glVertexAttrib1hNV\0" 794196c5ddc4Srjs "\0" 794296c5ddc4Srjs /* _mesa_function_pool[61214]: VertexAttrib1hvNV (will be remapped) */ 794396c5ddc4Srjs "ip\0" 794496c5ddc4Srjs "glVertexAttrib1hvNV\0" 794596c5ddc4Srjs "\0" 794696c5ddc4Srjs /* _mesa_function_pool[61238]: VertexAttrib2hNV (will be remapped) */ 794796c5ddc4Srjs "idd\0" 794896c5ddc4Srjs "glVertexAttrib2hNV\0" 794996c5ddc4Srjs "\0" 795096c5ddc4Srjs /* _mesa_function_pool[61262]: VertexAttrib2hvNV (will be remapped) */ 795196c5ddc4Srjs "ip\0" 795296c5ddc4Srjs "glVertexAttrib2hvNV\0" 795396c5ddc4Srjs "\0" 795496c5ddc4Srjs /* _mesa_function_pool[61286]: VertexAttrib3hNV (will be remapped) */ 795596c5ddc4Srjs "iddd\0" 795696c5ddc4Srjs "glVertexAttrib3hNV\0" 795796c5ddc4Srjs "\0" 795896c5ddc4Srjs /* _mesa_function_pool[61311]: VertexAttrib3hvNV (will be remapped) */ 795996c5ddc4Srjs "ip\0" 796096c5ddc4Srjs "glVertexAttrib3hvNV\0" 796196c5ddc4Srjs "\0" 796296c5ddc4Srjs /* _mesa_function_pool[61335]: VertexAttrib4hNV (will be remapped) */ 796396c5ddc4Srjs "idddd\0" 796496c5ddc4Srjs "glVertexAttrib4hNV\0" 796596c5ddc4Srjs "\0" 796696c5ddc4Srjs /* _mesa_function_pool[61361]: VertexAttrib4hvNV (will be remapped) */ 796796c5ddc4Srjs "ip\0" 796896c5ddc4Srjs "glVertexAttrib4hvNV\0" 796996c5ddc4Srjs "\0" 797096c5ddc4Srjs /* _mesa_function_pool[61385]: VertexAttribs1hvNV (will be remapped) */ 797196c5ddc4Srjs "iip\0" 797296c5ddc4Srjs "glVertexAttribs1hvNV\0" 797396c5ddc4Srjs "\0" 797496c5ddc4Srjs /* _mesa_function_pool[61411]: VertexAttribs2hvNV (will be remapped) */ 797596c5ddc4Srjs "iip\0" 797696c5ddc4Srjs "glVertexAttribs2hvNV\0" 797796c5ddc4Srjs "\0" 797896c5ddc4Srjs /* _mesa_function_pool[61437]: VertexAttribs3hvNV (will be remapped) */ 797996c5ddc4Srjs "iip\0" 798096c5ddc4Srjs "glVertexAttribs3hvNV\0" 798196c5ddc4Srjs "\0" 798296c5ddc4Srjs /* _mesa_function_pool[61463]: VertexAttribs4hvNV (will be remapped) */ 798396c5ddc4Srjs "iip\0" 798496c5ddc4Srjs "glVertexAttribs4hvNV\0" 798596c5ddc4Srjs "\0" 798696c5ddc4Srjs /* _mesa_function_pool[61489]: FogCoordhNV (will be remapped) */ 798796c5ddc4Srjs "d\0" 798896c5ddc4Srjs "glFogCoordhNV\0" 798996c5ddc4Srjs "\0" 799096c5ddc4Srjs /* _mesa_function_pool[61506]: FogCoordhvNV (will be remapped) */ 799196c5ddc4Srjs "p\0" 799296c5ddc4Srjs "glFogCoordhvNV\0" 799396c5ddc4Srjs "\0" 799496c5ddc4Srjs /* _mesa_function_pool[61524]: SecondaryColor3hNV (will be remapped) */ 799596c5ddc4Srjs "ddd\0" 799696c5ddc4Srjs "glSecondaryColor3hNV\0" 799796c5ddc4Srjs "\0" 799896c5ddc4Srjs /* _mesa_function_pool[61550]: SecondaryColor3hvNV (will be remapped) */ 799996c5ddc4Srjs "p\0" 800096c5ddc4Srjs "glSecondaryColor3hvNV\0" 800196c5ddc4Srjs "\0" 800296c5ddc4Srjs /* _mesa_function_pool[61575]: MemoryBarrierByRegion (will be remapped) */ 8003e64d31b9Smaya "i\0" 8004e64d31b9Smaya "glMemoryBarrierByRegion\0" 8005e64d31b9Smaya "\0" 800696c5ddc4Srjs /* _mesa_function_pool[61602]: AlphaFuncx (will be remapped) */ 8007e64d31b9Smaya "ii\0" 8008e64d31b9Smaya "glAlphaFuncxOES\0" 8009e64d31b9Smaya "glAlphaFuncx\0" 8010e64d31b9Smaya "\0" 801196c5ddc4Srjs /* _mesa_function_pool[61635]: ClearColorx (will be remapped) */ 8012e64d31b9Smaya "iiii\0" 8013e64d31b9Smaya "glClearColorxOES\0" 8014e64d31b9Smaya "glClearColorx\0" 8015e64d31b9Smaya "\0" 801696c5ddc4Srjs /* _mesa_function_pool[61672]: ClearDepthx (will be remapped) */ 8017e64d31b9Smaya "i\0" 8018e64d31b9Smaya "glClearDepthxOES\0" 8019e64d31b9Smaya "glClearDepthx\0" 8020e64d31b9Smaya "\0" 802196c5ddc4Srjs /* _mesa_function_pool[61706]: Color4x (will be remapped) */ 8022e64d31b9Smaya "iiii\0" 8023e64d31b9Smaya "glColor4xOES\0" 8024e64d31b9Smaya "glColor4x\0" 8025e64d31b9Smaya "\0" 802696c5ddc4Srjs /* _mesa_function_pool[61735]: DepthRangex (will be remapped) */ 8027e64d31b9Smaya "ii\0" 8028e64d31b9Smaya "glDepthRangexOES\0" 8029e64d31b9Smaya "glDepthRangex\0" 8030e64d31b9Smaya "\0" 803196c5ddc4Srjs /* _mesa_function_pool[61770]: Fogx (will be remapped) */ 8032e64d31b9Smaya "ii\0" 8033e64d31b9Smaya "glFogxOES\0" 8034e64d31b9Smaya "glFogx\0" 8035e64d31b9Smaya "\0" 803696c5ddc4Srjs /* _mesa_function_pool[61791]: Fogxv (will be remapped) */ 8037e64d31b9Smaya "ip\0" 8038e64d31b9Smaya "glFogxvOES\0" 8039e64d31b9Smaya "glFogxv\0" 8040e64d31b9Smaya "\0" 804196c5ddc4Srjs /* _mesa_function_pool[61814]: Frustumx (will be remapped) */ 8042e64d31b9Smaya "iiiiii\0" 8043e64d31b9Smaya "glFrustumxOES\0" 8044e64d31b9Smaya "glFrustumx\0" 8045e64d31b9Smaya "\0" 804696c5ddc4Srjs /* _mesa_function_pool[61847]: LightModelx (will be remapped) */ 8047e64d31b9Smaya "ii\0" 8048e64d31b9Smaya "glLightModelxOES\0" 8049e64d31b9Smaya "glLightModelx\0" 8050e64d31b9Smaya "\0" 805196c5ddc4Srjs /* _mesa_function_pool[61882]: LightModelxv (will be remapped) */ 8052e64d31b9Smaya "ip\0" 8053e64d31b9Smaya "glLightModelxvOES\0" 8054e64d31b9Smaya "glLightModelxv\0" 8055e64d31b9Smaya "\0" 805696c5ddc4Srjs /* _mesa_function_pool[61919]: Lightx (will be remapped) */ 8057e64d31b9Smaya "iii\0" 8058e64d31b9Smaya "glLightxOES\0" 8059e64d31b9Smaya "glLightx\0" 8060e64d31b9Smaya "\0" 806196c5ddc4Srjs /* _mesa_function_pool[61945]: Lightxv (will be remapped) */ 8062e64d31b9Smaya "iip\0" 8063e64d31b9Smaya "glLightxvOES\0" 8064e64d31b9Smaya "glLightxv\0" 8065e64d31b9Smaya "\0" 806696c5ddc4Srjs /* _mesa_function_pool[61973]: LineWidthx (will be remapped) */ 8067e64d31b9Smaya "i\0" 8068e64d31b9Smaya "glLineWidthxOES\0" 8069e64d31b9Smaya "glLineWidthx\0" 8070e64d31b9Smaya "\0" 807196c5ddc4Srjs /* _mesa_function_pool[62005]: LoadMatrixx (will be remapped) */ 8072e64d31b9Smaya "p\0" 8073e64d31b9Smaya "glLoadMatrixxOES\0" 8074e64d31b9Smaya "glLoadMatrixx\0" 8075e64d31b9Smaya "\0" 807696c5ddc4Srjs /* _mesa_function_pool[62039]: Materialx (will be remapped) */ 8077e64d31b9Smaya "iii\0" 8078e64d31b9Smaya "glMaterialxOES\0" 8079e64d31b9Smaya "glMaterialx\0" 8080e64d31b9Smaya "\0" 808196c5ddc4Srjs /* _mesa_function_pool[62071]: Materialxv (will be remapped) */ 8082e64d31b9Smaya "iip\0" 8083e64d31b9Smaya "glMaterialxvOES\0" 8084e64d31b9Smaya "glMaterialxv\0" 8085e64d31b9Smaya "\0" 808696c5ddc4Srjs /* _mesa_function_pool[62105]: MultMatrixx (will be remapped) */ 8087e64d31b9Smaya "p\0" 8088e64d31b9Smaya "glMultMatrixxOES\0" 8089e64d31b9Smaya "glMultMatrixx\0" 8090e64d31b9Smaya "\0" 809196c5ddc4Srjs /* _mesa_function_pool[62139]: MultiTexCoord4x (will be remapped) */ 8092e64d31b9Smaya "iiiii\0" 8093e64d31b9Smaya "glMultiTexCoord4xOES\0" 8094e64d31b9Smaya "glMultiTexCoord4x\0" 8095e64d31b9Smaya "\0" 809696c5ddc4Srjs /* _mesa_function_pool[62185]: Normal3x (will be remapped) */ 8097e64d31b9Smaya "iii\0" 8098e64d31b9Smaya "glNormal3xOES\0" 8099e64d31b9Smaya "glNormal3x\0" 8100e64d31b9Smaya "\0" 810196c5ddc4Srjs /* _mesa_function_pool[62215]: Orthox (will be remapped) */ 8102e64d31b9Smaya "iiiiii\0" 8103e64d31b9Smaya "glOrthoxOES\0" 8104e64d31b9Smaya "glOrthox\0" 8105e64d31b9Smaya "\0" 810696c5ddc4Srjs /* _mesa_function_pool[62244]: PointSizex (will be remapped) */ 8107e64d31b9Smaya "i\0" 8108e64d31b9Smaya "glPointSizexOES\0" 8109e64d31b9Smaya "glPointSizex\0" 8110e64d31b9Smaya "\0" 811196c5ddc4Srjs /* _mesa_function_pool[62276]: PolygonOffsetx (will be remapped) */ 8112e64d31b9Smaya "ii\0" 8113e64d31b9Smaya "glPolygonOffsetxOES\0" 8114e64d31b9Smaya "glPolygonOffsetx\0" 8115e64d31b9Smaya "\0" 811696c5ddc4Srjs /* _mesa_function_pool[62317]: Rotatex (will be remapped) */ 8117e64d31b9Smaya "iiii\0" 8118e64d31b9Smaya "glRotatexOES\0" 8119e64d31b9Smaya "glRotatex\0" 8120e64d31b9Smaya "\0" 812196c5ddc4Srjs /* _mesa_function_pool[62346]: SampleCoveragex (will be remapped) */ 8122e64d31b9Smaya "ii\0" 8123e64d31b9Smaya "glSampleCoveragexOES\0" 8124e64d31b9Smaya "glSampleCoveragex\0" 8125e64d31b9Smaya "\0" 812696c5ddc4Srjs /* _mesa_function_pool[62389]: Scalex (will be remapped) */ 8127e64d31b9Smaya "iii\0" 8128e64d31b9Smaya "glScalexOES\0" 8129e64d31b9Smaya "glScalex\0" 8130e64d31b9Smaya "\0" 813196c5ddc4Srjs /* _mesa_function_pool[62415]: TexEnvx (will be remapped) */ 8132e64d31b9Smaya "iii\0" 8133e64d31b9Smaya "glTexEnvxOES\0" 8134e64d31b9Smaya "glTexEnvx\0" 8135e64d31b9Smaya "\0" 813696c5ddc4Srjs /* _mesa_function_pool[62443]: TexEnvxv (will be remapped) */ 8137e64d31b9Smaya "iip\0" 8138e64d31b9Smaya "glTexEnvxvOES\0" 8139e64d31b9Smaya "glTexEnvxv\0" 8140e64d31b9Smaya "\0" 814196c5ddc4Srjs /* _mesa_function_pool[62473]: TexParameterx (will be remapped) */ 8142e64d31b9Smaya "iii\0" 8143e64d31b9Smaya "glTexParameterxOES\0" 8144e64d31b9Smaya "glTexParameterx\0" 8145e64d31b9Smaya "\0" 814696c5ddc4Srjs /* _mesa_function_pool[62513]: Translatex (will be remapped) */ 8147e64d31b9Smaya "iii\0" 8148e64d31b9Smaya "glTranslatexOES\0" 8149e64d31b9Smaya "glTranslatex\0" 8150e64d31b9Smaya "\0" 815196c5ddc4Srjs /* _mesa_function_pool[62547]: ClipPlanex (will be remapped) */ 8152e64d31b9Smaya "ip\0" 8153e64d31b9Smaya "glClipPlanexOES\0" 8154e64d31b9Smaya "glClipPlanex\0" 8155e64d31b9Smaya "\0" 815696c5ddc4Srjs /* _mesa_function_pool[62580]: GetClipPlanex (will be remapped) */ 8157e64d31b9Smaya "ip\0" 8158e64d31b9Smaya "glGetClipPlanexOES\0" 8159e64d31b9Smaya "glGetClipPlanex\0" 8160e64d31b9Smaya "\0" 816196c5ddc4Srjs /* _mesa_function_pool[62619]: GetFixedv (will be remapped) */ 8162e64d31b9Smaya "ip\0" 8163e64d31b9Smaya "glGetFixedvOES\0" 8164e64d31b9Smaya "glGetFixedv\0" 8165e64d31b9Smaya "\0" 816696c5ddc4Srjs /* _mesa_function_pool[62650]: GetLightxv (will be remapped) */ 8167e64d31b9Smaya "iip\0" 8168e64d31b9Smaya "glGetLightxvOES\0" 8169e64d31b9Smaya "glGetLightxv\0" 8170e64d31b9Smaya "\0" 817196c5ddc4Srjs /* _mesa_function_pool[62684]: GetMaterialxv (will be remapped) */ 8172e64d31b9Smaya "iip\0" 8173e64d31b9Smaya "glGetMaterialxvOES\0" 8174e64d31b9Smaya "glGetMaterialxv\0" 8175e64d31b9Smaya "\0" 817696c5ddc4Srjs /* _mesa_function_pool[62724]: GetTexEnvxv (will be remapped) */ 8177e64d31b9Smaya "iip\0" 8178e64d31b9Smaya "glGetTexEnvxvOES\0" 8179e64d31b9Smaya "glGetTexEnvxv\0" 8180e64d31b9Smaya "\0" 818196c5ddc4Srjs /* _mesa_function_pool[62760]: GetTexParameterxv (will be remapped) */ 8182e64d31b9Smaya "iip\0" 8183e64d31b9Smaya "glGetTexParameterxvOES\0" 8184e64d31b9Smaya "glGetTexParameterxv\0" 8185e64d31b9Smaya "\0" 818696c5ddc4Srjs /* _mesa_function_pool[62808]: PointParameterx (will be remapped) */ 8187e64d31b9Smaya "ii\0" 8188e64d31b9Smaya "glPointParameterxOES\0" 8189e64d31b9Smaya "glPointParameterx\0" 8190e64d31b9Smaya "\0" 819196c5ddc4Srjs /* _mesa_function_pool[62851]: PointParameterxv (will be remapped) */ 8192e64d31b9Smaya "ip\0" 8193e64d31b9Smaya "glPointParameterxvOES\0" 8194e64d31b9Smaya "glPointParameterxv\0" 8195e64d31b9Smaya "\0" 819696c5ddc4Srjs /* _mesa_function_pool[62896]: TexParameterxv (will be remapped) */ 8197e64d31b9Smaya "iip\0" 8198e64d31b9Smaya "glTexParameterxvOES\0" 8199e64d31b9Smaya "glTexParameterxv\0" 8200e64d31b9Smaya "\0" 820196c5ddc4Srjs /* _mesa_function_pool[62938]: GetTexGenxvOES (will be remapped) */ 8202e64d31b9Smaya "iip\0" 8203e64d31b9Smaya "glGetTexGenxvOES\0" 8204e64d31b9Smaya "\0" 820596c5ddc4Srjs /* _mesa_function_pool[62960]: TexGenxOES (will be remapped) */ 8206e64d31b9Smaya "iii\0" 8207e64d31b9Smaya "glTexGenxOES\0" 8208e64d31b9Smaya "\0" 820996c5ddc4Srjs /* _mesa_function_pool[62978]: TexGenxvOES (will be remapped) */ 8210e64d31b9Smaya "iip\0" 8211e64d31b9Smaya "glTexGenxvOES\0" 8212e64d31b9Smaya "\0" 821396c5ddc4Srjs /* _mesa_function_pool[62997]: ClipPlanef (will be remapped) */ 8214e64d31b9Smaya "ip\0" 8215e64d31b9Smaya "glClipPlanefOES\0" 8216e64d31b9Smaya "glClipPlanef\0" 8217e64d31b9Smaya "\0" 821896c5ddc4Srjs /* _mesa_function_pool[63030]: GetClipPlanef (will be remapped) */ 8219e64d31b9Smaya "ip\0" 8220e64d31b9Smaya "glGetClipPlanefOES\0" 8221e64d31b9Smaya "glGetClipPlanef\0" 8222e64d31b9Smaya "\0" 822396c5ddc4Srjs /* _mesa_function_pool[63069]: Frustumf (will be remapped) */ 8224e64d31b9Smaya "ffffff\0" 8225e64d31b9Smaya "glFrustumfOES\0" 8226e64d31b9Smaya "glFrustumf\0" 8227e64d31b9Smaya "\0" 822896c5ddc4Srjs /* _mesa_function_pool[63102]: Orthof (will be remapped) */ 8229e64d31b9Smaya "ffffff\0" 8230e64d31b9Smaya "glOrthofOES\0" 8231e64d31b9Smaya "glOrthof\0" 8232e64d31b9Smaya "\0" 823396c5ddc4Srjs /* _mesa_function_pool[63131]: DrawTexiOES (will be remapped) */ 8234e64d31b9Smaya "iiiii\0" 8235e64d31b9Smaya "glDrawTexiOES\0" 8236e64d31b9Smaya "\0" 823796c5ddc4Srjs /* _mesa_function_pool[63152]: DrawTexivOES (will be remapped) */ 8238e64d31b9Smaya "p\0" 8239e64d31b9Smaya "glDrawTexivOES\0" 8240e64d31b9Smaya "\0" 824196c5ddc4Srjs /* _mesa_function_pool[63170]: DrawTexfOES (will be remapped) */ 8242e64d31b9Smaya "fffff\0" 8243e64d31b9Smaya "glDrawTexfOES\0" 8244e64d31b9Smaya "\0" 824596c5ddc4Srjs /* _mesa_function_pool[63191]: DrawTexfvOES (will be remapped) */ 8246e64d31b9Smaya "p\0" 8247e64d31b9Smaya "glDrawTexfvOES\0" 8248e64d31b9Smaya "\0" 824996c5ddc4Srjs /* _mesa_function_pool[63209]: DrawTexsOES (will be remapped) */ 8250e64d31b9Smaya "iiiii\0" 8251e64d31b9Smaya "glDrawTexsOES\0" 8252e64d31b9Smaya "\0" 825396c5ddc4Srjs /* _mesa_function_pool[63230]: DrawTexsvOES (will be remapped) */ 8254e64d31b9Smaya "p\0" 8255e64d31b9Smaya "glDrawTexsvOES\0" 8256e64d31b9Smaya "\0" 825796c5ddc4Srjs /* _mesa_function_pool[63248]: DrawTexxOES (will be remapped) */ 8258e64d31b9Smaya "iiiii\0" 8259e64d31b9Smaya "glDrawTexxOES\0" 8260e64d31b9Smaya "\0" 826196c5ddc4Srjs /* _mesa_function_pool[63269]: DrawTexxvOES (will be remapped) */ 8262e64d31b9Smaya "p\0" 8263e64d31b9Smaya "glDrawTexxvOES\0" 8264e64d31b9Smaya "\0" 826596c5ddc4Srjs /* _mesa_function_pool[63287]: LoadPaletteFromModelViewMatrixOES (dynamic) */ 8266e64d31b9Smaya "\0" 8267e64d31b9Smaya "glLoadPaletteFromModelViewMatrixOES\0" 8268e64d31b9Smaya "\0" 826996c5ddc4Srjs /* _mesa_function_pool[63325]: PointSizePointerOES (will be remapped) */ 8270e64d31b9Smaya "iip\0" 8271e64d31b9Smaya "glPointSizePointerOES\0" 8272e64d31b9Smaya "\0" 827396c5ddc4Srjs /* _mesa_function_pool[63352]: QueryMatrixxOES (will be remapped) */ 8274e64d31b9Smaya "pp\0" 8275e64d31b9Smaya "glQueryMatrixxOES\0" 8276e64d31b9Smaya "\0" 827796c5ddc4Srjs /* _mesa_function_pool[63374]: DiscardFramebufferEXT (will be remapped) */ 8278e64d31b9Smaya "iip\0" 8279e64d31b9Smaya "glDiscardFramebufferEXT\0" 8280e64d31b9Smaya "\0" 828196c5ddc4Srjs /* _mesa_function_pool[63403]: FramebufferTexture2DMultisampleEXT (will be remapped) */ 8282e64d31b9Smaya "iiiiii\0" 8283e64d31b9Smaya "glFramebufferTexture2DMultisampleEXT\0" 8284e64d31b9Smaya "\0" 828596c5ddc4Srjs /* _mesa_function_pool[63448]: DepthRangeArrayfvOES (will be remapped) */ 8286e64d31b9Smaya "iip\0" 8287e64d31b9Smaya "glDepthRangeArrayfvOES\0" 8288e64d31b9Smaya "\0" 828996c5ddc4Srjs /* _mesa_function_pool[63476]: DepthRangeIndexedfOES (will be remapped) */ 8290e64d31b9Smaya "iff\0" 8291e64d31b9Smaya "glDepthRangeIndexedfOES\0" 8292e64d31b9Smaya "\0" 829396c5ddc4Srjs /* _mesa_function_pool[63505]: FramebufferParameteriMESA (will be remapped) */ 829496c5ddc4Srjs "iii\0" 829596c5ddc4Srjs "glFramebufferParameteriMESA\0" 829696c5ddc4Srjs "\0" 829796c5ddc4Srjs /* _mesa_function_pool[63538]: GetFramebufferParameterivMESA (will be remapped) */ 829896c5ddc4Srjs "iip\0" 829996c5ddc4Srjs "glGetFramebufferParameterivMESA\0" 830096c5ddc4Srjs "\0" 8301e64d31b9Smaya ; 8302e64d31b9Smaya 8303e64d31b9Smaya/* these functions need to be remapped */ 8304e64d31b9Smayastatic const struct gl_function_pool_remap MESA_remap_table_functions[] = { 8305e64d31b9Smaya { 10126, CompressedTexImage1D_remap_index }, 8306e64d31b9Smaya { 10067, CompressedTexImage2D_remap_index }, 8307e64d31b9Smaya { 9981, CompressedTexImage3D_remap_index }, 8308e64d31b9Smaya { 10347, CompressedTexSubImage1D_remap_index }, 8309e64d31b9Smaya { 10281, CompressedTexSubImage2D_remap_index }, 8310e64d31b9Smaya { 10184, CompressedTexSubImage3D_remap_index }, 8311e64d31b9Smaya { 10411, GetCompressedTexImage_remap_index }, 8312e64d31b9Smaya { 9784, LoadTransposeMatrixd_remap_index }, 8313e64d31b9Smaya { 9732, LoadTransposeMatrixf_remap_index }, 8314e64d31b9Smaya { 9888, MultTransposeMatrixd_remap_index }, 8315e64d31b9Smaya { 9836, MultTransposeMatrixf_remap_index }, 8316e64d31b9Smaya { 9940, SampleCoverage_remap_index }, 8317e64d31b9Smaya { 10467, BlendFuncSeparate_remap_index }, 8318e64d31b9Smaya { 10687, FogCoordPointer_remap_index }, 8319e64d31b9Smaya { 10625, FogCoordd_remap_index }, 8320e64d31b9Smaya { 10655, FogCoorddv_remap_index }, 8321e64d31b9Smaya { 10731, MultiDrawArrays_remap_index }, 8322e64d31b9Smaya { 10826, PointParameterf_remap_index }, 8323e64d31b9Smaya { 10912, PointParameterfv_remap_index }, 8324e64d31b9Smaya { 11002, PointParameteri_remap_index }, 8325e64d31b9Smaya { 11044, PointParameteriv_remap_index }, 8326e64d31b9Smaya { 11088, SecondaryColor3b_remap_index }, 8327e64d31b9Smaya { 11134, SecondaryColor3bv_remap_index }, 8328e64d31b9Smaya { 11180, SecondaryColor3d_remap_index }, 8329e64d31b9Smaya { 11226, SecondaryColor3dv_remap_index }, 8330e64d31b9Smaya { 11364, SecondaryColor3i_remap_index }, 8331e64d31b9Smaya { 11410, SecondaryColor3iv_remap_index }, 8332e64d31b9Smaya { 11456, SecondaryColor3s_remap_index }, 8333e64d31b9Smaya { 11502, SecondaryColor3sv_remap_index }, 8334e64d31b9Smaya { 11548, SecondaryColor3ub_remap_index }, 8335e64d31b9Smaya { 11596, SecondaryColor3ubv_remap_index }, 8336e64d31b9Smaya { 11644, SecondaryColor3ui_remap_index }, 8337e64d31b9Smaya { 11692, SecondaryColor3uiv_remap_index }, 8338e64d31b9Smaya { 11740, SecondaryColor3us_remap_index }, 8339e64d31b9Smaya { 11788, SecondaryColor3usv_remap_index }, 8340e64d31b9Smaya { 11836, SecondaryColorPointer_remap_index }, 8341e64d31b9Smaya { 11893, WindowPos2d_remap_index }, 8342e64d31b9Smaya { 11946, WindowPos2dv_remap_index }, 8343e64d31b9Smaya { 12001, WindowPos2f_remap_index }, 8344e64d31b9Smaya { 12054, WindowPos2fv_remap_index }, 8345e64d31b9Smaya { 12109, WindowPos2i_remap_index }, 8346e64d31b9Smaya { 12162, WindowPos2iv_remap_index }, 8347e64d31b9Smaya { 12217, WindowPos2s_remap_index }, 8348e64d31b9Smaya { 12270, WindowPos2sv_remap_index }, 8349e64d31b9Smaya { 12325, WindowPos3d_remap_index }, 8350e64d31b9Smaya { 12379, WindowPos3dv_remap_index }, 8351e64d31b9Smaya { 12434, WindowPos3f_remap_index }, 8352e64d31b9Smaya { 12488, WindowPos3fv_remap_index }, 8353e64d31b9Smaya { 12543, WindowPos3i_remap_index }, 8354e64d31b9Smaya { 12597, WindowPos3iv_remap_index }, 8355e64d31b9Smaya { 12652, WindowPos3s_remap_index }, 8356e64d31b9Smaya { 12706, WindowPos3sv_remap_index }, 8357e64d31b9Smaya { 13385, BeginQuery_remap_index }, 8358e64d31b9Smaya { 12761, BindBuffer_remap_index }, 8359e64d31b9Smaya { 12794, BufferData_remap_index }, 8360e64d31b9Smaya { 12829, BufferSubData_remap_index }, 8361e64d31b9Smaya { 12870, DeleteBuffers_remap_index }, 8362e64d31b9Smaya { 13288, DeleteQueries_remap_index }, 8363e64d31b9Smaya { 13434, EndQuery_remap_index }, 8364e64d31b9Smaya { 12909, GenBuffers_remap_index }, 8365e64d31b9Smaya { 13239, GenQueries_remap_index }, 8366e64d31b9Smaya { 12942, GetBufferParameteriv_remap_index }, 8367e64d31b9Smaya { 12996, GetBufferPointerv_remap_index }, 8368e64d31b9Smaya { 13067, GetBufferSubData_remap_index }, 8369e64d31b9Smaya { 13526, GetQueryObjectiv_remap_index }, 8370e64d31b9Smaya { 13594, GetQueryObjectuiv_remap_index }, 8371e64d31b9Smaya { 13476, GetQueryiv_remap_index }, 8372e64d31b9Smaya { 13114, IsBuffer_remap_index }, 8373e64d31b9Smaya { 13346, IsQuery_remap_index }, 8374e64d31b9Smaya { 13142, MapBuffer_remap_index }, 8375e64d31b9Smaya { 13188, UnmapBuffer_remap_index }, 8376e64d31b9Smaya { 13962, AttachShader_remap_index }, 8377e64d31b9Smaya { 13981, BindAttribLocation_remap_index }, 8378e64d31b9Smaya { 13665, BlendEquationSeparate_remap_index }, 8379e64d31b9Smaya { 14031, CompileShader_remap_index }, 8380e64d31b9Smaya { 14069, CreateProgram_remap_index }, 8381e64d31b9Smaya { 14087, CreateShader_remap_index }, 8382e64d31b9Smaya { 14105, DeleteProgram_remap_index }, 8383e64d31b9Smaya { 14124, DeleteShader_remap_index }, 8384e64d31b9Smaya { 14142, DetachShader_remap_index }, 8385e64d31b9Smaya { 14161, DisableVertexAttribArray_remap_index }, 8386e64d31b9Smaya { 13774, DrawBuffers_remap_index }, 8387e64d31b9Smaya { 14221, EnableVertexAttribArray_remap_index }, 8388e64d31b9Smaya { 14279, GetActiveAttrib_remap_index }, 8389e64d31b9Smaya { 14327, GetActiveUniform_remap_index }, 8390e64d31b9Smaya { 14377, GetAttachedShaders_remap_index }, 8391e64d31b9Smaya { 14404, GetAttribLocation_remap_index }, 8392e64d31b9Smaya { 14471, GetProgramInfoLog_remap_index }, 8393e64d31b9Smaya { 14451, GetProgramiv_remap_index }, 8394e64d31b9Smaya { 14516, GetShaderInfoLog_remap_index }, 8395e64d31b9Smaya { 14541, GetShaderSource_remap_index }, 8396e64d31b9Smaya { 14497, GetShaderiv_remap_index }, 8397e64d31b9Smaya { 14586, GetUniformLocation_remap_index }, 8398e64d31b9Smaya { 14635, GetUniformfv_remap_index }, 8399e64d31b9Smaya { 14673, GetUniformiv_remap_index }, 8400e64d31b9Smaya { 14855, GetVertexAttribPointerv_remap_index }, 8401e64d31b9Smaya { 14711, GetVertexAttribdv_remap_index }, 8402e64d31b9Smaya { 14759, GetVertexAttribfv_remap_index }, 8403e64d31b9Smaya { 14807, GetVertexAttribiv_remap_index }, 8404e64d31b9Smaya { 14943, IsProgram_remap_index }, 8405e64d31b9Smaya { 14958, IsShader_remap_index }, 8406e64d31b9Smaya { 14972, LinkProgram_remap_index }, 8407e64d31b9Smaya { 15006, ShaderSource_remap_index }, 8408e64d31b9Smaya { 13859, StencilFuncSeparate_remap_index }, 8409e64d31b9Smaya { 13936, StencilMaskSeparate_remap_index }, 8410e64d31b9Smaya { 13887, StencilOpSeparate_remap_index }, 8411e64d31b9Smaya { 15083, Uniform1f_remap_index }, 8412e64d31b9Smaya { 15343, Uniform1fv_remap_index }, 8413e64d31b9Smaya { 15213, Uniform1i_remap_index }, 8414e64d31b9Smaya { 15479, Uniform1iv_remap_index }, 8415e64d31b9Smaya { 15114, Uniform2f_remap_index }, 8416e64d31b9Smaya { 15377, Uniform2fv_remap_index }, 8417e64d31b9Smaya { 15244, Uniform2i_remap_index }, 8418e64d31b9Smaya { 15513, Uniform2iv_remap_index }, 8419e64d31b9Smaya { 15146, Uniform3f_remap_index }, 8420e64d31b9Smaya { 15411, Uniform3fv_remap_index }, 8421e64d31b9Smaya { 15276, Uniform3i_remap_index }, 8422e64d31b9Smaya { 15547, Uniform3iv_remap_index }, 8423e64d31b9Smaya { 15179, Uniform4f_remap_index }, 8424e64d31b9Smaya { 15445, Uniform4fv_remap_index }, 8425e64d31b9Smaya { 15309, Uniform4i_remap_index }, 8426e64d31b9Smaya { 15581, Uniform4iv_remap_index }, 8427e64d31b9Smaya { 15615, UniformMatrix2fv_remap_index }, 8428e64d31b9Smaya { 15662, UniformMatrix3fv_remap_index }, 8429e64d31b9Smaya { 15709, UniformMatrix4fv_remap_index }, 8430e64d31b9Smaya { 15045, UseProgram_remap_index }, 8431e64d31b9Smaya { 15756, ValidateProgram_remap_index }, 8432e64d31b9Smaya { 15798, VertexAttrib1d_remap_index }, 8433e64d31b9Smaya { 15839, VertexAttrib1dv_remap_index }, 8434e64d31b9Smaya { 15966, VertexAttrib1s_remap_index }, 8435e64d31b9Smaya { 16007, VertexAttrib1sv_remap_index }, 8436e64d31b9Smaya { 16050, VertexAttrib2d_remap_index }, 8437e64d31b9Smaya { 16092, VertexAttrib2dv_remap_index }, 8438e64d31b9Smaya { 16220, VertexAttrib2s_remap_index }, 8439e64d31b9Smaya { 16262, VertexAttrib2sv_remap_index }, 8440e64d31b9Smaya { 16305, VertexAttrib3d_remap_index }, 8441e64d31b9Smaya { 16348, VertexAttrib3dv_remap_index }, 8442e64d31b9Smaya { 16477, VertexAttrib3s_remap_index }, 8443e64d31b9Smaya { 16520, VertexAttrib3sv_remap_index }, 8444e64d31b9Smaya { 16563, VertexAttrib4Nbv_remap_index }, 8445e64d31b9Smaya { 16608, VertexAttrib4Niv_remap_index }, 8446e64d31b9Smaya { 16653, VertexAttrib4Nsv_remap_index }, 8447e64d31b9Smaya { 16698, VertexAttrib4Nub_remap_index }, 8448e64d31b9Smaya { 16746, VertexAttrib4Nubv_remap_index }, 8449e64d31b9Smaya { 16793, VertexAttrib4Nuiv_remap_index }, 8450e64d31b9Smaya { 16840, VertexAttrib4Nusv_remap_index }, 8451e64d31b9Smaya { 16887, VertexAttrib4bv_remap_index }, 8452e64d31b9Smaya { 16930, VertexAttrib4d_remap_index }, 8453e64d31b9Smaya { 16974, VertexAttrib4dv_remap_index }, 8454e64d31b9Smaya { 17104, VertexAttrib4iv_remap_index }, 8455e64d31b9Smaya { 17147, VertexAttrib4s_remap_index }, 8456e64d31b9Smaya { 17191, VertexAttrib4sv_remap_index }, 8457e64d31b9Smaya { 17234, VertexAttrib4ubv_remap_index }, 8458e64d31b9Smaya { 17279, VertexAttrib4uiv_remap_index }, 8459e64d31b9Smaya { 17324, VertexAttrib4usv_remap_index }, 8460e64d31b9Smaya { 17369, VertexAttribPointer_remap_index }, 8461e64d31b9Smaya { 17424, UniformMatrix2x3fv_remap_index }, 8462e64d31b9Smaya { 17478, UniformMatrix2x4fv_remap_index }, 8463e64d31b9Smaya { 17451, UniformMatrix3x2fv_remap_index }, 8464e64d31b9Smaya { 17532, UniformMatrix3x4fv_remap_index }, 8465e64d31b9Smaya { 17505, UniformMatrix4x2fv_remap_index }, 8466e64d31b9Smaya { 17559, UniformMatrix4x3fv_remap_index }, 846796c5ddc4Srjs { 58913, BeginConditionalRender_remap_index }, 846896c5ddc4Srjs { 58581, BeginTransformFeedback_remap_index }, 846996c5ddc4Srjs { 58734, BindBufferBase_remap_index }, 847096c5ddc4Srjs { 58688, BindBufferRange_remap_index }, 847196c5ddc4Srjs { 58373, BindFragDataLocation_remap_index }, 8472e64d31b9Smaya { 18971, ClampColor_remap_index }, 847396c5ddc4Srjs { 58542, ClearBufferfi_remap_index }, 847496c5ddc4Srjs { 58521, ClearBufferfv_remap_index }, 847596c5ddc4Srjs { 58478, ClearBufferiv_remap_index }, 847696c5ddc4Srjs { 58499, ClearBufferuiv_remap_index }, 847796c5ddc4Srjs { 49163, ColorMaski_remap_index }, 847896c5ddc4Srjs { 49386, Disablei_remap_index }, 847996c5ddc4Srjs { 49327, Enablei_remap_index }, 848096c5ddc4Srjs { 58969, EndConditionalRender_remap_index }, 848196c5ddc4Srjs { 58637, EndTransformFeedback_remap_index }, 848296c5ddc4Srjs { 49237, GetBooleani_v_remap_index }, 848396c5ddc4Srjs { 58427, GetFragDataLocation_remap_index }, 848496c5ddc4Srjs { 49282, GetIntegeri_v_remap_index }, 848596c5ddc4Srjs { 58564, GetStringi_remap_index }, 848696c5ddc4Srjs { 56826, GetTexParameterIiv_remap_index }, 848796c5ddc4Srjs { 56900, GetTexParameterIuiv_remap_index }, 848896c5ddc4Srjs { 58841, GetTransformFeedbackVarying_remap_index }, 848996c5ddc4Srjs { 58333, GetUniformuiv_remap_index }, 849096c5ddc4Srjs { 57949, GetVertexAttribIiv_remap_index }, 849196c5ddc4Srjs { 57999, GetVertexAttribIuiv_remap_index }, 849296c5ddc4Srjs { 49449, IsEnabledi_remap_index }, 849396c5ddc4Srjs { 56693, TexParameterIiv_remap_index }, 849496c5ddc4Srjs { 56758, TexParameterIuiv_remap_index }, 849596c5ddc4Srjs { 58776, TransformFeedbackVaryings_remap_index }, 849696c5ddc4Srjs { 58051, Uniform1ui_remap_index }, 849796c5ddc4Srjs { 58189, Uniform1uiv_remap_index }, 849896c5ddc4Srjs { 58084, Uniform2ui_remap_index }, 849996c5ddc4Srjs { 58225, Uniform2uiv_remap_index }, 850096c5ddc4Srjs { 58118, Uniform3ui_remap_index }, 850196c5ddc4Srjs { 58261, Uniform3uiv_remap_index }, 850296c5ddc4Srjs { 58153, Uniform4ui_remap_index }, 850396c5ddc4Srjs { 58297, Uniform4uiv_remap_index }, 850496c5ddc4Srjs { 57341, VertexAttribI1iv_remap_index }, 850596c5ddc4Srjs { 57521, VertexAttribI1uiv_remap_index }, 850696c5ddc4Srjs { 57709, VertexAttribI4bv_remap_index }, 850796c5ddc4Srjs { 57754, VertexAttribI4sv_remap_index }, 850896c5ddc4Srjs { 57799, VertexAttribI4ubv_remap_index }, 850996c5ddc4Srjs { 57846, VertexAttribI4usv_remap_index }, 851096c5ddc4Srjs { 57893, VertexAttribIPointer_remap_index }, 851196c5ddc4Srjs { 59019, PrimitiveRestartIndex_remap_index }, 851296c5ddc4Srjs { 20791, TexBuffer_remap_index }, 851396c5ddc4Srjs { 59125, FramebufferTexture_remap_index }, 851496c5ddc4Srjs { 59095, GetBufferParameteri64v_remap_index }, 851596c5ddc4Srjs { 59072, GetInteger64i_v_remap_index }, 8516e64d31b9Smaya { 20598, VertexAttribDivisor_remap_index }, 851796c5ddc4Srjs { 22358, MinSampleShading_remap_index }, 851896c5ddc4Srjs { 61575, MemoryBarrierByRegion_remap_index }, 8519e64d31b9Smaya { 18003, BindProgramARB_remap_index }, 8520e64d31b9Smaya { 18040, DeleteProgramsARB_remap_index }, 8521e64d31b9Smaya { 18083, GenProgramsARB_remap_index }, 8522e64d31b9Smaya { 18526, GetProgramEnvParameterdvARB_remap_index }, 8523e64d31b9Smaya { 18561, GetProgramEnvParameterfvARB_remap_index }, 8524e64d31b9Smaya { 18596, GetProgramLocalParameterdvARB_remap_index }, 8525e64d31b9Smaya { 18633, GetProgramLocalParameterfvARB_remap_index }, 8526e64d31b9Smaya { 18693, GetProgramStringARB_remap_index }, 8527e64d31b9Smaya { 18670, GetProgramivARB_remap_index }, 8528e64d31b9Smaya { 18120, IsProgramARB_remap_index }, 8529e64d31b9Smaya { 18152, ProgramEnvParameter4dARB_remap_index }, 8530e64d31b9Smaya { 18210, ProgramEnvParameter4dvARB_remap_index }, 8531e64d31b9Smaya { 18267, ProgramEnvParameter4fARB_remap_index }, 8532e64d31b9Smaya { 18325, ProgramEnvParameter4fvARB_remap_index }, 8533e64d31b9Smaya { 18382, ProgramLocalParameter4dARB_remap_index }, 8534e64d31b9Smaya { 18419, ProgramLocalParameter4dvARB_remap_index }, 8535e64d31b9Smaya { 18454, ProgramLocalParameter4fARB_remap_index }, 8536e64d31b9Smaya { 18491, ProgramLocalParameter4fvARB_remap_index }, 8537e64d31b9Smaya { 17978, ProgramStringARB_remap_index }, 8538e64d31b9Smaya { 15882, VertexAttrib1fARB_remap_index }, 8539e64d31b9Smaya { 15923, VertexAttrib1fvARB_remap_index }, 8540e64d31b9Smaya { 16135, VertexAttrib2fARB_remap_index }, 8541e64d31b9Smaya { 16177, VertexAttrib2fvARB_remap_index }, 8542e64d31b9Smaya { 16391, VertexAttrib3fARB_remap_index }, 8543e64d31b9Smaya { 16434, VertexAttrib3fvARB_remap_index }, 8544e64d31b9Smaya { 17017, VertexAttrib4fARB_remap_index }, 8545e64d31b9Smaya { 17061, VertexAttrib4fvARB_remap_index }, 8546e64d31b9Smaya { 18835, AttachObjectARB_remap_index }, 8547e64d31b9Smaya { 18808, CreateProgramObjectARB_remap_index }, 8548e64d31b9Smaya { 18781, CreateShaderObjectARB_remap_index }, 8549e64d31b9Smaya { 18720, DeleteObjectARB_remap_index }, 8550e64d31b9Smaya { 18759, DetachObjectARB_remap_index }, 8551e64d31b9Smaya { 18941, GetAttachedObjectsARB_remap_index }, 8552e64d31b9Smaya { 18741, GetHandleARB_remap_index }, 8553e64d31b9Smaya { 18919, GetInfoLogARB_remap_index }, 8554e64d31b9Smaya { 18857, GetObjectParameterfvARB_remap_index }, 8555e64d31b9Smaya { 18888, GetObjectParameterivARB_remap_index }, 8556e64d31b9Smaya { 19004, DrawArraysInstancedARB_remap_index }, 8557e64d31b9Smaya { 19082, DrawElementsInstancedARB_remap_index }, 8558e64d31b9Smaya { 19724, BindFramebuffer_remap_index }, 8559e64d31b9Smaya { 19227, BindRenderbuffer_remap_index }, 8560e64d31b9Smaya { 20487, BlitFramebuffer_remap_index }, 8561e64d31b9Smaya { 19904, CheckFramebufferStatus_remap_index }, 8562e64d31b9Smaya { 19767, DeleteFramebuffers_remap_index }, 8563e64d31b9Smaya { 19272, DeleteRenderbuffers_remap_index }, 8564e64d31b9Smaya { 20271, FramebufferRenderbuffer_remap_index }, 8565e64d31b9Smaya { 19988, FramebufferTexture1D_remap_index }, 8566e64d31b9Smaya { 20044, FramebufferTexture2D_remap_index }, 8567e64d31b9Smaya { 20126, FramebufferTexture3D_remap_index }, 8568e64d31b9Smaya { 20209, FramebufferTextureLayer_remap_index }, 8569e64d31b9Smaya { 19840, GenFramebuffers_remap_index }, 8570e64d31b9Smaya { 19348, GenRenderbuffers_remap_index }, 8571e64d31b9Smaya { 20538, GenerateMipmap_remap_index }, 8572e64d31b9Smaya { 20361, GetFramebufferAttachmentParameteriv_remap_index }, 8573e64d31b9Smaya { 19569, GetRenderbufferParameteriv_remap_index }, 8574e64d31b9Smaya { 19667, IsFramebuffer_remap_index }, 8575e64d31b9Smaya { 19167, IsRenderbuffer_remap_index }, 8576e64d31b9Smaya { 19415, RenderbufferStorage_remap_index }, 8577e64d31b9Smaya { 19493, RenderbufferStorageMultisample_remap_index }, 857896c5ddc4Srjs { 20733, FlushMappedBufferRange_remap_index }, 857996c5ddc4Srjs { 20690, MapBufferRange_remap_index }, 858096c5ddc4Srjs { 20853, BindVertexArray_remap_index }, 858196c5ddc4Srjs { 20895, DeleteVertexArrays_remap_index }, 858296c5ddc4Srjs { 20944, GenVertexArrays_remap_index }, 858396c5ddc4Srjs { 20987, IsVertexArray_remap_index }, 858496c5ddc4Srjs { 21169, GetActiveUniformBlockName_remap_index }, 858596c5ddc4Srjs { 21137, GetActiveUniformBlockiv_remap_index }, 858696c5ddc4Srjs { 21080, GetActiveUniformName_remap_index }, 858796c5ddc4Srjs { 21051, GetActiveUniformsiv_remap_index }, 858896c5ddc4Srjs { 21110, GetUniformBlockIndex_remap_index }, 858996c5ddc4Srjs { 21025, GetUniformIndices_remap_index }, 859096c5ddc4Srjs { 21204, UniformBlockBinding_remap_index }, 859196c5ddc4Srjs { 21231, CopyBufferSubData_remap_index }, 859296c5ddc4Srjs { 21682, ClientWaitSync_remap_index }, 859396c5ddc4Srjs { 21666, DeleteSync_remap_index }, 859496c5ddc4Srjs { 21638, FenceSync_remap_index }, 859596c5ddc4Srjs { 21720, GetInteger64v_remap_index }, 859696c5ddc4Srjs { 21759, GetSynciv_remap_index }, 859796c5ddc4Srjs { 21654, IsSync_remap_index }, 859896c5ddc4Srjs { 21704, WaitSync_remap_index }, 859996c5ddc4Srjs { 21258, DrawElementsBaseVertex_remap_index }, 860096c5ddc4Srjs { 21522, DrawElementsInstancedBaseVertex_remap_index }, 860196c5ddc4Srjs { 21346, DrawRangeElementsBaseVertex_remap_index }, 860296c5ddc4Srjs { 21451, MultiDrawElementsBaseVertex_remap_index }, 860396c5ddc4Srjs { 49121, ProvokingVertex_remap_index }, 860496c5ddc4Srjs { 21843, GetMultisamplefv_remap_index }, 860596c5ddc4Srjs { 21867, SampleMaski_remap_index }, 860696c5ddc4Srjs { 21778, TexImage2DMultisample_remap_index }, 860796c5ddc4Srjs { 21810, TexImage3DMultisample_remap_index }, 860896c5ddc4Srjs { 21992, BlendEquationSeparateiARB_remap_index }, 860996c5ddc4Srjs { 21885, BlendEquationiARB_remap_index }, 861096c5ddc4Srjs { 22228, BlendFuncSeparateiARB_remap_index }, 861196c5ddc4Srjs { 22140, BlendFunciARB_remap_index }, 861296c5ddc4Srjs { 22585, BindFragDataLocationIndexed_remap_index }, 861396c5ddc4Srjs { 22654, GetFragDataIndex_remap_index }, 861496c5ddc4Srjs { 22753, BindSampler_remap_index }, 861596c5ddc4Srjs { 22717, DeleteSamplers_remap_index }, 861696c5ddc4Srjs { 22699, GenSamplers_remap_index }, 861796c5ddc4Srjs { 23088, GetSamplerParameterIiv_remap_index }, 861896c5ddc4Srjs { 23174, GetSamplerParameterIuiv_remap_index }, 861996c5ddc4Srjs { 23059, GetSamplerParameterfv_remap_index }, 862096c5ddc4Srjs { 23030, GetSamplerParameteriv_remap_index }, 862196c5ddc4Srjs { 22738, IsSampler_remap_index }, 862296c5ddc4Srjs { 22873, SamplerParameterIiv_remap_index }, 862396c5ddc4Srjs { 22950, SamplerParameterIuiv_remap_index }, 862496c5ddc4Srjs { 22796, SamplerParameterf_remap_index }, 862596c5ddc4Srjs { 22847, SamplerParameterfv_remap_index }, 862696c5ddc4Srjs { 22771, SamplerParameteri_remap_index }, 862796c5ddc4Srjs { 22821, SamplerParameteriv_remap_index }, 862896c5ddc4Srjs { 23263, GetQueryObjecti64v_remap_index }, 862996c5ddc4Srjs { 23313, GetQueryObjectui64v_remap_index }, 863096c5ddc4Srjs { 23365, QueryCounter_remap_index }, 863196c5ddc4Srjs { 23902, ColorP3ui_remap_index }, 863296c5ddc4Srjs { 23934, ColorP3uiv_remap_index }, 863396c5ddc4Srjs { 23918, ColorP4ui_remap_index }, 863496c5ddc4Srjs { 23951, ColorP4uiv_remap_index }, 863596c5ddc4Srjs { 23663, MultiTexCoordP1ui_remap_index }, 863696c5ddc4Srjs { 23763, MultiTexCoordP1uiv_remap_index }, 863796c5ddc4Srjs { 23688, MultiTexCoordP2ui_remap_index }, 863896c5ddc4Srjs { 23789, MultiTexCoordP2uiv_remap_index }, 863996c5ddc4Srjs { 23713, MultiTexCoordP3ui_remap_index }, 864096c5ddc4Srjs { 23815, MultiTexCoordP3uiv_remap_index }, 864196c5ddc4Srjs { 23738, MultiTexCoordP4ui_remap_index }, 864296c5ddc4Srjs { 23841, MultiTexCoordP4uiv_remap_index }, 864396c5ddc4Srjs { 23867, NormalP3ui_remap_index }, 864496c5ddc4Srjs { 23884, NormalP3uiv_remap_index }, 864596c5ddc4Srjs { 23968, SecondaryColorP3ui_remap_index }, 864696c5ddc4Srjs { 23993, SecondaryColorP3uiv_remap_index }, 864796c5ddc4Srjs { 23507, TexCoordP1ui_remap_index }, 864896c5ddc4Srjs { 23583, TexCoordP1uiv_remap_index }, 864996c5ddc4Srjs { 23526, TexCoordP2ui_remap_index }, 865096c5ddc4Srjs { 23603, TexCoordP2uiv_remap_index }, 865196c5ddc4Srjs { 23545, TexCoordP3ui_remap_index }, 865296c5ddc4Srjs { 23623, TexCoordP3uiv_remap_index }, 865396c5ddc4Srjs { 23564, TexCoordP4ui_remap_index }, 865496c5ddc4Srjs { 23643, TexCoordP4uiv_remap_index }, 865596c5ddc4Srjs { 24019, VertexAttribP1ui_remap_index }, 865696c5ddc4Srjs { 24119, VertexAttribP1uiv_remap_index }, 865796c5ddc4Srjs { 24044, VertexAttribP2ui_remap_index }, 865896c5ddc4Srjs { 24145, VertexAttribP2uiv_remap_index }, 865996c5ddc4Srjs { 24069, VertexAttribP3ui_remap_index }, 866096c5ddc4Srjs { 24171, VertexAttribP3uiv_remap_index }, 866196c5ddc4Srjs { 24094, VertexAttribP4ui_remap_index }, 866296c5ddc4Srjs { 24197, VertexAttribP4uiv_remap_index }, 866396c5ddc4Srjs { 23402, VertexP2ui_remap_index }, 866496c5ddc4Srjs { 23453, VertexP2uiv_remap_index }, 866596c5ddc4Srjs { 23419, VertexP3ui_remap_index }, 866696c5ddc4Srjs { 23471, VertexP3uiv_remap_index }, 866796c5ddc4Srjs { 23436, VertexP4ui_remap_index }, 866896c5ddc4Srjs { 23489, VertexP4uiv_remap_index }, 866996c5ddc4Srjs { 24571, DrawArraysIndirect_remap_index }, 867096c5ddc4Srjs { 24596, DrawElementsIndirect_remap_index }, 867196c5ddc4Srjs { 25130, GetUniformdv_remap_index }, 867296c5ddc4Srjs { 24751, Uniform1d_remap_index }, 867396c5ddc4Srjs { 24821, Uniform1dv_remap_index }, 867496c5ddc4Srjs { 24767, Uniform2d_remap_index }, 867596c5ddc4Srjs { 24839, Uniform2dv_remap_index }, 867696c5ddc4Srjs { 24784, Uniform3d_remap_index }, 867796c5ddc4Srjs { 24857, Uniform3dv_remap_index }, 867896c5ddc4Srjs { 24802, Uniform4d_remap_index }, 867996c5ddc4Srjs { 24875, Uniform4dv_remap_index }, 868096c5ddc4Srjs { 24893, UniformMatrix2dv_remap_index }, 868196c5ddc4Srjs { 24968, UniformMatrix2x3dv_remap_index }, 868296c5ddc4Srjs { 24995, UniformMatrix2x4dv_remap_index }, 868396c5ddc4Srjs { 24918, UniformMatrix3dv_remap_index }, 868496c5ddc4Srjs { 25022, UniformMatrix3x2dv_remap_index }, 868596c5ddc4Srjs { 25049, UniformMatrix3x4dv_remap_index }, 868696c5ddc4Srjs { 24943, UniformMatrix4dv_remap_index }, 868796c5ddc4Srjs { 25076, UniformMatrix4x2dv_remap_index }, 868896c5ddc4Srjs { 25103, UniformMatrix4x3dv_remap_index }, 868996c5ddc4Srjs { 24364, GetActiveSubroutineName_remap_index }, 869096c5ddc4Srjs { 24323, GetActiveSubroutineUniformName_remap_index }, 869196c5ddc4Srjs { 24285, GetActiveSubroutineUniformiv_remap_index }, 869296c5ddc4Srjs { 24458, GetProgramStageiv_remap_index }, 869396c5ddc4Srjs { 24259, GetSubroutineIndex_remap_index }, 869496c5ddc4Srjs { 24223, GetSubroutineUniformLocation_remap_index }, 869596c5ddc4Srjs { 24427, GetUniformSubroutineuiv_remap_index }, 869696c5ddc4Srjs { 24398, UniformSubroutinesuiv_remap_index }, 869796c5ddc4Srjs { 24548, PatchParameterfv_remap_index }, 869896c5ddc4Srjs { 24484, PatchParameteri_remap_index }, 869996c5ddc4Srjs { 59251, BindTransformFeedback_remap_index }, 870096c5ddc4Srjs { 59279, DeleteTransformFeedbacks_remap_index }, 870196c5ddc4Srjs { 59418, DrawTransformFeedback_remap_index }, 870296c5ddc4Srjs { 59310, GenTransformFeedbacks_remap_index }, 870396c5ddc4Srjs { 59338, IsTransformFeedback_remap_index }, 870496c5ddc4Srjs { 59363, PauseTransformFeedback_remap_index }, 870596c5ddc4Srjs { 59390, ResumeTransformFeedback_remap_index }, 870696c5ddc4Srjs { 26153, BeginQueryIndexed_remap_index }, 870796c5ddc4Srjs { 26118, DrawTransformFeedbackStream_remap_index }, 870896c5ddc4Srjs { 26178, EndQueryIndexed_remap_index }, 870996c5ddc4Srjs { 26200, GetQueryIndexediv_remap_index }, 871096c5ddc4Srjs { 29104, ClearDepthf_remap_index }, 871196c5ddc4Srjs { 29138, DepthRangef_remap_index }, 871296c5ddc4Srjs { 29023, GetShaderPrecisionFormat_remap_index }, 871396c5ddc4Srjs { 29056, ReleaseShaderCompiler_remap_index }, 871496c5ddc4Srjs { 29082, ShaderBinary_remap_index }, 871596c5ddc4Srjs { 29173, GetProgramBinary_remap_index }, 871696c5ddc4Srjs { 29221, ProgramBinary_remap_index }, 871796c5ddc4Srjs { 29262, ProgramParameteri_remap_index }, 871896c5ddc4Srjs { 28928, GetVertexAttribLdv_remap_index }, 871996c5ddc4Srjs { 28514, VertexAttribL1d_remap_index }, 872096c5ddc4Srjs { 28692, VertexAttribL1dv_remap_index }, 872196c5ddc4Srjs { 28557, VertexAttribL2d_remap_index }, 872296c5ddc4Srjs { 28737, VertexAttribL2dv_remap_index }, 872396c5ddc4Srjs { 28601, VertexAttribL3d_remap_index }, 872496c5ddc4Srjs { 28782, VertexAttribL3dv_remap_index }, 872596c5ddc4Srjs { 28646, VertexAttribL4d_remap_index }, 872696c5ddc4Srjs { 28827, VertexAttribL4dv_remap_index }, 872796c5ddc4Srjs { 28872, VertexAttribLPointer_remap_index }, 872896c5ddc4Srjs { 41049, DepthRangeArrayv_remap_index }, 872996c5ddc4Srjs { 41073, DepthRangeIndexed_remap_index }, 873096c5ddc4Srjs { 41173, GetDoublei_v_remap_index }, 873196c5ddc4Srjs { 41098, GetFloati_v_remap_index }, 873296c5ddc4Srjs { 40922, ScissorArrayv_remap_index }, 873396c5ddc4Srjs { 40962, ScissorIndexed_remap_index }, 873496c5ddc4Srjs { 41006, ScissorIndexedv_remap_index }, 873596c5ddc4Srjs { 40785, ViewportArrayv_remap_index }, 873696c5ddc4Srjs { 40827, ViewportIndexedf_remap_index }, 873796c5ddc4Srjs { 40875, ViewportIndexedfv_remap_index }, 873896c5ddc4Srjs { 29625, GetGraphicsResetStatusARB_remap_index }, 873996c5ddc4Srjs { 30005, GetnColorTableARB_remap_index }, 874096c5ddc4Srjs { 30152, GetnCompressedTexImageARB_remap_index }, 874196c5ddc4Srjs { 30032, GetnConvolutionFilterARB_remap_index }, 874296c5ddc4Srjs { 30101, GetnHistogramARB_remap_index }, 874396c5ddc4Srjs { 29736, GetnMapdvARB_remap_index }, 874496c5ddc4Srjs { 29757, GetnMapfvARB_remap_index }, 874596c5ddc4Srjs { 29778, GetnMapivARB_remap_index }, 874696c5ddc4Srjs { 30128, GetnMinmaxARB_remap_index }, 874796c5ddc4Srjs { 29799, GetnPixelMapfvARB_remap_index }, 874896c5ddc4Srjs { 29824, GetnPixelMapuivARB_remap_index }, 874996c5ddc4Srjs { 29850, GetnPixelMapusvARB_remap_index }, 875096c5ddc4Srjs { 29876, GetnPolygonStippleARB_remap_index }, 875196c5ddc4Srjs { 30066, GetnSeparableFilterARB_remap_index }, 875296c5ddc4Srjs { 29904, GetnTexImageARB_remap_index }, 875396c5ddc4Srjs { 30407, GetnUniformdvARB_remap_index }, 875496c5ddc4Srjs { 30186, GetnUniformfvARB_remap_index }, 875596c5ddc4Srjs { 30265, GetnUniformivARB_remap_index }, 875696c5ddc4Srjs { 30344, GetnUniformuivARB_remap_index }, 875796c5ddc4Srjs { 29930, ReadnPixelsARB_remap_index }, 875896c5ddc4Srjs { 30432, DrawArraysInstancedBaseInstance_remap_index }, 875996c5ddc4Srjs { 30510, DrawElementsInstancedBaseInstance_remap_index }, 876096c5ddc4Srjs { 30593, DrawElementsInstancedBaseVertexBaseInstance_remap_index }, 876196c5ddc4Srjs { 30697, DrawTransformFeedbackInstanced_remap_index }, 876296c5ddc4Srjs { 30735, DrawTransformFeedbackStreamInstanced_remap_index }, 876396c5ddc4Srjs { 30780, GetInternalformativ_remap_index }, 876496c5ddc4Srjs { 30809, GetActiveAtomicCounterBufferiv_remap_index }, 876596c5ddc4Srjs { 30848, BindImageTexture_remap_index }, 876696c5ddc4Srjs { 30876, MemoryBarrier_remap_index }, 876796c5ddc4Srjs { 30914, TexStorage1D_remap_index }, 876896c5ddc4Srjs { 30935, TexStorage2D_remap_index }, 876996c5ddc4Srjs { 30957, TexStorage3D_remap_index }, 877096c5ddc4Srjs { 30980, TextureStorage1DEXT_remap_index }, 877196c5ddc4Srjs { 31009, TextureStorage2DEXT_remap_index }, 877296c5ddc4Srjs { 31039, TextureStorage3DEXT_remap_index }, 877396c5ddc4Srjs { 31322, ClearBufferData_remap_index }, 877496c5ddc4Srjs { 31347, ClearBufferSubData_remap_index }, 877596c5ddc4Srjs { 31448, DispatchCompute_remap_index }, 877696c5ddc4Srjs { 31471, DispatchComputeIndirect_remap_index }, 877796c5ddc4Srjs { 31500, CopyImageSubData_remap_index }, 877896c5ddc4Srjs { 31580, TextureView_remap_index }, 877996c5ddc4Srjs { 31638, BindVertexBuffer_remap_index }, 878096c5ddc4Srjs { 31747, VertexAttribBinding_remap_index }, 878196c5ddc4Srjs { 31663, VertexAttribFormat_remap_index }, 878296c5ddc4Srjs { 31691, VertexAttribIFormat_remap_index }, 878396c5ddc4Srjs { 31719, VertexAttribLFormat_remap_index }, 878496c5ddc4Srjs { 31773, VertexBindingDivisor_remap_index }, 878596c5ddc4Srjs { 32052, FramebufferParameteri_remap_index }, 878696c5ddc4Srjs { 32081, GetFramebufferParameteriv_remap_index }, 878796c5ddc4Srjs { 32192, GetInternalformati64v_remap_index }, 878896c5ddc4Srjs { 24624, MultiDrawArraysIndirect_remap_index }, 878996c5ddc4Srjs { 24685, MultiDrawElementsIndirect_remap_index }, 879096c5ddc4Srjs { 32404, GetProgramInterfaceiv_remap_index }, 879196c5ddc4Srjs { 32434, GetProgramResourceIndex_remap_index }, 879296c5ddc4Srjs { 32531, GetProgramResourceLocation_remap_index }, 879396c5ddc4Srjs { 32565, GetProgramResourceLocationIndex_remap_index }, 879496c5ddc4Srjs { 32465, GetProgramResourceName_remap_index }, 879596c5ddc4Srjs { 32498, GetProgramResourceiv_remap_index }, 879696c5ddc4Srjs { 32641, ShaderStorageBlockBinding_remap_index }, 879796c5ddc4Srjs { 32674, TexBufferRange_remap_index }, 879896c5ddc4Srjs { 32770, TexStorage2DMultisample_remap_index }, 879996c5ddc4Srjs { 32804, TexStorage3DMultisample_remap_index }, 880096c5ddc4Srjs { 32953, BufferStorage_remap_index }, 880196c5ddc4Srjs { 33024, ClearTexImage_remap_index }, 880296c5ddc4Srjs { 33066, ClearTexSubImage_remap_index }, 880396c5ddc4Srjs { 33120, BindBuffersBase_remap_index }, 880496c5ddc4Srjs { 33144, BindBuffersRange_remap_index }, 880596c5ddc4Srjs { 33211, BindImageTextures_remap_index }, 880696c5ddc4Srjs { 33191, BindSamplers_remap_index }, 880796c5ddc4Srjs { 33171, BindTextures_remap_index }, 880896c5ddc4Srjs { 33236, BindVertexBuffers_remap_index }, 880996c5ddc4Srjs { 33392, GetImageHandleARB_remap_index }, 881096c5ddc4Srjs { 33263, GetTextureHandleARB_remap_index }, 881196c5ddc4Srjs { 33288, GetTextureSamplerHandleARB_remap_index }, 881296c5ddc4Srjs { 33734, GetVertexAttribLui64vARB_remap_index }, 881396c5ddc4Srjs { 33647, IsImageHandleResidentARB_remap_index }, 881496c5ddc4Srjs { 33615, IsTextureHandleResidentARB_remap_index }, 881596c5ddc4Srjs { 33452, MakeImageHandleNonResidentARB_remap_index }, 881696c5ddc4Srjs { 33419, MakeImageHandleResidentARB_remap_index }, 881796c5ddc4Srjs { 33355, MakeTextureHandleNonResidentARB_remap_index }, 881896c5ddc4Srjs { 33321, MakeTextureHandleResidentARB_remap_index }, 881996c5ddc4Srjs { 33543, ProgramUniformHandleui64ARB_remap_index }, 882096c5ddc4Srjs { 33578, ProgramUniformHandleui64vARB_remap_index }, 882196c5ddc4Srjs { 33487, UniformHandleui64ARB_remap_index }, 882296c5ddc4Srjs { 33514, UniformHandleui64vARB_remap_index }, 882396c5ddc4Srjs { 33677, VertexAttribL1ui64ARB_remap_index }, 882496c5ddc4Srjs { 33705, VertexAttribL1ui64vARB_remap_index }, 882596c5ddc4Srjs { 33766, DispatchComputeGroupSizeARB_remap_index }, 882696c5ddc4Srjs { 33804, MultiDrawArraysIndirectCountARB_remap_index }, 882796c5ddc4Srjs { 33876, MultiDrawElementsIndirectCountARB_remap_index }, 882896c5ddc4Srjs { 33953, ClipControl_remap_index }, 882996c5ddc4Srjs { 36147, BindTextureUnit_remap_index }, 883096c5ddc4Srjs { 35119, BlitNamedFramebuffer_remap_index }, 883196c5ddc4Srjs { 35156, CheckNamedFramebufferStatus_remap_index }, 883296c5ddc4Srjs { 34318, ClearNamedBufferData_remap_index }, 883396c5ddc4Srjs { 34348, ClearNamedBufferSubData_remap_index }, 883496c5ddc4Srjs { 35086, ClearNamedFramebufferfi_remap_index }, 883596c5ddc4Srjs { 35054, ClearNamedFramebufferfv_remap_index }, 883696c5ddc4Srjs { 34989, ClearNamedFramebufferiv_remap_index }, 883796c5ddc4Srjs { 35021, ClearNamedFramebufferuiv_remap_index }, 883896c5ddc4Srjs { 35739, CompressedTextureSubImage1D_remap_index }, 883996c5ddc4Srjs { 35778, CompressedTextureSubImage2D_remap_index }, 884096c5ddc4Srjs { 35819, CompressedTextureSubImage3D_remap_index }, 884196c5ddc4Srjs { 34286, CopyNamedBufferSubData_remap_index }, 884296c5ddc4Srjs { 35862, CopyTextureSubImage1D_remap_index }, 884396c5ddc4Srjs { 35894, CopyTextureSubImage2D_remap_index }, 884496c5ddc4Srjs { 35928, CopyTextureSubImage3D_remap_index }, 884596c5ddc4Srjs { 34188, CreateBuffers_remap_index }, 884696c5ddc4Srjs { 34639, CreateFramebuffers_remap_index }, 884796c5ddc4Srjs { 36881, CreateProgramPipelines_remap_index }, 884896c5ddc4Srjs { 36910, CreateQueries_remap_index }, 884996c5ddc4Srjs { 35277, CreateRenderbuffers_remap_index }, 885096c5ddc4Srjs { 36860, CreateSamplers_remap_index }, 885196c5ddc4Srjs { 35420, CreateTextures_remap_index }, 885296c5ddc4Srjs { 33988, CreateTransformFeedbacks_remap_index }, 885396c5ddc4Srjs { 36418, CreateVertexArrays_remap_index }, 885496c5ddc4Srjs { 36443, DisableVertexArrayAttrib_remap_index }, 885596c5ddc4Srjs { 36474, EnableVertexArrayAttrib_remap_index }, 885696c5ddc4Srjs { 34476, FlushMappedNamedBufferRange_remap_index }, 885796c5ddc4Srjs { 36120, GenerateTextureMipmap_remap_index }, 885896c5ddc4Srjs { 36195, GetCompressedTextureImage_remap_index }, 885996c5ddc4Srjs { 34544, GetNamedBufferParameteri64v_remap_index }, 886096c5ddc4Srjs { 34511, GetNamedBufferParameteriv_remap_index }, 886196c5ddc4Srjs { 34579, GetNamedBufferPointerv_remap_index }, 886296c5ddc4Srjs { 34609, GetNamedBufferSubData_remap_index }, 886396c5ddc4Srjs { 35228, GetNamedFramebufferAttachmentParameteriv_remap_index }, 886496c5ddc4Srjs { 35190, GetNamedFramebufferParameteriv_remap_index }, 886596c5ddc4Srjs { 35381, GetNamedRenderbufferParameteriv_remap_index }, 886696c5ddc4Srjs { 36994, GetQueryBufferObjecti64v_remap_index }, 886796c5ddc4Srjs { 36931, GetQueryBufferObjectiv_remap_index }, 886896c5ddc4Srjs { 37027, GetQueryBufferObjectui64v_remap_index }, 886996c5ddc4Srjs { 36962, GetQueryBufferObjectuiv_remap_index }, 887096c5ddc4Srjs { 36169, GetTextureImage_remap_index }, 887196c5ddc4Srjs { 36229, GetTextureLevelParameterfv_remap_index }, 887296c5ddc4Srjs { 36264, GetTextureLevelParameteriv_remap_index }, 887396c5ddc4Srjs { 36328, GetTextureParameterIiv_remap_index }, 887496c5ddc4Srjs { 36358, GetTextureParameterIuiv_remap_index }, 887596c5ddc4Srjs { 36299, GetTextureParameterfv_remap_index }, 887696c5ddc4Srjs { 36389, GetTextureParameteriv_remap_index }, 887796c5ddc4Srjs { 34154, GetTransformFeedbacki64_v_remap_index }, 887896c5ddc4Srjs { 34122, GetTransformFeedbacki_v_remap_index }, 887996c5ddc4Srjs { 34092, GetTransformFeedbackiv_remap_index }, 888096c5ddc4Srjs { 36826, GetVertexArrayIndexed64iv_remap_index }, 888196c5ddc4Srjs { 36794, GetVertexArrayIndexediv_remap_index }, 888296c5ddc4Srjs { 36770, GetVertexArrayiv_remap_index }, 888396c5ddc4Srjs { 34906, InvalidateNamedFramebufferData_remap_index }, 888496c5ddc4Srjs { 34944, InvalidateNamedFramebufferSubData_remap_index }, 888596c5ddc4Srjs { 34383, MapNamedBuffer_remap_index }, 888696c5ddc4Srjs { 34404, MapNamedBufferRange_remap_index }, 888796c5ddc4Srjs { 34235, NamedBufferData_remap_index }, 888896c5ddc4Srjs { 34208, NamedBufferStorage_remap_index }, 888996c5ddc4Srjs { 34259, NamedBufferSubData_remap_index }, 889096c5ddc4Srjs { 34805, NamedFramebufferDrawBuffer_remap_index }, 889196c5ddc4Srjs { 34838, NamedFramebufferDrawBuffers_remap_index }, 889296c5ddc4Srjs { 34701, NamedFramebufferParameteri_remap_index }, 889396c5ddc4Srjs { 34873, NamedFramebufferReadBuffer_remap_index }, 889496c5ddc4Srjs { 34664, NamedFramebufferRenderbuffer_remap_index }, 889596c5ddc4Srjs { 34735, NamedFramebufferTexture_remap_index }, 889696c5ddc4Srjs { 34767, NamedFramebufferTextureLayer_remap_index }, 889796c5ddc4Srjs { 35303, NamedRenderbufferStorage_remap_index }, 889896c5ddc4Srjs { 35336, NamedRenderbufferStorageMultisample_remap_index }, 889996c5ddc4Srjs { 35442, TextureBuffer_remap_index }, 890096c5ddc4Srjs { 35463, TextureBufferRange_remap_index }, 890196c5ddc4Srjs { 36039, TextureParameterIiv_remap_index }, 890296c5ddc4Srjs { 36066, TextureParameterIuiv_remap_index }, 890396c5ddc4Srjs { 35963, TextureParameterf_remap_index }, 890496c5ddc4Srjs { 35988, TextureParameterfv_remap_index }, 890596c5ddc4Srjs { 36014, TextureParameteri_remap_index }, 890696c5ddc4Srjs { 36094, TextureParameteriv_remap_index }, 890796c5ddc4Srjs { 35491, TextureStorage1D_remap_index }, 890896c5ddc4Srjs { 35516, TextureStorage2D_remap_index }, 890996c5ddc4Srjs { 35569, TextureStorage2DMultisample_remap_index }, 891096c5ddc4Srjs { 35542, TextureStorage3D_remap_index }, 891196c5ddc4Srjs { 35607, TextureStorage3DMultisample_remap_index }, 891296c5ddc4Srjs { 35646, TextureSubImage1D_remap_index }, 891396c5ddc4Srjs { 35675, TextureSubImage2D_remap_index }, 891496c5ddc4Srjs { 35706, TextureSubImage3D_remap_index }, 891596c5ddc4Srjs { 34019, TransformFeedbackBufferBase_remap_index }, 891696c5ddc4Srjs { 34054, TransformFeedbackBufferRange_remap_index }, 891796c5ddc4Srjs { 34432, UnmapNamedBufferEXT_remap_index }, 891896c5ddc4Srjs { 36705, VertexArrayAttribBinding_remap_index }, 891996c5ddc4Srjs { 36603, VertexArrayAttribFormat_remap_index }, 892096c5ddc4Srjs { 36637, VertexArrayAttribIFormat_remap_index }, 892196c5ddc4Srjs { 36671, VertexArrayAttribLFormat_remap_index }, 892296c5ddc4Srjs { 36737, VertexArrayBindingDivisor_remap_index }, 892396c5ddc4Srjs { 36504, VertexArrayElementBuffer_remap_index }, 892496c5ddc4Srjs { 36535, VertexArrayVertexBuffer_remap_index }, 892596c5ddc4Srjs { 36568, VertexArrayVertexBuffers_remap_index }, 892696c5ddc4Srjs { 37096, GetCompressedTextureSubImage_remap_index }, 892796c5ddc4Srjs { 37061, GetTextureSubImage_remap_index }, 892896c5ddc4Srjs { 37177, BufferPageCommitmentARB_remap_index }, 892996c5ddc4Srjs { 37246, NamedBufferPageCommitmentARB_remap_index }, 893096c5ddc4Srjs { 38073, GetUniformi64vARB_remap_index }, 893196c5ddc4Srjs { 38117, GetUniformui64vARB_remap_index }, 893296c5ddc4Srjs { 38163, GetnUniformi64vARB_remap_index }, 893396c5ddc4Srjs { 38190, GetnUniformui64vARB_remap_index }, 893496c5ddc4Srjs { 38218, ProgramUniform1i64ARB_remap_index }, 893596c5ddc4Srjs { 38432, ProgramUniform1i64vARB_remap_index }, 893696c5ddc4Srjs { 38652, ProgramUniform1ui64ARB_remap_index }, 893796c5ddc4Srjs { 38874, ProgramUniform1ui64vARB_remap_index }, 893896c5ddc4Srjs { 38270, ProgramUniform2i64ARB_remap_index }, 893996c5ddc4Srjs { 38487, ProgramUniform2i64vARB_remap_index }, 894096c5ddc4Srjs { 38706, ProgramUniform2ui64ARB_remap_index }, 894196c5ddc4Srjs { 38931, ProgramUniform2ui64vARB_remap_index }, 894296c5ddc4Srjs { 38323, ProgramUniform3i64ARB_remap_index }, 894396c5ddc4Srjs { 38542, ProgramUniform3i64vARB_remap_index }, 894496c5ddc4Srjs { 38761, ProgramUniform3ui64ARB_remap_index }, 894596c5ddc4Srjs { 38988, ProgramUniform3ui64vARB_remap_index }, 894696c5ddc4Srjs { 38377, ProgramUniform4i64ARB_remap_index }, 894796c5ddc4Srjs { 38597, ProgramUniform4i64vARB_remap_index }, 894896c5ddc4Srjs { 38817, ProgramUniform4ui64ARB_remap_index }, 894996c5ddc4Srjs { 39045, ProgramUniform4ui64vARB_remap_index }, 895096c5ddc4Srjs { 37429, Uniform1i64ARB_remap_index }, 895196c5ddc4Srjs { 37583, Uniform1i64vARB_remap_index }, 895296c5ddc4Srjs { 37743, Uniform1ui64ARB_remap_index }, 895396c5ddc4Srjs { 37905, Uniform1ui64vARB_remap_index }, 895496c5ddc4Srjs { 37466, Uniform2i64ARB_remap_index }, 895596c5ddc4Srjs { 37623, Uniform2i64vARB_remap_index }, 895696c5ddc4Srjs { 37782, Uniform2ui64ARB_remap_index }, 895796c5ddc4Srjs { 37947, Uniform2ui64vARB_remap_index }, 895896c5ddc4Srjs { 37504, Uniform3i64ARB_remap_index }, 895996c5ddc4Srjs { 37663, Uniform3i64vARB_remap_index }, 896096c5ddc4Srjs { 37822, Uniform3ui64ARB_remap_index }, 896196c5ddc4Srjs { 37989, Uniform3ui64vARB_remap_index }, 896296c5ddc4Srjs { 37543, Uniform4i64ARB_remap_index }, 896396c5ddc4Srjs { 37703, Uniform4i64vARB_remap_index }, 896496c5ddc4Srjs { 37863, Uniform4ui64ARB_remap_index }, 896596c5ddc4Srjs { 38031, Uniform4ui64vARB_remap_index }, 896696c5ddc4Srjs { 44972, EvaluateDepthValuesARB_remap_index }, 896796c5ddc4Srjs { 44816, FramebufferSampleLocationsfvARB_remap_index }, 896896c5ddc4Srjs { 44889, NamedFramebufferSampleLocationsfvARB_remap_index }, 896996c5ddc4Srjs { 39165, SpecializeShaderARB_remap_index }, 897096c5ddc4Srjs { 32313, InvalidateBufferData_remap_index }, 897196c5ddc4Srjs { 32282, InvalidateBufferSubData_remap_index }, 897296c5ddc4Srjs { 32375, InvalidateFramebuffer_remap_index }, 897396c5ddc4Srjs { 32339, InvalidateSubFramebuffer_remap_index }, 897496c5ddc4Srjs { 32257, InvalidateTexImage_remap_index }, 897596c5ddc4Srjs { 32223, InvalidateTexSubImage_remap_index }, 897696c5ddc4Srjs { 63170, DrawTexfOES_remap_index }, 897796c5ddc4Srjs { 63191, DrawTexfvOES_remap_index }, 897896c5ddc4Srjs { 63131, DrawTexiOES_remap_index }, 897996c5ddc4Srjs { 63152, DrawTexivOES_remap_index }, 898096c5ddc4Srjs { 63209, DrawTexsOES_remap_index }, 898196c5ddc4Srjs { 63230, DrawTexsvOES_remap_index }, 898296c5ddc4Srjs { 63248, DrawTexxOES_remap_index }, 898396c5ddc4Srjs { 63269, DrawTexxvOES_remap_index }, 898496c5ddc4Srjs { 63325, PointSizePointerOES_remap_index }, 898596c5ddc4Srjs { 63352, QueryMatrixxOES_remap_index }, 898696c5ddc4Srjs { 39640, SampleMaskSGIS_remap_index }, 898796c5ddc4Srjs { 39677, SamplePatternSGIS_remap_index }, 898896c5ddc4Srjs { 39719, ColorPointerEXT_remap_index }, 898996c5ddc4Srjs { 39744, EdgeFlagPointerEXT_remap_index }, 899096c5ddc4Srjs { 39770, IndexPointerEXT_remap_index }, 899196c5ddc4Srjs { 39794, NormalPointerEXT_remap_index }, 899296c5ddc4Srjs { 39819, TexCoordPointerEXT_remap_index }, 899396c5ddc4Srjs { 39847, VertexPointerEXT_remap_index }, 899496c5ddc4Srjs { 63374, DiscardFramebufferEXT_remap_index }, 899596c5ddc4Srjs { 26272, ActiveShaderProgram_remap_index }, 899696c5ddc4Srjs { 26377, BindProgramPipeline_remap_index }, 899796c5ddc4Srjs { 26323, CreateShaderProgramv_remap_index }, 899896c5ddc4Srjs { 26427, DeleteProgramPipelines_remap_index }, 899996c5ddc4Srjs { 26484, GenProgramPipelines_remap_index }, 900096c5ddc4Srjs { 28449, GetProgramPipelineInfoLog_remap_index }, 900196c5ddc4Srjs { 26581, GetProgramPipelineiv_remap_index }, 900296c5ddc4Srjs { 26535, IsProgramPipeline_remap_index }, 900396c5ddc4Srjs { 40695, LockArraysEXT_remap_index }, 900496c5ddc4Srjs { 25150, ProgramUniform1d_remap_index }, 900596c5ddc4Srjs { 25340, ProgramUniform1dv_remap_index }, 900696c5ddc4Srjs { 27023, ProgramUniform1f_remap_index }, 900796c5ddc4Srjs { 27613, ProgramUniform1fv_remap_index }, 900896c5ddc4Srjs { 26635, ProgramUniform1i_remap_index }, 900996c5ddc4Srjs { 27213, ProgramUniform1iv_remap_index }, 901096c5ddc4Srjs { 26825, ProgramUniform1ui_remap_index }, 901196c5ddc4Srjs { 27409, ProgramUniform1uiv_remap_index }, 901296c5ddc4Srjs { 25196, ProgramUniform2d_remap_index }, 901396c5ddc4Srjs { 25389, ProgramUniform2dv_remap_index }, 901496c5ddc4Srjs { 27069, ProgramUniform2f_remap_index }, 901596c5ddc4Srjs { 27662, ProgramUniform2fv_remap_index }, 901696c5ddc4Srjs { 26681, ProgramUniform2i_remap_index }, 901796c5ddc4Srjs { 27262, ProgramUniform2iv_remap_index }, 901896c5ddc4Srjs { 26873, ProgramUniform2ui_remap_index }, 901996c5ddc4Srjs { 27460, ProgramUniform2uiv_remap_index }, 902096c5ddc4Srjs { 25243, ProgramUniform3d_remap_index }, 902196c5ddc4Srjs { 25438, ProgramUniform3dv_remap_index }, 902296c5ddc4Srjs { 27116, ProgramUniform3f_remap_index }, 902396c5ddc4Srjs { 27711, ProgramUniform3fv_remap_index }, 902496c5ddc4Srjs { 26728, ProgramUniform3i_remap_index }, 902596c5ddc4Srjs { 27311, ProgramUniform3iv_remap_index }, 902696c5ddc4Srjs { 26922, ProgramUniform3ui_remap_index }, 902796c5ddc4Srjs { 27511, ProgramUniform3uiv_remap_index }, 902896c5ddc4Srjs { 25291, ProgramUniform4d_remap_index }, 902996c5ddc4Srjs { 25487, ProgramUniform4dv_remap_index }, 903096c5ddc4Srjs { 27164, ProgramUniform4f_remap_index }, 903196c5ddc4Srjs { 27760, ProgramUniform4fv_remap_index }, 903296c5ddc4Srjs { 26776, ProgramUniform4i_remap_index }, 903396c5ddc4Srjs { 27360, ProgramUniform4iv_remap_index }, 903496c5ddc4Srjs { 26972, ProgramUniform4ui_remap_index }, 903596c5ddc4Srjs { 27562, ProgramUniform4uiv_remap_index }, 903696c5ddc4Srjs { 25536, ProgramUniformMatrix2dv_remap_index }, 903796c5ddc4Srjs { 27809, ProgramUniformMatrix2fv_remap_index }, 903896c5ddc4Srjs { 25722, ProgramUniformMatrix2x3dv_remap_index }, 903996c5ddc4Srjs { 27995, ProgramUniformMatrix2x3fv_remap_index }, 904096c5ddc4Srjs { 25788, ProgramUniformMatrix2x4dv_remap_index }, 904196c5ddc4Srjs { 28127, ProgramUniformMatrix2x4fv_remap_index }, 904296c5ddc4Srjs { 25598, ProgramUniformMatrix3dv_remap_index }, 904396c5ddc4Srjs { 27871, ProgramUniformMatrix3fv_remap_index }, 904496c5ddc4Srjs { 25854, ProgramUniformMatrix3x2dv_remap_index }, 904596c5ddc4Srjs { 28061, ProgramUniformMatrix3x2fv_remap_index }, 904696c5ddc4Srjs { 25920, ProgramUniformMatrix3x4dv_remap_index }, 904796c5ddc4Srjs { 28259, ProgramUniformMatrix3x4fv_remap_index }, 904896c5ddc4Srjs { 25660, ProgramUniformMatrix4dv_remap_index }, 904996c5ddc4Srjs { 27933, ProgramUniformMatrix4fv_remap_index }, 905096c5ddc4Srjs { 25986, ProgramUniformMatrix4x2dv_remap_index }, 905196c5ddc4Srjs { 28193, ProgramUniformMatrix4x2fv_remap_index }, 905296c5ddc4Srjs { 26052, ProgramUniformMatrix4x3dv_remap_index }, 905396c5ddc4Srjs { 28325, ProgramUniformMatrix4x3fv_remap_index }, 905496c5ddc4Srjs { 40715, UnlockArraysEXT_remap_index }, 905596c5ddc4Srjs { 26226, UseProgramStages_remap_index }, 905696c5ddc4Srjs { 28391, ValidateProgramPipeline_remap_index }, 905796c5ddc4Srjs { 63403, FramebufferTexture2DMultisampleEXT_remap_index }, 905896c5ddc4Srjs { 29467, DebugMessageCallback_remap_index }, 905996c5ddc4Srjs { 29310, DebugMessageControl_remap_index }, 906096c5ddc4Srjs { 29390, DebugMessageInsert_remap_index }, 906196c5ddc4Srjs { 29546, GetDebugMessageLog_remap_index }, 906296c5ddc4Srjs { 31187, GetObjectLabel_remap_index }, 906396c5ddc4Srjs { 31273, GetObjectPtrLabel_remap_index }, 906496c5ddc4Srjs { 31150, ObjectLabel_remap_index }, 906596c5ddc4Srjs { 31231, ObjectPtrLabel_remap_index }, 906696c5ddc4Srjs { 31113, PopDebugGroup_remap_index }, 906796c5ddc4Srjs { 31070, PushDebugGroup_remap_index }, 9068e64d31b9Smaya { 11272, SecondaryColor3fEXT_remap_index }, 9069e64d31b9Smaya { 11318, SecondaryColor3fvEXT_remap_index }, 9070e64d31b9Smaya { 10776, MultiDrawElementsEXT_remap_index }, 9071e64d31b9Smaya { 10563, FogCoordfEXT_remap_index }, 9072e64d31b9Smaya { 10593, FogCoordfvEXT_remap_index }, 907396c5ddc4Srjs { 45587, ResizeBuffersMESA_remap_index }, 907496c5ddc4Srjs { 45609, WindowPos4dMESA_remap_index }, 907596c5ddc4Srjs { 45633, WindowPos4dvMESA_remap_index }, 907696c5ddc4Srjs { 45655, WindowPos4fMESA_remap_index }, 907796c5ddc4Srjs { 45679, WindowPos4fvMESA_remap_index }, 907896c5ddc4Srjs { 45701, WindowPos4iMESA_remap_index }, 907996c5ddc4Srjs { 45725, WindowPos4ivMESA_remap_index }, 908096c5ddc4Srjs { 45747, WindowPos4sMESA_remap_index }, 908196c5ddc4Srjs { 45771, WindowPos4svMESA_remap_index }, 908296c5ddc4Srjs { 45793, MultiModeDrawArraysIBM_remap_index }, 908396c5ddc4Srjs { 45825, MultiModeDrawElementsIBM_remap_index }, 908496c5ddc4Srjs { 46607, AreProgramsResidentNV_remap_index }, 908596c5ddc4Srjs { 46636, ExecuteProgramNV_remap_index }, 908696c5ddc4Srjs { 46660, GetProgramParameterdvNV_remap_index }, 908796c5ddc4Srjs { 46692, GetProgramParameterfvNV_remap_index }, 908896c5ddc4Srjs { 46746, GetProgramStringNV_remap_index }, 908996c5ddc4Srjs { 46724, GetProgramivNV_remap_index }, 909096c5ddc4Srjs { 46772, GetTrackMatrixivNV_remap_index }, 909196c5ddc4Srjs { 46799, GetVertexAttribdvNV_remap_index }, 909296c5ddc4Srjs { 46826, GetVertexAttribfvNV_remap_index }, 909396c5ddc4Srjs { 46853, GetVertexAttribivNV_remap_index }, 909496c5ddc4Srjs { 46880, LoadProgramNV_remap_index }, 909596c5ddc4Srjs { 46902, ProgramParameters4dvNV_remap_index }, 909696c5ddc4Srjs { 46933, ProgramParameters4fvNV_remap_index }, 909796c5ddc4Srjs { 46964, RequestResidentProgramsNV_remap_index }, 909896c5ddc4Srjs { 46996, TrackMatrixNV_remap_index }, 909996c5ddc4Srjs { 47437, VertexAttrib1dNV_remap_index }, 910096c5ddc4Srjs { 47460, VertexAttrib1dvNV_remap_index }, 910196c5ddc4Srjs { 47243, VertexAttrib1fNV_remap_index }, 910296c5ddc4Srjs { 47266, VertexAttrib1fvNV_remap_index }, 910396c5ddc4Srjs { 47049, VertexAttrib1sNV_remap_index }, 910496c5ddc4Srjs { 47072, VertexAttrib1svNV_remap_index }, 910596c5ddc4Srjs { 47484, VertexAttrib2dNV_remap_index }, 910696c5ddc4Srjs { 47508, VertexAttrib2dvNV_remap_index }, 910796c5ddc4Srjs { 47290, VertexAttrib2fNV_remap_index }, 910896c5ddc4Srjs { 47314, VertexAttrib2fvNV_remap_index }, 910996c5ddc4Srjs { 47096, VertexAttrib2sNV_remap_index }, 911096c5ddc4Srjs { 47120, VertexAttrib2svNV_remap_index }, 911196c5ddc4Srjs { 47532, VertexAttrib3dNV_remap_index }, 911296c5ddc4Srjs { 47557, VertexAttrib3dvNV_remap_index }, 911396c5ddc4Srjs { 47338, VertexAttrib3fNV_remap_index }, 911496c5ddc4Srjs { 47363, VertexAttrib3fvNV_remap_index }, 911596c5ddc4Srjs { 47144, VertexAttrib3sNV_remap_index }, 911696c5ddc4Srjs { 47169, VertexAttrib3svNV_remap_index }, 911796c5ddc4Srjs { 47581, VertexAttrib4dNV_remap_index }, 911896c5ddc4Srjs { 47607, VertexAttrib4dvNV_remap_index }, 911996c5ddc4Srjs { 47387, VertexAttrib4fNV_remap_index }, 912096c5ddc4Srjs { 47413, VertexAttrib4fvNV_remap_index }, 912196c5ddc4Srjs { 47193, VertexAttrib4sNV_remap_index }, 912296c5ddc4Srjs { 47219, VertexAttrib4svNV_remap_index }, 912396c5ddc4Srjs { 47631, VertexAttrib4ubNV_remap_index }, 912496c5ddc4Srjs { 47658, VertexAttrib4ubvNV_remap_index }, 912596c5ddc4Srjs { 47018, VertexAttribPointerNV_remap_index }, 912696c5ddc4Srjs { 47891, VertexAttribs1dvNV_remap_index }, 912796c5ddc4Srjs { 47787, VertexAttribs1fvNV_remap_index }, 912896c5ddc4Srjs { 47683, VertexAttribs1svNV_remap_index }, 912996c5ddc4Srjs { 47917, VertexAttribs2dvNV_remap_index }, 913096c5ddc4Srjs { 47813, VertexAttribs2fvNV_remap_index }, 913196c5ddc4Srjs { 47709, VertexAttribs2svNV_remap_index }, 913296c5ddc4Srjs { 47943, VertexAttribs3dvNV_remap_index }, 913396c5ddc4Srjs { 47839, VertexAttribs3fvNV_remap_index }, 913496c5ddc4Srjs { 47735, VertexAttribs3svNV_remap_index }, 913596c5ddc4Srjs { 47969, VertexAttribs4dvNV_remap_index }, 913696c5ddc4Srjs { 47865, VertexAttribs4fvNV_remap_index }, 913796c5ddc4Srjs { 47761, VertexAttribs4svNV_remap_index }, 913896c5ddc4Srjs { 47995, VertexAttribs4ubvNV_remap_index }, 913996c5ddc4Srjs { 48078, GetTexBumpParameterfvATI_remap_index }, 914096c5ddc4Srjs { 48109, GetTexBumpParameterivATI_remap_index }, 914196c5ddc4Srjs { 48022, TexBumpParameterfvATI_remap_index }, 914296c5ddc4Srjs { 48050, TexBumpParameterivATI_remap_index }, 914396c5ddc4Srjs { 48420, AlphaFragmentOp1ATI_remap_index }, 914496c5ddc4Srjs { 48450, AlphaFragmentOp2ATI_remap_index }, 914596c5ddc4Srjs { 48483, AlphaFragmentOp3ATI_remap_index }, 914696c5ddc4Srjs { 48223, BeginFragmentShaderATI_remap_index }, 914796c5ddc4Srjs { 48167, BindFragmentShaderATI_remap_index }, 914896c5ddc4Srjs { 48318, ColorFragmentOp1ATI_remap_index }, 914996c5ddc4Srjs { 48349, ColorFragmentOp2ATI_remap_index }, 915096c5ddc4Srjs { 48383, ColorFragmentOp3ATI_remap_index }, 915196c5ddc4Srjs { 48194, DeleteFragmentShaderATI_remap_index }, 915296c5ddc4Srjs { 48250, EndFragmentShaderATI_remap_index }, 915396c5ddc4Srjs { 48140, GenFragmentShadersATI_remap_index }, 915496c5ddc4Srjs { 48275, PassTexCoordATI_remap_index }, 915596c5ddc4Srjs { 48298, SampleMapATI_remap_index }, 915696c5ddc4Srjs { 48519, SetFragmentShaderConstantATI_remap_index }, 915796c5ddc4Srjs { 63448, DepthRangeArrayfvOES_remap_index }, 915896c5ddc4Srjs { 63476, DepthRangeIndexedfOES_remap_index }, 915996c5ddc4Srjs { 48580, ActiveStencilFaceEXT_remap_index }, 916096c5ddc4Srjs { 48986, GetProgramNamedParameterdvNV_remap_index }, 916196c5ddc4Srjs { 48949, GetProgramNamedParameterfvNV_remap_index }, 916296c5ddc4Srjs { 48842, ProgramNamedParameter4dNV_remap_index }, 916396c5ddc4Srjs { 48914, ProgramNamedParameter4dvNV_remap_index }, 916496c5ddc4Srjs { 48805, ProgramNamedParameter4fNV_remap_index }, 916596c5ddc4Srjs { 48879, ProgramNamedParameter4fvNV_remap_index }, 916696c5ddc4Srjs { 59200, PrimitiveRestartNV_remap_index }, 916796c5ddc4Srjs { 62938, GetTexGenxvOES_remap_index }, 916896c5ddc4Srjs { 62960, TexGenxOES_remap_index }, 916996c5ddc4Srjs { 62978, TexGenxvOES_remap_index }, 917096c5ddc4Srjs { 49023, DepthBoundsEXT_remap_index }, 917196c5ddc4Srjs { 49070, BindFramebufferEXT_remap_index }, 917296c5ddc4Srjs { 49044, BindRenderbufferEXT_remap_index }, 917396c5ddc4Srjs { 49095, StringMarkerGREMEDY_remap_index }, 917496c5ddc4Srjs { 49520, BufferParameteriAPPLE_remap_index }, 917596c5ddc4Srjs { 49549, FlushMappedBufferRangeAPPLE_remap_index }, 917696c5ddc4Srjs { 56977, VertexAttribI1iEXT_remap_index }, 917796c5ddc4Srjs { 57155, VertexAttribI1uiEXT_remap_index }, 917896c5ddc4Srjs { 57020, VertexAttribI2iEXT_remap_index }, 917996c5ddc4Srjs { 57386, VertexAttribI2ivEXT_remap_index }, 918096c5ddc4Srjs { 57200, VertexAttribI2uiEXT_remap_index }, 918196c5ddc4Srjs { 57568, VertexAttribI2uivEXT_remap_index }, 918296c5ddc4Srjs { 57064, VertexAttribI3iEXT_remap_index }, 918396c5ddc4Srjs { 57431, VertexAttribI3ivEXT_remap_index }, 918496c5ddc4Srjs { 57246, VertexAttribI3uiEXT_remap_index }, 918596c5ddc4Srjs { 57615, VertexAttribI3uivEXT_remap_index }, 918696c5ddc4Srjs { 57109, VertexAttribI4iEXT_remap_index }, 918796c5ddc4Srjs { 57476, VertexAttribI4ivEXT_remap_index }, 918896c5ddc4Srjs { 57293, VertexAttribI4uiEXT_remap_index }, 918996c5ddc4Srjs { 57662, VertexAttribI4uivEXT_remap_index }, 919096c5ddc4Srjs { 56644, ClearColorIiEXT_remap_index }, 919196c5ddc4Srjs { 56668, ClearColorIuiEXT_remap_index }, 919296c5ddc4Srjs { 59223, BindBufferOffsetEXT_remap_index }, 919396c5ddc4Srjs { 49855, BeginPerfMonitorAMD_remap_index }, 919496c5ddc4Srjs { 49789, DeletePerfMonitorsAMD_remap_index }, 919596c5ddc4Srjs { 49880, EndPerfMonitorAMD_remap_index }, 919696c5ddc4Srjs { 49764, GenPerfMonitorsAMD_remap_index }, 919796c5ddc4Srjs { 49903, GetPerfMonitorCounterDataAMD_remap_index }, 919896c5ddc4Srjs { 49727, GetPerfMonitorCounterInfoAMD_remap_index }, 919996c5ddc4Srjs { 49687, GetPerfMonitorCounterStringAMD_remap_index }, 920096c5ddc4Srjs { 49615, GetPerfMonitorCountersAMD_remap_index }, 920196c5ddc4Srjs { 49650, GetPerfMonitorGroupStringAMD_remap_index }, 920296c5ddc4Srjs { 49584, GetPerfMonitorGroupsAMD_remap_index }, 920396c5ddc4Srjs { 49817, SelectPerfMonitorCountersAMD_remap_index }, 920496c5ddc4Srjs { 48664, GetObjectParameterivAPPLE_remap_index }, 920596c5ddc4Srjs { 48606, ObjectPurgeableAPPLE_remap_index }, 920696c5ddc4Srjs { 48634, ObjectUnpurgeableAPPLE_remap_index }, 920796c5ddc4Srjs { 50028, ActiveProgramEXT_remap_index }, 920896c5ddc4Srjs { 50050, CreateShaderProgramEXT_remap_index }, 920996c5ddc4Srjs { 50002, UseShaderProgramEXT_remap_index }, 921096c5ddc4Srjs { 37139, TextureBarrierNV_remap_index }, 921196c5ddc4Srjs { 59464, VDPAUFiniNV_remap_index }, 921296c5ddc4Srjs { 59605, VDPAUGetSurfaceivNV_remap_index }, 921396c5ddc4Srjs { 59446, VDPAUInitNV_remap_index }, 921496c5ddc4Srjs { 59553, VDPAUIsSurfaceNV_remap_index }, 921596c5ddc4Srjs { 59661, VDPAUMapSurfacesNV_remap_index }, 921696c5ddc4Srjs { 59516, VDPAURegisterOutputSurfaceNV_remap_index }, 921796c5ddc4Srjs { 59480, VDPAURegisterVideoSurfaceNV_remap_index }, 921896c5ddc4Srjs { 59634, VDPAUSurfaceAccessNV_remap_index }, 921996c5ddc4Srjs { 59686, VDPAUUnmapSurfacesNV_remap_index }, 922096c5ddc4Srjs { 59575, VDPAUUnregisterSurfaceNV_remap_index }, 922196c5ddc4Srjs { 55841, BeginPerfQueryINTEL_remap_index }, 922296c5ddc4Srjs { 55788, CreatePerfQueryINTEL_remap_index }, 922396c5ddc4Srjs { 55815, DeletePerfQueryINTEL_remap_index }, 922496c5ddc4Srjs { 55866, EndPerfQueryINTEL_remap_index }, 922596c5ddc4Srjs { 55624, GetFirstPerfQueryIdINTEL_remap_index }, 922696c5ddc4Srjs { 55654, GetNextPerfQueryIdINTEL_remap_index }, 922796c5ddc4Srjs { 55749, GetPerfCounterInfoINTEL_remap_index }, 922896c5ddc4Srjs { 55889, GetPerfQueryDataINTEL_remap_index }, 922996c5ddc4Srjs { 55684, GetPerfQueryIdByNameINTEL_remap_index }, 923096c5ddc4Srjs { 55716, GetPerfQueryInfoINTEL_remap_index }, 923196c5ddc4Srjs { 55956, PolygonOffsetClampEXT_remap_index }, 923296c5ddc4Srjs { 55520, SubpixelPrecisionBiasNV_remap_index }, 923396c5ddc4Srjs { 55550, ConservativeRasterParameterfNV_remap_index }, 923496c5ddc4Srjs { 55587, ConservativeRasterParameteriNV_remap_index }, 923596c5ddc4Srjs { 56006, WindowRectanglesEXT_remap_index }, 923696c5ddc4Srjs { 60066, BufferStorageMemEXT_remap_index }, 923796c5ddc4Srjs { 59820, CreateMemoryObjectsEXT_remap_index }, 923896c5ddc4Srjs { 59768, DeleteMemoryObjectsEXT_remap_index }, 923996c5ddc4Srjs { 60374, DeleteSemaphoresEXT_remap_index }, 924096c5ddc4Srjs { 60351, GenSemaphoresEXT_remap_index }, 924196c5ddc4Srjs { 59883, GetMemoryObjectParameterivEXT_remap_index }, 924296c5ddc4Srjs { 60454, GetSemaphoreParameterui64vEXT_remap_index }, 924396c5ddc4Srjs { 59739, GetUnsignedBytei_vEXT_remap_index }, 924496c5ddc4Srjs { 59713, GetUnsignedBytevEXT_remap_index }, 924596c5ddc4Srjs { 59797, IsMemoryObjectEXT_remap_index }, 924696c5ddc4Srjs { 60400, IsSemaphoreEXT_remap_index }, 924796c5ddc4Srjs { 59849, MemoryObjectParameterivEXT_remap_index }, 924896c5ddc4Srjs { 60256, NamedBufferStorageMemEXT_remap_index }, 924996c5ddc4Srjs { 60420, SemaphoreParameterui64vEXT_remap_index }, 925096c5ddc4Srjs { 60518, SignalSemaphoreEXT_remap_index }, 925196c5ddc4Srjs { 60289, TexStorageMem1DEXT_remap_index }, 925296c5ddc4Srjs { 59920, TexStorageMem2DEXT_remap_index }, 925396c5ddc4Srjs { 59950, TexStorageMem2DMultisampleEXT_remap_index }, 925496c5ddc4Srjs { 59992, TexStorageMem3DEXT_remap_index }, 925596c5ddc4Srjs { 60023, TexStorageMem3DMultisampleEXT_remap_index }, 925696c5ddc4Srjs { 60318, TextureStorageMem1DEXT_remap_index }, 925796c5ddc4Srjs { 60094, TextureStorageMem2DEXT_remap_index }, 925896c5ddc4Srjs { 60128, TextureStorageMem2DMultisampleEXT_remap_index }, 925996c5ddc4Srjs { 60174, TextureStorageMem3DEXT_remap_index }, 926096c5ddc4Srjs { 60209, TextureStorageMem3DMultisampleEXT_remap_index }, 926196c5ddc4Srjs { 60491, WaitSemaphoreEXT_remap_index }, 926296c5ddc4Srjs { 60547, ImportMemoryFdEXT_remap_index }, 926396c5ddc4Srjs { 60573, ImportSemaphoreFdEXT_remap_index }, 926496c5ddc4Srjs { 56033, FramebufferFetchBarrierEXT_remap_index }, 926596c5ddc4Srjs { 56116, NamedRenderbufferStorageMultisampleAdvancedAMD_remap_index }, 926696c5ddc4Srjs { 56064, RenderbufferStorageMultisampleAdvancedAMD_remap_index }, 926796c5ddc4Srjs { 56173, StencilFuncSeparateATI_remap_index }, 926896c5ddc4Srjs { 56204, ProgramEnvParameters4fvEXT_remap_index }, 926996c5ddc4Srjs { 56239, ProgramLocalParameters4fvEXT_remap_index }, 927096c5ddc4Srjs { 56527, EGLImageTargetRenderbufferStorageOES_remap_index }, 927196c5ddc4Srjs { 56494, EGLImageTargetTexture2DOES_remap_index }, 927296c5ddc4Srjs { 61602, AlphaFuncx_remap_index }, 927396c5ddc4Srjs { 61635, ClearColorx_remap_index }, 927496c5ddc4Srjs { 61672, ClearDepthx_remap_index }, 927596c5ddc4Srjs { 61706, Color4x_remap_index }, 927696c5ddc4Srjs { 61735, DepthRangex_remap_index }, 927796c5ddc4Srjs { 61770, Fogx_remap_index }, 927896c5ddc4Srjs { 61791, Fogxv_remap_index }, 927996c5ddc4Srjs { 63069, Frustumf_remap_index }, 928096c5ddc4Srjs { 61814, Frustumx_remap_index }, 928196c5ddc4Srjs { 61847, LightModelx_remap_index }, 928296c5ddc4Srjs { 61882, LightModelxv_remap_index }, 928396c5ddc4Srjs { 61919, Lightx_remap_index }, 928496c5ddc4Srjs { 61945, Lightxv_remap_index }, 928596c5ddc4Srjs { 61973, LineWidthx_remap_index }, 928696c5ddc4Srjs { 62005, LoadMatrixx_remap_index }, 928796c5ddc4Srjs { 62039, Materialx_remap_index }, 928896c5ddc4Srjs { 62071, Materialxv_remap_index }, 928996c5ddc4Srjs { 62105, MultMatrixx_remap_index }, 929096c5ddc4Srjs { 62139, MultiTexCoord4x_remap_index }, 929196c5ddc4Srjs { 62185, Normal3x_remap_index }, 929296c5ddc4Srjs { 63102, Orthof_remap_index }, 929396c5ddc4Srjs { 62215, Orthox_remap_index }, 929496c5ddc4Srjs { 62244, PointSizex_remap_index }, 929596c5ddc4Srjs { 62276, PolygonOffsetx_remap_index }, 929696c5ddc4Srjs { 62317, Rotatex_remap_index }, 929796c5ddc4Srjs { 62346, SampleCoveragex_remap_index }, 929896c5ddc4Srjs { 62389, Scalex_remap_index }, 929996c5ddc4Srjs { 62415, TexEnvx_remap_index }, 930096c5ddc4Srjs { 62443, TexEnvxv_remap_index }, 930196c5ddc4Srjs { 62473, TexParameterx_remap_index }, 930296c5ddc4Srjs { 62513, Translatex_remap_index }, 930396c5ddc4Srjs { 62997, ClipPlanef_remap_index }, 930496c5ddc4Srjs { 62547, ClipPlanex_remap_index }, 930596c5ddc4Srjs { 63030, GetClipPlanef_remap_index }, 930696c5ddc4Srjs { 62580, GetClipPlanex_remap_index }, 930796c5ddc4Srjs { 62619, GetFixedv_remap_index }, 930896c5ddc4Srjs { 62650, GetLightxv_remap_index }, 930996c5ddc4Srjs { 62684, GetMaterialxv_remap_index }, 931096c5ddc4Srjs { 62724, GetTexEnvxv_remap_index }, 931196c5ddc4Srjs { 62760, GetTexParameterxv_remap_index }, 931296c5ddc4Srjs { 62808, PointParameterx_remap_index }, 931396c5ddc4Srjs { 62851, PointParameterxv_remap_index }, 931496c5ddc4Srjs { 62896, TexParameterxv_remap_index }, 931596c5ddc4Srjs { 37394, BlendBarrier_remap_index }, 931696c5ddc4Srjs { 37283, PrimitiveBoundingBox_remap_index }, 931796c5ddc4Srjs { 39102, MaxShaderCompilerThreadsKHR_remap_index }, 931896c5ddc4Srjs { 50117, MatrixLoadfEXT_remap_index }, 931996c5ddc4Srjs { 50138, MatrixLoaddEXT_remap_index }, 932096c5ddc4Srjs { 50159, MatrixMultfEXT_remap_index }, 932196c5ddc4Srjs { 50180, MatrixMultdEXT_remap_index }, 932296c5ddc4Srjs { 50201, MatrixLoadIdentityEXT_remap_index }, 932396c5ddc4Srjs { 50228, MatrixRotatefEXT_remap_index }, 932496c5ddc4Srjs { 50254, MatrixRotatedEXT_remap_index }, 932596c5ddc4Srjs { 50280, MatrixScalefEXT_remap_index }, 932696c5ddc4Srjs { 50304, MatrixScaledEXT_remap_index }, 932796c5ddc4Srjs { 50328, MatrixTranslatefEXT_remap_index }, 932896c5ddc4Srjs { 50356, MatrixTranslatedEXT_remap_index }, 932996c5ddc4Srjs { 50384, MatrixOrthoEXT_remap_index }, 933096c5ddc4Srjs { 50410, MatrixFrustumEXT_remap_index }, 933196c5ddc4Srjs { 50438, MatrixPushEXT_remap_index }, 933296c5ddc4Srjs { 50457, MatrixPopEXT_remap_index }, 933396c5ddc4Srjs { 52514, MatrixLoadTransposefEXT_remap_index }, 933496c5ddc4Srjs { 52544, MatrixLoadTransposedEXT_remap_index }, 933596c5ddc4Srjs { 52574, MatrixMultTransposefEXT_remap_index }, 933696c5ddc4Srjs { 52604, MatrixMultTransposedEXT_remap_index }, 933796c5ddc4Srjs { 51209, BindMultiTextureEXT_remap_index }, 933896c5ddc4Srjs { 53231, NamedBufferDataEXT_remap_index }, 933996c5ddc4Srjs { 53258, NamedBufferSubDataEXT_remap_index }, 934096c5ddc4Srjs { 32994, NamedBufferStorageEXT_remap_index }, 934196c5ddc4Srjs { 53452, MapNamedBufferRangeEXT_remap_index }, 934296c5ddc4Srjs { 50797, TextureImage1DEXT_remap_index }, 934396c5ddc4Srjs { 50828, TextureImage2DEXT_remap_index }, 934496c5ddc4Srjs { 50860, TextureImage3DEXT_remap_index }, 934596c5ddc4Srjs { 50893, TextureSubImage1DEXT_remap_index }, 934696c5ddc4Srjs { 50926, TextureSubImage2DEXT_remap_index }, 934796c5ddc4Srjs { 50961, TextureSubImage3DEXT_remap_index }, 934896c5ddc4Srjs { 50998, CopyTextureImage1DEXT_remap_index }, 934996c5ddc4Srjs { 51032, CopyTextureImage2DEXT_remap_index }, 935096c5ddc4Srjs { 51067, CopyTextureSubImage1DEXT_remap_index }, 935196c5ddc4Srjs { 51103, CopyTextureSubImage2DEXT_remap_index }, 935296c5ddc4Srjs { 51141, CopyTextureSubImage3DEXT_remap_index }, 935396c5ddc4Srjs { 53288, MapNamedBufferEXT_remap_index }, 935496c5ddc4Srjs { 50535, GetTextureParameterivEXT_remap_index }, 935596c5ddc4Srjs { 50568, GetTextureParameterfvEXT_remap_index }, 935696c5ddc4Srjs { 50679, TextureParameteriEXT_remap_index }, 935796c5ddc4Srjs { 50708, TextureParameterivEXT_remap_index }, 935896c5ddc4Srjs { 50738, TextureParameterfEXT_remap_index }, 935996c5ddc4Srjs { 50767, TextureParameterfvEXT_remap_index }, 936096c5ddc4Srjs { 51180, GetTextureImageEXT_remap_index }, 936196c5ddc4Srjs { 50601, GetTextureLevelParameterivEXT_remap_index }, 936296c5ddc4Srjs { 50640, GetTextureLevelParameterfvEXT_remap_index }, 936396c5ddc4Srjs { 53312, GetNamedBufferSubDataEXT_remap_index }, 936496c5ddc4Srjs { 53345, GetNamedBufferPointervEXT_remap_index }, 936596c5ddc4Srjs { 53378, GetNamedBufferParameterivEXT_remap_index }, 936696c5ddc4Srjs { 53414, FlushMappedNamedBufferRangeEXT_remap_index }, 936796c5ddc4Srjs { 53483, FramebufferDrawBufferEXT_remap_index }, 936896c5ddc4Srjs { 53514, FramebufferDrawBuffersEXT_remap_index }, 936996c5ddc4Srjs { 53547, FramebufferReadBufferEXT_remap_index }, 937096c5ddc4Srjs { 53578, GetFramebufferParameterivEXT_remap_index }, 937196c5ddc4Srjs { 53614, CheckNamedFramebufferStatusEXT_remap_index }, 937296c5ddc4Srjs { 53651, NamedFramebufferTexture1DEXT_remap_index }, 937396c5ddc4Srjs { 53689, NamedFramebufferTexture2DEXT_remap_index }, 937496c5ddc4Srjs { 53727, NamedFramebufferTexture3DEXT_remap_index }, 937596c5ddc4Srjs { 53766, NamedFramebufferRenderbufferEXT_remap_index }, 937696c5ddc4Srjs { 53806, GetNamedFramebufferAttachmentParameterivEXT_remap_index }, 937796c5ddc4Srjs { 51236, EnableClientStateiEXT_remap_index }, 937896c5ddc4Srjs { 51294, DisableClientStateiEXT_remap_index }, 937996c5ddc4Srjs { 51354, GetPointerIndexedvEXT_remap_index }, 938096c5ddc4Srjs { 51402, MultiTexEnviEXT_remap_index }, 938196c5ddc4Srjs { 51426, MultiTexEnvivEXT_remap_index }, 938296c5ddc4Srjs { 51451, MultiTexEnvfEXT_remap_index }, 938396c5ddc4Srjs { 51475, MultiTexEnvfvEXT_remap_index }, 938496c5ddc4Srjs { 51500, GetMultiTexEnvivEXT_remap_index }, 938596c5ddc4Srjs { 51528, GetMultiTexEnvfvEXT_remap_index }, 938696c5ddc4Srjs { 51556, MultiTexParameteriEXT_remap_index }, 938796c5ddc4Srjs { 51586, MultiTexParameterivEXT_remap_index }, 938896c5ddc4Srjs { 51617, MultiTexParameterfEXT_remap_index }, 938996c5ddc4Srjs { 51647, MultiTexParameterfvEXT_remap_index }, 939096c5ddc4Srjs { 51746, GetMultiTexImageEXT_remap_index }, 939196c5ddc4Srjs { 51856, MultiTexImage1DEXT_remap_index }, 939296c5ddc4Srjs { 51888, MultiTexImage2DEXT_remap_index }, 939396c5ddc4Srjs { 51921, MultiTexImage3DEXT_remap_index }, 939496c5ddc4Srjs { 51955, MultiTexSubImage1DEXT_remap_index }, 939596c5ddc4Srjs { 51989, MultiTexSubImage2DEXT_remap_index }, 939696c5ddc4Srjs { 52025, MultiTexSubImage3DEXT_remap_index }, 939796c5ddc4Srjs { 51678, GetMultiTexParameterivEXT_remap_index }, 939896c5ddc4Srjs { 51712, GetMultiTexParameterfvEXT_remap_index }, 939996c5ddc4Srjs { 52063, CopyMultiTexImage1DEXT_remap_index }, 940096c5ddc4Srjs { 52098, CopyMultiTexImage2DEXT_remap_index }, 940196c5ddc4Srjs { 52134, CopyMultiTexSubImage1DEXT_remap_index }, 940296c5ddc4Srjs { 52171, CopyMultiTexSubImage2DEXT_remap_index }, 940396c5ddc4Srjs { 52210, CopyMultiTexSubImage3DEXT_remap_index }, 940496c5ddc4Srjs { 52250, MultiTexGendEXT_remap_index }, 940596c5ddc4Srjs { 52274, MultiTexGendvEXT_remap_index }, 940696c5ddc4Srjs { 52299, MultiTexGenfEXT_remap_index }, 940796c5ddc4Srjs { 52323, MultiTexGenfvEXT_remap_index }, 940896c5ddc4Srjs { 52348, MultiTexGeniEXT_remap_index }, 940996c5ddc4Srjs { 52372, MultiTexGenivEXT_remap_index }, 941096c5ddc4Srjs { 52397, GetMultiTexGendvEXT_remap_index }, 941196c5ddc4Srjs { 52425, GetMultiTexGenfvEXT_remap_index }, 941296c5ddc4Srjs { 52453, GetMultiTexGenivEXT_remap_index }, 941396c5ddc4Srjs { 52481, MultiTexCoordPointerEXT_remap_index }, 941496c5ddc4Srjs { 55489, BindImageTextureEXT_remap_index }, 941596c5ddc4Srjs { 52634, CompressedTextureImage1DEXT_remap_index }, 941696c5ddc4Srjs { 52674, CompressedTextureImage2DEXT_remap_index }, 941796c5ddc4Srjs { 52715, CompressedTextureImage3DEXT_remap_index }, 941896c5ddc4Srjs { 52757, CompressedTextureSubImage1DEXT_remap_index }, 941996c5ddc4Srjs { 52800, CompressedTextureSubImage2DEXT_remap_index }, 942096c5ddc4Srjs { 52845, CompressedTextureSubImage3DEXT_remap_index }, 942196c5ddc4Srjs { 52892, GetCompressedTextureImageEXT_remap_index }, 942296c5ddc4Srjs { 52929, CompressedMultiTexImage1DEXT_remap_index }, 942396c5ddc4Srjs { 52970, CompressedMultiTexImage2DEXT_remap_index }, 942496c5ddc4Srjs { 53012, CompressedMultiTexImage3DEXT_remap_index }, 942596c5ddc4Srjs { 53055, CompressedMultiTexSubImage1DEXT_remap_index }, 942696c5ddc4Srjs { 53099, CompressedMultiTexSubImage2DEXT_remap_index }, 942796c5ddc4Srjs { 53145, CompressedMultiTexSubImage3DEXT_remap_index }, 942896c5ddc4Srjs { 53193, GetCompressedMultiTexImageEXT_remap_index }, 942996c5ddc4Srjs { 51776, GetMultiTexLevelParameterivEXT_remap_index }, 943096c5ddc4Srjs { 51816, GetMultiTexLevelParameterfvEXT_remap_index }, 943196c5ddc4Srjs { 63505, FramebufferParameteriMESA_remap_index }, 943296c5ddc4Srjs { 63538, GetFramebufferParameterivMESA_remap_index }, 943396c5ddc4Srjs { 53858, NamedRenderbufferStorageEXT_remap_index }, 943496c5ddc4Srjs { 53894, GetNamedRenderbufferParameterivEXT_remap_index }, 943596c5ddc4Srjs { 50475, ClientAttribDefaultEXT_remap_index }, 943696c5ddc4Srjs { 50503, PushClientAttribDefaultEXT_remap_index }, 943796c5ddc4Srjs { 54780, NamedProgramStringEXT_remap_index }, 943896c5ddc4Srjs { 54811, GetNamedProgramStringEXT_remap_index }, 943996c5ddc4Srjs { 54844, NamedProgramLocalParameter4fEXT_remap_index }, 944096c5ddc4Srjs { 54887, NamedProgramLocalParameter4fvEXT_remap_index }, 944196c5ddc4Srjs { 54928, GetNamedProgramLocalParameterfvEXT_remap_index }, 944296c5ddc4Srjs { 54971, NamedProgramLocalParameter4dEXT_remap_index }, 944396c5ddc4Srjs { 55014, NamedProgramLocalParameter4dvEXT_remap_index }, 944496c5ddc4Srjs { 55055, GetNamedProgramLocalParameterdvEXT_remap_index }, 944596c5ddc4Srjs { 55098, GetNamedProgramivEXT_remap_index }, 944696c5ddc4Srjs { 55127, TextureBufferEXT_remap_index }, 944796c5ddc4Srjs { 55152, MultiTexBufferEXT_remap_index }, 944896c5ddc4Srjs { 55178, TextureParameterIivEXT_remap_index }, 944996c5ddc4Srjs { 55209, TextureParameterIuivEXT_remap_index }, 945096c5ddc4Srjs { 55241, GetTextureParameterIivEXT_remap_index }, 945196c5ddc4Srjs { 55275, GetTextureParameterIuivEXT_remap_index }, 945296c5ddc4Srjs { 55310, MultiTexParameterIivEXT_remap_index }, 945396c5ddc4Srjs { 55342, MultiTexParameterIuivEXT_remap_index }, 945496c5ddc4Srjs { 55375, GetMultiTexParameterIivEXT_remap_index }, 945596c5ddc4Srjs { 55410, GetMultiTexParameterIuivEXT_remap_index }, 945696c5ddc4Srjs { 55446, NamedProgramLocalParameters4fvEXT_remap_index }, 945796c5ddc4Srjs { 53936, GenerateTextureMipmapEXT_remap_index }, 945896c5ddc4Srjs { 53967, GenerateMultiTexMipmapEXT_remap_index }, 945996c5ddc4Srjs { 53999, NamedRenderbufferStorageMultisampleEXT_remap_index }, 946096c5ddc4Srjs { 54047, NamedCopyBufferSubDataEXT_remap_index }, 946196c5ddc4Srjs { 54082, VertexArrayVertexOffsetEXT_remap_index }, 946296c5ddc4Srjs { 54119, VertexArrayColorOffsetEXT_remap_index }, 946396c5ddc4Srjs { 54155, VertexArrayEdgeFlagOffsetEXT_remap_index }, 946496c5ddc4Srjs { 54192, VertexArrayIndexOffsetEXT_remap_index }, 946596c5ddc4Srjs { 54227, VertexArrayNormalOffsetEXT_remap_index }, 946696c5ddc4Srjs { 54263, VertexArrayTexCoordOffsetEXT_remap_index }, 946796c5ddc4Srjs { 54302, VertexArrayMultiTexCoordOffsetEXT_remap_index }, 946896c5ddc4Srjs { 54347, VertexArrayFogCoordOffsetEXT_remap_index }, 946996c5ddc4Srjs { 54385, VertexArraySecondaryColorOffsetEXT_remap_index }, 947096c5ddc4Srjs { 54430, VertexArrayVertexAttribOffsetEXT_remap_index }, 947196c5ddc4Srjs { 54475, VertexArrayVertexAttribIOffsetEXT_remap_index }, 947296c5ddc4Srjs { 54520, EnableVertexArrayEXT_remap_index }, 947396c5ddc4Srjs { 54547, DisableVertexArrayEXT_remap_index }, 947496c5ddc4Srjs { 54575, EnableVertexArrayAttribEXT_remap_index }, 947596c5ddc4Srjs { 54608, DisableVertexArrayAttribEXT_remap_index }, 947696c5ddc4Srjs { 54642, GetVertexArrayIntegervEXT_remap_index }, 947796c5ddc4Srjs { 54675, GetVertexArrayPointervEXT_remap_index }, 947896c5ddc4Srjs { 54708, GetVertexArrayIntegeri_vEXT_remap_index }, 947996c5ddc4Srjs { 54744, GetVertexArrayPointeri_vEXT_remap_index }, 948096c5ddc4Srjs { 31377, ClearNamedBufferDataEXT_remap_index }, 948196c5ddc4Srjs { 31410, ClearNamedBufferSubDataEXT_remap_index }, 948296c5ddc4Srjs { 32114, NamedFramebufferParameteriEXT_remap_index }, 948396c5ddc4Srjs { 32151, GetNamedFramebufferParameterivEXT_remap_index }, 948496c5ddc4Srjs { 28978, VertexArrayVertexAttribLOffsetEXT_remap_index }, 948596c5ddc4Srjs { 20649, VertexArrayVertexAttribDivisorEXT_remap_index }, 948696c5ddc4Srjs { 32738, TextureBufferRangeEXT_remap_index }, 948796c5ddc4Srjs { 32868, TextureStorage2DMultisampleEXT_remap_index }, 948896c5ddc4Srjs { 32910, TextureStorage3DMultisampleEXT_remap_index }, 948996c5ddc4Srjs { 31800, VertexArrayBindVertexBufferEXT_remap_index }, 949096c5ddc4Srjs { 31840, VertexArrayVertexAttribFormatEXT_remap_index }, 949196c5ddc4Srjs { 31883, VertexArrayVertexAttribIFormatEXT_remap_index }, 949296c5ddc4Srjs { 31926, VertexArrayVertexAttribLFormatEXT_remap_index }, 949396c5ddc4Srjs { 31969, VertexArrayVertexAttribBindingEXT_remap_index }, 949496c5ddc4Srjs { 32010, VertexArrayVertexBindingDivisorEXT_remap_index }, 949596c5ddc4Srjs { 37209, NamedBufferPageCommitmentEXT_remap_index }, 949696c5ddc4Srjs { 22424, NamedStringARB_remap_index }, 949796c5ddc4Srjs { 22448, DeleteNamedStringARB_remap_index }, 949896c5ddc4Srjs { 22475, CompileShaderIncludeARB_remap_index }, 949996c5ddc4Srjs { 22507, IsNamedStringARB_remap_index }, 950096c5ddc4Srjs { 22530, GetNamedStringARB_remap_index }, 950196c5ddc4Srjs { 22557, GetNamedStringivARB_remap_index }, 950296c5ddc4Srjs { 56570, EGLImageTargetTexStorageEXT_remap_index }, 950396c5ddc4Srjs { 56605, EGLImageTargetTextureStorageEXT_remap_index }, 950496c5ddc4Srjs { 50079, CopyImageSubDataNV_remap_index }, 950596c5ddc4Srjs { 60601, ViewportSwizzleNV_remap_index }, 950696c5ddc4Srjs { 55920, AlphaToCoverageDitherControlNV_remap_index }, 950796c5ddc4Srjs { 56431, InternalBufferSubDataCopyMESA_remap_index }, 950896c5ddc4Srjs { 60628, Vertex2hNV_remap_index }, 950996c5ddc4Srjs { 60645, Vertex2hvNV_remap_index }, 951096c5ddc4Srjs { 60662, Vertex3hNV_remap_index }, 951196c5ddc4Srjs { 60680, Vertex3hvNV_remap_index }, 951296c5ddc4Srjs { 60697, Vertex4hNV_remap_index }, 951396c5ddc4Srjs { 60716, Vertex4hvNV_remap_index }, 951496c5ddc4Srjs { 60733, Normal3hNV_remap_index }, 951596c5ddc4Srjs { 60751, Normal3hvNV_remap_index }, 951696c5ddc4Srjs { 60768, Color3hNV_remap_index }, 951796c5ddc4Srjs { 60785, Color3hvNV_remap_index }, 951896c5ddc4Srjs { 60801, Color4hNV_remap_index }, 951996c5ddc4Srjs { 60819, Color4hvNV_remap_index }, 952096c5ddc4Srjs { 60835, TexCoord1hNV_remap_index }, 952196c5ddc4Srjs { 60853, TexCoord1hvNV_remap_index }, 952296c5ddc4Srjs { 60872, TexCoord2hNV_remap_index }, 952396c5ddc4Srjs { 60891, TexCoord2hvNV_remap_index }, 952496c5ddc4Srjs { 60910, TexCoord3hNV_remap_index }, 952596c5ddc4Srjs { 60930, TexCoord3hvNV_remap_index }, 952696c5ddc4Srjs { 60949, TexCoord4hNV_remap_index }, 952796c5ddc4Srjs { 60970, TexCoord4hvNV_remap_index }, 952896c5ddc4Srjs { 60989, MultiTexCoord1hNV_remap_index }, 952996c5ddc4Srjs { 61013, MultiTexCoord1hvNV_remap_index }, 953096c5ddc4Srjs { 61038, MultiTexCoord2hNV_remap_index }, 953196c5ddc4Srjs { 61063, MultiTexCoord2hvNV_remap_index }, 953296c5ddc4Srjs { 61088, MultiTexCoord3hNV_remap_index }, 953396c5ddc4Srjs { 61114, MultiTexCoord3hvNV_remap_index }, 953496c5ddc4Srjs { 61139, MultiTexCoord4hNV_remap_index }, 953596c5ddc4Srjs { 61166, MultiTexCoord4hvNV_remap_index }, 953696c5ddc4Srjs { 61489, FogCoordhNV_remap_index }, 953796c5ddc4Srjs { 61506, FogCoordhvNV_remap_index }, 953896c5ddc4Srjs { 61524, SecondaryColor3hNV_remap_index }, 953996c5ddc4Srjs { 61550, SecondaryColor3hvNV_remap_index }, 954096c5ddc4Srjs { 56472, InternalSetError_remap_index }, 954196c5ddc4Srjs { 61191, VertexAttrib1hNV_remap_index }, 954296c5ddc4Srjs { 61214, VertexAttrib1hvNV_remap_index }, 954396c5ddc4Srjs { 61238, VertexAttrib2hNV_remap_index }, 954496c5ddc4Srjs { 61262, VertexAttrib2hvNV_remap_index }, 954596c5ddc4Srjs { 61286, VertexAttrib3hNV_remap_index }, 954696c5ddc4Srjs { 61311, VertexAttrib3hvNV_remap_index }, 954796c5ddc4Srjs { 61335, VertexAttrib4hNV_remap_index }, 954896c5ddc4Srjs { 61361, VertexAttrib4hvNV_remap_index }, 954996c5ddc4Srjs { 61385, VertexAttribs1hvNV_remap_index }, 955096c5ddc4Srjs { 61411, VertexAttribs2hvNV_remap_index }, 955196c5ddc4Srjs { 61437, VertexAttribs3hvNV_remap_index }, 955296c5ddc4Srjs { 61463, VertexAttribs4hvNV_remap_index }, 9553e64d31b9Smaya { -1, -1 } 9554e64d31b9Smaya}; 9555e64d31b9Smaya 9556