Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. /* DO NOT EDIT - This file generated automatically by gl_table.py (from Mesa) script */
  2.  
  3. /*
  4.  * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
  5.  * (C) Copyright IBM Corporation 2004
  6.  * All Rights Reserved.
  7.  *
  8.  * Permission is hereby granted, free of charge, to any person obtaining a
  9.  * copy of this software and associated documentation files (the "Software"),
  10.  * to deal in the Software without restriction, including without limitation
  11.  * the rights to use, copy, modify, merge, publish, distribute, sub license,
  12.  * and/or sell copies of the Software, and to permit persons to whom the
  13.  * Software is furnished to do so, subject to the following conditions:
  14.  *
  15.  * The above copyright notice and this permission notice (including the next
  16.  * paragraph) shall be included in all copies or substantial portions of the
  17.  * Software.
  18.  *
  19.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  20.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  21.  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
  22.  * BRIAN PAUL, IBM,
  23.  * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  24.  * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  25.  * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  26.  * SOFTWARE.
  27.  */
  28.  
  29. #if !defined( _GLAPI_TABLE_H_ )
  30. #  define _GLAPI_TABLE_H_
  31.  
  32. #ifndef GLAPIENTRYP
  33. # ifndef GLAPIENTRY
  34. #  define GLAPIENTRY
  35. # endif
  36.  
  37. # define GLAPIENTRYP GLAPIENTRY *
  38. #endif
  39.  
  40.  
  41. struct _glapi_table
  42. {
  43.    void (GLAPIENTRYP NewList)(GLuint list, GLenum mode); /* 0 */
  44.    void (GLAPIENTRYP EndList)(void); /* 1 */
  45.    void (GLAPIENTRYP CallList)(GLuint list); /* 2 */
  46.    void (GLAPIENTRYP CallLists)(GLsizei n, GLenum type, const GLvoid * lists); /* 3 */
  47.    void (GLAPIENTRYP DeleteLists)(GLuint list, GLsizei range); /* 4 */
  48.    GLuint (GLAPIENTRYP GenLists)(GLsizei range); /* 5 */
  49.    void (GLAPIENTRYP ListBase)(GLuint base); /* 6 */
  50.    void (GLAPIENTRYP Begin)(GLenum mode); /* 7 */
  51.    void (GLAPIENTRYP Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap); /* 8 */
  52.    void (GLAPIENTRYP Color3b)(GLbyte red, GLbyte green, GLbyte blue); /* 9 */
  53.    void (GLAPIENTRYP Color3bv)(const GLbyte * v); /* 10 */
  54.    void (GLAPIENTRYP Color3d)(GLdouble red, GLdouble green, GLdouble blue); /* 11 */
  55.    void (GLAPIENTRYP Color3dv)(const GLdouble * v); /* 12 */
  56.    void (GLAPIENTRYP Color3f)(GLfloat red, GLfloat green, GLfloat blue); /* 13 */
  57.    void (GLAPIENTRYP Color3fv)(const GLfloat * v); /* 14 */
  58.    void (GLAPIENTRYP Color3i)(GLint red, GLint green, GLint blue); /* 15 */
  59.    void (GLAPIENTRYP Color3iv)(const GLint * v); /* 16 */
  60.    void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */
  61.    void (GLAPIENTRYP Color3sv)(const GLshort * v); /* 18 */
  62.    void (GLAPIENTRYP Color3ub)(GLubyte red, GLubyte green, GLubyte blue); /* 19 */
  63.    void (GLAPIENTRYP Color3ubv)(const GLubyte * v); /* 20 */
  64.    void (GLAPIENTRYP Color3ui)(GLuint red, GLuint green, GLuint blue); /* 21 */
  65.    void (GLAPIENTRYP Color3uiv)(const GLuint * v); /* 22 */
  66.    void (GLAPIENTRYP Color3us)(GLushort red, GLushort green, GLushort blue); /* 23 */
  67.    void (GLAPIENTRYP Color3usv)(const GLushort * v); /* 24 */
  68.    void (GLAPIENTRYP Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); /* 25 */
  69.    void (GLAPIENTRYP Color4bv)(const GLbyte * v); /* 26 */
  70.    void (GLAPIENTRYP Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); /* 27 */
  71.    void (GLAPIENTRYP Color4dv)(const GLdouble * v); /* 28 */
  72.    void (GLAPIENTRYP Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); /* 29 */
  73.    void (GLAPIENTRYP Color4fv)(const GLfloat * v); /* 30 */
  74.    void (GLAPIENTRYP Color4i)(GLint red, GLint green, GLint blue, GLint alpha); /* 31 */
  75.    void (GLAPIENTRYP Color4iv)(const GLint * v); /* 32 */
  76.    void (GLAPIENTRYP Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha); /* 33 */
  77.    void (GLAPIENTRYP Color4sv)(const GLshort * v); /* 34 */
  78.    void (GLAPIENTRYP Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); /* 35 */
  79.    void (GLAPIENTRYP Color4ubv)(const GLubyte * v); /* 36 */
  80.    void (GLAPIENTRYP Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha); /* 37 */
  81.    void (GLAPIENTRYP Color4uiv)(const GLuint * v); /* 38 */
  82.    void (GLAPIENTRYP Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha); /* 39 */
  83.    void (GLAPIENTRYP Color4usv)(const GLushort * v); /* 40 */
  84.    void (GLAPIENTRYP EdgeFlag)(GLboolean flag); /* 41 */
  85.    void (GLAPIENTRYP EdgeFlagv)(const GLboolean * flag); /* 42 */
  86.    void (GLAPIENTRYP End)(void); /* 43 */
  87.    void (GLAPIENTRYP Indexd)(GLdouble c); /* 44 */
  88.    void (GLAPIENTRYP Indexdv)(const GLdouble * c); /* 45 */
  89.    void (GLAPIENTRYP Indexf)(GLfloat c); /* 46 */
  90.    void (GLAPIENTRYP Indexfv)(const GLfloat * c); /* 47 */
  91.    void (GLAPIENTRYP Indexi)(GLint c); /* 48 */
  92.    void (GLAPIENTRYP Indexiv)(const GLint * c); /* 49 */
  93.    void (GLAPIENTRYP Indexs)(GLshort c); /* 50 */
  94.    void (GLAPIENTRYP Indexsv)(const GLshort * c); /* 51 */
  95.    void (GLAPIENTRYP Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz); /* 52 */
  96.    void (GLAPIENTRYP Normal3bv)(const GLbyte * v); /* 53 */
  97.    void (GLAPIENTRYP Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz); /* 54 */
  98.    void (GLAPIENTRYP Normal3dv)(const GLdouble * v); /* 55 */
  99.    void (GLAPIENTRYP Normal3f)(GLfloat nx, GLfloat ny, GLfloat nz); /* 56 */
  100.    void (GLAPIENTRYP Normal3fv)(const GLfloat * v); /* 57 */
  101.    void (GLAPIENTRYP Normal3i)(GLint nx, GLint ny, GLint nz); /* 58 */
  102.    void (GLAPIENTRYP Normal3iv)(const GLint * v); /* 59 */
  103.    void (GLAPIENTRYP Normal3s)(GLshort nx, GLshort ny, GLshort nz); /* 60 */
  104.    void (GLAPIENTRYP Normal3sv)(const GLshort * v); /* 61 */
  105.    void (GLAPIENTRYP RasterPos2d)(GLdouble x, GLdouble y); /* 62 */
  106.    void (GLAPIENTRYP RasterPos2dv)(const GLdouble * v); /* 63 */
  107.    void (GLAPIENTRYP RasterPos2f)(GLfloat x, GLfloat y); /* 64 */
  108.    void (GLAPIENTRYP RasterPos2fv)(const GLfloat * v); /* 65 */
  109.    void (GLAPIENTRYP RasterPos2i)(GLint x, GLint y); /* 66 */
  110.    void (GLAPIENTRYP RasterPos2iv)(const GLint * v); /* 67 */
  111.    void (GLAPIENTRYP RasterPos2s)(GLshort x, GLshort y); /* 68 */
  112.    void (GLAPIENTRYP RasterPos2sv)(const GLshort * v); /* 69 */
  113.    void (GLAPIENTRYP RasterPos3d)(GLdouble x, GLdouble y, GLdouble z); /* 70 */
  114.    void (GLAPIENTRYP RasterPos3dv)(const GLdouble * v); /* 71 */
  115.    void (GLAPIENTRYP RasterPos3f)(GLfloat x, GLfloat y, GLfloat z); /* 72 */
  116.    void (GLAPIENTRYP RasterPos3fv)(const GLfloat * v); /* 73 */
  117.    void (GLAPIENTRYP RasterPos3i)(GLint x, GLint y, GLint z); /* 74 */
  118.    void (GLAPIENTRYP RasterPos3iv)(const GLint * v); /* 75 */
  119.    void (GLAPIENTRYP RasterPos3s)(GLshort x, GLshort y, GLshort z); /* 76 */
  120.    void (GLAPIENTRYP RasterPos3sv)(const GLshort * v); /* 77 */
  121.    void (GLAPIENTRYP RasterPos4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 78 */
  122.    void (GLAPIENTRYP RasterPos4dv)(const GLdouble * v); /* 79 */
  123.    void (GLAPIENTRYP RasterPos4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 80 */
  124.    void (GLAPIENTRYP RasterPos4fv)(const GLfloat * v); /* 81 */
  125.    void (GLAPIENTRYP RasterPos4i)(GLint x, GLint y, GLint z, GLint w); /* 82 */
  126.    void (GLAPIENTRYP RasterPos4iv)(const GLint * v); /* 83 */
  127.    void (GLAPIENTRYP RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 84 */
  128.    void (GLAPIENTRYP RasterPos4sv)(const GLshort * v); /* 85 */
  129.    void (GLAPIENTRYP Rectd)(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2); /* 86 */
  130.    void (GLAPIENTRYP Rectdv)(const GLdouble * v1, const GLdouble * v2); /* 87 */
  131.    void (GLAPIENTRYP Rectf)(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2); /* 88 */
  132.    void (GLAPIENTRYP Rectfv)(const GLfloat * v1, const GLfloat * v2); /* 89 */
  133.    void (GLAPIENTRYP Recti)(GLint x1, GLint y1, GLint x2, GLint y2); /* 90 */
  134.    void (GLAPIENTRYP Rectiv)(const GLint * v1, const GLint * v2); /* 91 */
  135.    void (GLAPIENTRYP Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2); /* 92 */
  136.    void (GLAPIENTRYP Rectsv)(const GLshort * v1, const GLshort * v2); /* 93 */
  137.    void (GLAPIENTRYP TexCoord1d)(GLdouble s); /* 94 */
  138.    void (GLAPIENTRYP TexCoord1dv)(const GLdouble * v); /* 95 */
  139.    void (GLAPIENTRYP TexCoord1f)(GLfloat s); /* 96 */
  140.    void (GLAPIENTRYP TexCoord1fv)(const GLfloat * v); /* 97 */
  141.    void (GLAPIENTRYP TexCoord1i)(GLint s); /* 98 */
  142.    void (GLAPIENTRYP TexCoord1iv)(const GLint * v); /* 99 */
  143.    void (GLAPIENTRYP TexCoord1s)(GLshort s); /* 100 */
  144.    void (GLAPIENTRYP TexCoord1sv)(const GLshort * v); /* 101 */
  145.    void (GLAPIENTRYP TexCoord2d)(GLdouble s, GLdouble t); /* 102 */
  146.    void (GLAPIENTRYP TexCoord2dv)(const GLdouble * v); /* 103 */
  147.    void (GLAPIENTRYP TexCoord2f)(GLfloat s, GLfloat t); /* 104 */
  148.    void (GLAPIENTRYP TexCoord2fv)(const GLfloat * v); /* 105 */
  149.    void (GLAPIENTRYP TexCoord2i)(GLint s, GLint t); /* 106 */
  150.    void (GLAPIENTRYP TexCoord2iv)(const GLint * v); /* 107 */
  151.    void (GLAPIENTRYP TexCoord2s)(GLshort s, GLshort t); /* 108 */
  152.    void (GLAPIENTRYP TexCoord2sv)(const GLshort * v); /* 109 */
  153.    void (GLAPIENTRYP TexCoord3d)(GLdouble s, GLdouble t, GLdouble r); /* 110 */
  154.    void (GLAPIENTRYP TexCoord3dv)(const GLdouble * v); /* 111 */
  155.    void (GLAPIENTRYP TexCoord3f)(GLfloat s, GLfloat t, GLfloat r); /* 112 */
  156.    void (GLAPIENTRYP TexCoord3fv)(const GLfloat * v); /* 113 */
  157.    void (GLAPIENTRYP TexCoord3i)(GLint s, GLint t, GLint r); /* 114 */
  158.    void (GLAPIENTRYP TexCoord3iv)(const GLint * v); /* 115 */
  159.    void (GLAPIENTRYP TexCoord3s)(GLshort s, GLshort t, GLshort r); /* 116 */
  160.    void (GLAPIENTRYP TexCoord3sv)(const GLshort * v); /* 117 */
  161.    void (GLAPIENTRYP TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q); /* 118 */
  162.    void (GLAPIENTRYP TexCoord4dv)(const GLdouble * v); /* 119 */
  163.    void (GLAPIENTRYP TexCoord4f)(GLfloat s, GLfloat t, GLfloat r, GLfloat q); /* 120 */
  164.    void (GLAPIENTRYP TexCoord4fv)(const GLfloat * v); /* 121 */
  165.    void (GLAPIENTRYP TexCoord4i)(GLint s, GLint t, GLint r, GLint q); /* 122 */
  166.    void (GLAPIENTRYP TexCoord4iv)(const GLint * v); /* 123 */
  167.    void (GLAPIENTRYP TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q); /* 124 */
  168.    void (GLAPIENTRYP TexCoord4sv)(const GLshort * v); /* 125 */
  169.    void (GLAPIENTRYP Vertex2d)(GLdouble x, GLdouble y); /* 126 */
  170.    void (GLAPIENTRYP Vertex2dv)(const GLdouble * v); /* 127 */
  171.    void (GLAPIENTRYP Vertex2f)(GLfloat x, GLfloat y); /* 128 */
  172.    void (GLAPIENTRYP Vertex2fv)(const GLfloat * v); /* 129 */
  173.    void (GLAPIENTRYP Vertex2i)(GLint x, GLint y); /* 130 */
  174.    void (GLAPIENTRYP Vertex2iv)(const GLint * v); /* 131 */
  175.    void (GLAPIENTRYP Vertex2s)(GLshort x, GLshort y); /* 132 */
  176.    void (GLAPIENTRYP Vertex2sv)(const GLshort * v); /* 133 */
  177.    void (GLAPIENTRYP Vertex3d)(GLdouble x, GLdouble y, GLdouble z); /* 134 */
  178.    void (GLAPIENTRYP Vertex3dv)(const GLdouble * v); /* 135 */
  179.    void (GLAPIENTRYP Vertex3f)(GLfloat x, GLfloat y, GLfloat z); /* 136 */
  180.    void (GLAPIENTRYP Vertex3fv)(const GLfloat * v); /* 137 */
  181.    void (GLAPIENTRYP Vertex3i)(GLint x, GLint y, GLint z); /* 138 */
  182.    void (GLAPIENTRYP Vertex3iv)(const GLint * v); /* 139 */
  183.    void (GLAPIENTRYP Vertex3s)(GLshort x, GLshort y, GLshort z); /* 140 */
  184.    void (GLAPIENTRYP Vertex3sv)(const GLshort * v); /* 141 */
  185.    void (GLAPIENTRYP Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 142 */
  186.    void (GLAPIENTRYP Vertex4dv)(const GLdouble * v); /* 143 */
  187.    void (GLAPIENTRYP Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 144 */
  188.    void (GLAPIENTRYP Vertex4fv)(const GLfloat * v); /* 145 */
  189.    void (GLAPIENTRYP Vertex4i)(GLint x, GLint y, GLint z, GLint w); /* 146 */
  190.    void (GLAPIENTRYP Vertex4iv)(const GLint * v); /* 147 */
  191.    void (GLAPIENTRYP Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 148 */
  192.    void (GLAPIENTRYP Vertex4sv)(const GLshort * v); /* 149 */
  193.    void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
  194.    void (GLAPIENTRYP ColorMaterial)(GLenum face, GLenum mode); /* 151 */
  195.    void (GLAPIENTRYP CullFace)(GLenum mode); /* 152 */
  196.    void (GLAPIENTRYP Fogf)(GLenum pname, GLfloat param); /* 153 */
  197.    void (GLAPIENTRYP Fogfv)(GLenum pname, const GLfloat * params); /* 154 */
  198.    void (GLAPIENTRYP Fogi)(GLenum pname, GLint param); /* 155 */
  199.    void (GLAPIENTRYP Fogiv)(GLenum pname, const GLint * params); /* 156 */
  200.    void (GLAPIENTRYP FrontFace)(GLenum mode); /* 157 */
  201.    void (GLAPIENTRYP Hint)(GLenum target, GLenum mode); /* 158 */
  202.    void (GLAPIENTRYP Lightf)(GLenum light, GLenum pname, GLfloat param); /* 159 */
  203.    void (GLAPIENTRYP Lightfv)(GLenum light, GLenum pname, const GLfloat * params); /* 160 */
  204.    void (GLAPIENTRYP Lighti)(GLenum light, GLenum pname, GLint param); /* 161 */
  205.    void (GLAPIENTRYP Lightiv)(GLenum light, GLenum pname, const GLint * params); /* 162 */
  206.    void (GLAPIENTRYP LightModelf)(GLenum pname, GLfloat param); /* 163 */
  207.    void (GLAPIENTRYP LightModelfv)(GLenum pname, const GLfloat * params); /* 164 */
  208.    void (GLAPIENTRYP LightModeli)(GLenum pname, GLint param); /* 165 */
  209.    void (GLAPIENTRYP LightModeliv)(GLenum pname, const GLint * params); /* 166 */
  210.    void (GLAPIENTRYP LineStipple)(GLint factor, GLushort pattern); /* 167 */
  211.    void (GLAPIENTRYP LineWidth)(GLfloat width); /* 168 */
  212.    void (GLAPIENTRYP Materialf)(GLenum face, GLenum pname, GLfloat param); /* 169 */
  213.    void (GLAPIENTRYP Materialfv)(GLenum face, GLenum pname, const GLfloat * params); /* 170 */
  214.    void (GLAPIENTRYP Materiali)(GLenum face, GLenum pname, GLint param); /* 171 */
  215.    void (GLAPIENTRYP Materialiv)(GLenum face, GLenum pname, const GLint * params); /* 172 */
  216.    void (GLAPIENTRYP PointSize)(GLfloat size); /* 173 */
  217.    void (GLAPIENTRYP PolygonMode)(GLenum face, GLenum mode); /* 174 */
  218.    void (GLAPIENTRYP PolygonStipple)(const GLubyte * mask); /* 175 */
  219.    void (GLAPIENTRYP Scissor)(GLint x, GLint y, GLsizei width, GLsizei height); /* 176 */
  220.    void (GLAPIENTRYP ShadeModel)(GLenum mode); /* 177 */
  221.    void (GLAPIENTRYP TexParameterf)(GLenum target, GLenum pname, GLfloat param); /* 178 */
  222.    void (GLAPIENTRYP TexParameterfv)(GLenum target, GLenum pname, const GLfloat * params); /* 179 */
  223.    void (GLAPIENTRYP TexParameteri)(GLenum target, GLenum pname, GLint param); /* 180 */
  224.    void (GLAPIENTRYP TexParameteriv)(GLenum target, GLenum pname, const GLint * params); /* 181 */
  225.    void (GLAPIENTRYP TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels); /* 182 */
  226.    void (GLAPIENTRYP TexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels); /* 183 */
  227.    void (GLAPIENTRYP TexEnvf)(GLenum target, GLenum pname, GLfloat param); /* 184 */
  228.    void (GLAPIENTRYP TexEnvfv)(GLenum target, GLenum pname, const GLfloat * params); /* 185 */
  229.    void (GLAPIENTRYP TexEnvi)(GLenum target, GLenum pname, GLint param); /* 186 */
  230.    void (GLAPIENTRYP TexEnviv)(GLenum target, GLenum pname, const GLint * params); /* 187 */
  231.    void (GLAPIENTRYP TexGend)(GLenum coord, GLenum pname, GLdouble param); /* 188 */
  232.    void (GLAPIENTRYP TexGendv)(GLenum coord, GLenum pname, const GLdouble * params); /* 189 */
  233.    void (GLAPIENTRYP TexGenf)(GLenum coord, GLenum pname, GLfloat param); /* 190 */
  234.    void (GLAPIENTRYP TexGenfv)(GLenum coord, GLenum pname, const GLfloat * params); /* 191 */
  235.    void (GLAPIENTRYP TexGeni)(GLenum coord, GLenum pname, GLint param); /* 192 */
  236.    void (GLAPIENTRYP TexGeniv)(GLenum coord, GLenum pname, const GLint * params); /* 193 */
  237.    void (GLAPIENTRYP FeedbackBuffer)(GLsizei size, GLenum type, GLfloat * buffer); /* 194 */
  238.    void (GLAPIENTRYP SelectBuffer)(GLsizei size, GLuint * buffer); /* 195 */
  239.    GLint (GLAPIENTRYP RenderMode)(GLenum mode); /* 196 */
  240.    void (GLAPIENTRYP InitNames)(void); /* 197 */
  241.    void (GLAPIENTRYP LoadName)(GLuint name); /* 198 */
  242.    void (GLAPIENTRYP PassThrough)(GLfloat token); /* 199 */
  243.    void (GLAPIENTRYP PopName)(void); /* 200 */
  244.    void (GLAPIENTRYP PushName)(GLuint name); /* 201 */
  245.    void (GLAPIENTRYP DrawBuffer)(GLenum mode); /* 202 */
  246.    void (GLAPIENTRYP Clear)(GLbitfield mask); /* 203 */
  247.    void (GLAPIENTRYP ClearAccum)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); /* 204 */
  248.    void (GLAPIENTRYP ClearIndex)(GLfloat c); /* 205 */
  249.    void (GLAPIENTRYP ClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 206 */
  250.    void (GLAPIENTRYP ClearStencil)(GLint s); /* 207 */
  251.    void (GLAPIENTRYP ClearDepth)(GLclampd depth); /* 208 */
  252.    void (GLAPIENTRYP StencilMask)(GLuint mask); /* 209 */
  253.    void (GLAPIENTRYP ColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); /* 210 */
  254.    void (GLAPIENTRYP DepthMask)(GLboolean flag); /* 211 */
  255.    void (GLAPIENTRYP IndexMask)(GLuint mask); /* 212 */
  256.    void (GLAPIENTRYP Accum)(GLenum op, GLfloat value); /* 213 */
  257.    void (GLAPIENTRYP Disable)(GLenum cap); /* 214 */
  258.    void (GLAPIENTRYP Enable)(GLenum cap); /* 215 */
  259.    void (GLAPIENTRYP Finish)(void); /* 216 */
  260.    void (GLAPIENTRYP Flush)(void); /* 217 */
  261.    void (GLAPIENTRYP PopAttrib)(void); /* 218 */
  262.    void (GLAPIENTRYP PushAttrib)(GLbitfield mask); /* 219 */
  263.    void (GLAPIENTRYP Map1d)(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points); /* 220 */
  264.    void (GLAPIENTRYP Map1f)(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points); /* 221 */
  265.    void (GLAPIENTRYP Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points); /* 222 */
  266.    void (GLAPIENTRYP Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points); /* 223 */
  267.    void (GLAPIENTRYP MapGrid1d)(GLint un, GLdouble u1, GLdouble u2); /* 224 */
  268.    void (GLAPIENTRYP MapGrid1f)(GLint un, GLfloat u1, GLfloat u2); /* 225 */
  269.    void (GLAPIENTRYP MapGrid2d)(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2); /* 226 */
  270.    void (GLAPIENTRYP MapGrid2f)(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2); /* 227 */
  271.    void (GLAPIENTRYP EvalCoord1d)(GLdouble u); /* 228 */
  272.    void (GLAPIENTRYP EvalCoord1dv)(const GLdouble * u); /* 229 */
  273.    void (GLAPIENTRYP EvalCoord1f)(GLfloat u); /* 230 */
  274.    void (GLAPIENTRYP EvalCoord1fv)(const GLfloat * u); /* 231 */
  275.    void (GLAPIENTRYP EvalCoord2d)(GLdouble u, GLdouble v); /* 232 */
  276.    void (GLAPIENTRYP EvalCoord2dv)(const GLdouble * u); /* 233 */
  277.    void (GLAPIENTRYP EvalCoord2f)(GLfloat u, GLfloat v); /* 234 */
  278.    void (GLAPIENTRYP EvalCoord2fv)(const GLfloat * u); /* 235 */
  279.    void (GLAPIENTRYP EvalMesh1)(GLenum mode, GLint i1, GLint i2); /* 236 */
  280.    void (GLAPIENTRYP EvalPoint1)(GLint i); /* 237 */
  281.    void (GLAPIENTRYP EvalMesh2)(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2); /* 238 */
  282.    void (GLAPIENTRYP EvalPoint2)(GLint i, GLint j); /* 239 */
  283.    void (GLAPIENTRYP AlphaFunc)(GLenum func, GLclampf ref); /* 240 */
  284.    void (GLAPIENTRYP BlendFunc)(GLenum sfactor, GLenum dfactor); /* 241 */
  285.    void (GLAPIENTRYP LogicOp)(GLenum opcode); /* 242 */
  286.    void (GLAPIENTRYP StencilFunc)(GLenum func, GLint ref, GLuint mask); /* 243 */
  287.    void (GLAPIENTRYP StencilOp)(GLenum fail, GLenum zfail, GLenum zpass); /* 244 */
  288.    void (GLAPIENTRYP DepthFunc)(GLenum func); /* 245 */
  289.    void (GLAPIENTRYP PixelZoom)(GLfloat xfactor, GLfloat yfactor); /* 246 */
  290.    void (GLAPIENTRYP PixelTransferf)(GLenum pname, GLfloat param); /* 247 */
  291.    void (GLAPIENTRYP PixelTransferi)(GLenum pname, GLint param); /* 248 */
  292.    void (GLAPIENTRYP PixelStoref)(GLenum pname, GLfloat param); /* 249 */
  293.    void (GLAPIENTRYP PixelStorei)(GLenum pname, GLint param); /* 250 */
  294.    void (GLAPIENTRYP PixelMapfv)(GLenum map, GLsizei mapsize, const GLfloat * values); /* 251 */
  295.    void (GLAPIENTRYP PixelMapuiv)(GLenum map, GLsizei mapsize, const GLuint * values); /* 252 */
  296.    void (GLAPIENTRYP PixelMapusv)(GLenum map, GLsizei mapsize, const GLushort * values); /* 253 */
  297.    void (GLAPIENTRYP ReadBuffer)(GLenum mode); /* 254 */
  298.    void (GLAPIENTRYP CopyPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); /* 255 */
  299.    void (GLAPIENTRYP ReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels); /* 256 */
  300.    void (GLAPIENTRYP DrawPixels)(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); /* 257 */
  301.    void (GLAPIENTRYP GetBooleanv)(GLenum pname, GLboolean * params); /* 258 */
  302.    void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
  303.    void (GLAPIENTRYP GetDoublev)(GLenum pname, GLdouble * params); /* 260 */
  304.    GLenum (GLAPIENTRYP GetError)(void); /* 261 */
  305.    void (GLAPIENTRYP GetFloatv)(GLenum pname, GLfloat * params); /* 262 */
  306.    void (GLAPIENTRYP GetIntegerv)(GLenum pname, GLint * params); /* 263 */
  307.    void (GLAPIENTRYP GetLightfv)(GLenum light, GLenum pname, GLfloat * params); /* 264 */
  308.    void (GLAPIENTRYP GetLightiv)(GLenum light, GLenum pname, GLint * params); /* 265 */
  309.    void (GLAPIENTRYP GetMapdv)(GLenum target, GLenum query, GLdouble * v); /* 266 */
  310.    void (GLAPIENTRYP GetMapfv)(GLenum target, GLenum query, GLfloat * v); /* 267 */
  311.    void (GLAPIENTRYP GetMapiv)(GLenum target, GLenum query, GLint * v); /* 268 */
  312.    void (GLAPIENTRYP GetMaterialfv)(GLenum face, GLenum pname, GLfloat * params); /* 269 */
  313.    void (GLAPIENTRYP GetMaterialiv)(GLenum face, GLenum pname, GLint * params); /* 270 */
  314.    void (GLAPIENTRYP GetPixelMapfv)(GLenum map, GLfloat * values); /* 271 */
  315.    void (GLAPIENTRYP GetPixelMapuiv)(GLenum map, GLuint * values); /* 272 */
  316.    void (GLAPIENTRYP GetPixelMapusv)(GLenum map, GLushort * values); /* 273 */
  317.    void (GLAPIENTRYP GetPolygonStipple)(GLubyte * mask); /* 274 */
  318.    const GLubyte * (GLAPIENTRYP GetString)(GLenum name); /* 275 */
  319.    void (GLAPIENTRYP GetTexEnvfv)(GLenum target, GLenum pname, GLfloat * params); /* 276 */
  320.    void (GLAPIENTRYP GetTexEnviv)(GLenum target, GLenum pname, GLint * params); /* 277 */
  321.    void (GLAPIENTRYP GetTexGendv)(GLenum coord, GLenum pname, GLdouble * params); /* 278 */
  322.    void (GLAPIENTRYP GetTexGenfv)(GLenum coord, GLenum pname, GLfloat * params); /* 279 */
  323.    void (GLAPIENTRYP GetTexGeniv)(GLenum coord, GLenum pname, GLint * params); /* 280 */
  324.    void (GLAPIENTRYP GetTexImage)(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels); /* 281 */
  325.    void (GLAPIENTRYP GetTexParameterfv)(GLenum target, GLenum pname, GLfloat * params); /* 282 */
  326.    void (GLAPIENTRYP GetTexParameteriv)(GLenum target, GLenum pname, GLint * params); /* 283 */
  327.    void (GLAPIENTRYP GetTexLevelParameterfv)(GLenum target, GLint level, GLenum pname, GLfloat * params); /* 284 */
  328.    void (GLAPIENTRYP GetTexLevelParameteriv)(GLenum target, GLint level, GLenum pname, GLint * params); /* 285 */
  329.    GLboolean (GLAPIENTRYP IsEnabled)(GLenum cap); /* 286 */
  330.    GLboolean (GLAPIENTRYP IsList)(GLuint list); /* 287 */
  331.    void (GLAPIENTRYP DepthRange)(GLclampd zNear, GLclampd zFar); /* 288 */
  332.    void (GLAPIENTRYP Frustum)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); /* 289 */
  333.    void (GLAPIENTRYP LoadIdentity)(void); /* 290 */
  334.    void (GLAPIENTRYP LoadMatrixf)(const GLfloat * m); /* 291 */
  335.    void (GLAPIENTRYP LoadMatrixd)(const GLdouble * m); /* 292 */
  336.    void (GLAPIENTRYP MatrixMode)(GLenum mode); /* 293 */
  337.    void (GLAPIENTRYP MultMatrixf)(const GLfloat * m); /* 294 */
  338.    void (GLAPIENTRYP MultMatrixd)(const GLdouble * m); /* 295 */
  339.    void (GLAPIENTRYP Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); /* 296 */
  340.    void (GLAPIENTRYP PopMatrix)(void); /* 297 */
  341.    void (GLAPIENTRYP PushMatrix)(void); /* 298 */
  342.    void (GLAPIENTRYP Rotated)(GLdouble angle, GLdouble x, GLdouble y, GLdouble z); /* 299 */
  343.    void (GLAPIENTRYP Rotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); /* 300 */
  344.    void (GLAPIENTRYP Scaled)(GLdouble x, GLdouble y, GLdouble z); /* 301 */
  345.    void (GLAPIENTRYP Scalef)(GLfloat x, GLfloat y, GLfloat z); /* 302 */
  346.    void (GLAPIENTRYP Translated)(GLdouble x, GLdouble y, GLdouble z); /* 303 */
  347.    void (GLAPIENTRYP Translatef)(GLfloat x, GLfloat y, GLfloat z); /* 304 */
  348.    void (GLAPIENTRYP Viewport)(GLint x, GLint y, GLsizei width, GLsizei height); /* 305 */
  349.    void (GLAPIENTRYP ArrayElement)(GLint i); /* 306 */
  350.    void (GLAPIENTRYP BindTexture)(GLenum target, GLuint texture); /* 307 */
  351.    void (GLAPIENTRYP ColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 308 */
  352.    void (GLAPIENTRYP DisableClientState)(GLenum array); /* 309 */
  353.    void (GLAPIENTRYP DrawArrays)(GLenum mode, GLint first, GLsizei count); /* 310 */
  354.    void (GLAPIENTRYP DrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); /* 311 */
  355.    void (GLAPIENTRYP EdgeFlagPointer)(GLsizei stride, const GLvoid * pointer); /* 312 */
  356.    void (GLAPIENTRYP EnableClientState)(GLenum array); /* 313 */
  357.    void (GLAPIENTRYP IndexPointer)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 314 */
  358.    void (GLAPIENTRYP Indexub)(GLubyte c); /* 315 */
  359.    void (GLAPIENTRYP Indexubv)(const GLubyte * c); /* 316 */
  360.    void (GLAPIENTRYP InterleavedArrays)(GLenum format, GLsizei stride, const GLvoid * pointer); /* 317 */
  361.    void (GLAPIENTRYP NormalPointer)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 318 */
  362.    void (GLAPIENTRYP PolygonOffset)(GLfloat factor, GLfloat units); /* 319 */
  363.    void (GLAPIENTRYP TexCoordPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 320 */
  364.    void (GLAPIENTRYP VertexPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 321 */
  365.    GLboolean (GLAPIENTRYP AreTexturesResident)(GLsizei n, const GLuint * textures, GLboolean * residences); /* 322 */
  366.    void (GLAPIENTRYP CopyTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border); /* 323 */
  367.    void (GLAPIENTRYP CopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); /* 324 */
  368.    void (GLAPIENTRYP CopyTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width); /* 325 */
  369.    void (GLAPIENTRYP CopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); /* 326 */
  370.    void (GLAPIENTRYP DeleteTextures)(GLsizei n, const GLuint * textures); /* 327 */
  371.    void (GLAPIENTRYP GenTextures)(GLsizei n, GLuint * textures); /* 328 */
  372.    void (GLAPIENTRYP GetPointerv)(GLenum pname, GLvoid ** params); /* 329 */
  373.    GLboolean (GLAPIENTRYP IsTexture)(GLuint texture); /* 330 */
  374.    void (GLAPIENTRYP PrioritizeTextures)(GLsizei n, const GLuint * textures, const GLclampf * priorities); /* 331 */
  375.    void (GLAPIENTRYP TexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels); /* 332 */
  376.    void (GLAPIENTRYP TexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); /* 333 */
  377.    void (GLAPIENTRYP PopClientAttrib)(void); /* 334 */
  378.    void (GLAPIENTRYP PushClientAttrib)(GLbitfield mask); /* 335 */
  379.    void (GLAPIENTRYP BlendColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); /* 336 */
  380.    void (GLAPIENTRYP BlendEquation)(GLenum mode); /* 337 */
  381.    void (GLAPIENTRYP DrawRangeElements)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices); /* 338 */
  382.    void (GLAPIENTRYP ColorTable)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table); /* 339 */
  383.    void (GLAPIENTRYP ColorTableParameterfv)(GLenum target, GLenum pname, const GLfloat * params); /* 340 */
  384.    void (GLAPIENTRYP ColorTableParameteriv)(GLenum target, GLenum pname, const GLint * params); /* 341 */
  385.    void (GLAPIENTRYP CopyColorTable)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); /* 342 */
  386.    void (GLAPIENTRYP GetColorTable)(GLenum target, GLenum format, GLenum type, GLvoid * table); /* 343 */
  387.    void (GLAPIENTRYP GetColorTableParameterfv)(GLenum target, GLenum pname, GLfloat * params); /* 344 */
  388.    void (GLAPIENTRYP GetColorTableParameteriv)(GLenum target, GLenum pname, GLint * params); /* 345 */
  389.    void (GLAPIENTRYP ColorSubTable)(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data); /* 346 */
  390.    void (GLAPIENTRYP CopyColorSubTable)(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width); /* 347 */
  391.    void (GLAPIENTRYP ConvolutionFilter1D)(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * image); /* 348 */
  392.    void (GLAPIENTRYP ConvolutionFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image); /* 349 */
  393.    void (GLAPIENTRYP ConvolutionParameterf)(GLenum target, GLenum pname, GLfloat params); /* 350 */
  394.    void (GLAPIENTRYP ConvolutionParameterfv)(GLenum target, GLenum pname, const GLfloat * params); /* 351 */
  395.    void (GLAPIENTRYP ConvolutionParameteri)(GLenum target, GLenum pname, GLint params); /* 352 */
  396.    void (GLAPIENTRYP ConvolutionParameteriv)(GLenum target, GLenum pname, const GLint * params); /* 353 */
  397.    void (GLAPIENTRYP CopyConvolutionFilter1D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width); /* 354 */
  398.    void (GLAPIENTRYP CopyConvolutionFilter2D)(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height); /* 355 */
  399.    void (GLAPIENTRYP GetConvolutionFilter)(GLenum target, GLenum format, GLenum type, GLvoid * image); /* 356 */
  400.    void (GLAPIENTRYP GetConvolutionParameterfv)(GLenum target, GLenum pname, GLfloat * params); /* 357 */
  401.    void (GLAPIENTRYP GetConvolutionParameteriv)(GLenum target, GLenum pname, GLint * params); /* 358 */
  402.    void (GLAPIENTRYP GetSeparableFilter)(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span); /* 359 */
  403.    void (GLAPIENTRYP SeparableFilter2D)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column); /* 360 */
  404.    void (GLAPIENTRYP GetHistogram)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values); /* 361 */
  405.    void (GLAPIENTRYP GetHistogramParameterfv)(GLenum target, GLenum pname, GLfloat * params); /* 362 */
  406.    void (GLAPIENTRYP GetHistogramParameteriv)(GLenum target, GLenum pname, GLint * params); /* 363 */
  407.    void (GLAPIENTRYP GetMinmax)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values); /* 364 */
  408.    void (GLAPIENTRYP GetMinmaxParameterfv)(GLenum target, GLenum pname, GLfloat * params); /* 365 */
  409.    void (GLAPIENTRYP GetMinmaxParameteriv)(GLenum target, GLenum pname, GLint * params); /* 366 */
  410.    void (GLAPIENTRYP Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink); /* 367 */
  411.    void (GLAPIENTRYP Minmax)(GLenum target, GLenum internalformat, GLboolean sink); /* 368 */
  412.    void (GLAPIENTRYP ResetHistogram)(GLenum target); /* 369 */
  413.    void (GLAPIENTRYP ResetMinmax)(GLenum target); /* 370 */
  414.    void (GLAPIENTRYP TexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); /* 371 */
  415.    void (GLAPIENTRYP TexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); /* 372 */
  416.    void (GLAPIENTRYP CopyTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); /* 373 */
  417.    void (GLAPIENTRYP ActiveTexture)(GLenum texture); /* 374 */
  418.    void (GLAPIENTRYP ClientActiveTexture)(GLenum texture); /* 375 */
  419.    void (GLAPIENTRYP MultiTexCoord1d)(GLenum target, GLdouble s); /* 376 */
  420.    void (GLAPIENTRYP MultiTexCoord1dv)(GLenum target, const GLdouble * v); /* 377 */
  421.    void (GLAPIENTRYP MultiTexCoord1fARB)(GLenum target, GLfloat s); /* 378 */
  422.    void (GLAPIENTRYP MultiTexCoord1fvARB)(GLenum target, const GLfloat * v); /* 379 */
  423.    void (GLAPIENTRYP MultiTexCoord1i)(GLenum target, GLint s); /* 380 */
  424.    void (GLAPIENTRYP MultiTexCoord1iv)(GLenum target, const GLint * v); /* 381 */
  425.    void (GLAPIENTRYP MultiTexCoord1s)(GLenum target, GLshort s); /* 382 */
  426.    void (GLAPIENTRYP MultiTexCoord1sv)(GLenum target, const GLshort * v); /* 383 */
  427.    void (GLAPIENTRYP MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t); /* 384 */
  428.    void (GLAPIENTRYP MultiTexCoord2dv)(GLenum target, const GLdouble * v); /* 385 */
  429.    void (GLAPIENTRYP MultiTexCoord2fARB)(GLenum target, GLfloat s, GLfloat t); /* 386 */
  430.    void (GLAPIENTRYP MultiTexCoord2fvARB)(GLenum target, const GLfloat * v); /* 387 */
  431.    void (GLAPIENTRYP MultiTexCoord2i)(GLenum target, GLint s, GLint t); /* 388 */
  432.    void (GLAPIENTRYP MultiTexCoord2iv)(GLenum target, const GLint * v); /* 389 */
  433.    void (GLAPIENTRYP MultiTexCoord2s)(GLenum target, GLshort s, GLshort t); /* 390 */
  434.    void (GLAPIENTRYP MultiTexCoord2sv)(GLenum target, const GLshort * v); /* 391 */
  435.    void (GLAPIENTRYP MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r); /* 392 */
  436.    void (GLAPIENTRYP MultiTexCoord3dv)(GLenum target, const GLdouble * v); /* 393 */
  437.    void (GLAPIENTRYP MultiTexCoord3fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r); /* 394 */
  438.    void (GLAPIENTRYP MultiTexCoord3fvARB)(GLenum target, const GLfloat * v); /* 395 */
  439.    void (GLAPIENTRYP MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r); /* 396 */
  440.    void (GLAPIENTRYP MultiTexCoord3iv)(GLenum target, const GLint * v); /* 397 */
  441.    void (GLAPIENTRYP MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r); /* 398 */
  442.    void (GLAPIENTRYP MultiTexCoord3sv)(GLenum target, const GLshort * v); /* 399 */
  443.    void (GLAPIENTRYP MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q); /* 400 */
  444.    void (GLAPIENTRYP MultiTexCoord4dv)(GLenum target, const GLdouble * v); /* 401 */
  445.    void (GLAPIENTRYP MultiTexCoord4fARB)(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); /* 402 */
  446.    void (GLAPIENTRYP MultiTexCoord4fvARB)(GLenum target, const GLfloat * v); /* 403 */
  447.    void (GLAPIENTRYP MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q); /* 404 */
  448.    void (GLAPIENTRYP MultiTexCoord4iv)(GLenum target, const GLint * v); /* 405 */
  449.    void (GLAPIENTRYP MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q); /* 406 */
  450.    void (GLAPIENTRYP MultiTexCoord4sv)(GLenum target, const GLshort * v); /* 407 */
  451. #if !defined HAVE_SHARED_GLAPI
  452.    void (GLAPIENTRYP CompressedTexImage1D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data); /* 408 */
  453.    void (GLAPIENTRYP CompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data); /* 409 */
  454.    void (GLAPIENTRYP CompressedTexImage3D)(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data); /* 410 */
  455.    void (GLAPIENTRYP CompressedTexSubImage1D)(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data); /* 411 */
  456.    void (GLAPIENTRYP CompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); /* 412 */
  457.    void (GLAPIENTRYP CompressedTexSubImage3D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); /* 413 */
  458.    void (GLAPIENTRYP GetCompressedTexImage)(GLenum target, GLint level, GLvoid * img); /* 414 */
  459.    void (GLAPIENTRYP LoadTransposeMatrixd)(const GLdouble * m); /* 415 */
  460.    void (GLAPIENTRYP LoadTransposeMatrixf)(const GLfloat * m); /* 416 */
  461.    void (GLAPIENTRYP MultTransposeMatrixd)(const GLdouble * m); /* 417 */
  462.    void (GLAPIENTRYP MultTransposeMatrixf)(const GLfloat * m); /* 418 */
  463.    void (GLAPIENTRYP SampleCoverage)(GLclampf value, GLboolean invert); /* 419 */
  464.    void (GLAPIENTRYP BlendFuncSeparate)(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha); /* 420 */
  465.    void (GLAPIENTRYP FogCoordPointer)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 421 */
  466.    void (GLAPIENTRYP FogCoordd)(GLdouble coord); /* 422 */
  467.    void (GLAPIENTRYP FogCoorddv)(const GLdouble * coord); /* 423 */
  468.    void (GLAPIENTRYP MultiDrawArrays)(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount); /* 424 */
  469.    void (GLAPIENTRYP PointParameterf)(GLenum pname, GLfloat param); /* 425 */
  470.    void (GLAPIENTRYP PointParameterfv)(GLenum pname, const GLfloat * params); /* 426 */
  471.    void (GLAPIENTRYP PointParameteri)(GLenum pname, GLint param); /* 427 */
  472.    void (GLAPIENTRYP PointParameteriv)(GLenum pname, const GLint * params); /* 428 */
  473.    void (GLAPIENTRYP SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue); /* 429 */
  474.    void (GLAPIENTRYP SecondaryColor3bv)(const GLbyte * v); /* 430 */
  475.    void (GLAPIENTRYP SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue); /* 431 */
  476.    void (GLAPIENTRYP SecondaryColor3dv)(const GLdouble * v); /* 432 */
  477.    void (GLAPIENTRYP SecondaryColor3i)(GLint red, GLint green, GLint blue); /* 433 */
  478.    void (GLAPIENTRYP SecondaryColor3iv)(const GLint * v); /* 434 */
  479.    void (GLAPIENTRYP SecondaryColor3s)(GLshort red, GLshort green, GLshort blue); /* 435 */
  480.    void (GLAPIENTRYP SecondaryColor3sv)(const GLshort * v); /* 436 */
  481.    void (GLAPIENTRYP SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue); /* 437 */
  482.    void (GLAPIENTRYP SecondaryColor3ubv)(const GLubyte * v); /* 438 */
  483.    void (GLAPIENTRYP SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue); /* 439 */
  484.    void (GLAPIENTRYP SecondaryColor3uiv)(const GLuint * v); /* 440 */
  485.    void (GLAPIENTRYP SecondaryColor3us)(GLushort red, GLushort green, GLushort blue); /* 441 */
  486.    void (GLAPIENTRYP SecondaryColor3usv)(const GLushort * v); /* 442 */
  487.    void (GLAPIENTRYP SecondaryColorPointer)(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 443 */
  488.    void (GLAPIENTRYP WindowPos2d)(GLdouble x, GLdouble y); /* 444 */
  489.    void (GLAPIENTRYP WindowPos2dv)(const GLdouble * v); /* 445 */
  490.    void (GLAPIENTRYP WindowPos2f)(GLfloat x, GLfloat y); /* 446 */
  491.    void (GLAPIENTRYP WindowPos2fv)(const GLfloat * v); /* 447 */
  492.    void (GLAPIENTRYP WindowPos2i)(GLint x, GLint y); /* 448 */
  493.    void (GLAPIENTRYP WindowPos2iv)(const GLint * v); /* 449 */
  494.    void (GLAPIENTRYP WindowPos2s)(GLshort x, GLshort y); /* 450 */
  495.    void (GLAPIENTRYP WindowPos2sv)(const GLshort * v); /* 451 */
  496.    void (GLAPIENTRYP WindowPos3d)(GLdouble x, GLdouble y, GLdouble z); /* 452 */
  497.    void (GLAPIENTRYP WindowPos3dv)(const GLdouble * v); /* 453 */
  498.    void (GLAPIENTRYP WindowPos3f)(GLfloat x, GLfloat y, GLfloat z); /* 454 */
  499.    void (GLAPIENTRYP WindowPos3fv)(const GLfloat * v); /* 455 */
  500.    void (GLAPIENTRYP WindowPos3i)(GLint x, GLint y, GLint z); /* 456 */
  501.    void (GLAPIENTRYP WindowPos3iv)(const GLint * v); /* 457 */
  502.    void (GLAPIENTRYP WindowPos3s)(GLshort x, GLshort y, GLshort z); /* 458 */
  503.    void (GLAPIENTRYP WindowPos3sv)(const GLshort * v); /* 459 */
  504.    void (GLAPIENTRYP BeginQuery)(GLenum target, GLuint id); /* 460 */
  505.    void (GLAPIENTRYP BindBuffer)(GLenum target, GLuint buffer); /* 461 */
  506.    void (GLAPIENTRYP BufferData)(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage); /* 462 */
  507.    void (GLAPIENTRYP BufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid * data); /* 463 */
  508.    void (GLAPIENTRYP DeleteBuffers)(GLsizei n, const GLuint * buffer); /* 464 */
  509.    void (GLAPIENTRYP DeleteQueries)(GLsizei n, const GLuint * ids); /* 465 */
  510.    void (GLAPIENTRYP EndQuery)(GLenum target); /* 466 */
  511.    void (GLAPIENTRYP GenBuffers)(GLsizei n, GLuint * buffer); /* 467 */
  512.    void (GLAPIENTRYP GenQueries)(GLsizei n, GLuint * ids); /* 468 */
  513.    void (GLAPIENTRYP GetBufferParameteriv)(GLenum target, GLenum pname, GLint * params); /* 469 */
  514.    void (GLAPIENTRYP GetBufferPointerv)(GLenum target, GLenum pname, GLvoid ** params); /* 470 */
  515.    void (GLAPIENTRYP GetBufferSubData)(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid * data); /* 471 */
  516.    void (GLAPIENTRYP GetQueryObjectiv)(GLuint id, GLenum pname, GLint * params); /* 472 */
  517.    void (GLAPIENTRYP GetQueryObjectuiv)(GLuint id, GLenum pname, GLuint * params); /* 473 */
  518.    void (GLAPIENTRYP GetQueryiv)(GLenum target, GLenum pname, GLint * params); /* 474 */
  519.    GLboolean (GLAPIENTRYP IsBuffer)(GLuint buffer); /* 475 */
  520.    GLboolean (GLAPIENTRYP IsQuery)(GLuint id); /* 476 */
  521.    GLvoid * (GLAPIENTRYP MapBuffer)(GLenum target, GLenum access); /* 477 */
  522.    GLboolean (GLAPIENTRYP UnmapBuffer)(GLenum target); /* 478 */
  523.    void (GLAPIENTRYP AttachShader)(GLuint program, GLuint shader); /* 479 */
  524.    void (GLAPIENTRYP BindAttribLocation)(GLuint program, GLuint index, const GLchar * name); /* 480 */
  525.    void (GLAPIENTRYP BlendEquationSeparate)(GLenum modeRGB, GLenum modeA); /* 481 */
  526.    void (GLAPIENTRYP CompileShader)(GLuint shader); /* 482 */
  527.    GLuint (GLAPIENTRYP CreateProgram)(void); /* 483 */
  528.    GLuint (GLAPIENTRYP CreateShader)(GLenum type); /* 484 */
  529.    void (GLAPIENTRYP DeleteProgram)(GLuint program); /* 485 */
  530.    void (GLAPIENTRYP DeleteShader)(GLuint program); /* 486 */
  531.    void (GLAPIENTRYP DetachShader)(GLuint program, GLuint shader); /* 487 */
  532.    void (GLAPIENTRYP DisableVertexAttribArray)(GLuint index); /* 488 */
  533.    void (GLAPIENTRYP DrawBuffers)(GLsizei n, const GLenum * bufs); /* 489 */
  534.    void (GLAPIENTRYP EnableVertexAttribArray)(GLuint index); /* 490 */
  535.    void (GLAPIENTRYP GetActiveAttrib)(GLuint program, GLuint index, GLsizei  bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); /* 491 */
  536.    void (GLAPIENTRYP GetActiveUniform)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); /* 492 */
  537.    void (GLAPIENTRYP GetAttachedShaders)(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj); /* 493 */
  538.    GLint (GLAPIENTRYP GetAttribLocation)(GLuint program, const GLchar * name); /* 494 */
  539.    void (GLAPIENTRYP GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog); /* 495 */
  540.    void (GLAPIENTRYP GetProgramiv)(GLuint program, GLenum pname, GLint * params); /* 496 */
  541.    void (GLAPIENTRYP GetShaderInfoLog)(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog); /* 497 */
  542.    void (GLAPIENTRYP GetShaderSource)(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source); /* 498 */
  543.    void (GLAPIENTRYP GetShaderiv)(GLuint shader, GLenum pname, GLint * params); /* 499 */
  544.    GLint (GLAPIENTRYP GetUniformLocation)(GLuint program, const GLchar * name); /* 500 */
  545.    void (GLAPIENTRYP GetUniformfv)(GLuint program, GLint location, GLfloat * params); /* 501 */
  546.    void (GLAPIENTRYP GetUniformiv)(GLuint program, GLint location, GLint * params); /* 502 */
  547.    void (GLAPIENTRYP GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid ** pointer); /* 503 */
  548.    void (GLAPIENTRYP GetVertexAttribdv)(GLuint index, GLenum pname, GLdouble * params); /* 504 */
  549.    void (GLAPIENTRYP GetVertexAttribfv)(GLuint index, GLenum pname, GLfloat * params); /* 505 */
  550.    void (GLAPIENTRYP GetVertexAttribiv)(GLuint index, GLenum pname, GLint * params); /* 506 */
  551.    GLboolean (GLAPIENTRYP IsProgram)(GLuint program); /* 507 */
  552.    GLboolean (GLAPIENTRYP IsShader)(GLuint shader); /* 508 */
  553.    void (GLAPIENTRYP LinkProgram)(GLuint program); /* 509 */
  554.    void (GLAPIENTRYP ShaderSource)(GLuint shader, GLsizei count, const GLchar * const * string, const GLint * length); /* 510 */
  555.    void (GLAPIENTRYP StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask); /* 511 */
  556.    void (GLAPIENTRYP StencilMaskSeparate)(GLenum face, GLuint mask); /* 512 */
  557.    void (GLAPIENTRYP StencilOpSeparate)(GLenum face, GLenum sfail, GLenum zfail, GLenum zpass); /* 513 */
  558.    void (GLAPIENTRYP Uniform1f)(GLint location, GLfloat v0); /* 514 */
  559.    void (GLAPIENTRYP Uniform1fv)(GLint location, GLsizei count, const GLfloat * value); /* 515 */
  560.    void (GLAPIENTRYP Uniform1i)(GLint location, GLint v0); /* 516 */
  561.    void (GLAPIENTRYP Uniform1iv)(GLint location, GLsizei count, const GLint * value); /* 517 */
  562.    void (GLAPIENTRYP Uniform2f)(GLint location, GLfloat v0, GLfloat v1); /* 518 */
  563.    void (GLAPIENTRYP Uniform2fv)(GLint location, GLsizei count, const GLfloat * value); /* 519 */
  564.    void (GLAPIENTRYP Uniform2i)(GLint location, GLint v0, GLint v1); /* 520 */
  565.    void (GLAPIENTRYP Uniform2iv)(GLint location, GLsizei count, const GLint * value); /* 521 */
  566.    void (GLAPIENTRYP Uniform3f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2); /* 522 */
  567.    void (GLAPIENTRYP Uniform3fv)(GLint location, GLsizei count, const GLfloat * value); /* 523 */
  568.    void (GLAPIENTRYP Uniform3i)(GLint location, GLint v0, GLint v1, GLint v2); /* 524 */
  569.    void (GLAPIENTRYP Uniform3iv)(GLint location, GLsizei count, const GLint * value); /* 525 */
  570.    void (GLAPIENTRYP Uniform4f)(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3); /* 526 */
  571.    void (GLAPIENTRYP Uniform4fv)(GLint location, GLsizei count, const GLfloat * value); /* 527 */
  572.    void (GLAPIENTRYP Uniform4i)(GLint location, GLint v0, GLint v1, GLint v2, GLint v3); /* 528 */
  573.    void (GLAPIENTRYP Uniform4iv)(GLint location, GLsizei count, const GLint * value); /* 529 */
  574.    void (GLAPIENTRYP UniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 530 */
  575.    void (GLAPIENTRYP UniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 531 */
  576.    void (GLAPIENTRYP UniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 532 */
  577.    void (GLAPIENTRYP UseProgram)(GLuint program); /* 533 */
  578.    void (GLAPIENTRYP ValidateProgram)(GLuint program); /* 534 */
  579.    void (GLAPIENTRYP VertexAttrib1d)(GLuint index, GLdouble x); /* 535 */
  580.    void (GLAPIENTRYP VertexAttrib1dv)(GLuint index, const GLdouble * v); /* 536 */
  581.    void (GLAPIENTRYP VertexAttrib1s)(GLuint index, GLshort x); /* 537 */
  582.    void (GLAPIENTRYP VertexAttrib1sv)(GLuint index, const GLshort * v); /* 538 */
  583.    void (GLAPIENTRYP VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y); /* 539 */
  584.    void (GLAPIENTRYP VertexAttrib2dv)(GLuint index, const GLdouble * v); /* 540 */
  585.    void (GLAPIENTRYP VertexAttrib2s)(GLuint index, GLshort x, GLshort y); /* 541 */
  586.    void (GLAPIENTRYP VertexAttrib2sv)(GLuint index, const GLshort * v); /* 542 */
  587.    void (GLAPIENTRYP VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 543 */
  588.    void (GLAPIENTRYP VertexAttrib3dv)(GLuint index, const GLdouble * v); /* 544 */
  589.    void (GLAPIENTRYP VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z); /* 545 */
  590.    void (GLAPIENTRYP VertexAttrib3sv)(GLuint index, const GLshort * v); /* 546 */
  591.    void (GLAPIENTRYP VertexAttrib4Nbv)(GLuint index, const GLbyte * v); /* 547 */
  592.    void (GLAPIENTRYP VertexAttrib4Niv)(GLuint index, const GLint * v); /* 548 */
  593.    void (GLAPIENTRYP VertexAttrib4Nsv)(GLuint index, const GLshort * v); /* 549 */
  594.    void (GLAPIENTRYP VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 550 */
  595.    void (GLAPIENTRYP VertexAttrib4Nubv)(GLuint index, const GLubyte * v); /* 551 */
  596.    void (GLAPIENTRYP VertexAttrib4Nuiv)(GLuint index, const GLuint * v); /* 552 */
  597.    void (GLAPIENTRYP VertexAttrib4Nusv)(GLuint index, const GLushort * v); /* 553 */
  598.    void (GLAPIENTRYP VertexAttrib4bv)(GLuint index, const GLbyte * v); /* 554 */
  599.    void (GLAPIENTRYP VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 555 */
  600.    void (GLAPIENTRYP VertexAttrib4dv)(GLuint index, const GLdouble * v); /* 556 */
  601.    void (GLAPIENTRYP VertexAttrib4iv)(GLuint index, const GLint * v); /* 557 */
  602.    void (GLAPIENTRYP VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 558 */
  603.    void (GLAPIENTRYP VertexAttrib4sv)(GLuint index, const GLshort * v); /* 559 */
  604.    void (GLAPIENTRYP VertexAttrib4ubv)(GLuint index, const GLubyte * v); /* 560 */
  605.    void (GLAPIENTRYP VertexAttrib4uiv)(GLuint index, const GLuint * v); /* 561 */
  606.    void (GLAPIENTRYP VertexAttrib4usv)(GLuint index, const GLushort * v); /* 562 */
  607.    void (GLAPIENTRYP VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer); /* 563 */
  608.    void (GLAPIENTRYP UniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 564 */
  609.    void (GLAPIENTRYP UniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 565 */
  610.    void (GLAPIENTRYP UniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 566 */
  611.    void (GLAPIENTRYP UniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 567 */
  612.    void (GLAPIENTRYP UniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 568 */
  613.    void (GLAPIENTRYP UniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); /* 569 */
  614.    void (GLAPIENTRYP BeginConditionalRender)(GLuint query, GLenum mode); /* 570 */
  615.    void (GLAPIENTRYP BeginTransformFeedback)(GLenum mode); /* 571 */
  616.    void (GLAPIENTRYP BindBufferBase)(GLenum target, GLuint index, GLuint buffer); /* 572 */
  617.    void (GLAPIENTRYP BindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 573 */
  618.    void (GLAPIENTRYP BindFragDataLocation)(GLuint program, GLuint colorNumber, const GLchar * name); /* 574 */
  619.    void (GLAPIENTRYP ClampColor)(GLenum target, GLenum clamp); /* 575 */
  620.    void (GLAPIENTRYP ClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); /* 576 */
  621.    void (GLAPIENTRYP ClearBufferfv)(GLenum buffer, GLint drawbuffer, const GLfloat * value); /* 577 */
  622.    void (GLAPIENTRYP ClearBufferiv)(GLenum buffer, GLint drawbuffer, const GLint * value); /* 578 */
  623.    void (GLAPIENTRYP ClearBufferuiv)(GLenum buffer, GLint drawbuffer, const GLuint * value); /* 579 */
  624.    void (GLAPIENTRYP ColorMaski)(GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a); /* 580 */
  625.    void (GLAPIENTRYP Disablei)(GLenum target, GLuint index); /* 581 */
  626.    void (GLAPIENTRYP Enablei)(GLenum target, GLuint index); /* 582 */
  627.    void (GLAPIENTRYP EndConditionalRender)(void); /* 583 */
  628.    void (GLAPIENTRYP EndTransformFeedback)(void); /* 584 */
  629.    void (GLAPIENTRYP GetBooleani_v)(GLenum value, GLuint index, GLboolean * data); /* 585 */
  630.    GLint (GLAPIENTRYP GetFragDataLocation)(GLuint program, const GLchar * name); /* 586 */
  631.    void (GLAPIENTRYP GetIntegeri_v)(GLenum value, GLuint index, GLint * data); /* 587 */
  632.    const GLubyte * (GLAPIENTRYP GetStringi)(GLenum name, GLuint index); /* 588 */
  633.    void (GLAPIENTRYP GetTexParameterIiv)(GLenum target, GLenum pname, GLint * params); /* 589 */
  634.    void (GLAPIENTRYP GetTexParameterIuiv)(GLenum target, GLenum pname, GLuint * params); /* 590 */
  635.    void (GLAPIENTRYP GetTransformFeedbackVarying)(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name); /* 591 */
  636.    void (GLAPIENTRYP GetUniformuiv)(GLuint program, GLint location, GLuint * params); /* 592 */
  637.    void (GLAPIENTRYP GetVertexAttribIiv)(GLuint index, GLenum pname, GLint * params); /* 593 */
  638.    void (GLAPIENTRYP GetVertexAttribIuiv)(GLuint index, GLenum pname, GLuint * params); /* 594 */
  639.    GLboolean (GLAPIENTRYP IsEnabledi)(GLenum target, GLuint index); /* 595 */
  640.    void (GLAPIENTRYP TexParameterIiv)(GLenum target, GLenum pname, const GLint * params); /* 596 */
  641.    void (GLAPIENTRYP TexParameterIuiv)(GLenum target, GLenum pname, const GLuint * params); /* 597 */
  642.    void (GLAPIENTRYP TransformFeedbackVaryings)(GLuint program, GLsizei count, const GLchar * const * varyings, GLenum bufferMode); /* 598 */
  643.    void (GLAPIENTRYP Uniform1ui)(GLint location, GLuint x); /* 599 */
  644.    void (GLAPIENTRYP Uniform1uiv)(GLint location, GLsizei count, const GLuint * value); /* 600 */
  645.    void (GLAPIENTRYP Uniform2ui)(GLint location, GLuint x, GLuint y); /* 601 */
  646.    void (GLAPIENTRYP Uniform2uiv)(GLint location, GLsizei count, const GLuint * value); /* 602 */
  647.    void (GLAPIENTRYP Uniform3ui)(GLint location, GLuint x, GLuint y, GLuint z); /* 603 */
  648.    void (GLAPIENTRYP Uniform3uiv)(GLint location, GLsizei count, const GLuint * value); /* 604 */
  649.    void (GLAPIENTRYP Uniform4ui)(GLint location, GLuint x, GLuint y, GLuint z, GLuint w); /* 605 */
  650.    void (GLAPIENTRYP Uniform4uiv)(GLint location, GLsizei count, const GLuint * value); /* 606 */
  651.    void (GLAPIENTRYP VertexAttribI1iv)(GLuint index, const GLint * v); /* 607 */
  652.    void (GLAPIENTRYP VertexAttribI1uiv)(GLuint index, const GLuint * v); /* 608 */
  653.    void (GLAPIENTRYP VertexAttribI4bv)(GLuint index, const GLbyte * v); /* 609 */
  654.    void (GLAPIENTRYP VertexAttribI4sv)(GLuint index, const GLshort * v); /* 610 */
  655.    void (GLAPIENTRYP VertexAttribI4ubv)(GLuint index, const GLubyte * v); /* 611 */
  656.    void (GLAPIENTRYP VertexAttribI4usv)(GLuint index, const GLushort * v); /* 612 */
  657.    void (GLAPIENTRYP VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 613 */
  658.    void (GLAPIENTRYP PrimitiveRestartIndex)(GLuint index); /* 614 */
  659.    void (GLAPIENTRYP TexBuffer)(GLenum target, GLenum internalFormat, GLuint buffer); /* 615 */
  660.    void (GLAPIENTRYP FramebufferTexture)(GLenum target, GLenum attachment, GLuint texture, GLint level); /* 616 */
  661.    void (GLAPIENTRYP GetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 * params); /* 617 */
  662.    void (GLAPIENTRYP GetInteger64i_v)(GLenum cap, GLuint index, GLint64 * data); /* 618 */
  663.    void (GLAPIENTRYP VertexAttribDivisor)(GLuint index, GLuint divisor); /* 619 */
  664.    void (GLAPIENTRYP BindProgramARB)(GLenum target, GLuint program); /* 620 */
  665.    void (GLAPIENTRYP DeleteProgramsARB)(GLsizei n, const GLuint * programs); /* 621 */
  666.    void (GLAPIENTRYP GenProgramsARB)(GLsizei n, GLuint * programs); /* 622 */
  667.    void (GLAPIENTRYP GetProgramEnvParameterdvARB)(GLenum target, GLuint index, GLdouble * params); /* 623 */
  668.    void (GLAPIENTRYP GetProgramEnvParameterfvARB)(GLenum target, GLuint index, GLfloat * params); /* 624 */
  669.    void (GLAPIENTRYP GetProgramLocalParameterdvARB)(GLenum target, GLuint index, GLdouble * params); /* 625 */
  670.    void (GLAPIENTRYP GetProgramLocalParameterfvARB)(GLenum target, GLuint index, GLfloat * params); /* 626 */
  671.    void (GLAPIENTRYP GetProgramStringARB)(GLenum target, GLenum pname, GLvoid * string); /* 627 */
  672.    void (GLAPIENTRYP GetProgramivARB)(GLenum target, GLenum pname, GLint * params); /* 628 */
  673.    GLboolean (GLAPIENTRYP IsProgramARB)(GLuint program); /* 629 */
  674.    void (GLAPIENTRYP ProgramEnvParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 630 */
  675.    void (GLAPIENTRYP ProgramEnvParameter4dvARB)(GLenum target, GLuint index, const GLdouble * params); /* 631 */
  676.    void (GLAPIENTRYP ProgramEnvParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 632 */
  677.    void (GLAPIENTRYP ProgramEnvParameter4fvARB)(GLenum target, GLuint index, const GLfloat * params); /* 633 */
  678.    void (GLAPIENTRYP ProgramLocalParameter4dARB)(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 634 */
  679.    void (GLAPIENTRYP ProgramLocalParameter4dvARB)(GLenum target, GLuint index, const GLdouble * params); /* 635 */
  680.    void (GLAPIENTRYP ProgramLocalParameter4fARB)(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 636 */
  681.    void (GLAPIENTRYP ProgramLocalParameter4fvARB)(GLenum target, GLuint index, const GLfloat * params); /* 637 */
  682.    void (GLAPIENTRYP ProgramStringARB)(GLenum target, GLenum format, GLsizei len, const GLvoid * string); /* 638 */
  683.    void (GLAPIENTRYP VertexAttrib1fARB)(GLuint index, GLfloat x); /* 639 */
  684.    void (GLAPIENTRYP VertexAttrib1fvARB)(GLuint index, const GLfloat * v); /* 640 */
  685.    void (GLAPIENTRYP VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y); /* 641 */
  686.    void (GLAPIENTRYP VertexAttrib2fvARB)(GLuint index, const GLfloat * v); /* 642 */
  687.    void (GLAPIENTRYP VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 643 */
  688.    void (GLAPIENTRYP VertexAttrib3fvARB)(GLuint index, const GLfloat * v); /* 644 */
  689.    void (GLAPIENTRYP VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 645 */
  690.    void (GLAPIENTRYP VertexAttrib4fvARB)(GLuint index, const GLfloat * v); /* 646 */
  691.    void (GLAPIENTRYP AttachObjectARB)(GLhandleARB containerObj, GLhandleARB obj); /* 647 */
  692.    GLhandleARB (GLAPIENTRYP CreateProgramObjectARB)(void); /* 648 */
  693.    GLhandleARB (GLAPIENTRYP CreateShaderObjectARB)(GLenum shaderType); /* 649 */
  694.    void (GLAPIENTRYP DeleteObjectARB)(GLhandleARB obj); /* 650 */
  695.    void (GLAPIENTRYP DetachObjectARB)(GLhandleARB containerObj, GLhandleARB attachedObj); /* 651 */
  696.    void (GLAPIENTRYP GetAttachedObjectsARB)(GLhandleARB containerObj, GLsizei maxLength, GLsizei * length, GLhandleARB * infoLog); /* 652 */
  697.    GLhandleARB (GLAPIENTRYP GetHandleARB)(GLenum pname); /* 653 */
  698.    void (GLAPIENTRYP GetInfoLogARB)(GLhandleARB obj, GLsizei maxLength, GLsizei * length, GLcharARB * infoLog); /* 654 */
  699.    void (GLAPIENTRYP GetObjectParameterfvARB)(GLhandleARB obj, GLenum pname, GLfloat * params); /* 655 */
  700.    void (GLAPIENTRYP GetObjectParameterivARB)(GLhandleARB obj, GLenum pname, GLint * params); /* 656 */
  701.    void (GLAPIENTRYP DrawArraysInstancedARB)(GLenum mode, GLint first, GLsizei count, GLsizei primcount); /* 657 */
  702.    void (GLAPIENTRYP DrawElementsInstancedARB)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount); /* 658 */
  703.    void (GLAPIENTRYP BindFramebuffer)(GLenum target, GLuint framebuffer); /* 659 */
  704.    void (GLAPIENTRYP BindRenderbuffer)(GLenum target, GLuint renderbuffer); /* 660 */
  705.    void (GLAPIENTRYP BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); /* 661 */
  706.    GLenum (GLAPIENTRYP CheckFramebufferStatus)(GLenum target); /* 662 */
  707.    void (GLAPIENTRYP DeleteFramebuffers)(GLsizei n, const GLuint * framebuffers); /* 663 */
  708.    void (GLAPIENTRYP DeleteRenderbuffers)(GLsizei n, const GLuint * renderbuffers); /* 664 */
  709.    void (GLAPIENTRYP FramebufferRenderbuffer)(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); /* 665 */
  710.    void (GLAPIENTRYP FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 666 */
  711.    void (GLAPIENTRYP FramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); /* 667 */
  712.    void (GLAPIENTRYP FramebufferTexture3D)(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); /* 668 */
  713.    void (GLAPIENTRYP FramebufferTextureLayer)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer); /* 669 */
  714.    void (GLAPIENTRYP GenFramebuffers)(GLsizei n, GLuint * framebuffers); /* 670 */
  715.    void (GLAPIENTRYP GenRenderbuffers)(GLsizei n, GLuint * renderbuffers); /* 671 */
  716.    void (GLAPIENTRYP GenerateMipmap)(GLenum target); /* 672 */
  717.    void (GLAPIENTRYP GetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pname, GLint * params); /* 673 */
  718.    void (GLAPIENTRYP GetRenderbufferParameteriv)(GLenum target, GLenum pname, GLint * params); /* 674 */
  719.    GLboolean (GLAPIENTRYP IsFramebuffer)(GLuint framebuffer); /* 675 */
  720.    GLboolean (GLAPIENTRYP IsRenderbuffer)(GLuint renderbuffer); /* 676 */
  721.    void (GLAPIENTRYP RenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); /* 677 */
  722.    void (GLAPIENTRYP RenderbufferStorageMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); /* 678 */
  723.    void (GLAPIENTRYP FramebufferTextureFaceARB)(GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face); /* 679 */
  724.    void (GLAPIENTRYP FlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length); /* 680 */
  725.    GLvoid * (GLAPIENTRYP MapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access); /* 681 */
  726.    void (GLAPIENTRYP BindVertexArray)(GLuint array); /* 682 */
  727.    void (GLAPIENTRYP DeleteVertexArrays)(GLsizei n, const GLuint * arrays); /* 683 */
  728.    void (GLAPIENTRYP GenVertexArrays)(GLsizei n, GLuint * arrays); /* 684 */
  729.    GLboolean (GLAPIENTRYP IsVertexArray)(GLuint array); /* 685 */
  730.    void (GLAPIENTRYP GetActiveUniformBlockName)(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName); /* 686 */
  731.    void (GLAPIENTRYP GetActiveUniformBlockiv)(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params); /* 687 */
  732.    void (GLAPIENTRYP GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformName); /* 688 */
  733.    void (GLAPIENTRYP GetActiveUniformsiv)(GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params); /* 689 */
  734.    GLuint (GLAPIENTRYP GetUniformBlockIndex)(GLuint program, const GLchar * uniformBlockName); /* 690 */
  735.    void (GLAPIENTRYP GetUniformIndices)(GLuint program, GLsizei uniformCount, const GLchar * const * uniformNames, GLuint * uniformIndices); /* 691 */
  736.    void (GLAPIENTRYP UniformBlockBinding)(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding); /* 692 */
  737.    void (GLAPIENTRYP CopyBufferSubData)(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /* 693 */
  738.    GLenum (GLAPIENTRYP ClientWaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 694 */
  739.    void (GLAPIENTRYP DeleteSync)(GLsync sync); /* 695 */
  740.    GLsync (GLAPIENTRYP FenceSync)(GLenum condition, GLbitfield flags); /* 696 */
  741.    void (GLAPIENTRYP GetInteger64v)(GLenum pname, GLint64 * params); /* 697 */
  742.    void (GLAPIENTRYP GetSynciv)(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values); /* 698 */
  743.    GLboolean (GLAPIENTRYP IsSync)(GLsync sync); /* 699 */
  744.    void (GLAPIENTRYP WaitSync)(GLsync sync, GLbitfield flags, GLuint64 timeout); /* 700 */
  745.    void (GLAPIENTRYP DrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 701 */
  746.    void (GLAPIENTRYP DrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLint basevertex); /* 702 */
  747.    void (GLAPIENTRYP DrawRangeElementsBaseVertex)(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices, GLint basevertex); /* 703 */
  748.    void (GLAPIENTRYP MultiDrawElementsBaseVertex)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, const GLint * basevertex); /* 704 */
  749.    void (GLAPIENTRYP ProvokingVertex)(GLenum mode); /* 705 */
  750.    void (GLAPIENTRYP GetMultisamplefv)(GLenum pname, GLuint index, GLfloat * val); /* 706 */
  751.    void (GLAPIENTRYP SampleMaski)(GLuint index, GLbitfield mask); /* 707 */
  752.    void (GLAPIENTRYP TexImage2DMultisample)(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 708 */
  753.    void (GLAPIENTRYP TexImage3DMultisample)(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 709 */
  754.    void (GLAPIENTRYP BlendEquationSeparateiARB)(GLuint buf, GLenum modeRGB, GLenum modeA); /* 710 */
  755.    void (GLAPIENTRYP BlendEquationiARB)(GLuint buf, GLenum mode); /* 711 */
  756.    void (GLAPIENTRYP BlendFuncSeparateiARB)(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA); /* 712 */
  757.    void (GLAPIENTRYP BlendFunciARB)(GLuint buf, GLenum src, GLenum dst); /* 713 */
  758.    void (GLAPIENTRYP BindFragDataLocationIndexed)(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name); /* 714 */
  759.    GLint (GLAPIENTRYP GetFragDataIndex)(GLuint program, const GLchar * name); /* 715 */
  760.    void (GLAPIENTRYP BindSampler)(GLuint unit, GLuint sampler); /* 716 */
  761.    void (GLAPIENTRYP DeleteSamplers)(GLsizei count, const GLuint * samplers); /* 717 */
  762.    void (GLAPIENTRYP GenSamplers)(GLsizei count, GLuint * samplers); /* 718 */
  763.    void (GLAPIENTRYP GetSamplerParameterIiv)(GLuint sampler, GLenum pname, GLint * params); /* 719 */
  764.    void (GLAPIENTRYP GetSamplerParameterIuiv)(GLuint sampler, GLenum pname, GLuint * params); /* 720 */
  765.    void (GLAPIENTRYP GetSamplerParameterfv)(GLuint sampler, GLenum pname, GLfloat * params); /* 721 */
  766.    void (GLAPIENTRYP GetSamplerParameteriv)(GLuint sampler, GLenum pname, GLint * params); /* 722 */
  767.    GLboolean (GLAPIENTRYP IsSampler)(GLuint sampler); /* 723 */
  768.    void (GLAPIENTRYP SamplerParameterIiv)(GLuint sampler, GLenum pname, const GLint * params); /* 724 */
  769.    void (GLAPIENTRYP SamplerParameterIuiv)(GLuint sampler, GLenum pname, const GLuint * params); /* 725 */
  770.    void (GLAPIENTRYP SamplerParameterf)(GLuint sampler, GLenum pname, GLfloat param); /* 726 */
  771.    void (GLAPIENTRYP SamplerParameterfv)(GLuint sampler, GLenum pname, const GLfloat * params); /* 727 */
  772.    void (GLAPIENTRYP SamplerParameteri)(GLuint sampler, GLenum pname, GLint param); /* 728 */
  773.    void (GLAPIENTRYP SamplerParameteriv)(GLuint sampler, GLenum pname, const GLint * params); /* 729 */
  774.    void (GLAPIENTRYP GetQueryObjecti64v)(GLuint id, GLenum pname, GLint64 * params); /* 730 */
  775.    void (GLAPIENTRYP GetQueryObjectui64v)(GLuint id, GLenum pname, GLuint64 * params); /* 731 */
  776.    void (GLAPIENTRYP QueryCounter)(GLuint id, GLenum target); /* 732 */
  777.    void (GLAPIENTRYP ColorP3ui)(GLenum type, GLuint color); /* 733 */
  778.    void (GLAPIENTRYP ColorP3uiv)(GLenum type, const GLuint * color); /* 734 */
  779.    void (GLAPIENTRYP ColorP4ui)(GLenum type, GLuint color); /* 735 */
  780.    void (GLAPIENTRYP ColorP4uiv)(GLenum type, const GLuint * color); /* 736 */
  781.    void (GLAPIENTRYP MultiTexCoordP1ui)(GLenum texture, GLenum type, GLuint coords); /* 737 */
  782.    void (GLAPIENTRYP MultiTexCoordP1uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 738 */
  783.    void (GLAPIENTRYP MultiTexCoordP2ui)(GLenum texture, GLenum type, GLuint coords); /* 739 */
  784.    void (GLAPIENTRYP MultiTexCoordP2uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 740 */
  785.    void (GLAPIENTRYP MultiTexCoordP3ui)(GLenum texture, GLenum type, GLuint coords); /* 741 */
  786.    void (GLAPIENTRYP MultiTexCoordP3uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 742 */
  787.    void (GLAPIENTRYP MultiTexCoordP4ui)(GLenum texture, GLenum type, GLuint coords); /* 743 */
  788.    void (GLAPIENTRYP MultiTexCoordP4uiv)(GLenum texture, GLenum type, const GLuint * coords); /* 744 */
  789.    void (GLAPIENTRYP NormalP3ui)(GLenum type, GLuint coords); /* 745 */
  790.    void (GLAPIENTRYP NormalP3uiv)(GLenum type, const GLuint * coords); /* 746 */
  791.    void (GLAPIENTRYP SecondaryColorP3ui)(GLenum type, GLuint color); /* 747 */
  792.    void (GLAPIENTRYP SecondaryColorP3uiv)(GLenum type, const GLuint * color); /* 748 */
  793.    void (GLAPIENTRYP TexCoordP1ui)(GLenum type, GLuint coords); /* 749 */
  794.    void (GLAPIENTRYP TexCoordP1uiv)(GLenum type, const GLuint * coords); /* 750 */
  795.    void (GLAPIENTRYP TexCoordP2ui)(GLenum type, GLuint coords); /* 751 */
  796.    void (GLAPIENTRYP TexCoordP2uiv)(GLenum type, const GLuint * coords); /* 752 */
  797.    void (GLAPIENTRYP TexCoordP3ui)(GLenum type, GLuint coords); /* 753 */
  798.    void (GLAPIENTRYP TexCoordP3uiv)(GLenum type, const GLuint * coords); /* 754 */
  799.    void (GLAPIENTRYP TexCoordP4ui)(GLenum type, GLuint coords); /* 755 */
  800.    void (GLAPIENTRYP TexCoordP4uiv)(GLenum type, const GLuint * coords); /* 756 */
  801.    void (GLAPIENTRYP VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 757 */
  802.    void (GLAPIENTRYP VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 758 */
  803.    void (GLAPIENTRYP VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 759 */
  804.    void (GLAPIENTRYP VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 760 */
  805.    void (GLAPIENTRYP VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 761 */
  806.    void (GLAPIENTRYP VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 762 */
  807.    void (GLAPIENTRYP VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, GLuint value); /* 763 */
  808.    void (GLAPIENTRYP VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, const GLuint * value); /* 764 */
  809.    void (GLAPIENTRYP VertexP2ui)(GLenum type, GLuint value); /* 765 */
  810.    void (GLAPIENTRYP VertexP2uiv)(GLenum type, const GLuint * value); /* 766 */
  811.    void (GLAPIENTRYP VertexP3ui)(GLenum type, GLuint value); /* 767 */
  812.    void (GLAPIENTRYP VertexP3uiv)(GLenum type, const GLuint * value); /* 768 */
  813.    void (GLAPIENTRYP VertexP4ui)(GLenum type, GLuint value); /* 769 */
  814.    void (GLAPIENTRYP VertexP4uiv)(GLenum type, const GLuint * value); /* 770 */
  815.    void (GLAPIENTRYP BindTransformFeedback)(GLenum target, GLuint id); /* 771 */
  816.    void (GLAPIENTRYP DeleteTransformFeedbacks)(GLsizei n, const GLuint * ids); /* 772 */
  817.    void (GLAPIENTRYP DrawTransformFeedback)(GLenum mode, GLuint id); /* 773 */
  818.    void (GLAPIENTRYP GenTransformFeedbacks)(GLsizei n, GLuint * ids); /* 774 */
  819.    GLboolean (GLAPIENTRYP IsTransformFeedback)(GLuint id); /* 775 */
  820.    void (GLAPIENTRYP PauseTransformFeedback)(void); /* 776 */
  821.    void (GLAPIENTRYP ResumeTransformFeedback)(void); /* 777 */
  822.    void (GLAPIENTRYP BeginQueryIndexed)(GLenum target, GLuint index, GLuint id); /* 778 */
  823.    void (GLAPIENTRYP DrawTransformFeedbackStream)(GLenum mode, GLuint id, GLuint stream); /* 779 */
  824.    void (GLAPIENTRYP EndQueryIndexed)(GLenum target, GLuint index); /* 780 */
  825.    void (GLAPIENTRYP GetQueryIndexediv)(GLenum target, GLuint index, GLenum pname, GLint * params); /* 781 */
  826.    void (GLAPIENTRYP ClearDepthf)(GLclampf depth); /* 782 */
  827.    void (GLAPIENTRYP DepthRangef)(GLclampf zNear, GLclampf zFar); /* 783 */
  828.    void (GLAPIENTRYP GetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision); /* 784 */
  829.    void (GLAPIENTRYP ReleaseShaderCompiler)(void); /* 785 */
  830.    void (GLAPIENTRYP ShaderBinary)(GLsizei n, const GLuint * shaders, GLenum binaryformat, const GLvoid * binary, GLsizei length); /* 786 */
  831.    void (GLAPIENTRYP GetProgramBinary)(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); /* 787 */
  832.    void (GLAPIENTRYP ProgramBinary)(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLsizei length); /* 788 */
  833.    void (GLAPIENTRYP ProgramParameteri)(GLuint program, GLenum pname, GLint value); /* 789 */
  834.    void (GLAPIENTRYP DebugMessageCallbackARB)(GLDEBUGPROCARB callback, const GLvoid * userParam); /* 790 */
  835.    void (GLAPIENTRYP DebugMessageControlARB)(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled); /* 791 */
  836.    void (GLAPIENTRYP DebugMessageInsertARB)(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLcharARB * buf); /* 792 */
  837.    GLuint (GLAPIENTRYP GetDebugMessageLogARB)(GLuint count, GLsizei bufsize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLcharARB * messageLog); /* 793 */
  838.    GLenum (GLAPIENTRYP GetGraphicsResetStatusARB)(void); /* 794 */
  839.    void (GLAPIENTRYP GetnColorTableARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * table); /* 795 */
  840.    void (GLAPIENTRYP GetnCompressedTexImageARB)(GLenum target, GLint lod, GLsizei bufSize, GLvoid * img); /* 796 */
  841.    void (GLAPIENTRYP GetnConvolutionFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid * image); /* 797 */
  842.    void (GLAPIENTRYP GetnHistogramARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 798 */
  843.    void (GLAPIENTRYP GetnMapdvARB)(GLenum target, GLenum query, GLsizei bufSize, GLdouble * v); /* 799 */
  844.    void (GLAPIENTRYP GetnMapfvARB)(GLenum target, GLenum query, GLsizei bufSize, GLfloat * v); /* 800 */
  845.    void (GLAPIENTRYP GetnMapivARB)(GLenum target, GLenum query, GLsizei bufSize, GLint * v); /* 801 */
  846.    void (GLAPIENTRYP GetnMinmaxARB)(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid * values); /* 802 */
  847.    void (GLAPIENTRYP GetnPixelMapfvARB)(GLenum map, GLsizei bufSize, GLfloat * values); /* 803 */
  848.    void (GLAPIENTRYP GetnPixelMapuivARB)(GLenum map, GLsizei bufSize, GLuint * values); /* 804 */
  849.    void (GLAPIENTRYP GetnPixelMapusvARB)(GLenum map, GLsizei bufSize, GLushort * values); /* 805 */
  850.    void (GLAPIENTRYP GetnPolygonStippleARB)(GLsizei bufSize, GLubyte * pattern); /* 806 */
  851.    void (GLAPIENTRYP GetnSeparableFilterARB)(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span); /* 807 */
  852.    void (GLAPIENTRYP GetnTexImageARB)(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid * img); /* 808 */
  853.    void (GLAPIENTRYP GetnUniformdvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLdouble * params); /* 809 */
  854.    void (GLAPIENTRYP GetnUniformfvARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLfloat * params); /* 810 */
  855.    void (GLAPIENTRYP GetnUniformivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLint * params); /* 811 */
  856.    void (GLAPIENTRYP GetnUniformuivARB)(GLhandleARB program, GLint location, GLsizei bufSize, GLuint * params); /* 812 */
  857.    void (GLAPIENTRYP ReadnPixelsARB)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid * data); /* 813 */
  858.    void (GLAPIENTRYP DrawArraysInstancedBaseInstance)(GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance); /* 814 */
  859.    void (GLAPIENTRYP DrawElementsInstancedBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLuint baseinstance); /* 815 */
  860.    void (GLAPIENTRYP DrawElementsInstancedBaseVertexBaseInstance)(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices, GLsizei primcount, GLint basevertex, GLuint baseinstance); /* 816 */
  861.    void (GLAPIENTRYP DrawTransformFeedbackInstanced)(GLenum mode, GLuint id, GLsizei primcount); /* 817 */
  862.    void (GLAPIENTRYP DrawTransformFeedbackStreamInstanced)(GLenum mode, GLuint id, GLuint stream, GLsizei primcount); /* 818 */
  863.    void (GLAPIENTRYP GetInternalformativ)(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params); /* 819 */
  864.    void (GLAPIENTRYP TexStorage1D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 820 */
  865.    void (GLAPIENTRYP TexStorage2D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 821 */
  866.    void (GLAPIENTRYP TexStorage3D)(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 822 */
  867.    void (GLAPIENTRYP TextureStorage1DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width); /* 823 */
  868.    void (GLAPIENTRYP TextureStorage2DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height); /* 824 */
  869.    void (GLAPIENTRYP TextureStorage3DEXT)(GLuint texture, GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth); /* 825 */
  870.    void (GLAPIENTRYP TexBufferRange)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); /* 826 */
  871.    void (GLAPIENTRYP TexStorage2DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations); /* 827 */
  872.    void (GLAPIENTRYP TexStorage3DMultisample)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations); /* 828 */
  873.    void (GLAPIENTRYP InvalidateBufferData)(GLuint buffer); /* 829 */
  874.    void (GLAPIENTRYP InvalidateBufferSubData)(GLuint buffer, GLintptr offset, GLsizeiptr length); /* 830 */
  875.    void (GLAPIENTRYP InvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 831 */
  876.    void (GLAPIENTRYP InvalidateSubFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height); /* 832 */
  877.    void (GLAPIENTRYP InvalidateTexImage)(GLuint texture, GLint level); /* 833 */
  878.    void (GLAPIENTRYP InvalidateTexSubImage)(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth); /* 834 */
  879.    void (GLAPIENTRYP PolygonOffsetEXT)(GLfloat factor, GLfloat bias); /* 835 */
  880.    void (GLAPIENTRYP DrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); /* 836 */
  881.    void (GLAPIENTRYP DrawTexfvOES)(const GLfloat * coords); /* 837 */
  882.    void (GLAPIENTRYP DrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height); /* 838 */
  883.    void (GLAPIENTRYP DrawTexivOES)(const GLint * coords); /* 839 */
  884.    void (GLAPIENTRYP DrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); /* 840 */
  885.    void (GLAPIENTRYP DrawTexsvOES)(const GLshort * coords); /* 841 */
  886.    void (GLAPIENTRYP DrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); /* 842 */
  887.    void (GLAPIENTRYP DrawTexxvOES)(const GLfixed * coords); /* 843 */
  888.    void (GLAPIENTRYP PointSizePointerOES)(GLenum type, GLsizei stride, const GLvoid * pointer); /* 844 */
  889.    GLbitfield (GLAPIENTRYP QueryMatrixxOES)(GLfixed * mantissa, GLint * exponent); /* 845 */
  890.    void (GLAPIENTRYP SampleMaskSGIS)(GLclampf value, GLboolean invert); /* 846 */
  891.    void (GLAPIENTRYP SamplePatternSGIS)(GLenum pattern); /* 847 */
  892.    void (GLAPIENTRYP ColorPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 848 */
  893.    void (GLAPIENTRYP EdgeFlagPointerEXT)(GLsizei stride, GLsizei count, const GLboolean * pointer); /* 849 */
  894.    void (GLAPIENTRYP IndexPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 850 */
  895.    void (GLAPIENTRYP NormalPointerEXT)(GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 851 */
  896.    void (GLAPIENTRYP TexCoordPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 852 */
  897.    void (GLAPIENTRYP VertexPointerEXT)(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer); /* 853 */
  898.    void (GLAPIENTRYP DiscardFramebufferEXT)(GLenum target, GLsizei numAttachments, const GLenum * attachments); /* 854 */
  899.    void (GLAPIENTRYP LockArraysEXT)(GLint first, GLsizei count); /* 855 */
  900.    void (GLAPIENTRYP UnlockArraysEXT)(void); /* 856 */
  901.    void (GLAPIENTRYP SecondaryColor3fEXT)(GLfloat red, GLfloat green, GLfloat blue); /* 857 */
  902.    void (GLAPIENTRYP SecondaryColor3fvEXT)(const GLfloat * v); /* 858 */
  903.    void (GLAPIENTRYP MultiDrawElementsEXT)(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount); /* 859 */
  904.    void (GLAPIENTRYP FogCoordfEXT)(GLfloat coord); /* 860 */
  905.    void (GLAPIENTRYP FogCoordfvEXT)(const GLfloat * coord); /* 861 */
  906.    void (GLAPIENTRYP ResizeBuffersMESA)(void); /* 862 */
  907.    void (GLAPIENTRYP WindowPos4dMESA)(GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 863 */
  908.    void (GLAPIENTRYP WindowPos4dvMESA)(const GLdouble * v); /* 864 */
  909.    void (GLAPIENTRYP WindowPos4fMESA)(GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 865 */
  910.    void (GLAPIENTRYP WindowPos4fvMESA)(const GLfloat * v); /* 866 */
  911.    void (GLAPIENTRYP WindowPos4iMESA)(GLint x, GLint y, GLint z, GLint w); /* 867 */
  912.    void (GLAPIENTRYP WindowPos4ivMESA)(const GLint * v); /* 868 */
  913.    void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 869 */
  914.    void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 870 */
  915.    void (GLAPIENTRYP MultiModeDrawArraysIBM)(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride); /* 871 */
  916.    void (GLAPIENTRYP MultiModeDrawElementsIBM)(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride); /* 872 */
  917.    GLboolean (GLAPIENTRYP AreProgramsResidentNV)(GLsizei n, const GLuint * ids, GLboolean * residences); /* 873 */
  918.    void (GLAPIENTRYP ExecuteProgramNV)(GLenum target, GLuint id, const GLfloat * params); /* 874 */
  919.    void (GLAPIENTRYP GetProgramParameterdvNV)(GLenum target, GLuint index, GLenum pname, GLdouble * params); /* 875 */
  920.    void (GLAPIENTRYP GetProgramParameterfvNV)(GLenum target, GLuint index, GLenum pname, GLfloat * params); /* 876 */
  921.    void (GLAPIENTRYP GetProgramStringNV)(GLuint id, GLenum pname, GLubyte * program); /* 877 */
  922.    void (GLAPIENTRYP GetProgramivNV)(GLuint id, GLenum pname, GLint * params); /* 878 */
  923.    void (GLAPIENTRYP GetTrackMatrixivNV)(GLenum target, GLuint address, GLenum pname, GLint * params); /* 879 */
  924.    void (GLAPIENTRYP GetVertexAttribdvNV)(GLuint index, GLenum pname, GLdouble * params); /* 880 */
  925.    void (GLAPIENTRYP GetVertexAttribfvNV)(GLuint index, GLenum pname, GLfloat * params); /* 881 */
  926.    void (GLAPIENTRYP GetVertexAttribivNV)(GLuint index, GLenum pname, GLint * params); /* 882 */
  927.    void (GLAPIENTRYP LoadProgramNV)(GLenum target, GLuint id, GLsizei len, const GLubyte * program); /* 883 */
  928.    void (GLAPIENTRYP ProgramParameters4dvNV)(GLenum target, GLuint index, GLsizei num, const GLdouble * params); /* 884 */
  929.    void (GLAPIENTRYP ProgramParameters4fvNV)(GLenum target, GLuint index, GLsizei num, const GLfloat * params); /* 885 */
  930.    void (GLAPIENTRYP RequestResidentProgramsNV)(GLsizei n, const GLuint * ids); /* 886 */
  931.    void (GLAPIENTRYP TrackMatrixNV)(GLenum target, GLuint address, GLenum matrix, GLenum transform); /* 887 */
  932.    void (GLAPIENTRYP VertexAttrib1dNV)(GLuint index, GLdouble x); /* 888 */
  933.    void (GLAPIENTRYP VertexAttrib1dvNV)(GLuint index, const GLdouble * v); /* 889 */
  934.    void (GLAPIENTRYP VertexAttrib1fNV)(GLuint index, GLfloat x); /* 890 */
  935.    void (GLAPIENTRYP VertexAttrib1fvNV)(GLuint index, const GLfloat * v); /* 891 */
  936.    void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 892 */
  937.    void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 893 */
  938.    void (GLAPIENTRYP VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y); /* 894 */
  939.    void (GLAPIENTRYP VertexAttrib2dvNV)(GLuint index, const GLdouble * v); /* 895 */
  940.    void (GLAPIENTRYP VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y); /* 896 */
  941.    void (GLAPIENTRYP VertexAttrib2fvNV)(GLuint index, const GLfloat * v); /* 897 */
  942.    void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 898 */
  943.    void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 899 */
  944.    void (GLAPIENTRYP VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z); /* 900 */
  945.    void (GLAPIENTRYP VertexAttrib3dvNV)(GLuint index, const GLdouble * v); /* 901 */
  946.    void (GLAPIENTRYP VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z); /* 902 */
  947.    void (GLAPIENTRYP VertexAttrib3fvNV)(GLuint index, const GLfloat * v); /* 903 */
  948.    void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 904 */
  949.    void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 905 */
  950.    void (GLAPIENTRYP VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 906 */
  951.    void (GLAPIENTRYP VertexAttrib4dvNV)(GLuint index, const GLdouble * v); /* 907 */
  952.    void (GLAPIENTRYP VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 908 */
  953.    void (GLAPIENTRYP VertexAttrib4fvNV)(GLuint index, const GLfloat * v); /* 909 */
  954.    void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 910 */
  955.    void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 911 */
  956.    void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w); /* 912 */
  957.    void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte * v); /* 913 */
  958.    void (GLAPIENTRYP VertexAttribPointerNV)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer); /* 914 */
  959.    void (GLAPIENTRYP VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 915 */
  960.    void (GLAPIENTRYP VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 916 */
  961.    void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 917 */
  962.    void (GLAPIENTRYP VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 918 */
  963.    void (GLAPIENTRYP VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 919 */
  964.    void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 920 */
  965.    void (GLAPIENTRYP VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 921 */
  966.    void (GLAPIENTRYP VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 922 */
  967.    void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 923 */
  968.    void (GLAPIENTRYP VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble * v); /* 924 */
  969.    void (GLAPIENTRYP VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat * v); /* 925 */
  970.    void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 926 */
  971.    void (GLAPIENTRYP VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte * v); /* 927 */
  972.    void (GLAPIENTRYP GetTexBumpParameterfvATI)(GLenum pname, GLfloat * param); /* 928 */
  973.    void (GLAPIENTRYP GetTexBumpParameterivATI)(GLenum pname, GLint * param); /* 929 */
  974.    void (GLAPIENTRYP TexBumpParameterfvATI)(GLenum pname, const GLfloat * param); /* 930 */
  975.    void (GLAPIENTRYP TexBumpParameterivATI)(GLenum pname, const GLint * param); /* 931 */
  976.    void (GLAPIENTRYP AlphaFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 932 */
  977.    void (GLAPIENTRYP AlphaFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 933 */
  978.    void (GLAPIENTRYP AlphaFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 934 */
  979.    void (GLAPIENTRYP BeginFragmentShaderATI)(void); /* 935 */
  980.    void (GLAPIENTRYP BindFragmentShaderATI)(GLuint id); /* 936 */
  981.    void (GLAPIENTRYP ColorFragmentOp1ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod); /* 937 */
  982.    void (GLAPIENTRYP ColorFragmentOp2ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod); /* 938 */
  983.    void (GLAPIENTRYP ColorFragmentOp3ATI)(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod); /* 939 */
  984.    void (GLAPIENTRYP DeleteFragmentShaderATI)(GLuint id); /* 940 */
  985.    void (GLAPIENTRYP EndFragmentShaderATI)(void); /* 941 */
  986.    GLuint (GLAPIENTRYP GenFragmentShadersATI)(GLuint range); /* 942 */
  987.    void (GLAPIENTRYP PassTexCoordATI)(GLuint dst, GLuint coord, GLenum swizzle); /* 943 */
  988.    void (GLAPIENTRYP SampleMapATI)(GLuint dst, GLuint interp, GLenum swizzle); /* 944 */
  989.    void (GLAPIENTRYP SetFragmentShaderConstantATI)(GLuint dst, const GLfloat * value); /* 945 */
  990.    void (GLAPIENTRYP ActiveStencilFaceEXT)(GLenum face); /* 946 */
  991.    void (GLAPIENTRYP BindVertexArrayAPPLE)(GLuint array); /* 947 */
  992.    void (GLAPIENTRYP GenVertexArraysAPPLE)(GLsizei n, GLuint * arrays); /* 948 */
  993.    void (GLAPIENTRYP GetProgramNamedParameterdvNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params); /* 949 */
  994.    void (GLAPIENTRYP GetProgramNamedParameterfvNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params); /* 950 */
  995.    void (GLAPIENTRYP ProgramNamedParameter4dNV)(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w); /* 951 */
  996.    void (GLAPIENTRYP ProgramNamedParameter4dvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v); /* 952 */
  997.    void (GLAPIENTRYP ProgramNamedParameter4fNV)(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w); /* 953 */
  998.    void (GLAPIENTRYP ProgramNamedParameter4fvNV)(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v); /* 954 */
  999.    void (GLAPIENTRYP PrimitiveRestartNV)(void); /* 955 */
  1000.    void (GLAPIENTRYP GetTexGenxvOES)(GLenum coord, GLenum pname, GLfixed * params); /* 956 */
  1001.    void (GLAPIENTRYP TexGenxOES)(GLenum coord, GLenum pname, GLint param); /* 957 */
  1002.    void (GLAPIENTRYP TexGenxvOES)(GLenum coord, GLenum pname, const GLfixed * params); /* 958 */
  1003.    void (GLAPIENTRYP DepthBoundsEXT)(GLclampd zmin, GLclampd zmax); /* 959 */
  1004.    void (GLAPIENTRYP BindFramebufferEXT)(GLenum target, GLuint framebuffer); /* 960 */
  1005.    void (GLAPIENTRYP BindRenderbufferEXT)(GLenum target, GLuint renderbuffer); /* 961 */
  1006.    void (GLAPIENTRYP BufferParameteriAPPLE)(GLenum target, GLenum pname, GLint param); /* 962 */
  1007.    void (GLAPIENTRYP FlushMappedBufferRangeAPPLE)(GLenum target, GLintptr offset, GLsizeiptr size); /* 963 */
  1008.    void (GLAPIENTRYP VertexAttribI1iEXT)(GLuint index, GLint x); /* 964 */
  1009.    void (GLAPIENTRYP VertexAttribI1uiEXT)(GLuint index, GLuint x); /* 965 */
  1010.    void (GLAPIENTRYP VertexAttribI2iEXT)(GLuint index, GLint x, GLint y); /* 966 */
  1011.    void (GLAPIENTRYP VertexAttribI2ivEXT)(GLuint index, const GLint * v); /* 967 */
  1012.    void (GLAPIENTRYP VertexAttribI2uiEXT)(GLuint index, GLuint x, GLuint y); /* 968 */
  1013.    void (GLAPIENTRYP VertexAttribI2uivEXT)(GLuint index, const GLuint * v); /* 969 */
  1014.    void (GLAPIENTRYP VertexAttribI3iEXT)(GLuint index, GLint x, GLint y, GLint z); /* 970 */
  1015.    void (GLAPIENTRYP VertexAttribI3ivEXT)(GLuint index, const GLint * v); /* 971 */
  1016.    void (GLAPIENTRYP VertexAttribI3uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z); /* 972 */
  1017.    void (GLAPIENTRYP VertexAttribI3uivEXT)(GLuint index, const GLuint * v); /* 973 */
  1018.    void (GLAPIENTRYP VertexAttribI4iEXT)(GLuint index, GLint x, GLint y, GLint z, GLint w); /* 974 */
  1019.    void (GLAPIENTRYP VertexAttribI4ivEXT)(GLuint index, const GLint * v); /* 975 */
  1020.    void (GLAPIENTRYP VertexAttribI4uiEXT)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w); /* 976 */
  1021.    void (GLAPIENTRYP VertexAttribI4uivEXT)(GLuint index, const GLuint * v); /* 977 */
  1022.    void (GLAPIENTRYP ClearColorIiEXT)(GLint r, GLint g, GLint b, GLint a); /* 978 */
  1023.    void (GLAPIENTRYP ClearColorIuiEXT)(GLuint r, GLuint g, GLuint b, GLuint a); /* 979 */
  1024.    void (GLAPIENTRYP BindBufferOffsetEXT)(GLenum target, GLuint index, GLuint buffer, GLintptr offset); /* 980 */
  1025.    void (GLAPIENTRYP GetObjectParameterivAPPLE)(GLenum objectType, GLuint name, GLenum pname, GLint * value); /* 981 */
  1026.    GLenum (GLAPIENTRYP ObjectPurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 982 */
  1027.    GLenum (GLAPIENTRYP ObjectUnpurgeableAPPLE)(GLenum objectType, GLuint name, GLenum option); /* 983 */
  1028.    void (GLAPIENTRYP ActiveProgramEXT)(GLuint program); /* 984 */
  1029.    GLuint (GLAPIENTRYP CreateShaderProgramEXT)(GLenum type, const GLchar * string); /* 985 */
  1030.    void (GLAPIENTRYP UseShaderProgramEXT)(GLenum type, GLuint program); /* 986 */
  1031.    void (GLAPIENTRYP TextureBarrierNV)(void); /* 987 */
  1032.    void (GLAPIENTRYP StencilFuncSeparateATI)(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask); /* 988 */
  1033.    void (GLAPIENTRYP ProgramEnvParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 989 */
  1034.    void (GLAPIENTRYP ProgramLocalParameters4fvEXT)(GLenum target, GLuint index, GLsizei count, const GLfloat * params); /* 990 */
  1035.    void (GLAPIENTRYP EGLImageTargetRenderbufferStorageOES)(GLenum target, GLvoid * writeOffset); /* 991 */
  1036.    void (GLAPIENTRYP EGLImageTargetTexture2DOES)(GLenum target, GLvoid * writeOffset); /* 992 */
  1037.    void (GLAPIENTRYP AlphaFuncx)(GLenum func, GLclampx ref); /* 993 */
  1038.    void (GLAPIENTRYP ClearColorx)(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); /* 994 */
  1039.    void (GLAPIENTRYP ClearDepthx)(GLclampx depth); /* 995 */
  1040.    void (GLAPIENTRYP Color4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); /* 996 */
  1041.    void (GLAPIENTRYP DepthRangex)(GLclampx zNear, GLclampx zFar); /* 997 */
  1042.    void (GLAPIENTRYP Fogx)(GLenum pname, GLfixed param); /* 998 */
  1043.    void (GLAPIENTRYP Fogxv)(GLenum pname, const GLfixed * params); /* 999 */
  1044.    void (GLAPIENTRYP Frustumf)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1000 */
  1045.    void (GLAPIENTRYP Frustumx)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1001 */
  1046.    void (GLAPIENTRYP LightModelx)(GLenum pname, GLfixed param); /* 1002 */
  1047.    void (GLAPIENTRYP LightModelxv)(GLenum pname, const GLfixed * params); /* 1003 */
  1048.    void (GLAPIENTRYP Lightx)(GLenum light, GLenum pname, GLfixed param); /* 1004 */
  1049.    void (GLAPIENTRYP Lightxv)(GLenum light, GLenum pname, const GLfixed * params); /* 1005 */
  1050.    void (GLAPIENTRYP LineWidthx)(GLfixed width); /* 1006 */
  1051.    void (GLAPIENTRYP LoadMatrixx)(const GLfixed * m); /* 1007 */
  1052.    void (GLAPIENTRYP Materialx)(GLenum face, GLenum pname, GLfixed param); /* 1008 */
  1053.    void (GLAPIENTRYP Materialxv)(GLenum face, GLenum pname, const GLfixed * params); /* 1009 */
  1054.    void (GLAPIENTRYP MultMatrixx)(const GLfixed * m); /* 1010 */
  1055.    void (GLAPIENTRYP MultiTexCoord4x)(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q); /* 1011 */
  1056.    void (GLAPIENTRYP Normal3x)(GLfixed nx, GLfixed ny, GLfixed nz); /* 1012 */
  1057.    void (GLAPIENTRYP Orthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar); /* 1013 */
  1058.    void (GLAPIENTRYP Orthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar); /* 1014 */
  1059.    void (GLAPIENTRYP PointSizex)(GLfixed size); /* 1015 */
  1060.    void (GLAPIENTRYP PolygonOffsetx)(GLfixed factor, GLfixed units); /* 1016 */
  1061.    void (GLAPIENTRYP Rotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); /* 1017 */
  1062.    void (GLAPIENTRYP SampleCoveragex)(GLclampx value, GLboolean invert); /* 1018 */
  1063.    void (GLAPIENTRYP Scalex)(GLfixed x, GLfixed y, GLfixed z); /* 1019 */
  1064.    void (GLAPIENTRYP TexEnvx)(GLenum target, GLenum pname, GLfixed param); /* 1020 */
  1065.    void (GLAPIENTRYP TexEnvxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1021 */
  1066.    void (GLAPIENTRYP TexParameterx)(GLenum target, GLenum pname, GLfixed param); /* 1022 */
  1067.    void (GLAPIENTRYP Translatex)(GLfixed x, GLfixed y, GLfixed z); /* 1023 */
  1068.    void (GLAPIENTRYP ClipPlanef)(GLenum plane, const GLfloat * equation); /* 1024 */
  1069.    void (GLAPIENTRYP ClipPlanex)(GLenum plane, const GLfixed * equation); /* 1025 */
  1070.    void (GLAPIENTRYP GetClipPlanef)(GLenum plane, GLfloat * equation); /* 1026 */
  1071.    void (GLAPIENTRYP GetClipPlanex)(GLenum plane, GLfixed * equation); /* 1027 */
  1072.    void (GLAPIENTRYP GetFixedv)(GLenum pname, GLfixed * params); /* 1028 */
  1073.    void (GLAPIENTRYP GetLightxv)(GLenum light, GLenum pname, GLfixed * params); /* 1029 */
  1074.    void (GLAPIENTRYP GetMaterialxv)(GLenum face, GLenum pname, GLfixed * params); /* 1030 */
  1075.    void (GLAPIENTRYP GetTexEnvxv)(GLenum target, GLenum pname, GLfixed * params); /* 1031 */
  1076.    void (GLAPIENTRYP GetTexParameterxv)(GLenum target, GLenum pname, GLfixed * params); /* 1032 */
  1077.    void (GLAPIENTRYP PointParameterx)(GLenum pname, GLfixed param); /* 1033 */
  1078.    void (GLAPIENTRYP PointParameterxv)(GLenum pname, const GLfixed * params); /* 1034 */
  1079.    void (GLAPIENTRYP TexParameterxv)(GLenum target, GLenum pname, const GLfixed * params); /* 1035 */
  1080. #endif /* !defined HAVE_SHARED_GLAPI */
  1081. };
  1082.  
  1083. #endif /* !defined( _GLAPI_TABLE_H_ ) */
  1084.