1 /* This file is automatically generated by mapi_abi.py. Do not modify. */
5 #ifdef USE_MGL_NAMESPACE
6 #define GLAPI_PREFIX(func) mgl##func
7 #define GLAPI_PREFIX_STR(func) "mgl"#func
9 #define GLAPI_PREFIX(func) gl##func
10 #define GLAPI_PREFIX_STR(func) "gl"#func
11 #endif /* USE_MGL_NAMESPACE */
15 #endif /* _GLAPI_TMP_H_ */
17 #ifdef MAPI_TMP_DEFINES
18 #define GL_GLEXT_PROTOTYPES
22 GLAPI
void APIENTRY
GLAPI_PREFIX(NewList
)(GLuint list
, GLenum mode
);
23 GLAPI
void APIENTRY
GLAPI_PREFIX(EndList
)(void);
24 GLAPI
void APIENTRY
GLAPI_PREFIX(CallList
)(GLuint list
);
25 GLAPI
void APIENTRY
GLAPI_PREFIX(CallLists
)(GLsizei n
, GLenum type
, const GLvoid
*lists
);
26 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteLists
)(GLuint list
, GLsizei range
);
27 GLAPI GLuint APIENTRY
GLAPI_PREFIX(GenLists
)(GLsizei range
);
28 GLAPI
void APIENTRY
GLAPI_PREFIX(ListBase
)(GLuint base
);
29 GLAPI
void APIENTRY
GLAPI_PREFIX(Begin
)(GLenum mode
);
30 GLAPI
void APIENTRY
GLAPI_PREFIX(Bitmap
)(GLsizei width
, GLsizei height
, GLfloat xorig
, GLfloat yorig
, GLfloat xmove
, GLfloat ymove
, const GLubyte
*bitmap
);
31 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3b
)(GLbyte red
, GLbyte green
, GLbyte blue
);
32 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3bv
)(const GLbyte
*v
);
33 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3d
)(GLdouble red
, GLdouble green
, GLdouble blue
);
34 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3dv
)(const GLdouble
*v
);
35 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3f
)(GLfloat red
, GLfloat green
, GLfloat blue
);
36 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3fv
)(const GLfloat
*v
);
37 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3i
)(GLint red
, GLint green
, GLint blue
);
38 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3iv
)(const GLint
*v
);
39 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3s
)(GLshort red
, GLshort green
, GLshort blue
);
40 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3sv
)(const GLshort
*v
);
41 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ub
)(GLubyte red
, GLubyte green
, GLubyte blue
);
42 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ubv
)(const GLubyte
*v
);
43 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ui
)(GLuint red
, GLuint green
, GLuint blue
);
44 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3uiv
)(const GLuint
*v
);
45 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3us
)(GLushort red
, GLushort green
, GLushort blue
);
46 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3usv
)(const GLushort
*v
);
47 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4b
)(GLbyte red
, GLbyte green
, GLbyte blue
, GLbyte alpha
);
48 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4bv
)(const GLbyte
*v
);
49 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4d
)(GLdouble red
, GLdouble green
, GLdouble blue
, GLdouble alpha
);
50 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4dv
)(const GLdouble
*v
);
51 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4f
)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
);
52 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4fv
)(const GLfloat
*v
);
53 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4i
)(GLint red
, GLint green
, GLint blue
, GLint alpha
);
54 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4iv
)(const GLint
*v
);
55 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4s
)(GLshort red
, GLshort green
, GLshort blue
, GLshort alpha
);
56 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4sv
)(const GLshort
*v
);
57 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ub
)(GLubyte red
, GLubyte green
, GLubyte blue
, GLubyte alpha
);
58 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ubv
)(const GLubyte
*v
);
59 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ui
)(GLuint red
, GLuint green
, GLuint blue
, GLuint alpha
);
60 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4uiv
)(const GLuint
*v
);
61 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4us
)(GLushort red
, GLushort green
, GLushort blue
, GLushort alpha
);
62 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4usv
)(const GLushort
*v
);
63 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlag
)(GLboolean flag
);
64 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagv
)(const GLboolean
*flag
);
65 GLAPI
void APIENTRY
GLAPI_PREFIX(End
)(void);
66 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexd
)(GLdouble c
);
67 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexdv
)(const GLdouble
*c
);
68 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexf
)(GLfloat c
);
69 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexfv
)(const GLfloat
*c
);
70 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexi
)(GLint c
);
71 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexiv
)(const GLint
*c
);
72 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexs
)(GLshort c
);
73 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexsv
)(const GLshort
*c
);
74 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3b
)(GLbyte nx
, GLbyte ny
, GLbyte nz
);
75 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3bv
)(const GLbyte
*v
);
76 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3d
)(GLdouble nx
, GLdouble ny
, GLdouble nz
);
77 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3dv
)(const GLdouble
*v
);
78 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3f
)(GLfloat nx
, GLfloat ny
, GLfloat nz
);
79 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3fv
)(const GLfloat
*v
);
80 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3i
)(GLint nx
, GLint ny
, GLint nz
);
81 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3iv
)(const GLint
*v
);
82 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3s
)(GLshort nx
, GLshort ny
, GLshort nz
);
83 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3sv
)(const GLshort
*v
);
84 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2d
)(GLdouble x
, GLdouble y
);
85 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2dv
)(const GLdouble
*v
);
86 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2f
)(GLfloat x
, GLfloat y
);
87 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2fv
)(const GLfloat
*v
);
88 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2i
)(GLint x
, GLint y
);
89 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2iv
)(const GLint
*v
);
90 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2s
)(GLshort x
, GLshort y
);
91 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2sv
)(const GLshort
*v
);
92 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3d
)(GLdouble x
, GLdouble y
, GLdouble z
);
93 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3dv
)(const GLdouble
*v
);
94 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3f
)(GLfloat x
, GLfloat y
, GLfloat z
);
95 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3fv
)(const GLfloat
*v
);
96 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3i
)(GLint x
, GLint y
, GLint z
);
97 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3iv
)(const GLint
*v
);
98 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3s
)(GLshort x
, GLshort y
, GLshort z
);
99 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3sv
)(const GLshort
*v
);
100 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4d
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
101 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4dv
)(const GLdouble
*v
);
102 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4f
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
103 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4fv
)(const GLfloat
*v
);
104 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4i
)(GLint x
, GLint y
, GLint z
, GLint w
);
105 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4iv
)(const GLint
*v
);
106 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4s
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
);
107 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4sv
)(const GLshort
*v
);
108 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectd
)(GLdouble x1
, GLdouble y1
, GLdouble x2
, GLdouble y2
);
109 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectdv
)(const GLdouble
*v1
, const GLdouble
*v2
);
110 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectf
)(GLfloat x1
, GLfloat y1
, GLfloat x2
, GLfloat y2
);
111 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectfv
)(const GLfloat
*v1
, const GLfloat
*v2
);
112 GLAPI
void APIENTRY
GLAPI_PREFIX(Recti
)(GLint x1
, GLint y1
, GLint x2
, GLint y2
);
113 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectiv
)(const GLint
*v1
, const GLint
*v2
);
114 GLAPI
void APIENTRY
GLAPI_PREFIX(Rects
)(GLshort x1
, GLshort y1
, GLshort x2
, GLshort y2
);
115 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectsv
)(const GLshort
*v1
, const GLshort
*v2
);
116 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1d
)(GLdouble s
);
117 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1dv
)(const GLdouble
*v
);
118 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1f
)(GLfloat s
);
119 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1fv
)(const GLfloat
*v
);
120 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1i
)(GLint s
);
121 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1iv
)(const GLint
*v
);
122 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1s
)(GLshort s
);
123 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1sv
)(const GLshort
*v
);
124 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2d
)(GLdouble s
, GLdouble t
);
125 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2dv
)(const GLdouble
*v
);
126 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2f
)(GLfloat s
, GLfloat t
);
127 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2fv
)(const GLfloat
*v
);
128 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2i
)(GLint s
, GLint t
);
129 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2iv
)(const GLint
*v
);
130 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2s
)(GLshort s
, GLshort t
);
131 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2sv
)(const GLshort
*v
);
132 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3d
)(GLdouble s
, GLdouble t
, GLdouble r
);
133 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3dv
)(const GLdouble
*v
);
134 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3f
)(GLfloat s
, GLfloat t
, GLfloat r
);
135 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3fv
)(const GLfloat
*v
);
136 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3i
)(GLint s
, GLint t
, GLint r
);
137 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3iv
)(const GLint
*v
);
138 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3s
)(GLshort s
, GLshort t
, GLshort r
);
139 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3sv
)(const GLshort
*v
);
140 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4d
)(GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
);
141 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4dv
)(const GLdouble
*v
);
142 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4f
)(GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
);
143 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4fv
)(const GLfloat
*v
);
144 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4i
)(GLint s
, GLint t
, GLint r
, GLint q
);
145 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4iv
)(const GLint
*v
);
146 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4s
)(GLshort s
, GLshort t
, GLshort r
, GLshort q
);
147 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4sv
)(const GLshort
*v
);
148 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2d
)(GLdouble x
, GLdouble y
);
149 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2dv
)(const GLdouble
*v
);
150 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2f
)(GLfloat x
, GLfloat y
);
151 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2fv
)(const GLfloat
*v
);
152 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2i
)(GLint x
, GLint y
);
153 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2iv
)(const GLint
*v
);
154 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2s
)(GLshort x
, GLshort y
);
155 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2sv
)(const GLshort
*v
);
156 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3d
)(GLdouble x
, GLdouble y
, GLdouble z
);
157 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3dv
)(const GLdouble
*v
);
158 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3f
)(GLfloat x
, GLfloat y
, GLfloat z
);
159 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3fv
)(const GLfloat
*v
);
160 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3i
)(GLint x
, GLint y
, GLint z
);
161 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3iv
)(const GLint
*v
);
162 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3s
)(GLshort x
, GLshort y
, GLshort z
);
163 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3sv
)(const GLshort
*v
);
164 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4d
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
165 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4dv
)(const GLdouble
*v
);
166 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4f
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
167 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4fv
)(const GLfloat
*v
);
168 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4i
)(GLint x
, GLint y
, GLint z
, GLint w
);
169 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4iv
)(const GLint
*v
);
170 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4s
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
);
171 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4sv
)(const GLshort
*v
);
172 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlane
)(GLenum plane
, const GLdouble
*equation
);
173 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaterial
)(GLenum face
, GLenum mode
);
174 GLAPI
void APIENTRY
GLAPI_PREFIX(CullFace
)(GLenum mode
);
175 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogf
)(GLenum pname
, GLfloat param
);
176 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogfv
)(GLenum pname
, const GLfloat
*params
);
177 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogi
)(GLenum pname
, GLint param
);
178 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogiv
)(GLenum pname
, const GLint
*params
);
179 GLAPI
void APIENTRY
GLAPI_PREFIX(FrontFace
)(GLenum mode
);
180 GLAPI
void APIENTRY
GLAPI_PREFIX(Hint
)(GLenum target
, GLenum mode
);
181 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightf
)(GLenum light
, GLenum pname
, GLfloat param
);
182 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightfv
)(GLenum light
, GLenum pname
, const GLfloat
*params
);
183 GLAPI
void APIENTRY
GLAPI_PREFIX(Lighti
)(GLenum light
, GLenum pname
, GLint param
);
184 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightiv
)(GLenum light
, GLenum pname
, const GLint
*params
);
185 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelf
)(GLenum pname
, GLfloat param
);
186 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelfv
)(GLenum pname
, const GLfloat
*params
);
187 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModeli
)(GLenum pname
, GLint param
);
188 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModeliv
)(GLenum pname
, const GLint
*params
);
189 GLAPI
void APIENTRY
GLAPI_PREFIX(LineStipple
)(GLint factor
, GLushort pattern
);
190 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidth
)(GLfloat width
);
191 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialf
)(GLenum face
, GLenum pname
, GLfloat param
);
192 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialfv
)(GLenum face
, GLenum pname
, const GLfloat
*params
);
193 GLAPI
void APIENTRY
GLAPI_PREFIX(Materiali
)(GLenum face
, GLenum pname
, GLint param
);
194 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialiv
)(GLenum face
, GLenum pname
, const GLint
*params
);
195 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSize
)(GLfloat size
);
196 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonMode
)(GLenum face
, GLenum mode
);
197 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonStipple
)(const GLubyte
*mask
);
198 GLAPI
void APIENTRY
GLAPI_PREFIX(Scissor
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
);
199 GLAPI
void APIENTRY
GLAPI_PREFIX(ShadeModel
)(GLenum mode
);
200 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterf
)(GLenum target
, GLenum pname
, GLfloat param
);
201 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
202 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameteri
)(GLenum target
, GLenum pname
, GLint param
);
203 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
);
204 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage1D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
205 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage2D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
206 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvf
)(GLenum target
, GLenum pname
, GLfloat param
);
207 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
208 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvi
)(GLenum target
, GLenum pname
, GLint param
);
209 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnviv
)(GLenum target
, GLenum pname
, const GLint
*params
);
210 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGend
)(GLenum coord
, GLenum pname
, GLdouble param
);
211 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGendv
)(GLenum coord
, GLenum pname
, const GLdouble
*params
);
212 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenf
)(GLenum coord
, GLenum pname
, GLfloat param
);
213 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfOES
)(GLenum coord
, GLenum pname
, GLfloat param
);
214 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfv
)(GLenum coord
, GLenum pname
, const GLfloat
*params
);
215 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfvOES
)(GLenum coord
, GLenum pname
, const GLfloat
*params
);
216 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeni
)(GLenum coord
, GLenum pname
, GLint param
);
217 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeniOES
)(GLenum coord
, GLenum pname
, GLint param
);
218 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeniv
)(GLenum coord
, GLenum pname
, const GLint
*params
);
219 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenivOES
)(GLenum coord
, GLenum pname
, const GLint
*params
);
220 GLAPI
void APIENTRY
GLAPI_PREFIX(FeedbackBuffer
)(GLsizei size
, GLenum type
, GLfloat
*buffer
);
221 GLAPI
void APIENTRY
GLAPI_PREFIX(SelectBuffer
)(GLsizei size
, GLuint
*buffer
);
222 GLAPI GLint APIENTRY
GLAPI_PREFIX(RenderMode
)(GLenum mode
);
223 GLAPI
void APIENTRY
GLAPI_PREFIX(InitNames
)(void);
224 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadName
)(GLuint name
);
225 GLAPI
void APIENTRY
GLAPI_PREFIX(PassThrough
)(GLfloat token
);
226 GLAPI
void APIENTRY
GLAPI_PREFIX(PopName
)(void);
227 GLAPI
void APIENTRY
GLAPI_PREFIX(PushName
)(GLuint name
);
228 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffer
)(GLenum mode
);
229 GLAPI
void APIENTRY
GLAPI_PREFIX(Clear
)(GLbitfield mask
);
230 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearAccum
)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
);
231 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearIndex
)(GLfloat c
);
232 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColor
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
);
233 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearStencil
)(GLint s
);
234 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepth
)(GLclampd depth
);
235 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilMask
)(GLuint mask
);
236 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMask
)(GLboolean red
, GLboolean green
, GLboolean blue
, GLboolean alpha
);
237 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthMask
)(GLboolean flag
);
238 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexMask
)(GLuint mask
);
239 GLAPI
void APIENTRY
GLAPI_PREFIX(Accum
)(GLenum op
, GLfloat value
);
240 GLAPI
void APIENTRY
GLAPI_PREFIX(Disable
)(GLenum cap
);
241 GLAPI
void APIENTRY
GLAPI_PREFIX(Enable
)(GLenum cap
);
242 GLAPI
void APIENTRY
GLAPI_PREFIX(Finish
)(void);
243 GLAPI
void APIENTRY
GLAPI_PREFIX(Flush
)(void);
244 GLAPI
void APIENTRY
GLAPI_PREFIX(PopAttrib
)(void);
245 GLAPI
void APIENTRY
GLAPI_PREFIX(PushAttrib
)(GLbitfield mask
);
246 GLAPI
void APIENTRY
GLAPI_PREFIX(Map1d
)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint stride
, GLint order
, const GLdouble
*points
);
247 GLAPI
void APIENTRY
GLAPI_PREFIX(Map1f
)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint stride
, GLint order
, const GLfloat
*points
);
248 GLAPI
void APIENTRY
GLAPI_PREFIX(Map2d
)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint ustride
, GLint uorder
, GLdouble v1
, GLdouble v2
, GLint vstride
, GLint vorder
, const GLdouble
*points
);
249 GLAPI
void APIENTRY
GLAPI_PREFIX(Map2f
)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint ustride
, GLint uorder
, GLfloat v1
, GLfloat v2
, GLint vstride
, GLint vorder
, const GLfloat
*points
);
250 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid1d
)(GLint un
, GLdouble u1
, GLdouble u2
);
251 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid1f
)(GLint un
, GLfloat u1
, GLfloat u2
);
252 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid2d
)(GLint un
, GLdouble u1
, GLdouble u2
, GLint vn
, GLdouble v1
, GLdouble v2
);
253 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid2f
)(GLint un
, GLfloat u1
, GLfloat u2
, GLint vn
, GLfloat v1
, GLfloat v2
);
254 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1d
)(GLdouble u
);
255 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1dv
)(const GLdouble
*u
);
256 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1f
)(GLfloat u
);
257 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1fv
)(const GLfloat
*u
);
258 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2d
)(GLdouble u
, GLdouble v
);
259 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2dv
)(const GLdouble
*u
);
260 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2f
)(GLfloat u
, GLfloat v
);
261 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2fv
)(const GLfloat
*u
);
262 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalMesh1
)(GLenum mode
, GLint i1
, GLint i2
);
263 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalPoint1
)(GLint i
);
264 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalMesh2
)(GLenum mode
, GLint i1
, GLint i2
, GLint j1
, GLint j2
);
265 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalPoint2
)(GLint i
, GLint j
);
266 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFunc
)(GLenum func
, GLclampf ref
);
267 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFunc
)(GLenum sfactor
, GLenum dfactor
);
268 GLAPI
void APIENTRY
GLAPI_PREFIX(LogicOp
)(GLenum opcode
);
269 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFunc
)(GLenum func
, GLint ref
, GLuint mask
);
270 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOp
)(GLenum fail
, GLenum zfail
, GLenum zpass
);
271 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthFunc
)(GLenum func
);
272 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelZoom
)(GLfloat xfactor
, GLfloat yfactor
);
273 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTransferf
)(GLenum pname
, GLfloat param
);
274 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTransferi
)(GLenum pname
, GLint param
);
275 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelStoref
)(GLenum pname
, GLfloat param
);
276 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelStorei
)(GLenum pname
, GLint param
);
277 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapfv
)(GLenum map
, GLsizei mapsize
, const GLfloat
*values
);
278 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapuiv
)(GLenum map
, GLsizei mapsize
, const GLuint
*values
);
279 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapusv
)(GLenum map
, GLsizei mapsize
, const GLushort
*values
);
280 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadBuffer
)(GLenum mode
);
281 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyPixels
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum type
);
282 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadPixels
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLvoid
*pixels
);
283 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawPixels
)(GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
284 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleanv
)(GLenum pname
, GLboolean
*params
);
285 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlane
)(GLenum plane
, GLdouble
*equation
);
286 GLAPI
void APIENTRY
GLAPI_PREFIX(GetDoublev
)(GLenum pname
, GLdouble
*params
);
287 GLAPI GLenum APIENTRY
GLAPI_PREFIX(GetError
)(void);
288 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFloatv
)(GLenum pname
, GLfloat
*params
);
289 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegerv
)(GLenum pname
, GLint
*params
);
290 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightfv
)(GLenum light
, GLenum pname
, GLfloat
*params
);
291 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightiv
)(GLenum light
, GLenum pname
, GLint
*params
);
292 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapdv
)(GLenum target
, GLenum query
, GLdouble
*v
);
293 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapfv
)(GLenum target
, GLenum query
, GLfloat
*v
);
294 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapiv
)(GLenum target
, GLenum query
, GLint
*v
);
295 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialfv
)(GLenum face
, GLenum pname
, GLfloat
*params
);
296 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialiv
)(GLenum face
, GLenum pname
, GLint
*params
);
297 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapfv
)(GLenum map
, GLfloat
*values
);
298 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapuiv
)(GLenum map
, GLuint
*values
);
299 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapusv
)(GLenum map
, GLushort
*values
);
300 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPolygonStipple
)(GLubyte
*mask
);
301 GLAPI
const GLubyte
* APIENTRY
GLAPI_PREFIX(GetString
)(GLenum name
);
302 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
303 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnviv
)(GLenum target
, GLenum pname
, GLint
*params
);
304 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGendv
)(GLenum coord
, GLenum pname
, GLdouble
*params
);
305 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenfv
)(GLenum coord
, GLenum pname
, GLfloat
*params
);
306 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenfvOES
)(GLenum coord
, GLenum pname
, GLfloat
*params
);
307 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGeniv
)(GLenum coord
, GLenum pname
, GLint
*params
);
308 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenivOES
)(GLenum coord
, GLenum pname
, GLint
*params
);
309 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexImage
)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLvoid
*pixels
);
310 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
311 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
312 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexLevelParameterfv
)(GLenum target
, GLint level
, GLenum pname
, GLfloat
*params
);
313 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexLevelParameteriv
)(GLenum target
, GLint level
, GLenum pname
, GLint
*params
);
314 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabled
)(GLenum cap
);
315 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsList
)(GLuint list
);
316 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRange
)(GLclampd zNear
, GLclampd zFar
);
317 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustum
)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
);
318 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadIdentity
)(void);
319 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixf
)(const GLfloat
*m
);
320 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixd
)(const GLdouble
*m
);
321 GLAPI
void APIENTRY
GLAPI_PREFIX(MatrixMode
)(GLenum mode
);
322 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixf
)(const GLfloat
*m
);
323 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixd
)(const GLdouble
*m
);
324 GLAPI
void APIENTRY
GLAPI_PREFIX(Ortho
)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
);
325 GLAPI
void APIENTRY
GLAPI_PREFIX(PopMatrix
)(void);
326 GLAPI
void APIENTRY
GLAPI_PREFIX(PushMatrix
)(void);
327 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotated
)(GLdouble angle
, GLdouble x
, GLdouble y
, GLdouble z
);
328 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotatef
)(GLfloat angle
, GLfloat x
, GLfloat y
, GLfloat z
);
329 GLAPI
void APIENTRY
GLAPI_PREFIX(Scaled
)(GLdouble x
, GLdouble y
, GLdouble z
);
330 GLAPI
void APIENTRY
GLAPI_PREFIX(Scalef
)(GLfloat x
, GLfloat y
, GLfloat z
);
331 GLAPI
void APIENTRY
GLAPI_PREFIX(Translated
)(GLdouble x
, GLdouble y
, GLdouble z
);
332 GLAPI
void APIENTRY
GLAPI_PREFIX(Translatef
)(GLfloat x
, GLfloat y
, GLfloat z
);
333 GLAPI
void APIENTRY
GLAPI_PREFIX(Viewport
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
);
334 GLAPI
void APIENTRY
GLAPI_PREFIX(ArrayElement
)(GLint i
);
335 GLAPI
void APIENTRY
GLAPI_PREFIX(ArrayElementEXT
)(GLint i
);
336 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTexture
)(GLenum target
, GLuint texture
);
337 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTextureEXT
)(GLenum target
, GLuint texture
);
338 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
339 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableClientState
)(GLenum array
);
340 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArrays
)(GLenum mode
, GLint first
, GLsizei count
);
341 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysEXT
)(GLenum mode
, GLint first
, GLsizei count
);
342 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElements
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
);
343 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagPointer
)(GLsizei stride
, const GLvoid
*pointer
);
344 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableClientState
)(GLenum array
);
345 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
346 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexub
)(GLubyte c
);
347 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexubv
)(const GLubyte
*c
);
348 GLAPI
void APIENTRY
GLAPI_PREFIX(InterleavedArrays
)(GLenum format
, GLsizei stride
, const GLvoid
*pointer
);
349 GLAPI
void APIENTRY
GLAPI_PREFIX(NormalPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
350 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffset
)(GLfloat factor
, GLfloat units
);
351 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoordPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
352 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
353 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreTexturesResident
)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
);
354 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreTexturesResidentEXT
)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
);
355 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage1D
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
);
356 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage1DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
);
357 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage2D
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
);
358 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage2DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
);
359 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
);
360 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage1DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
);
361 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
362 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage2DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
363 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTextures
)(GLsizei n
, const GLuint
*textures
);
364 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTexturesEXT
)(GLsizei n
, const GLuint
*textures
);
365 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTextures
)(GLsizei n
, GLuint
*textures
);
366 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTexturesEXT
)(GLsizei n
, GLuint
*textures
);
367 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPointerv
)(GLenum pname
, GLvoid
**params
);
368 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPointervEXT
)(GLenum pname
, GLvoid
**params
);
369 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTexture
)(GLuint texture
);
370 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTextureEXT
)(GLuint texture
);
371 GLAPI
void APIENTRY
GLAPI_PREFIX(PrioritizeTextures
)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
);
372 GLAPI
void APIENTRY
GLAPI_PREFIX(PrioritizeTexturesEXT
)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
);
373 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
374 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage1DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
375 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
376 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage2DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
377 GLAPI
void APIENTRY
GLAPI_PREFIX(PopClientAttrib
)(void);
378 GLAPI
void APIENTRY
GLAPI_PREFIX(PushClientAttrib
)(GLbitfield mask
);
379 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendColor
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
);
380 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendColorEXT
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
);
381 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquation
)(GLenum mode
);
382 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationEXT
)(GLenum mode
);
383 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationOES
)(GLenum mode
);
384 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElements
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
);
385 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElementsEXT
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
);
386 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTable
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
);
387 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
);
388 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableSGI
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
);
389 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
390 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterfvSGI
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
391 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
);
392 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterivSGI
)(GLenum target
, GLenum pname
, const GLint
*params
);
393 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorTable
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
);
394 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorTableSGI
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
);
395 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTable
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
);
396 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
);
397 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableSGI
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
);
398 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
399 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
);
400 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfvSGI
)(GLenum target
, GLenum pname
, GLfloat
*params
);
401 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
402 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
403 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterivSGI
)(GLenum target
, GLenum pname
, GLint
*params
);
404 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorSubTable
)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
);
405 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorSubTableEXT
)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
);
406 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorSubTable
)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
);
407 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorSubTableEXT
)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
);
408 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter1D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
);
409 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter1DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
);
410 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter2D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
);
411 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
);
412 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterf
)(GLenum target
, GLenum pname
, GLfloat params
);
413 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfEXT
)(GLenum target
, GLenum pname
, GLfloat params
);
414 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
415 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfvEXT
)(GLenum target
, GLenum pname
, const GLfloat
*params
);
416 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteri
)(GLenum target
, GLenum pname
, GLint params
);
417 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteriEXT
)(GLenum target
, GLenum pname
, GLint params
);
418 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
);
419 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterivEXT
)(GLenum target
, GLenum pname
, const GLint
*params
);
420 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter1D
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
);
421 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter1DEXT
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
);
422 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter2D
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
423 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
424 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionFilter
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
);
425 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionFilterEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
);
426 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
427 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
);
428 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
429 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
430 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSeparableFilter
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
);
431 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSeparableFilterEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
);
432 GLAPI
void APIENTRY
GLAPI_PREFIX(SeparableFilter2D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
);
433 GLAPI
void APIENTRY
GLAPI_PREFIX(SeparableFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
);
434 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogram
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
);
435 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramEXT
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
);
436 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
437 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
);
438 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
439 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
440 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmax
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
);
441 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxEXT
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
);
442 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
);
443 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
);
444 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
445 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
446 GLAPI
void APIENTRY
GLAPI_PREFIX(Histogram
)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
);
447 GLAPI
void APIENTRY
GLAPI_PREFIX(HistogramEXT
)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
);
448 GLAPI
void APIENTRY
GLAPI_PREFIX(Minmax
)(GLenum target
, GLenum internalformat
, GLboolean sink
);
449 GLAPI
void APIENTRY
GLAPI_PREFIX(MinmaxEXT
)(GLenum target
, GLenum internalformat
, GLboolean sink
);
450 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetHistogram
)(GLenum target
);
451 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetHistogramEXT
)(GLenum target
);
452 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetMinmax
)(GLenum target
);
453 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetMinmaxEXT
)(GLenum target
);
454 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
455 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
456 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3DOES
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
457 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
458 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
459 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
);
460 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
461 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
462 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
);
463 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveTextureARB
)(GLenum texture
);
464 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveTexture
)(GLenum texture
);
465 GLAPI
void APIENTRY
GLAPI_PREFIX(ClientActiveTextureARB
)(GLenum texture
);
466 GLAPI
void APIENTRY
GLAPI_PREFIX(ClientActiveTexture
)(GLenum texture
);
467 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dARB
)(GLenum target
, GLdouble s
);
468 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1d
)(GLenum target
, GLdouble s
);
469 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dvARB
)(GLenum target
, const GLdouble
*v
);
470 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dv
)(GLenum target
, const GLdouble
*v
);
471 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fARB
)(GLenum target
, GLfloat s
);
472 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1f
)(GLenum target
, GLfloat s
);
473 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fvARB
)(GLenum target
, const GLfloat
*v
);
474 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fv
)(GLenum target
, const GLfloat
*v
);
475 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1iARB
)(GLenum target
, GLint s
);
476 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1i
)(GLenum target
, GLint s
);
477 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1ivARB
)(GLenum target
, const GLint
*v
);
478 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1iv
)(GLenum target
, const GLint
*v
);
479 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1sARB
)(GLenum target
, GLshort s
);
480 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1s
)(GLenum target
, GLshort s
);
481 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1svARB
)(GLenum target
, const GLshort
*v
);
482 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1sv
)(GLenum target
, const GLshort
*v
);
483 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dARB
)(GLenum target
, GLdouble s
, GLdouble t
);
484 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2d
)(GLenum target
, GLdouble s
, GLdouble t
);
485 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dvARB
)(GLenum target
, const GLdouble
*v
);
486 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dv
)(GLenum target
, const GLdouble
*v
);
487 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fARB
)(GLenum target
, GLfloat s
, GLfloat t
);
488 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2f
)(GLenum target
, GLfloat s
, GLfloat t
);
489 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fvARB
)(GLenum target
, const GLfloat
*v
);
490 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fv
)(GLenum target
, const GLfloat
*v
);
491 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2iARB
)(GLenum target
, GLint s
, GLint t
);
492 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2i
)(GLenum target
, GLint s
, GLint t
);
493 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2ivARB
)(GLenum target
, const GLint
*v
);
494 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2iv
)(GLenum target
, const GLint
*v
);
495 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2sARB
)(GLenum target
, GLshort s
, GLshort t
);
496 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2s
)(GLenum target
, GLshort s
, GLshort t
);
497 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2svARB
)(GLenum target
, const GLshort
*v
);
498 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2sv
)(GLenum target
, const GLshort
*v
);
499 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dARB
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
);
500 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3d
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
);
501 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dvARB
)(GLenum target
, const GLdouble
*v
);
502 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dv
)(GLenum target
, const GLdouble
*v
);
503 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fARB
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
);
504 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3f
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
);
505 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fvARB
)(GLenum target
, const GLfloat
*v
);
506 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fv
)(GLenum target
, const GLfloat
*v
);
507 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3iARB
)(GLenum target
, GLint s
, GLint t
, GLint r
);
508 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3i
)(GLenum target
, GLint s
, GLint t
, GLint r
);
509 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3ivARB
)(GLenum target
, const GLint
*v
);
510 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3iv
)(GLenum target
, const GLint
*v
);
511 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3sARB
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
);
512 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3s
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
);
513 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3svARB
)(GLenum target
, const GLshort
*v
);
514 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3sv
)(GLenum target
, const GLshort
*v
);
515 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dARB
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
);
516 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4d
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
);
517 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dvARB
)(GLenum target
, const GLdouble
*v
);
518 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dv
)(GLenum target
, const GLdouble
*v
);
519 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fARB
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
);
520 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4f
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
);
521 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fvARB
)(GLenum target
, const GLfloat
*v
);
522 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fv
)(GLenum target
, const GLfloat
*v
);
523 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4iARB
)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
);
524 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4i
)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
);
525 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4ivARB
)(GLenum target
, const GLint
*v
);
526 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4iv
)(GLenum target
, const GLint
*v
);
527 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4sARB
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
);
528 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4s
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
);
529 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4svARB
)(GLenum target
, const GLshort
*v
);
530 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4sv
)(GLenum target
, const GLshort
*v
);
531 GLAPI
void APIENTRY
GLAPI_PREFIX(AttachShader
)(GLuint program
, GLuint shader
);
532 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateProgram
)(void);
533 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateShader
)(GLenum type
);
534 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgram
)(GLuint program
);
535 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteShader
)(GLuint program
);
536 GLAPI
void APIENTRY
GLAPI_PREFIX(DetachShader
)(GLuint program
, GLuint shader
);
537 GLAPI
void APIENTRY
GLAPI_PREFIX(GetAttachedShaders
)(GLuint program
, GLsizei maxCount
, GLsizei
*count
, GLuint
*obj
);
538 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramInfoLog
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
);
539 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramiv
)(GLuint program
, GLenum pname
, GLint
*params
);
540 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderInfoLog
)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
);
541 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderiv
)(GLuint shader
, GLenum pname
, GLint
*params
);
542 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgram
)(GLuint program
);
543 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsShader
)(GLuint shader
);
544 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFuncSeparate
)(GLenum face
, GLenum func
, GLint ref
, GLuint mask
);
545 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilMaskSeparate
)(GLenum face
, GLuint mask
);
546 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOpSeparate
)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
);
547 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOpSeparateATI
)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
);
548 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2x3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
549 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2x4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
550 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3x2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
551 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3x4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
552 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4x2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
553 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4x3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
554 GLAPI
void APIENTRY
GLAPI_PREFIX(ClampColor
)(GLenum target
, GLenum clamp
);
555 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferfi
)(GLenum buffer
, GLint drawbuffer
, GLfloat depth
, GLint stencil
);
556 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferfv
)(GLenum buffer
, GLint drawbuffer
, const GLfloat
*value
);
557 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferiv
)(GLenum buffer
, GLint drawbuffer
, const GLint
*value
);
558 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferuiv
)(GLenum buffer
, GLint drawbuffer
, const GLuint
*value
);
559 GLAPI
const GLubyte
* APIENTRY
GLAPI_PREFIX(GetStringi
)(GLenum name
, GLuint index
);
560 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBuffer
)(GLenum target
, GLenum internalFormat
, GLuint buffer
);
561 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
);
562 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameteri64v
)(GLenum target
, GLenum pname
, GLint64
*params
);
563 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInteger64i_v
)(GLenum cap
, GLuint index
, GLint64
*data
);
564 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribDivisor
)(GLuint index
, GLuint divisor
);
565 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixdARB
)(const GLdouble
*m
);
566 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixd
)(const GLdouble
*m
);
567 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixfARB
)(const GLfloat
*m
);
568 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixf
)(const GLfloat
*m
);
569 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixdARB
)(const GLdouble
*m
);
570 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixd
)(const GLdouble
*m
);
571 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixfARB
)(const GLfloat
*m
);
572 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixf
)(const GLfloat
*m
);
573 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoverageARB
)(GLclampf value
, GLboolean invert
);
574 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoverage
)(GLclampf value
, GLboolean invert
);
575 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage1DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
576 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage1D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
577 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage2DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
578 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage2D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
579 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
580 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
581 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3DOES
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
);
582 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage1DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
583 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
584 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage2DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
585 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
586 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
587 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
588 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
);
589 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCompressedTexImageARB
)(GLenum target
, GLint level
, GLvoid
*img
);
590 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCompressedTexImage
)(GLenum target
, GLint level
, GLvoid
*img
);
591 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableVertexAttribArrayARB
)(GLuint index
);
592 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableVertexAttribArray
)(GLuint index
);
593 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableVertexAttribArrayARB
)(GLuint index
);
594 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableVertexAttribArray
)(GLuint index
);
595 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramEnvParameterdvARB
)(GLenum target
, GLuint index
, GLdouble
*params
);
596 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramEnvParameterfvARB
)(GLenum target
, GLuint index
, GLfloat
*params
);
597 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramLocalParameterdvARB
)(GLenum target
, GLuint index
, GLdouble
*params
);
598 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramLocalParameterfvARB
)(GLenum target
, GLuint index
, GLfloat
*params
);
599 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramStringARB
)(GLenum target
, GLenum pname
, GLvoid
*string
);
600 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramivARB
)(GLenum target
, GLenum pname
, GLint
*params
);
601 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdvARB
)(GLuint index
, GLenum pname
, GLdouble
*params
);
602 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdv
)(GLuint index
, GLenum pname
, GLdouble
*params
);
603 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfvARB
)(GLuint index
, GLenum pname
, GLfloat
*params
);
604 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfv
)(GLuint index
, GLenum pname
, GLfloat
*params
);
605 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribivARB
)(GLuint index
, GLenum pname
, GLint
*params
);
606 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribiv
)(GLuint index
, GLenum pname
, GLint
*params
);
607 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4dARB
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
608 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4dNV
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
609 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4dvARB
)(GLenum target
, GLuint index
, const GLdouble
*params
);
610 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4dvNV
)(GLenum target
, GLuint index
, const GLdouble
*params
);
611 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4fARB
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
612 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4fNV
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
613 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4fvARB
)(GLenum target
, GLuint index
, const GLfloat
*params
);
614 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4fvNV
)(GLenum target
, GLuint index
, const GLfloat
*params
);
615 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4dARB
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
616 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4dvARB
)(GLenum target
, GLuint index
, const GLdouble
*params
);
617 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4fARB
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
618 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4fvARB
)(GLenum target
, GLuint index
, const GLfloat
*params
);
619 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramStringARB
)(GLenum target
, GLenum format
, GLsizei len
, const GLvoid
*string
);
620 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dARB
)(GLuint index
, GLdouble x
);
621 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1d
)(GLuint index
, GLdouble x
);
622 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dvARB
)(GLuint index
, const GLdouble
*v
);
623 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dv
)(GLuint index
, const GLdouble
*v
);
624 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fARB
)(GLuint index
, GLfloat x
);
625 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1f
)(GLuint index
, GLfloat x
);
626 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fvARB
)(GLuint index
, const GLfloat
*v
);
627 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fv
)(GLuint index
, const GLfloat
*v
);
628 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sARB
)(GLuint index
, GLshort x
);
629 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1s
)(GLuint index
, GLshort x
);
630 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1svARB
)(GLuint index
, const GLshort
*v
);
631 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sv
)(GLuint index
, const GLshort
*v
);
632 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dARB
)(GLuint index
, GLdouble x
, GLdouble y
);
633 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2d
)(GLuint index
, GLdouble x
, GLdouble y
);
634 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dvARB
)(GLuint index
, const GLdouble
*v
);
635 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dv
)(GLuint index
, const GLdouble
*v
);
636 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fARB
)(GLuint index
, GLfloat x
, GLfloat y
);
637 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2f
)(GLuint index
, GLfloat x
, GLfloat y
);
638 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fvARB
)(GLuint index
, const GLfloat
*v
);
639 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fv
)(GLuint index
, const GLfloat
*v
);
640 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sARB
)(GLuint index
, GLshort x
, GLshort y
);
641 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2s
)(GLuint index
, GLshort x
, GLshort y
);
642 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2svARB
)(GLuint index
, const GLshort
*v
);
643 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sv
)(GLuint index
, const GLshort
*v
);
644 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dARB
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
);
645 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3d
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
);
646 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dvARB
)(GLuint index
, const GLdouble
*v
);
647 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dv
)(GLuint index
, const GLdouble
*v
);
648 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fARB
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
);
649 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3f
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
);
650 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fvARB
)(GLuint index
, const GLfloat
*v
);
651 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fv
)(GLuint index
, const GLfloat
*v
);
652 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sARB
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
);
653 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3s
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
);
654 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3svARB
)(GLuint index
, const GLshort
*v
);
655 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sv
)(GLuint index
, const GLshort
*v
);
656 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NbvARB
)(GLuint index
, const GLbyte
*v
);
657 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nbv
)(GLuint index
, const GLbyte
*v
);
658 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NivARB
)(GLuint index
, const GLint
*v
);
659 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Niv
)(GLuint index
, const GLint
*v
);
660 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NsvARB
)(GLuint index
, const GLshort
*v
);
661 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nsv
)(GLuint index
, const GLshort
*v
);
662 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NubARB
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
);
663 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nub
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
);
664 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NubvARB
)(GLuint index
, const GLubyte
*v
);
665 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nubv
)(GLuint index
, const GLubyte
*v
);
666 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NuivARB
)(GLuint index
, const GLuint
*v
);
667 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nuiv
)(GLuint index
, const GLuint
*v
);
668 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NusvARB
)(GLuint index
, const GLushort
*v
);
669 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nusv
)(GLuint index
, const GLushort
*v
);
670 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4bvARB
)(GLuint index
, const GLbyte
*v
);
671 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4bv
)(GLuint index
, const GLbyte
*v
);
672 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dARB
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
673 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4d
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
674 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dvARB
)(GLuint index
, const GLdouble
*v
);
675 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dv
)(GLuint index
, const GLdouble
*v
);
676 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fARB
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
677 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4f
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
678 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fvARB
)(GLuint index
, const GLfloat
*v
);
679 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fv
)(GLuint index
, const GLfloat
*v
);
680 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ivARB
)(GLuint index
, const GLint
*v
);
681 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4iv
)(GLuint index
, const GLint
*v
);
682 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sARB
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
);
683 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4s
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
);
684 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4svARB
)(GLuint index
, const GLshort
*v
);
685 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sv
)(GLuint index
, const GLshort
*v
);
686 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubvARB
)(GLuint index
, const GLubyte
*v
);
687 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubv
)(GLuint index
, const GLubyte
*v
);
688 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4uivARB
)(GLuint index
, const GLuint
*v
);
689 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4uiv
)(GLuint index
, const GLuint
*v
);
690 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4usvARB
)(GLuint index
, const GLushort
*v
);
691 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4usv
)(GLuint index
, const GLushort
*v
);
692 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointerARB
)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
);
693 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointer
)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
);
694 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferARB
)(GLenum target
, GLuint buffer
);
695 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBuffer
)(GLenum target
, GLuint buffer
);
696 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferDataARB
)(GLenum target
, GLsizeiptrARB size
, const GLvoid
*data
, GLenum usage
);
697 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferData
)(GLenum target
, GLsizeiptr size
, const GLvoid
*data
, GLenum usage
);
698 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferSubDataARB
)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, const GLvoid
*data
);
699 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferSubData
)(GLenum target
, GLintptr offset
, GLsizeiptr size
, const GLvoid
*data
);
700 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteBuffersARB
)(GLsizei n
, const GLuint
*buffer
);
701 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteBuffers
)(GLsizei n
, const GLuint
*buffer
);
702 GLAPI
void APIENTRY
GLAPI_PREFIX(GenBuffersARB
)(GLsizei n
, GLuint
*buffer
);
703 GLAPI
void APIENTRY
GLAPI_PREFIX(GenBuffers
)(GLsizei n
, GLuint
*buffer
);
704 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameterivARB
)(GLenum target
, GLenum pname
, GLint
*params
);
705 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
706 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointervARB
)(GLenum target
, GLenum pname
, GLvoid
**params
);
707 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointerv
)(GLenum target
, GLenum pname
, GLvoid
**params
);
708 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointervOES
)(GLenum target
, GLenum pname
, GLvoid
**params
);
709 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferSubDataARB
)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, GLvoid
*data
);
710 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferSubData
)(GLenum target
, GLintptr offset
, GLsizeiptr size
, GLvoid
*data
);
711 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsBufferARB
)(GLuint buffer
);
712 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsBuffer
)(GLuint buffer
);
713 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferARB
)(GLenum target
, GLenum access
);
714 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBuffer
)(GLenum target
, GLenum access
);
715 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferOES
)(GLenum target
, GLenum access
);
716 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBufferARB
)(GLenum target
);
717 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBuffer
)(GLenum target
);
718 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBufferOES
)(GLenum target
);
719 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginQueryARB
)(GLenum target
, GLuint id
);
720 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginQuery
)(GLenum target
, GLuint id
);
721 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteQueriesARB
)(GLsizei n
, const GLuint
*ids
);
722 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteQueries
)(GLsizei n
, const GLuint
*ids
);
723 GLAPI
void APIENTRY
GLAPI_PREFIX(EndQueryARB
)(GLenum target
);
724 GLAPI
void APIENTRY
GLAPI_PREFIX(EndQuery
)(GLenum target
);
725 GLAPI
void APIENTRY
GLAPI_PREFIX(GenQueriesARB
)(GLsizei n
, GLuint
*ids
);
726 GLAPI
void APIENTRY
GLAPI_PREFIX(GenQueries
)(GLsizei n
, GLuint
*ids
);
727 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectivARB
)(GLuint id
, GLenum pname
, GLint
*params
);
728 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectiv
)(GLuint id
, GLenum pname
, GLint
*params
);
729 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectuivARB
)(GLuint id
, GLenum pname
, GLuint
*params
);
730 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectuiv
)(GLuint id
, GLenum pname
, GLuint
*params
);
731 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryivARB
)(GLenum target
, GLenum pname
, GLint
*params
);
732 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryiv
)(GLenum target
, GLenum pname
, GLint
*params
);
733 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsQueryARB
)(GLuint id
);
734 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsQuery
)(GLuint id
);
735 GLAPI
void APIENTRY
GLAPI_PREFIX(AttachObjectARB
)(GLhandleARB containerObj
, GLhandleARB obj
);
736 GLAPI
void APIENTRY
GLAPI_PREFIX(CompileShaderARB
)(GLhandleARB shader
);
737 GLAPI
void APIENTRY
GLAPI_PREFIX(CompileShader
)(GLuint shader
);
738 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(CreateProgramObjectARB
)(void);
739 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(CreateShaderObjectARB
)(GLenum shaderType
);
740 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteObjectARB
)(GLhandleARB obj
);
741 GLAPI
void APIENTRY
GLAPI_PREFIX(DetachObjectARB
)(GLhandleARB containerObj
, GLhandleARB attachedObj
);
742 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveUniformARB
)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
);
743 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveUniform
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
);
744 GLAPI
void APIENTRY
GLAPI_PREFIX(GetAttachedObjectsARB
)(GLhandleARB containerObj
, GLsizei maxLength
, GLsizei
*length
, GLhandleARB
*infoLog
);
745 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(GetHandleARB
)(GLenum pname
);
746 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInfoLogARB
)(GLhandleARB obj
, GLsizei maxLength
, GLsizei
*length
, GLcharARB
*infoLog
);
747 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterfvARB
)(GLhandleARB obj
, GLenum pname
, GLfloat
*params
);
748 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterivARB
)(GLhandleARB obj
, GLenum pname
, GLint
*params
);
749 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderSourceARB
)(GLhandleARB shader
, GLsizei bufSize
, GLsizei
*length
, GLcharARB
*source
);
750 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderSource
)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*source
);
751 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetUniformLocationARB
)(GLhandleARB program
, const GLcharARB
*name
);
752 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetUniformLocation
)(GLuint program
, const GLchar
*name
);
753 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformfvARB
)(GLhandleARB program
, GLint location
, GLfloat
*params
);
754 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformfv
)(GLuint program
, GLint location
, GLfloat
*params
);
755 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformivARB
)(GLhandleARB program
, GLint location
, GLint
*params
);
756 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformiv
)(GLuint program
, GLint location
, GLint
*params
);
757 GLAPI
void APIENTRY
GLAPI_PREFIX(LinkProgramARB
)(GLhandleARB program
);
758 GLAPI
void APIENTRY
GLAPI_PREFIX(LinkProgram
)(GLuint program
);
759 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderSourceARB
)(GLhandleARB shader
, GLsizei count
, const GLcharARB
**string
, const GLint
*length
);
760 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderSource
)(GLuint shader
, GLsizei count
, const GLchar
**string
, const GLint
*length
);
761 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fARB
)(GLint location
, GLfloat v0
);
762 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1f
)(GLint location
, GLfloat v0
);
763 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
);
764 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fv
)(GLint location
, GLsizei count
, const GLfloat
*value
);
765 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1iARB
)(GLint location
, GLint v0
);
766 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1i
)(GLint location
, GLint v0
);
767 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1ivARB
)(GLint location
, GLsizei count
, const GLint
*value
);
768 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1iv
)(GLint location
, GLsizei count
, const GLint
*value
);
769 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fARB
)(GLint location
, GLfloat v0
, GLfloat v1
);
770 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2f
)(GLint location
, GLfloat v0
, GLfloat v1
);
771 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
);
772 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fv
)(GLint location
, GLsizei count
, const GLfloat
*value
);
773 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2iARB
)(GLint location
, GLint v0
, GLint v1
);
774 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2i
)(GLint location
, GLint v0
, GLint v1
);
775 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2ivARB
)(GLint location
, GLsizei count
, const GLint
*value
);
776 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2iv
)(GLint location
, GLsizei count
, const GLint
*value
);
777 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fARB
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
);
778 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3f
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
);
779 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
);
780 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fv
)(GLint location
, GLsizei count
, const GLfloat
*value
);
781 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3iARB
)(GLint location
, GLint v0
, GLint v1
, GLint v2
);
782 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3i
)(GLint location
, GLint v0
, GLint v1
, GLint v2
);
783 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3ivARB
)(GLint location
, GLsizei count
, const GLint
*value
);
784 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3iv
)(GLint location
, GLsizei count
, const GLint
*value
);
785 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fARB
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
);
786 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4f
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
);
787 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
);
788 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fv
)(GLint location
, GLsizei count
, const GLfloat
*value
);
789 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4iARB
)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
);
790 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4i
)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
);
791 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4ivARB
)(GLint location
, GLsizei count
, const GLint
*value
);
792 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4iv
)(GLint location
, GLsizei count
, const GLint
*value
);
793 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
794 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
795 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
796 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
797 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
798 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
);
799 GLAPI
void APIENTRY
GLAPI_PREFIX(UseProgramObjectARB
)(GLhandleARB program
);
800 GLAPI
void APIENTRY
GLAPI_PREFIX(UseProgram
)(GLuint program
);
801 GLAPI
void APIENTRY
GLAPI_PREFIX(ValidateProgramARB
)(GLhandleARB program
);
802 GLAPI
void APIENTRY
GLAPI_PREFIX(ValidateProgram
)(GLuint program
);
803 GLAPI
void APIENTRY
GLAPI_PREFIX(BindAttribLocationARB
)(GLhandleARB program
, GLuint index
, const GLcharARB
*name
);
804 GLAPI
void APIENTRY
GLAPI_PREFIX(BindAttribLocation
)(GLuint program
, GLuint index
, const GLchar
*name
);
805 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveAttribARB
)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
);
806 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveAttrib
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
);
807 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetAttribLocationARB
)(GLhandleARB program
, const GLcharARB
*name
);
808 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetAttribLocation
)(GLuint program
, const GLchar
*name
);
809 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffersARB
)(GLsizei n
, const GLenum
*bufs
);
810 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffers
)(GLsizei n
, const GLenum
*bufs
);
811 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffersATI
)(GLsizei n
, const GLenum
*bufs
);
812 GLAPI
void APIENTRY
GLAPI_PREFIX(ClampColorARB
)(GLenum target
, GLenum clamp
);
813 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstancedARB
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
);
814 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstanced
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
);
815 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstancedEXT
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
);
816 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedARB
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
);
817 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstanced
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
);
818 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedEXT
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
);
819 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageMultisample
)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
);
820 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageMultisampleEXT
)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
);
821 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
);
822 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureFaceARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLenum face
);
823 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameteriARB
)(GLuint program
, GLenum pname
, GLint value
);
824 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribDivisorARB
)(GLuint index
, GLuint divisor
);
825 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushMappedBufferRange
)(GLenum target
, GLintptr offset
, GLsizeiptr length
);
826 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferRange
)(GLenum target
, GLintptr offset
, GLsizeiptr length
, GLbitfield access
);
827 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBufferARB
)(GLenum target
, GLenum internalFormat
, GLuint buffer
);
828 GLAPI
void APIENTRY
GLAPI_PREFIX(BindVertexArray
)(GLuint array
);
829 GLAPI
void APIENTRY
GLAPI_PREFIX(GenVertexArrays
)(GLsizei n
, GLuint
*arrays
);
830 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyBufferSubData
)(GLenum readTarget
, GLenum writeTarget
, GLintptr readOffset
, GLintptr writeOffset
, GLsizeiptr size
);
831 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ClientWaitSync
)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
);
832 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteSync
)(GLsync sync
);
833 GLAPI GLsync APIENTRY
GLAPI_PREFIX(FenceSync
)(GLenum condition
, GLbitfield flags
);
834 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInteger64v
)(GLenum pname
, GLint64
*params
);
835 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSynciv
)(GLsync sync
, GLenum pname
, GLsizei bufSize
, GLsizei
*length
, GLint
*values
);
836 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsSync
)(GLsync sync
);
837 GLAPI
void APIENTRY
GLAPI_PREFIX(WaitSync
)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
);
838 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsBaseVertex
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
);
839 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedBaseVertex
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
, GLint basevertex
);
840 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElementsBaseVertex
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
);
841 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElementsBaseVertex
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
, const GLint
*basevertex
);
842 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateiARB
)(GLuint buf
, GLenum modeRGB
, GLenum modeA
);
843 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateIndexedAMD
)(GLuint buf
, GLenum modeRGB
, GLenum modeA
);
844 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationiARB
)(GLuint buf
, GLenum mode
);
845 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationIndexedAMD
)(GLuint buf
, GLenum mode
);
846 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateiARB
)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
);
847 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateIndexedAMD
)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
);
848 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFunciARB
)(GLuint buf
, GLenum src
, GLenum dst
);
849 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncIndexedAMD
)(GLuint buf
, GLenum src
, GLenum dst
);
850 GLAPI
void APIENTRY
GLAPI_PREFIX(BindSampler
)(GLuint unit
, GLuint sampler
);
851 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteSamplers
)(GLsizei count
, const GLuint
*samplers
);
852 GLAPI
void APIENTRY
GLAPI_PREFIX(GenSamplers
)(GLsizei count
, GLuint
*samplers
);
853 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterIiv
)(GLuint sampler
, GLenum pname
, GLint
*params
);
854 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterIuiv
)(GLuint sampler
, GLenum pname
, GLuint
*params
);
855 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterfv
)(GLuint sampler
, GLenum pname
, GLfloat
*params
);
856 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameteriv
)(GLuint sampler
, GLenum pname
, GLint
*params
);
857 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsSampler
)(GLuint sampler
);
858 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterIiv
)(GLuint sampler
, GLenum pname
, const GLint
*params
);
859 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterIuiv
)(GLuint sampler
, GLenum pname
, const GLuint
*params
);
860 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterf
)(GLuint sampler
, GLenum pname
, GLfloat param
);
861 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterfv
)(GLuint sampler
, GLenum pname
, const GLfloat
*params
);
862 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameteri
)(GLuint sampler
, GLenum pname
, GLint param
);
863 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameteriv
)(GLuint sampler
, GLenum pname
, const GLint
*params
);
864 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTransformFeedback
)(GLenum target
, GLuint id
);
865 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTransformFeedbacks
)(GLsizei n
, const GLuint
*ids
);
866 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTransformFeedback
)(GLenum mode
, GLuint id
);
867 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTransformFeedbacks
)(GLsizei n
, GLuint
*ids
);
868 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTransformFeedback
)(GLuint id
);
869 GLAPI
void APIENTRY
GLAPI_PREFIX(PauseTransformFeedback
)(void);
870 GLAPI
void APIENTRY
GLAPI_PREFIX(ResumeTransformFeedback
)(void);
871 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthf
)(GLclampf depth
);
872 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthfOES
)(GLclampf depth
);
873 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangef
)(GLclampf zNear
, GLclampf zFar
);
874 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangefOES
)(GLclampf zNear
, GLclampf zFar
);
875 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderPrecisionFormat
)(GLenum shadertype
, GLenum precisiontype
, GLint
*range
, GLint
*precision
);
876 GLAPI
void APIENTRY
GLAPI_PREFIX(ReleaseShaderCompiler
)(void);
877 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderBinary
)(GLsizei n
, const GLuint
*shaders
, GLenum binaryformat
, const GLvoid
*binary
, GLsizei length
);
878 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramBinary
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
);
879 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramBinaryOES
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
);
880 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramBinary
)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLsizei length
);
881 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramBinaryOES
)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLint length
);
882 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameteri
)(GLuint program
, GLenum pname
, GLint value
);
883 GLAPI GLenum APIENTRY
GLAPI_PREFIX(GetGraphicsResetStatusARB
)(void);
884 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnColorTableARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*table
);
885 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnCompressedTexImageARB
)(GLenum target
, GLint lod
, GLsizei bufSize
, GLvoid
*img
);
886 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnConvolutionFilterARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*image
);
887 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnHistogramARB
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
);
888 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapdvARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLdouble
*v
);
889 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapfvARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLfloat
*v
);
890 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapivARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLint
*v
);
891 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMinmaxARB
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
);
892 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapfvARB
)(GLenum map
, GLsizei bufSize
, GLfloat
*values
);
893 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapuivARB
)(GLenum map
, GLsizei bufSize
, GLuint
*values
);
894 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapusvARB
)(GLenum map
, GLsizei bufSize
, GLushort
*values
);
895 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPolygonStippleARB
)(GLsizei bufSize
, GLubyte
*pattern
);
896 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnSeparableFilterARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei rowBufSize
, GLvoid
*row
, GLsizei columnBufSize
, GLvoid
*column
, GLvoid
*span
);
897 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnTexImageARB
)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*img
);
898 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformdvARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLdouble
*params
);
899 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformfvARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLfloat
*params
);
900 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformivARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLint
*params
);
901 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformuivARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLuint
*params
);
902 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadnPixelsARB
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*data
);
903 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetEXT
)(GLfloat factor
, GLfloat bias
);
904 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexfOES
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat width
, GLfloat height
);
905 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexfvOES
)(const GLfloat
*coords
);
906 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexiOES
)(GLint x
, GLint y
, GLint z
, GLint width
, GLint height
);
907 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexivOES
)(const GLint
*coords
);
908 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexsOES
)(GLshort x
, GLshort y
, GLshort z
, GLshort width
, GLshort height
);
909 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexsvOES
)(const GLshort
*coords
);
910 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexxOES
)(GLfixed x
, GLfixed y
, GLfixed z
, GLfixed width
, GLfixed height
);
911 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexxvOES
)(const GLfixed
*coords
);
912 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizePointerOES
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
913 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelTexGenParameterfvSGIS
)(GLenum pname
, GLfloat
*params
);
914 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelTexGenParameterivSGIS
)(GLenum pname
, GLint
*params
);
915 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterfSGIS
)(GLenum pname
, GLfloat param
);
916 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterfvSGIS
)(GLenum pname
, const GLfloat
*params
);
917 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameteriSGIS
)(GLenum pname
, GLint param
);
918 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterivSGIS
)(GLenum pname
, const GLint
*params
);
919 GLAPI GLbitfield APIENTRY
GLAPI_PREFIX(QueryMatrixxOES
)(GLfixed
*mantissa
, GLint
*exponent
);
920 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMaskSGIS
)(GLclampf value
, GLboolean invert
);
921 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMaskEXT
)(GLclampf value
, GLboolean invert
);
922 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplePatternSGIS
)(GLenum pattern
);
923 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplePatternEXT
)(GLenum pattern
);
924 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
);
925 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagPointerEXT
)(GLsizei stride
, GLsizei count
, const GLboolean
*pointer
);
926 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexPointerEXT
)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
);
927 GLAPI
void APIENTRY
GLAPI_PREFIX(NormalPointerEXT
)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
);
928 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoordPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
);
929 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
);
930 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfEXT
)(GLenum pname
, GLfloat param
);
931 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterf
)(GLenum pname
, GLfloat param
);
932 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfARB
)(GLenum pname
, GLfloat param
);
933 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfSGIS
)(GLenum pname
, GLfloat param
);
934 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvEXT
)(GLenum pname
, const GLfloat
*params
);
935 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfv
)(GLenum pname
, const GLfloat
*params
);
936 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvARB
)(GLenum pname
, const GLfloat
*params
);
937 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvSGIS
)(GLenum pname
, const GLfloat
*params
);
938 GLAPI
void APIENTRY
GLAPI_PREFIX(LockArraysEXT
)(GLint first
, GLsizei count
);
939 GLAPI
void APIENTRY
GLAPI_PREFIX(UnlockArraysEXT
)(void);
940 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bEXT
)(GLbyte red
, GLbyte green
, GLbyte blue
);
941 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3b
)(GLbyte red
, GLbyte green
, GLbyte blue
);
942 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bvEXT
)(const GLbyte
*v
);
943 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bv
)(const GLbyte
*v
);
944 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dEXT
)(GLdouble red
, GLdouble green
, GLdouble blue
);
945 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3d
)(GLdouble red
, GLdouble green
, GLdouble blue
);
946 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dvEXT
)(const GLdouble
*v
);
947 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dv
)(const GLdouble
*v
);
948 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fEXT
)(GLfloat red
, GLfloat green
, GLfloat blue
);
949 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3f
)(GLfloat red
, GLfloat green
, GLfloat blue
);
950 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fvEXT
)(const GLfloat
*v
);
951 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fv
)(const GLfloat
*v
);
952 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3iEXT
)(GLint red
, GLint green
, GLint blue
);
953 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3i
)(GLint red
, GLint green
, GLint blue
);
954 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ivEXT
)(const GLint
*v
);
955 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3iv
)(const GLint
*v
);
956 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3sEXT
)(GLshort red
, GLshort green
, GLshort blue
);
957 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3s
)(GLshort red
, GLshort green
, GLshort blue
);
958 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3svEXT
)(const GLshort
*v
);
959 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3sv
)(const GLshort
*v
);
960 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubEXT
)(GLubyte red
, GLubyte green
, GLubyte blue
);
961 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ub
)(GLubyte red
, GLubyte green
, GLubyte blue
);
962 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubvEXT
)(const GLubyte
*v
);
963 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubv
)(const GLubyte
*v
);
964 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uiEXT
)(GLuint red
, GLuint green
, GLuint blue
);
965 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ui
)(GLuint red
, GLuint green
, GLuint blue
);
966 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uivEXT
)(const GLuint
*v
);
967 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uiv
)(const GLuint
*v
);
968 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usEXT
)(GLushort red
, GLushort green
, GLushort blue
);
969 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3us
)(GLushort red
, GLushort green
, GLushort blue
);
970 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usvEXT
)(const GLushort
*v
);
971 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usv
)(const GLushort
*v
);
972 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColorPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
973 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColorPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
974 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawArraysEXT
)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
);
975 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawArrays
)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
);
976 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElementsEXT
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
);
977 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElements
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
);
978 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordPointerEXT
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
979 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
980 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddEXT
)(GLdouble coord
);
981 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordd
)(GLdouble coord
);
982 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddvEXT
)(const GLdouble
*coord
);
983 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddv
)(const GLdouble
*coord
);
984 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfEXT
)(GLfloat coord
);
985 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordf
)(GLfloat coord
);
986 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfvEXT
)(const GLfloat
*coord
);
987 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfv
)(const GLfloat
*coord
);
988 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenSGIX
)(GLenum mode
);
989 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateEXT
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
);
990 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparate
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
);
991 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateINGR
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
);
992 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateOES
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
);
993 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushVertexArrayRangeNV
)(void);
994 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexArrayRangeNV
)(GLsizei length
, const GLvoid
*pointer
);
995 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerInputNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
);
996 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerOutputNV
)(GLenum stage
, GLenum portion
, GLenum abOutput
, GLenum cdOutput
, GLenum sumOutput
, GLenum scale
, GLenum bias
, GLboolean abDotProduct
, GLboolean cdDotProduct
, GLboolean muxSum
);
997 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterfNV
)(GLenum pname
, GLfloat param
);
998 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterfvNV
)(GLenum pname
, const GLfloat
*params
);
999 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameteriNV
)(GLenum pname
, GLint param
);
1000 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterivNV
)(GLenum pname
, const GLint
*params
);
1001 GLAPI
void APIENTRY
GLAPI_PREFIX(FinalCombinerInputNV
)(GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
);
1002 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerInputParameterfvNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLfloat
*params
);
1003 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerInputParameterivNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLint
*params
);
1004 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerOutputParameterfvNV
)(GLenum stage
, GLenum portion
, GLenum pname
, GLfloat
*params
);
1005 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerOutputParameterivNV
)(GLenum stage
, GLenum portion
, GLenum pname
, GLint
*params
);
1006 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV
)(GLenum variable
, GLenum pname
, GLfloat
*params
);
1007 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFinalCombinerInputParameterivNV
)(GLenum variable
, GLenum pname
, GLint
*params
);
1008 GLAPI
void APIENTRY
GLAPI_PREFIX(ResizeBuffersMESA
)(void);
1009 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dMESA
)(GLdouble x
, GLdouble y
);
1010 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2d
)(GLdouble x
, GLdouble y
);
1011 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dARB
)(GLdouble x
, GLdouble y
);
1012 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dvMESA
)(const GLdouble
*v
);
1013 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dv
)(const GLdouble
*v
);
1014 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dvARB
)(const GLdouble
*v
);
1015 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fMESA
)(GLfloat x
, GLfloat y
);
1016 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2f
)(GLfloat x
, GLfloat y
);
1017 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fARB
)(GLfloat x
, GLfloat y
);
1018 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fvMESA
)(const GLfloat
*v
);
1019 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fv
)(const GLfloat
*v
);
1020 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fvARB
)(const GLfloat
*v
);
1021 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iMESA
)(GLint x
, GLint y
);
1022 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2i
)(GLint x
, GLint y
);
1023 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iARB
)(GLint x
, GLint y
);
1024 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2ivMESA
)(const GLint
*v
);
1025 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iv
)(const GLint
*v
);
1026 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2ivARB
)(const GLint
*v
);
1027 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sMESA
)(GLshort x
, GLshort y
);
1028 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2s
)(GLshort x
, GLshort y
);
1029 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sARB
)(GLshort x
, GLshort y
);
1030 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2svMESA
)(const GLshort
*v
);
1031 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sv
)(const GLshort
*v
);
1032 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2svARB
)(const GLshort
*v
);
1033 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dMESA
)(GLdouble x
, GLdouble y
, GLdouble z
);
1034 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3d
)(GLdouble x
, GLdouble y
, GLdouble z
);
1035 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dARB
)(GLdouble x
, GLdouble y
, GLdouble z
);
1036 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dvMESA
)(const GLdouble
*v
);
1037 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dv
)(const GLdouble
*v
);
1038 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dvARB
)(const GLdouble
*v
);
1039 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fMESA
)(GLfloat x
, GLfloat y
, GLfloat z
);
1040 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3f
)(GLfloat x
, GLfloat y
, GLfloat z
);
1041 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fARB
)(GLfloat x
, GLfloat y
, GLfloat z
);
1042 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fvMESA
)(const GLfloat
*v
);
1043 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fv
)(const GLfloat
*v
);
1044 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fvARB
)(const GLfloat
*v
);
1045 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iMESA
)(GLint x
, GLint y
, GLint z
);
1046 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3i
)(GLint x
, GLint y
, GLint z
);
1047 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iARB
)(GLint x
, GLint y
, GLint z
);
1048 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3ivMESA
)(const GLint
*v
);
1049 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iv
)(const GLint
*v
);
1050 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3ivARB
)(const GLint
*v
);
1051 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sMESA
)(GLshort x
, GLshort y
, GLshort z
);
1052 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3s
)(GLshort x
, GLshort y
, GLshort z
);
1053 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sARB
)(GLshort x
, GLshort y
, GLshort z
);
1054 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3svMESA
)(const GLshort
*v
);
1055 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sv
)(const GLshort
*v
);
1056 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3svARB
)(const GLshort
*v
);
1057 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4dMESA
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
1058 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4dvMESA
)(const GLdouble
*v
);
1059 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4fMESA
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
1060 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4fvMESA
)(const GLfloat
*v
);
1061 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4iMESA
)(GLint x
, GLint y
, GLint z
, GLint w
);
1062 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4ivMESA
)(const GLint
*v
);
1063 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4sMESA
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
);
1064 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4svMESA
)(const GLshort
*v
);
1065 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiModeDrawArraysIBM
)(const GLenum
*mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
, GLint modestride
);
1066 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiModeDrawElementsIBM
)(const GLenum
*mode
, const GLsizei
*count
, GLenum type
, const GLvoid
* const *indices
, GLsizei primcount
, GLint modestride
);
1067 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFencesNV
)(GLsizei n
, const GLuint
*fences
);
1068 GLAPI
void APIENTRY
GLAPI_PREFIX(FinishFenceNV
)(GLuint fence
);
1069 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFencesNV
)(GLsizei n
, GLuint
*fences
);
1070 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFenceivNV
)(GLuint fence
, GLenum pname
, GLint
*params
);
1071 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFenceNV
)(GLuint fence
);
1072 GLAPI
void APIENTRY
GLAPI_PREFIX(SetFenceNV
)(GLuint fence
, GLenum condition
);
1073 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(TestFenceNV
)(GLuint fence
);
1074 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreProgramsResidentNV
)(GLsizei n
, const GLuint
*ids
, GLboolean
*residences
);
1075 GLAPI
void APIENTRY
GLAPI_PREFIX(BindProgramNV
)(GLenum target
, GLuint program
);
1076 GLAPI
void APIENTRY
GLAPI_PREFIX(BindProgramARB
)(GLenum target
, GLuint program
);
1077 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgramsNV
)(GLsizei n
, const GLuint
*programs
);
1078 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgramsARB
)(GLsizei n
, const GLuint
*programs
);
1079 GLAPI
void APIENTRY
GLAPI_PREFIX(ExecuteProgramNV
)(GLenum target
, GLuint id
, const GLfloat
*params
);
1080 GLAPI
void APIENTRY
GLAPI_PREFIX(GenProgramsNV
)(GLsizei n
, GLuint
*programs
);
1081 GLAPI
void APIENTRY
GLAPI_PREFIX(GenProgramsARB
)(GLsizei n
, GLuint
*programs
);
1082 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramParameterdvNV
)(GLenum target
, GLuint index
, GLenum pname
, GLdouble
*params
);
1083 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramParameterfvNV
)(GLenum target
, GLuint index
, GLenum pname
, GLfloat
*params
);
1084 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramStringNV
)(GLuint id
, GLenum pname
, GLubyte
*program
);
1085 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramivNV
)(GLuint id
, GLenum pname
, GLint
*params
);
1086 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTrackMatrixivNV
)(GLenum target
, GLuint address
, GLenum pname
, GLint
*params
);
1087 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointervNV
)(GLuint index
, GLenum pname
, GLvoid
**pointer
);
1088 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointerv
)(GLuint index
, GLenum pname
, GLvoid
**pointer
);
1089 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointervARB
)(GLuint index
, GLenum pname
, GLvoid
**pointer
);
1090 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdvNV
)(GLuint index
, GLenum pname
, GLdouble
*params
);
1091 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfvNV
)(GLuint index
, GLenum pname
, GLfloat
*params
);
1092 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribivNV
)(GLuint index
, GLenum pname
, GLint
*params
);
1093 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgramNV
)(GLuint program
);
1094 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgramARB
)(GLuint program
);
1095 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadProgramNV
)(GLenum target
, GLuint id
, GLsizei len
, const GLubyte
*program
);
1096 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameters4dvNV
)(GLenum target
, GLuint index
, GLsizei num
, const GLdouble
*params
);
1097 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameters4fvNV
)(GLenum target
, GLuint index
, GLsizei num
, const GLfloat
*params
);
1098 GLAPI
void APIENTRY
GLAPI_PREFIX(RequestResidentProgramsNV
)(GLsizei n
, const GLuint
*ids
);
1099 GLAPI
void APIENTRY
GLAPI_PREFIX(TrackMatrixNV
)(GLenum target
, GLuint address
, GLenum matrix
, GLenum transform
);
1100 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dNV
)(GLuint index
, GLdouble x
);
1101 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dvNV
)(GLuint index
, const GLdouble
*v
);
1102 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fNV
)(GLuint index
, GLfloat x
);
1103 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fvNV
)(GLuint index
, const GLfloat
*v
);
1104 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sNV
)(GLuint index
, GLshort x
);
1105 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1svNV
)(GLuint index
, const GLshort
*v
);
1106 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dNV
)(GLuint index
, GLdouble x
, GLdouble y
);
1107 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dvNV
)(GLuint index
, const GLdouble
*v
);
1108 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fNV
)(GLuint index
, GLfloat x
, GLfloat y
);
1109 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fvNV
)(GLuint index
, const GLfloat
*v
);
1110 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sNV
)(GLuint index
, GLshort x
, GLshort y
);
1111 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2svNV
)(GLuint index
, const GLshort
*v
);
1112 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dNV
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
);
1113 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dvNV
)(GLuint index
, const GLdouble
*v
);
1114 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fNV
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
);
1115 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fvNV
)(GLuint index
, const GLfloat
*v
);
1116 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sNV
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
);
1117 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3svNV
)(GLuint index
, const GLshort
*v
);
1118 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dNV
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
1119 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dvNV
)(GLuint index
, const GLdouble
*v
);
1120 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fNV
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
1121 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fvNV
)(GLuint index
, const GLfloat
*v
);
1122 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sNV
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
);
1123 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4svNV
)(GLuint index
, const GLshort
*v
);
1124 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubNV
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
);
1125 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubvNV
)(GLuint index
, const GLubyte
*v
);
1126 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointerNV
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
1127 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
);
1128 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
);
1129 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
);
1130 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
);
1131 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
);
1132 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
);
1133 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
);
1134 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
);
1135 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
);
1136 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
);
1137 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
);
1138 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
);
1139 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4ubvNV
)(GLuint index
, GLsizei n
, const GLubyte
*v
);
1140 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexBumpParameterfvATI
)(GLenum pname
, GLfloat
*param
);
1141 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexBumpParameterivATI
)(GLenum pname
, GLint
*param
);
1142 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBumpParameterfvATI
)(GLenum pname
, const GLfloat
*param
);
1143 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBumpParameterivATI
)(GLenum pname
, const GLint
*param
);
1144 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFragmentOp1ATI
)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
);
1145 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFragmentOp2ATI
)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
);
1146 GLAPI
void APIENTRY
GLAPI_PREFIX(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
);
1147 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginFragmentShaderATI
)(void);
1148 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragmentShaderATI
)(GLuint id
);
1149 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorFragmentOp1ATI
)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
);
1150 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorFragmentOp2ATI
)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
);
1151 GLAPI
void APIENTRY
GLAPI_PREFIX(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
);
1152 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFragmentShaderATI
)(GLuint id
);
1153 GLAPI
void APIENTRY
GLAPI_PREFIX(EndFragmentShaderATI
)(void);
1154 GLAPI GLuint APIENTRY
GLAPI_PREFIX(GenFragmentShadersATI
)(GLuint range
);
1155 GLAPI
void APIENTRY
GLAPI_PREFIX(PassTexCoordATI
)(GLuint dst
, GLuint coord
, GLenum swizzle
);
1156 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMapATI
)(GLuint dst
, GLuint interp
, GLenum swizzle
);
1157 GLAPI
void APIENTRY
GLAPI_PREFIX(SetFragmentShaderConstantATI
)(GLuint dst
, const GLfloat
*value
);
1158 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteriNV
)(GLenum pname
, GLint param
);
1159 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteri
)(GLenum pname
, GLint param
);
1160 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterivNV
)(GLenum pname
, const GLint
*params
);
1161 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteriv
)(GLenum pname
, const GLint
*params
);
1162 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveStencilFaceEXT
)(GLenum face
);
1163 GLAPI
void APIENTRY
GLAPI_PREFIX(BindVertexArrayAPPLE
)(GLuint array
);
1164 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteVertexArraysAPPLE
)(GLsizei n
, const GLuint
*arrays
);
1165 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteVertexArrays
)(GLsizei n
, const GLuint
*arrays
);
1166 GLAPI
void APIENTRY
GLAPI_PREFIX(GenVertexArraysAPPLE
)(GLsizei n
, GLuint
*arrays
);
1167 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsVertexArrayAPPLE
)(GLuint array
);
1168 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsVertexArray
)(GLuint array
);
1169 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramNamedParameterdvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble
*params
);
1170 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramNamedParameterfvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat
*params
);
1171 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4dNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
);
1172 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4dvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLdouble
*v
);
1173 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4fNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
);
1174 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4fvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLfloat
*v
);
1175 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartIndexNV
)(GLuint index
);
1176 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartIndex
)(GLuint index
);
1177 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartNV
)(void);
1178 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFuncxOES
)(GLenum func
, GLclampx ref
);
1179 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFuncx
)(GLenum func
, GLclampx ref
);
1180 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorxOES
)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
);
1181 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorx
)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
);
1182 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthxOES
)(GLclampx depth
);
1183 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthx
)(GLclampx depth
);
1184 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanexOES
)(GLenum plane
, const GLfixed
*equation
);
1185 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanex
)(GLenum plane
, const GLfixed
*equation
);
1186 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4xOES
)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
);
1187 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4x
)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
);
1188 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangexOES
)(GLclampx zNear
, GLclampx zFar
);
1189 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangex
)(GLclampx zNear
, GLclampx zFar
);
1190 GLAPI
void APIENTRY
GLAPI_PREFIX(FogxOES
)(GLenum pname
, GLfixed param
);
1191 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogx
)(GLenum pname
, GLfixed param
);
1192 GLAPI
void APIENTRY
GLAPI_PREFIX(FogxvOES
)(GLenum pname
, const GLfixed
*params
);
1193 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogxv
)(GLenum pname
, const GLfixed
*params
);
1194 GLAPI
void APIENTRY
GLAPI_PREFIX(FrustumxOES
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
);
1195 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustumx
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
);
1196 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanexOES
)(GLenum plane
, GLfixed
*equation
);
1197 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanex
)(GLenum plane
, GLfixed
*equation
);
1198 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFixedvOES
)(GLenum pname
, GLfixed
*params
);
1199 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFixedv
)(GLenum pname
, GLfixed
*params
);
1200 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightxvOES
)(GLenum light
, GLenum pname
, GLfixed
*params
);
1201 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightxv
)(GLenum light
, GLenum pname
, GLfixed
*params
);
1202 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialxvOES
)(GLenum face
, GLenum pname
, GLfixed
*params
);
1203 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialxv
)(GLenum face
, GLenum pname
, GLfixed
*params
);
1204 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvxvOES
)(GLenum target
, GLenum pname
, GLfixed
*params
);
1205 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvxv
)(GLenum target
, GLenum pname
, GLfixed
*params
);
1206 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenxvOES
)(GLenum coord
, GLenum pname
, GLfixed
*params
);
1207 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterxvOES
)(GLenum target
, GLenum pname
, GLfixed
*params
);
1208 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterxv
)(GLenum target
, GLenum pname
, GLfixed
*params
);
1209 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxOES
)(GLenum pname
, GLfixed param
);
1210 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelx
)(GLenum pname
, GLfixed param
);
1211 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxvOES
)(GLenum pname
, const GLfixed
*params
);
1212 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxv
)(GLenum pname
, const GLfixed
*params
);
1213 GLAPI
void APIENTRY
GLAPI_PREFIX(LightxOES
)(GLenum light
, GLenum pname
, GLfixed param
);
1214 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightx
)(GLenum light
, GLenum pname
, GLfixed param
);
1215 GLAPI
void APIENTRY
GLAPI_PREFIX(LightxvOES
)(GLenum light
, GLenum pname
, const GLfixed
*params
);
1216 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightxv
)(GLenum light
, GLenum pname
, const GLfixed
*params
);
1217 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidthxOES
)(GLfixed width
);
1218 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidthx
)(GLfixed width
);
1219 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixxOES
)(const GLfixed
*m
);
1220 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixx
)(const GLfixed
*m
);
1221 GLAPI
void APIENTRY
GLAPI_PREFIX(MaterialxOES
)(GLenum face
, GLenum pname
, GLfixed param
);
1222 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialx
)(GLenum face
, GLenum pname
, GLfixed param
);
1223 GLAPI
void APIENTRY
GLAPI_PREFIX(MaterialxvOES
)(GLenum face
, GLenum pname
, const GLfixed
*params
);
1224 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialxv
)(GLenum face
, GLenum pname
, const GLfixed
*params
);
1225 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixxOES
)(const GLfixed
*m
);
1226 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixx
)(const GLfixed
*m
);
1227 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4xOES
)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
);
1228 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4x
)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
);
1229 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3xOES
)(GLfixed nx
, GLfixed ny
, GLfixed nz
);
1230 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3x
)(GLfixed nx
, GLfixed ny
, GLfixed nz
);
1231 GLAPI
void APIENTRY
GLAPI_PREFIX(OrthoxOES
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
);
1232 GLAPI
void APIENTRY
GLAPI_PREFIX(Orthox
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
);
1233 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxOES
)(GLenum pname
, GLfixed param
);
1234 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterx
)(GLenum pname
, GLfixed param
);
1235 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxvOES
)(GLenum pname
, const GLfixed
*params
);
1236 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxv
)(GLenum pname
, const GLfixed
*params
);
1237 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizexOES
)(GLfixed size
);
1238 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizex
)(GLfixed size
);
1239 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetxOES
)(GLfixed factor
, GLfixed units
);
1240 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetx
)(GLfixed factor
, GLfixed units
);
1241 GLAPI
void APIENTRY
GLAPI_PREFIX(RotatexOES
)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
);
1242 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotatex
)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
);
1243 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoveragexOES
)(GLclampx value
, GLboolean invert
);
1244 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoveragex
)(GLclampx value
, GLboolean invert
);
1245 GLAPI
void APIENTRY
GLAPI_PREFIX(ScalexOES
)(GLfixed x
, GLfixed y
, GLfixed z
);
1246 GLAPI
void APIENTRY
GLAPI_PREFIX(Scalex
)(GLfixed x
, GLfixed y
, GLfixed z
);
1247 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxOES
)(GLenum target
, GLenum pname
, GLfixed param
);
1248 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvx
)(GLenum target
, GLenum pname
, GLfixed param
);
1249 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxvOES
)(GLenum target
, GLenum pname
, const GLfixed
*params
);
1250 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxv
)(GLenum target
, GLenum pname
, const GLfixed
*params
);
1251 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenxOES
)(GLenum coord
, GLenum pname
, GLint param
);
1252 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenxvOES
)(GLenum coord
, GLenum pname
, const GLfixed
*params
);
1253 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxOES
)(GLenum target
, GLenum pname
, GLfixed param
);
1254 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterx
)(GLenum target
, GLenum pname
, GLfixed param
);
1255 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxvOES
)(GLenum target
, GLenum pname
, const GLfixed
*params
);
1256 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxv
)(GLenum target
, GLenum pname
, const GLfixed
*params
);
1257 GLAPI
void APIENTRY
GLAPI_PREFIX(TranslatexOES
)(GLfixed x
, GLfixed y
, GLfixed z
);
1258 GLAPI
void APIENTRY
GLAPI_PREFIX(Translatex
)(GLfixed x
, GLfixed y
, GLfixed z
);
1259 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanefOES
)(GLenum plane
, const GLfloat
*equation
);
1260 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanef
)(GLenum plane
, const GLfloat
*equation
);
1261 GLAPI
void APIENTRY
GLAPI_PREFIX(FrustumfOES
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
);
1262 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustumf
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
);
1263 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanefOES
)(GLenum plane
, GLfloat
*equation
);
1264 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanef
)(GLenum plane
, GLfloat
*equation
);
1265 GLAPI
void APIENTRY
GLAPI_PREFIX(OrthofOES
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
);
1266 GLAPI
void APIENTRY
GLAPI_PREFIX(Orthof
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
);
1267 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthBoundsEXT
)(GLclampd zmin
, GLclampd zmax
);
1268 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateEXT
)(GLenum modeRGB
, GLenum modeA
);
1269 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparate
)(GLenum modeRGB
, GLenum modeA
);
1270 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateATI
)(GLenum modeRGB
, GLenum modeA
);
1271 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateOES
)(GLenum modeRGB
, GLenum modeA
);
1272 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebufferEXT
)(GLenum target
, GLuint framebuffer
);
1273 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebuffer
)(GLenum target
, GLuint framebuffer
);
1274 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebufferOES
)(GLenum target
, GLuint framebuffer
);
1275 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbufferEXT
)(GLenum target
, GLuint renderbuffer
);
1276 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbuffer
)(GLenum target
, GLuint renderbuffer
);
1277 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbufferOES
)(GLenum target
, GLuint renderbuffer
);
1278 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatusEXT
)(GLenum target
);
1279 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatus
)(GLenum target
);
1280 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatusOES
)(GLenum target
);
1281 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffersEXT
)(GLsizei n
, const GLuint
*framebuffers
);
1282 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffers
)(GLsizei n
, const GLuint
*framebuffers
);
1283 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffersOES
)(GLsizei n
, const GLuint
*framebuffers
);
1284 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffersEXT
)(GLsizei n
, const GLuint
*renderbuffers
);
1285 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffers
)(GLsizei n
, const GLuint
*renderbuffers
);
1286 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffersOES
)(GLsizei n
, const GLuint
*renderbuffers
);
1287 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbufferEXT
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
);
1288 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbuffer
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
);
1289 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbufferOES
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
);
1290 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture1DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
);
1291 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture1D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
);
1292 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
);
1293 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
);
1294 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2DOES
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
);
1295 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
);
1296 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
);
1297 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3DOES
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
);
1298 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffersEXT
)(GLsizei n
, GLuint
*framebuffers
);
1299 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffers
)(GLsizei n
, GLuint
*framebuffers
);
1300 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffersOES
)(GLsizei n
, GLuint
*framebuffers
);
1301 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffersEXT
)(GLsizei n
, GLuint
*renderbuffers
);
1302 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffers
)(GLsizei n
, GLuint
*renderbuffers
);
1303 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffersOES
)(GLsizei n
, GLuint
*renderbuffers
);
1304 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmapEXT
)(GLenum target
);
1305 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmap
)(GLenum target
);
1306 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmapOES
)(GLenum target
);
1307 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
);
1308 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameteriv
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
);
1309 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameterivOES
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
);
1310 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
1311 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
);
1312 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameterivOES
)(GLenum target
, GLenum pname
, GLint
*params
);
1313 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebufferEXT
)(GLuint framebuffer
);
1314 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebuffer
)(GLuint framebuffer
);
1315 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebufferOES
)(GLuint framebuffer
);
1316 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbufferEXT
)(GLuint renderbuffer
);
1317 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbuffer
)(GLuint renderbuffer
);
1318 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbufferOES
)(GLuint renderbuffer
);
1319 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
);
1320 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorage
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
);
1321 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageOES
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
);
1322 GLAPI
void APIENTRY
GLAPI_PREFIX(BlitFramebufferEXT
)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
);
1323 GLAPI
void APIENTRY
GLAPI_PREFIX(BlitFramebuffer
)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
);
1324 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferParameteriAPPLE
)(GLenum target
, GLenum pname
, GLint param
);
1325 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushMappedBufferRangeAPPLE
)(GLenum target
, GLintptr offset
, GLsizeiptr size
);
1326 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragDataLocationEXT
)(GLuint program
, GLuint colorNumber
, const GLchar
*name
);
1327 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragDataLocation
)(GLuint program
, GLuint colorNumber
, const GLchar
*name
);
1328 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetFragDataLocationEXT
)(GLuint program
, const GLchar
*name
);
1329 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetFragDataLocation
)(GLuint program
, const GLchar
*name
);
1330 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformuivEXT
)(GLuint program
, GLint location
, GLuint
*params
);
1331 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformuiv
)(GLuint program
, GLint location
, GLuint
*params
);
1332 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIivEXT
)(GLuint index
, GLenum pname
, GLint
*params
);
1333 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIiv
)(GLuint index
, GLenum pname
, GLint
*params
);
1334 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIuivEXT
)(GLuint index
, GLenum pname
, GLuint
*params
);
1335 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIuiv
)(GLuint index
, GLenum pname
, GLuint
*params
);
1336 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uiEXT
)(GLint location
, GLuint x
);
1337 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1ui
)(GLint location
, GLuint x
);
1338 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
);
1339 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uiv
)(GLint location
, GLsizei count
, const GLuint
*value
);
1340 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uiEXT
)(GLint location
, GLuint x
, GLuint y
);
1341 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2ui
)(GLint location
, GLuint x
, GLuint y
);
1342 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
);
1343 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uiv
)(GLint location
, GLsizei count
, const GLuint
*value
);
1344 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uiEXT
)(GLint location
, GLuint x
, GLuint y
, GLuint z
);
1345 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3ui
)(GLint location
, GLuint x
, GLuint y
, GLuint z
);
1346 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
);
1347 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uiv
)(GLint location
, GLsizei count
, const GLuint
*value
);
1348 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uiEXT
)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
);
1349 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4ui
)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
);
1350 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
);
1351 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uiv
)(GLint location
, GLsizei count
, const GLuint
*value
);
1352 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1iEXT
)(GLuint index
, GLint x
);
1353 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1i
)(GLuint index
, GLint x
);
1354 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1ivEXT
)(GLuint index
, const GLint
*v
);
1355 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1iv
)(GLuint index
, const GLint
*v
);
1356 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uiEXT
)(GLuint index
, GLuint x
);
1357 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1ui
)(GLuint index
, GLuint x
);
1358 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uivEXT
)(GLuint index
, const GLuint
*v
);
1359 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uiv
)(GLuint index
, const GLuint
*v
);
1360 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2iEXT
)(GLuint index
, GLint x
, GLint y
);
1361 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2i
)(GLuint index
, GLint x
, GLint y
);
1362 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2ivEXT
)(GLuint index
, const GLint
*v
);
1363 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2iv
)(GLuint index
, const GLint
*v
);
1364 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uiEXT
)(GLuint index
, GLuint x
, GLuint y
);
1365 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2ui
)(GLuint index
, GLuint x
, GLuint y
);
1366 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uivEXT
)(GLuint index
, const GLuint
*v
);
1367 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uiv
)(GLuint index
, const GLuint
*v
);
1368 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3iEXT
)(GLuint index
, GLint x
, GLint y
, GLint z
);
1369 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3i
)(GLuint index
, GLint x
, GLint y
, GLint z
);
1370 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3ivEXT
)(GLuint index
, const GLint
*v
);
1371 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3iv
)(GLuint index
, const GLint
*v
);
1372 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uiEXT
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
);
1373 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3ui
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
);
1374 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uivEXT
)(GLuint index
, const GLuint
*v
);
1375 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uiv
)(GLuint index
, const GLuint
*v
);
1376 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4bvEXT
)(GLuint index
, const GLbyte
*v
);
1377 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4bv
)(GLuint index
, const GLbyte
*v
);
1378 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4iEXT
)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
);
1379 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4i
)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
);
1380 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ivEXT
)(GLuint index
, const GLint
*v
);
1381 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4iv
)(GLuint index
, const GLint
*v
);
1382 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4svEXT
)(GLuint index
, const GLshort
*v
);
1383 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4sv
)(GLuint index
, const GLshort
*v
);
1384 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ubvEXT
)(GLuint index
, const GLubyte
*v
);
1385 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ubv
)(GLuint index
, const GLubyte
*v
);
1386 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uiEXT
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
);
1387 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ui
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
);
1388 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uivEXT
)(GLuint index
, const GLuint
*v
);
1389 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uiv
)(GLuint index
, const GLuint
*v
);
1390 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4usvEXT
)(GLuint index
, const GLushort
*v
);
1391 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4usv
)(GLuint index
, const GLushort
*v
);
1392 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribIPointerEXT
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
1393 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribIPointer
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
);
1394 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayerEXT
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
);
1395 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayer
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
);
1396 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayerARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
);
1397 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaskIndexedEXT
)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
);
1398 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaski
)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
);
1399 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableIndexedEXT
)(GLenum target
, GLuint index
);
1400 GLAPI
void APIENTRY
GLAPI_PREFIX(Disablei
)(GLenum target
, GLuint index
);
1401 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableIndexedEXT
)(GLenum target
, GLuint index
);
1402 GLAPI
void APIENTRY
GLAPI_PREFIX(Enablei
)(GLenum target
, GLuint index
);
1403 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleanIndexedvEXT
)(GLenum value
, GLuint index
, GLboolean
*data
);
1404 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleani_v
)(GLenum value
, GLuint index
, GLboolean
*data
);
1405 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegerIndexedvEXT
)(GLenum value
, GLuint index
, GLint
*data
);
1406 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegeri_v
)(GLenum value
, GLuint index
, GLint
*data
);
1407 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabledIndexedEXT
)(GLenum target
, GLuint index
);
1408 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabledi
)(GLenum target
, GLuint index
);
1409 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorIiEXT
)(GLint r
, GLint g
, GLint b
, GLint a
);
1410 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorIuiEXT
)(GLuint r
, GLuint g
, GLuint b
, GLuint a
);
1411 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIivEXT
)(GLenum target
, GLenum pname
, GLint
*params
);
1412 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIiv
)(GLenum target
, GLenum pname
, GLint
*params
);
1413 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIuivEXT
)(GLenum target
, GLenum pname
, GLuint
*params
);
1414 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIuiv
)(GLenum target
, GLenum pname
, GLuint
*params
);
1415 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIivEXT
)(GLenum target
, GLenum pname
, const GLint
*params
);
1416 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIiv
)(GLenum target
, GLenum pname
, const GLint
*params
);
1417 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIuivEXT
)(GLenum target
, GLenum pname
, const GLuint
*params
);
1418 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIuiv
)(GLenum target
, GLenum pname
, const GLuint
*params
);
1419 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginConditionalRenderNV
)(GLuint query
, GLenum mode
);
1420 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginConditionalRender
)(GLuint query
, GLenum mode
);
1421 GLAPI
void APIENTRY
GLAPI_PREFIX(EndConditionalRenderNV
)(void);
1422 GLAPI
void APIENTRY
GLAPI_PREFIX(EndConditionalRender
)(void);
1423 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginTransformFeedbackEXT
)(GLenum mode
);
1424 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginTransformFeedback
)(GLenum mode
);
1425 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferBaseEXT
)(GLenum target
, GLuint index
, GLuint buffer
);
1426 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferBase
)(GLenum target
, GLuint index
, GLuint buffer
);
1427 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferOffsetEXT
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
);
1428 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferRangeEXT
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
);
1429 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferRange
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
);
1430 GLAPI
void APIENTRY
GLAPI_PREFIX(EndTransformFeedbackEXT
)(void);
1431 GLAPI
void APIENTRY
GLAPI_PREFIX(EndTransformFeedback
)(void);
1432 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTransformFeedbackVaryingEXT
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
);
1433 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTransformFeedbackVarying
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
);
1434 GLAPI
void APIENTRY
GLAPI_PREFIX(TransformFeedbackVaryingsEXT
)(GLuint program
, GLsizei count
, const char **varyings
, GLenum bufferMode
);
1435 GLAPI
void APIENTRY
GLAPI_PREFIX(TransformFeedbackVaryings
)(GLuint program
, GLsizei count
, const GLchar
* *varyings
, GLenum bufferMode
);
1436 GLAPI
void APIENTRY
GLAPI_PREFIX(ProvokingVertexEXT
)(GLenum mode
);
1437 GLAPI
void APIENTRY
GLAPI_PREFIX(ProvokingVertex
)(GLenum mode
);
1438 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterPointervAPPLE
)(GLenum target
, GLenum pname
, GLvoid
**params
);
1439 GLAPI
void APIENTRY
GLAPI_PREFIX(TextureRangeAPPLE
)(GLenum target
, GLsizei length
, const GLvoid
*pointer
);
1440 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterivAPPLE
)(GLenum objectType
, GLuint name
, GLenum pname
, GLint
*value
);
1441 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ObjectPurgeableAPPLE
)(GLenum objectType
, GLuint name
, GLenum option
);
1442 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ObjectUnpurgeableAPPLE
)(GLenum objectType
, GLuint name
, GLenum option
);
1443 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveProgramEXT
)(GLuint program
);
1444 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateShaderProgramEXT
)(GLenum type
, const GLchar
*string
);
1445 GLAPI
void APIENTRY
GLAPI_PREFIX(UseShaderProgramEXT
)(GLenum type
, GLuint program
);
1446 GLAPI
void APIENTRY
GLAPI_PREFIX(TextureBarrierNV
)(void);
1447 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFuncSeparateATI
)(GLenum frontfunc
, GLenum backfunc
, GLint ref
, GLuint mask
);
1448 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameters4fvEXT
)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
);
1449 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameters4fvEXT
)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
);
1450 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjecti64vEXT
)(GLuint id
, GLenum pname
, GLint64EXT
*params
);
1451 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectui64vEXT
)(GLuint id
, GLenum pname
, GLuint64EXT
*params
);
1452 GLAPI
void APIENTRY
GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES
)(GLenum target
, GLvoid
*writeOffset
);
1453 GLAPI
void APIENTRY
GLAPI_PREFIX(EGLImageTargetTexture2DOES
)(GLenum target
, GLvoid
*writeOffset
);
1454 #undef MAPI_TMP_DEFINES
1455 #endif /* MAPI_TMP_DEFINES */
1457 #ifdef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
1458 GLAPI
void APIENTRY
GLAPI_PREFIX(NewList
)(GLuint list
, GLenum mode
)
1460 const struct mapi_table
*_tbl
= entry_current_get();
1461 mapi_func _func
= ((const mapi_func
*) _tbl
)[0];
1462 ((void (APIENTRY
*)(GLuint list
, GLenum mode
)) _func
)(list
, mode
);
1465 GLAPI
void APIENTRY
GLAPI_PREFIX(EndList
)(void)
1467 const struct mapi_table
*_tbl
= entry_current_get();
1468 mapi_func _func
= ((const mapi_func
*) _tbl
)[1];
1469 ((void (APIENTRY
*)(void)) _func
)();
1472 GLAPI
void APIENTRY
GLAPI_PREFIX(CallList
)(GLuint list
)
1474 const struct mapi_table
*_tbl
= entry_current_get();
1475 mapi_func _func
= ((const mapi_func
*) _tbl
)[2];
1476 ((void (APIENTRY
*)(GLuint list
)) _func
)(list
);
1479 GLAPI
void APIENTRY
GLAPI_PREFIX(CallLists
)(GLsizei n
, GLenum type
, const GLvoid
*lists
)
1481 const struct mapi_table
*_tbl
= entry_current_get();
1482 mapi_func _func
= ((const mapi_func
*) _tbl
)[3];
1483 ((void (APIENTRY
*)(GLsizei n
, GLenum type
, const GLvoid
*lists
)) _func
)(n
, type
, lists
);
1486 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteLists
)(GLuint list
, GLsizei range
)
1488 const struct mapi_table
*_tbl
= entry_current_get();
1489 mapi_func _func
= ((const mapi_func
*) _tbl
)[4];
1490 ((void (APIENTRY
*)(GLuint list
, GLsizei range
)) _func
)(list
, range
);
1493 GLAPI GLuint APIENTRY
GLAPI_PREFIX(GenLists
)(GLsizei range
)
1495 const struct mapi_table
*_tbl
= entry_current_get();
1496 mapi_func _func
= ((const mapi_func
*) _tbl
)[5];
1497 return ((GLuint (APIENTRY
*)(GLsizei range
)) _func
)(range
);
1500 GLAPI
void APIENTRY
GLAPI_PREFIX(ListBase
)(GLuint base
)
1502 const struct mapi_table
*_tbl
= entry_current_get();
1503 mapi_func _func
= ((const mapi_func
*) _tbl
)[6];
1504 ((void (APIENTRY
*)(GLuint base
)) _func
)(base
);
1507 GLAPI
void APIENTRY
GLAPI_PREFIX(Begin
)(GLenum mode
)
1509 const struct mapi_table
*_tbl
= entry_current_get();
1510 mapi_func _func
= ((const mapi_func
*) _tbl
)[7];
1511 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
1514 GLAPI
void APIENTRY
GLAPI_PREFIX(Bitmap
)(GLsizei width
, GLsizei height
, GLfloat xorig
, GLfloat yorig
, GLfloat xmove
, GLfloat ymove
, const GLubyte
*bitmap
)
1516 const struct mapi_table
*_tbl
= entry_current_get();
1517 mapi_func _func
= ((const mapi_func
*) _tbl
)[8];
1518 ((void (APIENTRY
*)(GLsizei width
, GLsizei height
, GLfloat xorig
, GLfloat yorig
, GLfloat xmove
, GLfloat ymove
, const GLubyte
*bitmap
)) _func
)(width
, height
, xorig
, yorig
, xmove
, ymove
, bitmap
);
1521 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3b
)(GLbyte red
, GLbyte green
, GLbyte blue
)
1523 const struct mapi_table
*_tbl
= entry_current_get();
1524 mapi_func _func
= ((const mapi_func
*) _tbl
)[9];
1525 ((void (APIENTRY
*)(GLbyte red
, GLbyte green
, GLbyte blue
)) _func
)(red
, green
, blue
);
1528 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3bv
)(const GLbyte
*v
)
1530 const struct mapi_table
*_tbl
= entry_current_get();
1531 mapi_func _func
= ((const mapi_func
*) _tbl
)[10];
1532 ((void (APIENTRY
*)(const GLbyte
*v
)) _func
)(v
);
1535 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3d
)(GLdouble red
, GLdouble green
, GLdouble blue
)
1537 const struct mapi_table
*_tbl
= entry_current_get();
1538 mapi_func _func
= ((const mapi_func
*) _tbl
)[11];
1539 ((void (APIENTRY
*)(GLdouble red
, GLdouble green
, GLdouble blue
)) _func
)(red
, green
, blue
);
1542 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3dv
)(const GLdouble
*v
)
1544 const struct mapi_table
*_tbl
= entry_current_get();
1545 mapi_func _func
= ((const mapi_func
*) _tbl
)[12];
1546 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
1549 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3f
)(GLfloat red
, GLfloat green
, GLfloat blue
)
1551 const struct mapi_table
*_tbl
= entry_current_get();
1552 mapi_func _func
= ((const mapi_func
*) _tbl
)[13];
1553 ((void (APIENTRY
*)(GLfloat red
, GLfloat green
, GLfloat blue
)) _func
)(red
, green
, blue
);
1556 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3fv
)(const GLfloat
*v
)
1558 const struct mapi_table
*_tbl
= entry_current_get();
1559 mapi_func _func
= ((const mapi_func
*) _tbl
)[14];
1560 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
1563 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3i
)(GLint red
, GLint green
, GLint blue
)
1565 const struct mapi_table
*_tbl
= entry_current_get();
1566 mapi_func _func
= ((const mapi_func
*) _tbl
)[15];
1567 ((void (APIENTRY
*)(GLint red
, GLint green
, GLint blue
)) _func
)(red
, green
, blue
);
1570 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3iv
)(const GLint
*v
)
1572 const struct mapi_table
*_tbl
= entry_current_get();
1573 mapi_func _func
= ((const mapi_func
*) _tbl
)[16];
1574 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
1577 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3s
)(GLshort red
, GLshort green
, GLshort blue
)
1579 const struct mapi_table
*_tbl
= entry_current_get();
1580 mapi_func _func
= ((const mapi_func
*) _tbl
)[17];
1581 ((void (APIENTRY
*)(GLshort red
, GLshort green
, GLshort blue
)) _func
)(red
, green
, blue
);
1584 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3sv
)(const GLshort
*v
)
1586 const struct mapi_table
*_tbl
= entry_current_get();
1587 mapi_func _func
= ((const mapi_func
*) _tbl
)[18];
1588 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
1591 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ub
)(GLubyte red
, GLubyte green
, GLubyte blue
)
1593 const struct mapi_table
*_tbl
= entry_current_get();
1594 mapi_func _func
= ((const mapi_func
*) _tbl
)[19];
1595 ((void (APIENTRY
*)(GLubyte red
, GLubyte green
, GLubyte blue
)) _func
)(red
, green
, blue
);
1598 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ubv
)(const GLubyte
*v
)
1600 const struct mapi_table
*_tbl
= entry_current_get();
1601 mapi_func _func
= ((const mapi_func
*) _tbl
)[20];
1602 ((void (APIENTRY
*)(const GLubyte
*v
)) _func
)(v
);
1605 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3ui
)(GLuint red
, GLuint green
, GLuint blue
)
1607 const struct mapi_table
*_tbl
= entry_current_get();
1608 mapi_func _func
= ((const mapi_func
*) _tbl
)[21];
1609 ((void (APIENTRY
*)(GLuint red
, GLuint green
, GLuint blue
)) _func
)(red
, green
, blue
);
1612 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3uiv
)(const GLuint
*v
)
1614 const struct mapi_table
*_tbl
= entry_current_get();
1615 mapi_func _func
= ((const mapi_func
*) _tbl
)[22];
1616 ((void (APIENTRY
*)(const GLuint
*v
)) _func
)(v
);
1619 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3us
)(GLushort red
, GLushort green
, GLushort blue
)
1621 const struct mapi_table
*_tbl
= entry_current_get();
1622 mapi_func _func
= ((const mapi_func
*) _tbl
)[23];
1623 ((void (APIENTRY
*)(GLushort red
, GLushort green
, GLushort blue
)) _func
)(red
, green
, blue
);
1626 GLAPI
void APIENTRY
GLAPI_PREFIX(Color3usv
)(const GLushort
*v
)
1628 const struct mapi_table
*_tbl
= entry_current_get();
1629 mapi_func _func
= ((const mapi_func
*) _tbl
)[24];
1630 ((void (APIENTRY
*)(const GLushort
*v
)) _func
)(v
);
1633 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4b
)(GLbyte red
, GLbyte green
, GLbyte blue
, GLbyte alpha
)
1635 const struct mapi_table
*_tbl
= entry_current_get();
1636 mapi_func _func
= ((const mapi_func
*) _tbl
)[25];
1637 ((void (APIENTRY
*)(GLbyte red
, GLbyte green
, GLbyte blue
, GLbyte alpha
)) _func
)(red
, green
, blue
, alpha
);
1640 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4bv
)(const GLbyte
*v
)
1642 const struct mapi_table
*_tbl
= entry_current_get();
1643 mapi_func _func
= ((const mapi_func
*) _tbl
)[26];
1644 ((void (APIENTRY
*)(const GLbyte
*v
)) _func
)(v
);
1647 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4d
)(GLdouble red
, GLdouble green
, GLdouble blue
, GLdouble alpha
)
1649 const struct mapi_table
*_tbl
= entry_current_get();
1650 mapi_func _func
= ((const mapi_func
*) _tbl
)[27];
1651 ((void (APIENTRY
*)(GLdouble red
, GLdouble green
, GLdouble blue
, GLdouble alpha
)) _func
)(red
, green
, blue
, alpha
);
1654 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4dv
)(const GLdouble
*v
)
1656 const struct mapi_table
*_tbl
= entry_current_get();
1657 mapi_func _func
= ((const mapi_func
*) _tbl
)[28];
1658 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
1661 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4f
)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
)
1663 const struct mapi_table
*_tbl
= entry_current_get();
1664 mapi_func _func
= ((const mapi_func
*) _tbl
)[29];
1665 ((void (APIENTRY
*)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
)) _func
)(red
, green
, blue
, alpha
);
1668 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4fv
)(const GLfloat
*v
)
1670 const struct mapi_table
*_tbl
= entry_current_get();
1671 mapi_func _func
= ((const mapi_func
*) _tbl
)[30];
1672 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
1675 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4i
)(GLint red
, GLint green
, GLint blue
, GLint alpha
)
1677 const struct mapi_table
*_tbl
= entry_current_get();
1678 mapi_func _func
= ((const mapi_func
*) _tbl
)[31];
1679 ((void (APIENTRY
*)(GLint red
, GLint green
, GLint blue
, GLint alpha
)) _func
)(red
, green
, blue
, alpha
);
1682 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4iv
)(const GLint
*v
)
1684 const struct mapi_table
*_tbl
= entry_current_get();
1685 mapi_func _func
= ((const mapi_func
*) _tbl
)[32];
1686 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
1689 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4s
)(GLshort red
, GLshort green
, GLshort blue
, GLshort alpha
)
1691 const struct mapi_table
*_tbl
= entry_current_get();
1692 mapi_func _func
= ((const mapi_func
*) _tbl
)[33];
1693 ((void (APIENTRY
*)(GLshort red
, GLshort green
, GLshort blue
, GLshort alpha
)) _func
)(red
, green
, blue
, alpha
);
1696 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4sv
)(const GLshort
*v
)
1698 const struct mapi_table
*_tbl
= entry_current_get();
1699 mapi_func _func
= ((const mapi_func
*) _tbl
)[34];
1700 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
1703 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ub
)(GLubyte red
, GLubyte green
, GLubyte blue
, GLubyte alpha
)
1705 const struct mapi_table
*_tbl
= entry_current_get();
1706 mapi_func _func
= ((const mapi_func
*) _tbl
)[35];
1707 ((void (APIENTRY
*)(GLubyte red
, GLubyte green
, GLubyte blue
, GLubyte alpha
)) _func
)(red
, green
, blue
, alpha
);
1710 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ubv
)(const GLubyte
*v
)
1712 const struct mapi_table
*_tbl
= entry_current_get();
1713 mapi_func _func
= ((const mapi_func
*) _tbl
)[36];
1714 ((void (APIENTRY
*)(const GLubyte
*v
)) _func
)(v
);
1717 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4ui
)(GLuint red
, GLuint green
, GLuint blue
, GLuint alpha
)
1719 const struct mapi_table
*_tbl
= entry_current_get();
1720 mapi_func _func
= ((const mapi_func
*) _tbl
)[37];
1721 ((void (APIENTRY
*)(GLuint red
, GLuint green
, GLuint blue
, GLuint alpha
)) _func
)(red
, green
, blue
, alpha
);
1724 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4uiv
)(const GLuint
*v
)
1726 const struct mapi_table
*_tbl
= entry_current_get();
1727 mapi_func _func
= ((const mapi_func
*) _tbl
)[38];
1728 ((void (APIENTRY
*)(const GLuint
*v
)) _func
)(v
);
1731 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4us
)(GLushort red
, GLushort green
, GLushort blue
, GLushort alpha
)
1733 const struct mapi_table
*_tbl
= entry_current_get();
1734 mapi_func _func
= ((const mapi_func
*) _tbl
)[39];
1735 ((void (APIENTRY
*)(GLushort red
, GLushort green
, GLushort blue
, GLushort alpha
)) _func
)(red
, green
, blue
, alpha
);
1738 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4usv
)(const GLushort
*v
)
1740 const struct mapi_table
*_tbl
= entry_current_get();
1741 mapi_func _func
= ((const mapi_func
*) _tbl
)[40];
1742 ((void (APIENTRY
*)(const GLushort
*v
)) _func
)(v
);
1745 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlag
)(GLboolean flag
)
1747 const struct mapi_table
*_tbl
= entry_current_get();
1748 mapi_func _func
= ((const mapi_func
*) _tbl
)[41];
1749 ((void (APIENTRY
*)(GLboolean flag
)) _func
)(flag
);
1752 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagv
)(const GLboolean
*flag
)
1754 const struct mapi_table
*_tbl
= entry_current_get();
1755 mapi_func _func
= ((const mapi_func
*) _tbl
)[42];
1756 ((void (APIENTRY
*)(const GLboolean
*flag
)) _func
)(flag
);
1759 GLAPI
void APIENTRY
GLAPI_PREFIX(End
)(void)
1761 const struct mapi_table
*_tbl
= entry_current_get();
1762 mapi_func _func
= ((const mapi_func
*) _tbl
)[43];
1763 ((void (APIENTRY
*)(void)) _func
)();
1766 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexd
)(GLdouble c
)
1768 const struct mapi_table
*_tbl
= entry_current_get();
1769 mapi_func _func
= ((const mapi_func
*) _tbl
)[44];
1770 ((void (APIENTRY
*)(GLdouble c
)) _func
)(c
);
1773 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexdv
)(const GLdouble
*c
)
1775 const struct mapi_table
*_tbl
= entry_current_get();
1776 mapi_func _func
= ((const mapi_func
*) _tbl
)[45];
1777 ((void (APIENTRY
*)(const GLdouble
*c
)) _func
)(c
);
1780 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexf
)(GLfloat c
)
1782 const struct mapi_table
*_tbl
= entry_current_get();
1783 mapi_func _func
= ((const mapi_func
*) _tbl
)[46];
1784 ((void (APIENTRY
*)(GLfloat c
)) _func
)(c
);
1787 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexfv
)(const GLfloat
*c
)
1789 const struct mapi_table
*_tbl
= entry_current_get();
1790 mapi_func _func
= ((const mapi_func
*) _tbl
)[47];
1791 ((void (APIENTRY
*)(const GLfloat
*c
)) _func
)(c
);
1794 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexi
)(GLint c
)
1796 const struct mapi_table
*_tbl
= entry_current_get();
1797 mapi_func _func
= ((const mapi_func
*) _tbl
)[48];
1798 ((void (APIENTRY
*)(GLint c
)) _func
)(c
);
1801 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexiv
)(const GLint
*c
)
1803 const struct mapi_table
*_tbl
= entry_current_get();
1804 mapi_func _func
= ((const mapi_func
*) _tbl
)[49];
1805 ((void (APIENTRY
*)(const GLint
*c
)) _func
)(c
);
1808 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexs
)(GLshort c
)
1810 const struct mapi_table
*_tbl
= entry_current_get();
1811 mapi_func _func
= ((const mapi_func
*) _tbl
)[50];
1812 ((void (APIENTRY
*)(GLshort c
)) _func
)(c
);
1815 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexsv
)(const GLshort
*c
)
1817 const struct mapi_table
*_tbl
= entry_current_get();
1818 mapi_func _func
= ((const mapi_func
*) _tbl
)[51];
1819 ((void (APIENTRY
*)(const GLshort
*c
)) _func
)(c
);
1822 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3b
)(GLbyte nx
, GLbyte ny
, GLbyte nz
)
1824 const struct mapi_table
*_tbl
= entry_current_get();
1825 mapi_func _func
= ((const mapi_func
*) _tbl
)[52];
1826 ((void (APIENTRY
*)(GLbyte nx
, GLbyte ny
, GLbyte nz
)) _func
)(nx
, ny
, nz
);
1829 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3bv
)(const GLbyte
*v
)
1831 const struct mapi_table
*_tbl
= entry_current_get();
1832 mapi_func _func
= ((const mapi_func
*) _tbl
)[53];
1833 ((void (APIENTRY
*)(const GLbyte
*v
)) _func
)(v
);
1836 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3d
)(GLdouble nx
, GLdouble ny
, GLdouble nz
)
1838 const struct mapi_table
*_tbl
= entry_current_get();
1839 mapi_func _func
= ((const mapi_func
*) _tbl
)[54];
1840 ((void (APIENTRY
*)(GLdouble nx
, GLdouble ny
, GLdouble nz
)) _func
)(nx
, ny
, nz
);
1843 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3dv
)(const GLdouble
*v
)
1845 const struct mapi_table
*_tbl
= entry_current_get();
1846 mapi_func _func
= ((const mapi_func
*) _tbl
)[55];
1847 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
1850 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3f
)(GLfloat nx
, GLfloat ny
, GLfloat nz
)
1852 const struct mapi_table
*_tbl
= entry_current_get();
1853 mapi_func _func
= ((const mapi_func
*) _tbl
)[56];
1854 ((void (APIENTRY
*)(GLfloat nx
, GLfloat ny
, GLfloat nz
)) _func
)(nx
, ny
, nz
);
1857 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3fv
)(const GLfloat
*v
)
1859 const struct mapi_table
*_tbl
= entry_current_get();
1860 mapi_func _func
= ((const mapi_func
*) _tbl
)[57];
1861 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
1864 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3i
)(GLint nx
, GLint ny
, GLint nz
)
1866 const struct mapi_table
*_tbl
= entry_current_get();
1867 mapi_func _func
= ((const mapi_func
*) _tbl
)[58];
1868 ((void (APIENTRY
*)(GLint nx
, GLint ny
, GLint nz
)) _func
)(nx
, ny
, nz
);
1871 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3iv
)(const GLint
*v
)
1873 const struct mapi_table
*_tbl
= entry_current_get();
1874 mapi_func _func
= ((const mapi_func
*) _tbl
)[59];
1875 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
1878 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3s
)(GLshort nx
, GLshort ny
, GLshort nz
)
1880 const struct mapi_table
*_tbl
= entry_current_get();
1881 mapi_func _func
= ((const mapi_func
*) _tbl
)[60];
1882 ((void (APIENTRY
*)(GLshort nx
, GLshort ny
, GLshort nz
)) _func
)(nx
, ny
, nz
);
1885 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3sv
)(const GLshort
*v
)
1887 const struct mapi_table
*_tbl
= entry_current_get();
1888 mapi_func _func
= ((const mapi_func
*) _tbl
)[61];
1889 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
1892 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2d
)(GLdouble x
, GLdouble y
)
1894 const struct mapi_table
*_tbl
= entry_current_get();
1895 mapi_func _func
= ((const mapi_func
*) _tbl
)[62];
1896 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
)) _func
)(x
, y
);
1899 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2dv
)(const GLdouble
*v
)
1901 const struct mapi_table
*_tbl
= entry_current_get();
1902 mapi_func _func
= ((const mapi_func
*) _tbl
)[63];
1903 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
1906 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2f
)(GLfloat x
, GLfloat y
)
1908 const struct mapi_table
*_tbl
= entry_current_get();
1909 mapi_func _func
= ((const mapi_func
*) _tbl
)[64];
1910 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
)) _func
)(x
, y
);
1913 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2fv
)(const GLfloat
*v
)
1915 const struct mapi_table
*_tbl
= entry_current_get();
1916 mapi_func _func
= ((const mapi_func
*) _tbl
)[65];
1917 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
1920 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2i
)(GLint x
, GLint y
)
1922 const struct mapi_table
*_tbl
= entry_current_get();
1923 mapi_func _func
= ((const mapi_func
*) _tbl
)[66];
1924 ((void (APIENTRY
*)(GLint x
, GLint y
)) _func
)(x
, y
);
1927 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2iv
)(const GLint
*v
)
1929 const struct mapi_table
*_tbl
= entry_current_get();
1930 mapi_func _func
= ((const mapi_func
*) _tbl
)[67];
1931 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
1934 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2s
)(GLshort x
, GLshort y
)
1936 const struct mapi_table
*_tbl
= entry_current_get();
1937 mapi_func _func
= ((const mapi_func
*) _tbl
)[68];
1938 ((void (APIENTRY
*)(GLshort x
, GLshort y
)) _func
)(x
, y
);
1941 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos2sv
)(const GLshort
*v
)
1943 const struct mapi_table
*_tbl
= entry_current_get();
1944 mapi_func _func
= ((const mapi_func
*) _tbl
)[69];
1945 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
1948 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3d
)(GLdouble x
, GLdouble y
, GLdouble z
)
1950 const struct mapi_table
*_tbl
= entry_current_get();
1951 mapi_func _func
= ((const mapi_func
*) _tbl
)[70];
1952 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
1955 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3dv
)(const GLdouble
*v
)
1957 const struct mapi_table
*_tbl
= entry_current_get();
1958 mapi_func _func
= ((const mapi_func
*) _tbl
)[71];
1959 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
1962 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3f
)(GLfloat x
, GLfloat y
, GLfloat z
)
1964 const struct mapi_table
*_tbl
= entry_current_get();
1965 mapi_func _func
= ((const mapi_func
*) _tbl
)[72];
1966 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
1969 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3fv
)(const GLfloat
*v
)
1971 const struct mapi_table
*_tbl
= entry_current_get();
1972 mapi_func _func
= ((const mapi_func
*) _tbl
)[73];
1973 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
1976 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3i
)(GLint x
, GLint y
, GLint z
)
1978 const struct mapi_table
*_tbl
= entry_current_get();
1979 mapi_func _func
= ((const mapi_func
*) _tbl
)[74];
1980 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
)) _func
)(x
, y
, z
);
1983 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3iv
)(const GLint
*v
)
1985 const struct mapi_table
*_tbl
= entry_current_get();
1986 mapi_func _func
= ((const mapi_func
*) _tbl
)[75];
1987 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
1990 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3s
)(GLshort x
, GLshort y
, GLshort z
)
1992 const struct mapi_table
*_tbl
= entry_current_get();
1993 mapi_func _func
= ((const mapi_func
*) _tbl
)[76];
1994 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
)) _func
)(x
, y
, z
);
1997 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos3sv
)(const GLshort
*v
)
1999 const struct mapi_table
*_tbl
= entry_current_get();
2000 mapi_func _func
= ((const mapi_func
*) _tbl
)[77];
2001 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2004 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4d
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
2006 const struct mapi_table
*_tbl
= entry_current_get();
2007 mapi_func _func
= ((const mapi_func
*) _tbl
)[78];
2008 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(x
, y
, z
, w
);
2011 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4dv
)(const GLdouble
*v
)
2013 const struct mapi_table
*_tbl
= entry_current_get();
2014 mapi_func _func
= ((const mapi_func
*) _tbl
)[79];
2015 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2018 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4f
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
2020 const struct mapi_table
*_tbl
= entry_current_get();
2021 mapi_func _func
= ((const mapi_func
*) _tbl
)[80];
2022 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(x
, y
, z
, w
);
2025 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4fv
)(const GLfloat
*v
)
2027 const struct mapi_table
*_tbl
= entry_current_get();
2028 mapi_func _func
= ((const mapi_func
*) _tbl
)[81];
2029 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2032 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4i
)(GLint x
, GLint y
, GLint z
, GLint w
)
2034 const struct mapi_table
*_tbl
= entry_current_get();
2035 mapi_func _func
= ((const mapi_func
*) _tbl
)[82];
2036 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
, GLint w
)) _func
)(x
, y
, z
, w
);
2039 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4iv
)(const GLint
*v
)
2041 const struct mapi_table
*_tbl
= entry_current_get();
2042 mapi_func _func
= ((const mapi_func
*) _tbl
)[83];
2043 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2046 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4s
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)
2048 const struct mapi_table
*_tbl
= entry_current_get();
2049 mapi_func _func
= ((const mapi_func
*) _tbl
)[84];
2050 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(x
, y
, z
, w
);
2053 GLAPI
void APIENTRY
GLAPI_PREFIX(RasterPos4sv
)(const GLshort
*v
)
2055 const struct mapi_table
*_tbl
= entry_current_get();
2056 mapi_func _func
= ((const mapi_func
*) _tbl
)[85];
2057 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2060 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectd
)(GLdouble x1
, GLdouble y1
, GLdouble x2
, GLdouble y2
)
2062 const struct mapi_table
*_tbl
= entry_current_get();
2063 mapi_func _func
= ((const mapi_func
*) _tbl
)[86];
2064 ((void (APIENTRY
*)(GLdouble x1
, GLdouble y1
, GLdouble x2
, GLdouble y2
)) _func
)(x1
, y1
, x2
, y2
);
2067 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectdv
)(const GLdouble
*v1
, const GLdouble
*v2
)
2069 const struct mapi_table
*_tbl
= entry_current_get();
2070 mapi_func _func
= ((const mapi_func
*) _tbl
)[87];
2071 ((void (APIENTRY
*)(const GLdouble
*v1
, const GLdouble
*v2
)) _func
)(v1
, v2
);
2074 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectf
)(GLfloat x1
, GLfloat y1
, GLfloat x2
, GLfloat y2
)
2076 const struct mapi_table
*_tbl
= entry_current_get();
2077 mapi_func _func
= ((const mapi_func
*) _tbl
)[88];
2078 ((void (APIENTRY
*)(GLfloat x1
, GLfloat y1
, GLfloat x2
, GLfloat y2
)) _func
)(x1
, y1
, x2
, y2
);
2081 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectfv
)(const GLfloat
*v1
, const GLfloat
*v2
)
2083 const struct mapi_table
*_tbl
= entry_current_get();
2084 mapi_func _func
= ((const mapi_func
*) _tbl
)[89];
2085 ((void (APIENTRY
*)(const GLfloat
*v1
, const GLfloat
*v2
)) _func
)(v1
, v2
);
2088 GLAPI
void APIENTRY
GLAPI_PREFIX(Recti
)(GLint x1
, GLint y1
, GLint x2
, GLint y2
)
2090 const struct mapi_table
*_tbl
= entry_current_get();
2091 mapi_func _func
= ((const mapi_func
*) _tbl
)[90];
2092 ((void (APIENTRY
*)(GLint x1
, GLint y1
, GLint x2
, GLint y2
)) _func
)(x1
, y1
, x2
, y2
);
2095 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectiv
)(const GLint
*v1
, const GLint
*v2
)
2097 const struct mapi_table
*_tbl
= entry_current_get();
2098 mapi_func _func
= ((const mapi_func
*) _tbl
)[91];
2099 ((void (APIENTRY
*)(const GLint
*v1
, const GLint
*v2
)) _func
)(v1
, v2
);
2102 GLAPI
void APIENTRY
GLAPI_PREFIX(Rects
)(GLshort x1
, GLshort y1
, GLshort x2
, GLshort y2
)
2104 const struct mapi_table
*_tbl
= entry_current_get();
2105 mapi_func _func
= ((const mapi_func
*) _tbl
)[92];
2106 ((void (APIENTRY
*)(GLshort x1
, GLshort y1
, GLshort x2
, GLshort y2
)) _func
)(x1
, y1
, x2
, y2
);
2109 GLAPI
void APIENTRY
GLAPI_PREFIX(Rectsv
)(const GLshort
*v1
, const GLshort
*v2
)
2111 const struct mapi_table
*_tbl
= entry_current_get();
2112 mapi_func _func
= ((const mapi_func
*) _tbl
)[93];
2113 ((void (APIENTRY
*)(const GLshort
*v1
, const GLshort
*v2
)) _func
)(v1
, v2
);
2116 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1d
)(GLdouble s
)
2118 const struct mapi_table
*_tbl
= entry_current_get();
2119 mapi_func _func
= ((const mapi_func
*) _tbl
)[94];
2120 ((void (APIENTRY
*)(GLdouble s
)) _func
)(s
);
2123 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1dv
)(const GLdouble
*v
)
2125 const struct mapi_table
*_tbl
= entry_current_get();
2126 mapi_func _func
= ((const mapi_func
*) _tbl
)[95];
2127 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2130 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1f
)(GLfloat s
)
2132 const struct mapi_table
*_tbl
= entry_current_get();
2133 mapi_func _func
= ((const mapi_func
*) _tbl
)[96];
2134 ((void (APIENTRY
*)(GLfloat s
)) _func
)(s
);
2137 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1fv
)(const GLfloat
*v
)
2139 const struct mapi_table
*_tbl
= entry_current_get();
2140 mapi_func _func
= ((const mapi_func
*) _tbl
)[97];
2141 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2144 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1i
)(GLint s
)
2146 const struct mapi_table
*_tbl
= entry_current_get();
2147 mapi_func _func
= ((const mapi_func
*) _tbl
)[98];
2148 ((void (APIENTRY
*)(GLint s
)) _func
)(s
);
2151 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1iv
)(const GLint
*v
)
2153 const struct mapi_table
*_tbl
= entry_current_get();
2154 mapi_func _func
= ((const mapi_func
*) _tbl
)[99];
2155 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2158 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1s
)(GLshort s
)
2160 const struct mapi_table
*_tbl
= entry_current_get();
2161 mapi_func _func
= ((const mapi_func
*) _tbl
)[100];
2162 ((void (APIENTRY
*)(GLshort s
)) _func
)(s
);
2165 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord1sv
)(const GLshort
*v
)
2167 const struct mapi_table
*_tbl
= entry_current_get();
2168 mapi_func _func
= ((const mapi_func
*) _tbl
)[101];
2169 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2172 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2d
)(GLdouble s
, GLdouble t
)
2174 const struct mapi_table
*_tbl
= entry_current_get();
2175 mapi_func _func
= ((const mapi_func
*) _tbl
)[102];
2176 ((void (APIENTRY
*)(GLdouble s
, GLdouble t
)) _func
)(s
, t
);
2179 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2dv
)(const GLdouble
*v
)
2181 const struct mapi_table
*_tbl
= entry_current_get();
2182 mapi_func _func
= ((const mapi_func
*) _tbl
)[103];
2183 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2186 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2f
)(GLfloat s
, GLfloat t
)
2188 const struct mapi_table
*_tbl
= entry_current_get();
2189 mapi_func _func
= ((const mapi_func
*) _tbl
)[104];
2190 ((void (APIENTRY
*)(GLfloat s
, GLfloat t
)) _func
)(s
, t
);
2193 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2fv
)(const GLfloat
*v
)
2195 const struct mapi_table
*_tbl
= entry_current_get();
2196 mapi_func _func
= ((const mapi_func
*) _tbl
)[105];
2197 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2200 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2i
)(GLint s
, GLint t
)
2202 const struct mapi_table
*_tbl
= entry_current_get();
2203 mapi_func _func
= ((const mapi_func
*) _tbl
)[106];
2204 ((void (APIENTRY
*)(GLint s
, GLint t
)) _func
)(s
, t
);
2207 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2iv
)(const GLint
*v
)
2209 const struct mapi_table
*_tbl
= entry_current_get();
2210 mapi_func _func
= ((const mapi_func
*) _tbl
)[107];
2211 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2214 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2s
)(GLshort s
, GLshort t
)
2216 const struct mapi_table
*_tbl
= entry_current_get();
2217 mapi_func _func
= ((const mapi_func
*) _tbl
)[108];
2218 ((void (APIENTRY
*)(GLshort s
, GLshort t
)) _func
)(s
, t
);
2221 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord2sv
)(const GLshort
*v
)
2223 const struct mapi_table
*_tbl
= entry_current_get();
2224 mapi_func _func
= ((const mapi_func
*) _tbl
)[109];
2225 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2228 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3d
)(GLdouble s
, GLdouble t
, GLdouble r
)
2230 const struct mapi_table
*_tbl
= entry_current_get();
2231 mapi_func _func
= ((const mapi_func
*) _tbl
)[110];
2232 ((void (APIENTRY
*)(GLdouble s
, GLdouble t
, GLdouble r
)) _func
)(s
, t
, r
);
2235 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3dv
)(const GLdouble
*v
)
2237 const struct mapi_table
*_tbl
= entry_current_get();
2238 mapi_func _func
= ((const mapi_func
*) _tbl
)[111];
2239 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2242 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3f
)(GLfloat s
, GLfloat t
, GLfloat r
)
2244 const struct mapi_table
*_tbl
= entry_current_get();
2245 mapi_func _func
= ((const mapi_func
*) _tbl
)[112];
2246 ((void (APIENTRY
*)(GLfloat s
, GLfloat t
, GLfloat r
)) _func
)(s
, t
, r
);
2249 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3fv
)(const GLfloat
*v
)
2251 const struct mapi_table
*_tbl
= entry_current_get();
2252 mapi_func _func
= ((const mapi_func
*) _tbl
)[113];
2253 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2256 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3i
)(GLint s
, GLint t
, GLint r
)
2258 const struct mapi_table
*_tbl
= entry_current_get();
2259 mapi_func _func
= ((const mapi_func
*) _tbl
)[114];
2260 ((void (APIENTRY
*)(GLint s
, GLint t
, GLint r
)) _func
)(s
, t
, r
);
2263 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3iv
)(const GLint
*v
)
2265 const struct mapi_table
*_tbl
= entry_current_get();
2266 mapi_func _func
= ((const mapi_func
*) _tbl
)[115];
2267 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2270 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3s
)(GLshort s
, GLshort t
, GLshort r
)
2272 const struct mapi_table
*_tbl
= entry_current_get();
2273 mapi_func _func
= ((const mapi_func
*) _tbl
)[116];
2274 ((void (APIENTRY
*)(GLshort s
, GLshort t
, GLshort r
)) _func
)(s
, t
, r
);
2277 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord3sv
)(const GLshort
*v
)
2279 const struct mapi_table
*_tbl
= entry_current_get();
2280 mapi_func _func
= ((const mapi_func
*) _tbl
)[117];
2281 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2284 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4d
)(GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)
2286 const struct mapi_table
*_tbl
= entry_current_get();
2287 mapi_func _func
= ((const mapi_func
*) _tbl
)[118];
2288 ((void (APIENTRY
*)(GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)) _func
)(s
, t
, r
, q
);
2291 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4dv
)(const GLdouble
*v
)
2293 const struct mapi_table
*_tbl
= entry_current_get();
2294 mapi_func _func
= ((const mapi_func
*) _tbl
)[119];
2295 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2298 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4f
)(GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)
2300 const struct mapi_table
*_tbl
= entry_current_get();
2301 mapi_func _func
= ((const mapi_func
*) _tbl
)[120];
2302 ((void (APIENTRY
*)(GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)) _func
)(s
, t
, r
, q
);
2305 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4fv
)(const GLfloat
*v
)
2307 const struct mapi_table
*_tbl
= entry_current_get();
2308 mapi_func _func
= ((const mapi_func
*) _tbl
)[121];
2309 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2312 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4i
)(GLint s
, GLint t
, GLint r
, GLint q
)
2314 const struct mapi_table
*_tbl
= entry_current_get();
2315 mapi_func _func
= ((const mapi_func
*) _tbl
)[122];
2316 ((void (APIENTRY
*)(GLint s
, GLint t
, GLint r
, GLint q
)) _func
)(s
, t
, r
, q
);
2319 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4iv
)(const GLint
*v
)
2321 const struct mapi_table
*_tbl
= entry_current_get();
2322 mapi_func _func
= ((const mapi_func
*) _tbl
)[123];
2323 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2326 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4s
)(GLshort s
, GLshort t
, GLshort r
, GLshort q
)
2328 const struct mapi_table
*_tbl
= entry_current_get();
2329 mapi_func _func
= ((const mapi_func
*) _tbl
)[124];
2330 ((void (APIENTRY
*)(GLshort s
, GLshort t
, GLshort r
, GLshort q
)) _func
)(s
, t
, r
, q
);
2333 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoord4sv
)(const GLshort
*v
)
2335 const struct mapi_table
*_tbl
= entry_current_get();
2336 mapi_func _func
= ((const mapi_func
*) _tbl
)[125];
2337 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2340 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2d
)(GLdouble x
, GLdouble y
)
2342 const struct mapi_table
*_tbl
= entry_current_get();
2343 mapi_func _func
= ((const mapi_func
*) _tbl
)[126];
2344 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
)) _func
)(x
, y
);
2347 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2dv
)(const GLdouble
*v
)
2349 const struct mapi_table
*_tbl
= entry_current_get();
2350 mapi_func _func
= ((const mapi_func
*) _tbl
)[127];
2351 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2354 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2f
)(GLfloat x
, GLfloat y
)
2356 const struct mapi_table
*_tbl
= entry_current_get();
2357 mapi_func _func
= ((const mapi_func
*) _tbl
)[128];
2358 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
)) _func
)(x
, y
);
2361 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2fv
)(const GLfloat
*v
)
2363 const struct mapi_table
*_tbl
= entry_current_get();
2364 mapi_func _func
= ((const mapi_func
*) _tbl
)[129];
2365 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2368 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2i
)(GLint x
, GLint y
)
2370 const struct mapi_table
*_tbl
= entry_current_get();
2371 mapi_func _func
= ((const mapi_func
*) _tbl
)[130];
2372 ((void (APIENTRY
*)(GLint x
, GLint y
)) _func
)(x
, y
);
2375 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2iv
)(const GLint
*v
)
2377 const struct mapi_table
*_tbl
= entry_current_get();
2378 mapi_func _func
= ((const mapi_func
*) _tbl
)[131];
2379 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2382 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2s
)(GLshort x
, GLshort y
)
2384 const struct mapi_table
*_tbl
= entry_current_get();
2385 mapi_func _func
= ((const mapi_func
*) _tbl
)[132];
2386 ((void (APIENTRY
*)(GLshort x
, GLshort y
)) _func
)(x
, y
);
2389 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex2sv
)(const GLshort
*v
)
2391 const struct mapi_table
*_tbl
= entry_current_get();
2392 mapi_func _func
= ((const mapi_func
*) _tbl
)[133];
2393 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2396 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3d
)(GLdouble x
, GLdouble y
, GLdouble z
)
2398 const struct mapi_table
*_tbl
= entry_current_get();
2399 mapi_func _func
= ((const mapi_func
*) _tbl
)[134];
2400 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
2403 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3dv
)(const GLdouble
*v
)
2405 const struct mapi_table
*_tbl
= entry_current_get();
2406 mapi_func _func
= ((const mapi_func
*) _tbl
)[135];
2407 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2410 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3f
)(GLfloat x
, GLfloat y
, GLfloat z
)
2412 const struct mapi_table
*_tbl
= entry_current_get();
2413 mapi_func _func
= ((const mapi_func
*) _tbl
)[136];
2414 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
2417 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3fv
)(const GLfloat
*v
)
2419 const struct mapi_table
*_tbl
= entry_current_get();
2420 mapi_func _func
= ((const mapi_func
*) _tbl
)[137];
2421 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2424 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3i
)(GLint x
, GLint y
, GLint z
)
2426 const struct mapi_table
*_tbl
= entry_current_get();
2427 mapi_func _func
= ((const mapi_func
*) _tbl
)[138];
2428 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
)) _func
)(x
, y
, z
);
2431 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3iv
)(const GLint
*v
)
2433 const struct mapi_table
*_tbl
= entry_current_get();
2434 mapi_func _func
= ((const mapi_func
*) _tbl
)[139];
2435 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2438 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3s
)(GLshort x
, GLshort y
, GLshort z
)
2440 const struct mapi_table
*_tbl
= entry_current_get();
2441 mapi_func _func
= ((const mapi_func
*) _tbl
)[140];
2442 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
)) _func
)(x
, y
, z
);
2445 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex3sv
)(const GLshort
*v
)
2447 const struct mapi_table
*_tbl
= entry_current_get();
2448 mapi_func _func
= ((const mapi_func
*) _tbl
)[141];
2449 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2452 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4d
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
2454 const struct mapi_table
*_tbl
= entry_current_get();
2455 mapi_func _func
= ((const mapi_func
*) _tbl
)[142];
2456 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(x
, y
, z
, w
);
2459 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4dv
)(const GLdouble
*v
)
2461 const struct mapi_table
*_tbl
= entry_current_get();
2462 mapi_func _func
= ((const mapi_func
*) _tbl
)[143];
2463 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
2466 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4f
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
2468 const struct mapi_table
*_tbl
= entry_current_get();
2469 mapi_func _func
= ((const mapi_func
*) _tbl
)[144];
2470 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(x
, y
, z
, w
);
2473 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4fv
)(const GLfloat
*v
)
2475 const struct mapi_table
*_tbl
= entry_current_get();
2476 mapi_func _func
= ((const mapi_func
*) _tbl
)[145];
2477 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
2480 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4i
)(GLint x
, GLint y
, GLint z
, GLint w
)
2482 const struct mapi_table
*_tbl
= entry_current_get();
2483 mapi_func _func
= ((const mapi_func
*) _tbl
)[146];
2484 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
, GLint w
)) _func
)(x
, y
, z
, w
);
2487 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4iv
)(const GLint
*v
)
2489 const struct mapi_table
*_tbl
= entry_current_get();
2490 mapi_func _func
= ((const mapi_func
*) _tbl
)[147];
2491 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
2494 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4s
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)
2496 const struct mapi_table
*_tbl
= entry_current_get();
2497 mapi_func _func
= ((const mapi_func
*) _tbl
)[148];
2498 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(x
, y
, z
, w
);
2501 GLAPI
void APIENTRY
GLAPI_PREFIX(Vertex4sv
)(const GLshort
*v
)
2503 const struct mapi_table
*_tbl
= entry_current_get();
2504 mapi_func _func
= ((const mapi_func
*) _tbl
)[149];
2505 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
2508 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlane
)(GLenum plane
, const GLdouble
*equation
)
2510 const struct mapi_table
*_tbl
= entry_current_get();
2511 mapi_func _func
= ((const mapi_func
*) _tbl
)[150];
2512 ((void (APIENTRY
*)(GLenum plane
, const GLdouble
*equation
)) _func
)(plane
, equation
);
2515 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaterial
)(GLenum face
, GLenum mode
)
2517 const struct mapi_table
*_tbl
= entry_current_get();
2518 mapi_func _func
= ((const mapi_func
*) _tbl
)[151];
2519 ((void (APIENTRY
*)(GLenum face
, GLenum mode
)) _func
)(face
, mode
);
2522 GLAPI
void APIENTRY
GLAPI_PREFIX(CullFace
)(GLenum mode
)
2524 const struct mapi_table
*_tbl
= entry_current_get();
2525 mapi_func _func
= ((const mapi_func
*) _tbl
)[152];
2526 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
2529 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogf
)(GLenum pname
, GLfloat param
)
2531 const struct mapi_table
*_tbl
= entry_current_get();
2532 mapi_func _func
= ((const mapi_func
*) _tbl
)[153];
2533 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
2536 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogfv
)(GLenum pname
, const GLfloat
*params
)
2538 const struct mapi_table
*_tbl
= entry_current_get();
2539 mapi_func _func
= ((const mapi_func
*) _tbl
)[154];
2540 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
2543 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogi
)(GLenum pname
, GLint param
)
2545 const struct mapi_table
*_tbl
= entry_current_get();
2546 mapi_func _func
= ((const mapi_func
*) _tbl
)[155];
2547 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
2550 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogiv
)(GLenum pname
, const GLint
*params
)
2552 const struct mapi_table
*_tbl
= entry_current_get();
2553 mapi_func _func
= ((const mapi_func
*) _tbl
)[156];
2554 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
2557 GLAPI
void APIENTRY
GLAPI_PREFIX(FrontFace
)(GLenum mode
)
2559 const struct mapi_table
*_tbl
= entry_current_get();
2560 mapi_func _func
= ((const mapi_func
*) _tbl
)[157];
2561 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
2564 GLAPI
void APIENTRY
GLAPI_PREFIX(Hint
)(GLenum target
, GLenum mode
)
2566 const struct mapi_table
*_tbl
= entry_current_get();
2567 mapi_func _func
= ((const mapi_func
*) _tbl
)[158];
2568 ((void (APIENTRY
*)(GLenum target
, GLenum mode
)) _func
)(target
, mode
);
2571 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightf
)(GLenum light
, GLenum pname
, GLfloat param
)
2573 const struct mapi_table
*_tbl
= entry_current_get();
2574 mapi_func _func
= ((const mapi_func
*) _tbl
)[159];
2575 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfloat param
)) _func
)(light
, pname
, param
);
2578 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightfv
)(GLenum light
, GLenum pname
, const GLfloat
*params
)
2580 const struct mapi_table
*_tbl
= entry_current_get();
2581 mapi_func _func
= ((const mapi_func
*) _tbl
)[160];
2582 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, const GLfloat
*params
)) _func
)(light
, pname
, params
);
2585 GLAPI
void APIENTRY
GLAPI_PREFIX(Lighti
)(GLenum light
, GLenum pname
, GLint param
)
2587 const struct mapi_table
*_tbl
= entry_current_get();
2588 mapi_func _func
= ((const mapi_func
*) _tbl
)[161];
2589 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLint param
)) _func
)(light
, pname
, param
);
2592 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightiv
)(GLenum light
, GLenum pname
, const GLint
*params
)
2594 const struct mapi_table
*_tbl
= entry_current_get();
2595 mapi_func _func
= ((const mapi_func
*) _tbl
)[162];
2596 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, const GLint
*params
)) _func
)(light
, pname
, params
);
2599 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelf
)(GLenum pname
, GLfloat param
)
2601 const struct mapi_table
*_tbl
= entry_current_get();
2602 mapi_func _func
= ((const mapi_func
*) _tbl
)[163];
2603 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
2606 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelfv
)(GLenum pname
, const GLfloat
*params
)
2608 const struct mapi_table
*_tbl
= entry_current_get();
2609 mapi_func _func
= ((const mapi_func
*) _tbl
)[164];
2610 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
2613 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModeli
)(GLenum pname
, GLint param
)
2615 const struct mapi_table
*_tbl
= entry_current_get();
2616 mapi_func _func
= ((const mapi_func
*) _tbl
)[165];
2617 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
2620 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModeliv
)(GLenum pname
, const GLint
*params
)
2622 const struct mapi_table
*_tbl
= entry_current_get();
2623 mapi_func _func
= ((const mapi_func
*) _tbl
)[166];
2624 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
2627 GLAPI
void APIENTRY
GLAPI_PREFIX(LineStipple
)(GLint factor
, GLushort pattern
)
2629 const struct mapi_table
*_tbl
= entry_current_get();
2630 mapi_func _func
= ((const mapi_func
*) _tbl
)[167];
2631 ((void (APIENTRY
*)(GLint factor
, GLushort pattern
)) _func
)(factor
, pattern
);
2634 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidth
)(GLfloat width
)
2636 const struct mapi_table
*_tbl
= entry_current_get();
2637 mapi_func _func
= ((const mapi_func
*) _tbl
)[168];
2638 ((void (APIENTRY
*)(GLfloat width
)) _func
)(width
);
2641 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialf
)(GLenum face
, GLenum pname
, GLfloat param
)
2643 const struct mapi_table
*_tbl
= entry_current_get();
2644 mapi_func _func
= ((const mapi_func
*) _tbl
)[169];
2645 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfloat param
)) _func
)(face
, pname
, param
);
2648 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialfv
)(GLenum face
, GLenum pname
, const GLfloat
*params
)
2650 const struct mapi_table
*_tbl
= entry_current_get();
2651 mapi_func _func
= ((const mapi_func
*) _tbl
)[170];
2652 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, const GLfloat
*params
)) _func
)(face
, pname
, params
);
2655 GLAPI
void APIENTRY
GLAPI_PREFIX(Materiali
)(GLenum face
, GLenum pname
, GLint param
)
2657 const struct mapi_table
*_tbl
= entry_current_get();
2658 mapi_func _func
= ((const mapi_func
*) _tbl
)[171];
2659 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLint param
)) _func
)(face
, pname
, param
);
2662 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialiv
)(GLenum face
, GLenum pname
, const GLint
*params
)
2664 const struct mapi_table
*_tbl
= entry_current_get();
2665 mapi_func _func
= ((const mapi_func
*) _tbl
)[172];
2666 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, const GLint
*params
)) _func
)(face
, pname
, params
);
2669 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSize
)(GLfloat size
)
2671 const struct mapi_table
*_tbl
= entry_current_get();
2672 mapi_func _func
= ((const mapi_func
*) _tbl
)[173];
2673 ((void (APIENTRY
*)(GLfloat size
)) _func
)(size
);
2676 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonMode
)(GLenum face
, GLenum mode
)
2678 const struct mapi_table
*_tbl
= entry_current_get();
2679 mapi_func _func
= ((const mapi_func
*) _tbl
)[174];
2680 ((void (APIENTRY
*)(GLenum face
, GLenum mode
)) _func
)(face
, mode
);
2683 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonStipple
)(const GLubyte
*mask
)
2685 const struct mapi_table
*_tbl
= entry_current_get();
2686 mapi_func _func
= ((const mapi_func
*) _tbl
)[175];
2687 ((void (APIENTRY
*)(const GLubyte
*mask
)) _func
)(mask
);
2690 GLAPI
void APIENTRY
GLAPI_PREFIX(Scissor
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
)
2692 const struct mapi_table
*_tbl
= entry_current_get();
2693 mapi_func _func
= ((const mapi_func
*) _tbl
)[176];
2694 ((void (APIENTRY
*)(GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(x
, y
, width
, height
);
2697 GLAPI
void APIENTRY
GLAPI_PREFIX(ShadeModel
)(GLenum mode
)
2699 const struct mapi_table
*_tbl
= entry_current_get();
2700 mapi_func _func
= ((const mapi_func
*) _tbl
)[177];
2701 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
2704 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterf
)(GLenum target
, GLenum pname
, GLfloat param
)
2706 const struct mapi_table
*_tbl
= entry_current_get();
2707 mapi_func _func
= ((const mapi_func
*) _tbl
)[178];
2708 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat param
)) _func
)(target
, pname
, param
);
2711 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
2713 const struct mapi_table
*_tbl
= entry_current_get();
2714 mapi_func _func
= ((const mapi_func
*) _tbl
)[179];
2715 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
2718 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameteri
)(GLenum target
, GLenum pname
, GLint param
)
2720 const struct mapi_table
*_tbl
= entry_current_get();
2721 mapi_func _func
= ((const mapi_func
*) _tbl
)[180];
2722 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint param
)) _func
)(target
, pname
, param
);
2725 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
)
2727 const struct mapi_table
*_tbl
= entry_current_get();
2728 mapi_func _func
= ((const mapi_func
*) _tbl
)[181];
2729 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
2732 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage1D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
2734 const struct mapi_table
*_tbl
= entry_current_get();
2735 mapi_func _func
= ((const mapi_func
*) _tbl
)[182];
2736 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, internalformat
, width
, border
, format
, type
, pixels
);
2739 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage2D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
2741 const struct mapi_table
*_tbl
= entry_current_get();
2742 mapi_func _func
= ((const mapi_func
*) _tbl
)[183];
2743 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, internalformat
, width
, height
, border
, format
, type
, pixels
);
2746 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvf
)(GLenum target
, GLenum pname
, GLfloat param
)
2748 const struct mapi_table
*_tbl
= entry_current_get();
2749 mapi_func _func
= ((const mapi_func
*) _tbl
)[184];
2750 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat param
)) _func
)(target
, pname
, param
);
2753 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
2755 const struct mapi_table
*_tbl
= entry_current_get();
2756 mapi_func _func
= ((const mapi_func
*) _tbl
)[185];
2757 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
2760 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvi
)(GLenum target
, GLenum pname
, GLint param
)
2762 const struct mapi_table
*_tbl
= entry_current_get();
2763 mapi_func _func
= ((const mapi_func
*) _tbl
)[186];
2764 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint param
)) _func
)(target
, pname
, param
);
2767 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnviv
)(GLenum target
, GLenum pname
, const GLint
*params
)
2769 const struct mapi_table
*_tbl
= entry_current_get();
2770 mapi_func _func
= ((const mapi_func
*) _tbl
)[187];
2771 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
2774 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGend
)(GLenum coord
, GLenum pname
, GLdouble param
)
2776 const struct mapi_table
*_tbl
= entry_current_get();
2777 mapi_func _func
= ((const mapi_func
*) _tbl
)[188];
2778 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLdouble param
)) _func
)(coord
, pname
, param
);
2781 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGendv
)(GLenum coord
, GLenum pname
, const GLdouble
*params
)
2783 const struct mapi_table
*_tbl
= entry_current_get();
2784 mapi_func _func
= ((const mapi_func
*) _tbl
)[189];
2785 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLdouble
*params
)) _func
)(coord
, pname
, params
);
2788 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenf
)(GLenum coord
, GLenum pname
, GLfloat param
)
2790 const struct mapi_table
*_tbl
= entry_current_get();
2791 mapi_func _func
= ((const mapi_func
*) _tbl
)[190];
2792 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLfloat param
)) _func
)(coord
, pname
, param
);
2795 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfOES
)(GLenum coord
, GLenum pname
, GLfloat param
)
2797 const struct mapi_table
*_tbl
= entry_current_get();
2798 mapi_func _func
= ((const mapi_func
*) _tbl
)[190];
2799 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLfloat param
)) _func
)(coord
, pname
, param
);
2802 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfv
)(GLenum coord
, GLenum pname
, const GLfloat
*params
)
2804 const struct mapi_table
*_tbl
= entry_current_get();
2805 mapi_func _func
= ((const mapi_func
*) _tbl
)[191];
2806 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLfloat
*params
)) _func
)(coord
, pname
, params
);
2809 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenfvOES
)(GLenum coord
, GLenum pname
, const GLfloat
*params
)
2811 const struct mapi_table
*_tbl
= entry_current_get();
2812 mapi_func _func
= ((const mapi_func
*) _tbl
)[191];
2813 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLfloat
*params
)) _func
)(coord
, pname
, params
);
2816 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeni
)(GLenum coord
, GLenum pname
, GLint param
)
2818 const struct mapi_table
*_tbl
= entry_current_get();
2819 mapi_func _func
= ((const mapi_func
*) _tbl
)[192];
2820 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLint param
)) _func
)(coord
, pname
, param
);
2823 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeniOES
)(GLenum coord
, GLenum pname
, GLint param
)
2825 const struct mapi_table
*_tbl
= entry_current_get();
2826 mapi_func _func
= ((const mapi_func
*) _tbl
)[192];
2827 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLint param
)) _func
)(coord
, pname
, param
);
2830 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGeniv
)(GLenum coord
, GLenum pname
, const GLint
*params
)
2832 const struct mapi_table
*_tbl
= entry_current_get();
2833 mapi_func _func
= ((const mapi_func
*) _tbl
)[193];
2834 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLint
*params
)) _func
)(coord
, pname
, params
);
2837 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenivOES
)(GLenum coord
, GLenum pname
, const GLint
*params
)
2839 const struct mapi_table
*_tbl
= entry_current_get();
2840 mapi_func _func
= ((const mapi_func
*) _tbl
)[193];
2841 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLint
*params
)) _func
)(coord
, pname
, params
);
2844 GLAPI
void APIENTRY
GLAPI_PREFIX(FeedbackBuffer
)(GLsizei size
, GLenum type
, GLfloat
*buffer
)
2846 const struct mapi_table
*_tbl
= entry_current_get();
2847 mapi_func _func
= ((const mapi_func
*) _tbl
)[194];
2848 ((void (APIENTRY
*)(GLsizei size
, GLenum type
, GLfloat
*buffer
)) _func
)(size
, type
, buffer
);
2851 GLAPI
void APIENTRY
GLAPI_PREFIX(SelectBuffer
)(GLsizei size
, GLuint
*buffer
)
2853 const struct mapi_table
*_tbl
= entry_current_get();
2854 mapi_func _func
= ((const mapi_func
*) _tbl
)[195];
2855 ((void (APIENTRY
*)(GLsizei size
, GLuint
*buffer
)) _func
)(size
, buffer
);
2858 GLAPI GLint APIENTRY
GLAPI_PREFIX(RenderMode
)(GLenum mode
)
2860 const struct mapi_table
*_tbl
= entry_current_get();
2861 mapi_func _func
= ((const mapi_func
*) _tbl
)[196];
2862 return ((GLint (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
2865 GLAPI
void APIENTRY
GLAPI_PREFIX(InitNames
)(void)
2867 const struct mapi_table
*_tbl
= entry_current_get();
2868 mapi_func _func
= ((const mapi_func
*) _tbl
)[197];
2869 ((void (APIENTRY
*)(void)) _func
)();
2872 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadName
)(GLuint name
)
2874 const struct mapi_table
*_tbl
= entry_current_get();
2875 mapi_func _func
= ((const mapi_func
*) _tbl
)[198];
2876 ((void (APIENTRY
*)(GLuint name
)) _func
)(name
);
2879 GLAPI
void APIENTRY
GLAPI_PREFIX(PassThrough
)(GLfloat token
)
2881 const struct mapi_table
*_tbl
= entry_current_get();
2882 mapi_func _func
= ((const mapi_func
*) _tbl
)[199];
2883 ((void (APIENTRY
*)(GLfloat token
)) _func
)(token
);
2886 GLAPI
void APIENTRY
GLAPI_PREFIX(PopName
)(void)
2888 const struct mapi_table
*_tbl
= entry_current_get();
2889 mapi_func _func
= ((const mapi_func
*) _tbl
)[200];
2890 ((void (APIENTRY
*)(void)) _func
)();
2893 GLAPI
void APIENTRY
GLAPI_PREFIX(PushName
)(GLuint name
)
2895 const struct mapi_table
*_tbl
= entry_current_get();
2896 mapi_func _func
= ((const mapi_func
*) _tbl
)[201];
2897 ((void (APIENTRY
*)(GLuint name
)) _func
)(name
);
2900 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffer
)(GLenum mode
)
2902 const struct mapi_table
*_tbl
= entry_current_get();
2903 mapi_func _func
= ((const mapi_func
*) _tbl
)[202];
2904 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
2907 GLAPI
void APIENTRY
GLAPI_PREFIX(Clear
)(GLbitfield mask
)
2909 const struct mapi_table
*_tbl
= entry_current_get();
2910 mapi_func _func
= ((const mapi_func
*) _tbl
)[203];
2911 ((void (APIENTRY
*)(GLbitfield mask
)) _func
)(mask
);
2914 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearAccum
)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
)
2916 const struct mapi_table
*_tbl
= entry_current_get();
2917 mapi_func _func
= ((const mapi_func
*) _tbl
)[204];
2918 ((void (APIENTRY
*)(GLfloat red
, GLfloat green
, GLfloat blue
, GLfloat alpha
)) _func
)(red
, green
, blue
, alpha
);
2921 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearIndex
)(GLfloat c
)
2923 const struct mapi_table
*_tbl
= entry_current_get();
2924 mapi_func _func
= ((const mapi_func
*) _tbl
)[205];
2925 ((void (APIENTRY
*)(GLfloat c
)) _func
)(c
);
2928 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColor
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)
2930 const struct mapi_table
*_tbl
= entry_current_get();
2931 mapi_func _func
= ((const mapi_func
*) _tbl
)[206];
2932 ((void (APIENTRY
*)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)) _func
)(red
, green
, blue
, alpha
);
2935 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearStencil
)(GLint s
)
2937 const struct mapi_table
*_tbl
= entry_current_get();
2938 mapi_func _func
= ((const mapi_func
*) _tbl
)[207];
2939 ((void (APIENTRY
*)(GLint s
)) _func
)(s
);
2942 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepth
)(GLclampd depth
)
2944 const struct mapi_table
*_tbl
= entry_current_get();
2945 mapi_func _func
= ((const mapi_func
*) _tbl
)[208];
2946 ((void (APIENTRY
*)(GLclampd depth
)) _func
)(depth
);
2949 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilMask
)(GLuint mask
)
2951 const struct mapi_table
*_tbl
= entry_current_get();
2952 mapi_func _func
= ((const mapi_func
*) _tbl
)[209];
2953 ((void (APIENTRY
*)(GLuint mask
)) _func
)(mask
);
2956 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMask
)(GLboolean red
, GLboolean green
, GLboolean blue
, GLboolean alpha
)
2958 const struct mapi_table
*_tbl
= entry_current_get();
2959 mapi_func _func
= ((const mapi_func
*) _tbl
)[210];
2960 ((void (APIENTRY
*)(GLboolean red
, GLboolean green
, GLboolean blue
, GLboolean alpha
)) _func
)(red
, green
, blue
, alpha
);
2963 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthMask
)(GLboolean flag
)
2965 const struct mapi_table
*_tbl
= entry_current_get();
2966 mapi_func _func
= ((const mapi_func
*) _tbl
)[211];
2967 ((void (APIENTRY
*)(GLboolean flag
)) _func
)(flag
);
2970 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexMask
)(GLuint mask
)
2972 const struct mapi_table
*_tbl
= entry_current_get();
2973 mapi_func _func
= ((const mapi_func
*) _tbl
)[212];
2974 ((void (APIENTRY
*)(GLuint mask
)) _func
)(mask
);
2977 GLAPI
void APIENTRY
GLAPI_PREFIX(Accum
)(GLenum op
, GLfloat value
)
2979 const struct mapi_table
*_tbl
= entry_current_get();
2980 mapi_func _func
= ((const mapi_func
*) _tbl
)[213];
2981 ((void (APIENTRY
*)(GLenum op
, GLfloat value
)) _func
)(op
, value
);
2984 GLAPI
void APIENTRY
GLAPI_PREFIX(Disable
)(GLenum cap
)
2986 const struct mapi_table
*_tbl
= entry_current_get();
2987 mapi_func _func
= ((const mapi_func
*) _tbl
)[214];
2988 ((void (APIENTRY
*)(GLenum cap
)) _func
)(cap
);
2991 GLAPI
void APIENTRY
GLAPI_PREFIX(Enable
)(GLenum cap
)
2993 const struct mapi_table
*_tbl
= entry_current_get();
2994 mapi_func _func
= ((const mapi_func
*) _tbl
)[215];
2995 ((void (APIENTRY
*)(GLenum cap
)) _func
)(cap
);
2998 GLAPI
void APIENTRY
GLAPI_PREFIX(Finish
)(void)
3000 const struct mapi_table
*_tbl
= entry_current_get();
3001 mapi_func _func
= ((const mapi_func
*) _tbl
)[216];
3002 ((void (APIENTRY
*)(void)) _func
)();
3005 GLAPI
void APIENTRY
GLAPI_PREFIX(Flush
)(void)
3007 const struct mapi_table
*_tbl
= entry_current_get();
3008 mapi_func _func
= ((const mapi_func
*) _tbl
)[217];
3009 ((void (APIENTRY
*)(void)) _func
)();
3012 GLAPI
void APIENTRY
GLAPI_PREFIX(PopAttrib
)(void)
3014 const struct mapi_table
*_tbl
= entry_current_get();
3015 mapi_func _func
= ((const mapi_func
*) _tbl
)[218];
3016 ((void (APIENTRY
*)(void)) _func
)();
3019 GLAPI
void APIENTRY
GLAPI_PREFIX(PushAttrib
)(GLbitfield mask
)
3021 const struct mapi_table
*_tbl
= entry_current_get();
3022 mapi_func _func
= ((const mapi_func
*) _tbl
)[219];
3023 ((void (APIENTRY
*)(GLbitfield mask
)) _func
)(mask
);
3026 GLAPI
void APIENTRY
GLAPI_PREFIX(Map1d
)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint stride
, GLint order
, const GLdouble
*points
)
3028 const struct mapi_table
*_tbl
= entry_current_get();
3029 mapi_func _func
= ((const mapi_func
*) _tbl
)[220];
3030 ((void (APIENTRY
*)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint stride
, GLint order
, const GLdouble
*points
)) _func
)(target
, u1
, u2
, stride
, order
, points
);
3033 GLAPI
void APIENTRY
GLAPI_PREFIX(Map1f
)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint stride
, GLint order
, const GLfloat
*points
)
3035 const struct mapi_table
*_tbl
= entry_current_get();
3036 mapi_func _func
= ((const mapi_func
*) _tbl
)[221];
3037 ((void (APIENTRY
*)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint stride
, GLint order
, const GLfloat
*points
)) _func
)(target
, u1
, u2
, stride
, order
, points
);
3040 GLAPI
void APIENTRY
GLAPI_PREFIX(Map2d
)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint ustride
, GLint uorder
, GLdouble v1
, GLdouble v2
, GLint vstride
, GLint vorder
, const GLdouble
*points
)
3042 const struct mapi_table
*_tbl
= entry_current_get();
3043 mapi_func _func
= ((const mapi_func
*) _tbl
)[222];
3044 ((void (APIENTRY
*)(GLenum target
, GLdouble u1
, GLdouble u2
, GLint ustride
, GLint uorder
, GLdouble v1
, GLdouble v2
, GLint vstride
, GLint vorder
, const GLdouble
*points
)) _func
)(target
, u1
, u2
, ustride
, uorder
, v1
, v2
, vstride
, vorder
, points
);
3047 GLAPI
void APIENTRY
GLAPI_PREFIX(Map2f
)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint ustride
, GLint uorder
, GLfloat v1
, GLfloat v2
, GLint vstride
, GLint vorder
, const GLfloat
*points
)
3049 const struct mapi_table
*_tbl
= entry_current_get();
3050 mapi_func _func
= ((const mapi_func
*) _tbl
)[223];
3051 ((void (APIENTRY
*)(GLenum target
, GLfloat u1
, GLfloat u2
, GLint ustride
, GLint uorder
, GLfloat v1
, GLfloat v2
, GLint vstride
, GLint vorder
, const GLfloat
*points
)) _func
)(target
, u1
, u2
, ustride
, uorder
, v1
, v2
, vstride
, vorder
, points
);
3054 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid1d
)(GLint un
, GLdouble u1
, GLdouble u2
)
3056 const struct mapi_table
*_tbl
= entry_current_get();
3057 mapi_func _func
= ((const mapi_func
*) _tbl
)[224];
3058 ((void (APIENTRY
*)(GLint un
, GLdouble u1
, GLdouble u2
)) _func
)(un
, u1
, u2
);
3061 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid1f
)(GLint un
, GLfloat u1
, GLfloat u2
)
3063 const struct mapi_table
*_tbl
= entry_current_get();
3064 mapi_func _func
= ((const mapi_func
*) _tbl
)[225];
3065 ((void (APIENTRY
*)(GLint un
, GLfloat u1
, GLfloat u2
)) _func
)(un
, u1
, u2
);
3068 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid2d
)(GLint un
, GLdouble u1
, GLdouble u2
, GLint vn
, GLdouble v1
, GLdouble v2
)
3070 const struct mapi_table
*_tbl
= entry_current_get();
3071 mapi_func _func
= ((const mapi_func
*) _tbl
)[226];
3072 ((void (APIENTRY
*)(GLint un
, GLdouble u1
, GLdouble u2
, GLint vn
, GLdouble v1
, GLdouble v2
)) _func
)(un
, u1
, u2
, vn
, v1
, v2
);
3075 GLAPI
void APIENTRY
GLAPI_PREFIX(MapGrid2f
)(GLint un
, GLfloat u1
, GLfloat u2
, GLint vn
, GLfloat v1
, GLfloat v2
)
3077 const struct mapi_table
*_tbl
= entry_current_get();
3078 mapi_func _func
= ((const mapi_func
*) _tbl
)[227];
3079 ((void (APIENTRY
*)(GLint un
, GLfloat u1
, GLfloat u2
, GLint vn
, GLfloat v1
, GLfloat v2
)) _func
)(un
, u1
, u2
, vn
, v1
, v2
);
3082 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1d
)(GLdouble u
)
3084 const struct mapi_table
*_tbl
= entry_current_get();
3085 mapi_func _func
= ((const mapi_func
*) _tbl
)[228];
3086 ((void (APIENTRY
*)(GLdouble u
)) _func
)(u
);
3089 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1dv
)(const GLdouble
*u
)
3091 const struct mapi_table
*_tbl
= entry_current_get();
3092 mapi_func _func
= ((const mapi_func
*) _tbl
)[229];
3093 ((void (APIENTRY
*)(const GLdouble
*u
)) _func
)(u
);
3096 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1f
)(GLfloat u
)
3098 const struct mapi_table
*_tbl
= entry_current_get();
3099 mapi_func _func
= ((const mapi_func
*) _tbl
)[230];
3100 ((void (APIENTRY
*)(GLfloat u
)) _func
)(u
);
3103 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord1fv
)(const GLfloat
*u
)
3105 const struct mapi_table
*_tbl
= entry_current_get();
3106 mapi_func _func
= ((const mapi_func
*) _tbl
)[231];
3107 ((void (APIENTRY
*)(const GLfloat
*u
)) _func
)(u
);
3110 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2d
)(GLdouble u
, GLdouble v
)
3112 const struct mapi_table
*_tbl
= entry_current_get();
3113 mapi_func _func
= ((const mapi_func
*) _tbl
)[232];
3114 ((void (APIENTRY
*)(GLdouble u
, GLdouble v
)) _func
)(u
, v
);
3117 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2dv
)(const GLdouble
*u
)
3119 const struct mapi_table
*_tbl
= entry_current_get();
3120 mapi_func _func
= ((const mapi_func
*) _tbl
)[233];
3121 ((void (APIENTRY
*)(const GLdouble
*u
)) _func
)(u
);
3124 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2f
)(GLfloat u
, GLfloat v
)
3126 const struct mapi_table
*_tbl
= entry_current_get();
3127 mapi_func _func
= ((const mapi_func
*) _tbl
)[234];
3128 ((void (APIENTRY
*)(GLfloat u
, GLfloat v
)) _func
)(u
, v
);
3131 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalCoord2fv
)(const GLfloat
*u
)
3133 const struct mapi_table
*_tbl
= entry_current_get();
3134 mapi_func _func
= ((const mapi_func
*) _tbl
)[235];
3135 ((void (APIENTRY
*)(const GLfloat
*u
)) _func
)(u
);
3138 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalMesh1
)(GLenum mode
, GLint i1
, GLint i2
)
3140 const struct mapi_table
*_tbl
= entry_current_get();
3141 mapi_func _func
= ((const mapi_func
*) _tbl
)[236];
3142 ((void (APIENTRY
*)(GLenum mode
, GLint i1
, GLint i2
)) _func
)(mode
, i1
, i2
);
3145 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalPoint1
)(GLint i
)
3147 const struct mapi_table
*_tbl
= entry_current_get();
3148 mapi_func _func
= ((const mapi_func
*) _tbl
)[237];
3149 ((void (APIENTRY
*)(GLint i
)) _func
)(i
);
3152 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalMesh2
)(GLenum mode
, GLint i1
, GLint i2
, GLint j1
, GLint j2
)
3154 const struct mapi_table
*_tbl
= entry_current_get();
3155 mapi_func _func
= ((const mapi_func
*) _tbl
)[238];
3156 ((void (APIENTRY
*)(GLenum mode
, GLint i1
, GLint i2
, GLint j1
, GLint j2
)) _func
)(mode
, i1
, i2
, j1
, j2
);
3159 GLAPI
void APIENTRY
GLAPI_PREFIX(EvalPoint2
)(GLint i
, GLint j
)
3161 const struct mapi_table
*_tbl
= entry_current_get();
3162 mapi_func _func
= ((const mapi_func
*) _tbl
)[239];
3163 ((void (APIENTRY
*)(GLint i
, GLint j
)) _func
)(i
, j
);
3166 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFunc
)(GLenum func
, GLclampf ref
)
3168 const struct mapi_table
*_tbl
= entry_current_get();
3169 mapi_func _func
= ((const mapi_func
*) _tbl
)[240];
3170 ((void (APIENTRY
*)(GLenum func
, GLclampf ref
)) _func
)(func
, ref
);
3173 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFunc
)(GLenum sfactor
, GLenum dfactor
)
3175 const struct mapi_table
*_tbl
= entry_current_get();
3176 mapi_func _func
= ((const mapi_func
*) _tbl
)[241];
3177 ((void (APIENTRY
*)(GLenum sfactor
, GLenum dfactor
)) _func
)(sfactor
, dfactor
);
3180 GLAPI
void APIENTRY
GLAPI_PREFIX(LogicOp
)(GLenum opcode
)
3182 const struct mapi_table
*_tbl
= entry_current_get();
3183 mapi_func _func
= ((const mapi_func
*) _tbl
)[242];
3184 ((void (APIENTRY
*)(GLenum opcode
)) _func
)(opcode
);
3187 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFunc
)(GLenum func
, GLint ref
, GLuint mask
)
3189 const struct mapi_table
*_tbl
= entry_current_get();
3190 mapi_func _func
= ((const mapi_func
*) _tbl
)[243];
3191 ((void (APIENTRY
*)(GLenum func
, GLint ref
, GLuint mask
)) _func
)(func
, ref
, mask
);
3194 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOp
)(GLenum fail
, GLenum zfail
, GLenum zpass
)
3196 const struct mapi_table
*_tbl
= entry_current_get();
3197 mapi_func _func
= ((const mapi_func
*) _tbl
)[244];
3198 ((void (APIENTRY
*)(GLenum fail
, GLenum zfail
, GLenum zpass
)) _func
)(fail
, zfail
, zpass
);
3201 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthFunc
)(GLenum func
)
3203 const struct mapi_table
*_tbl
= entry_current_get();
3204 mapi_func _func
= ((const mapi_func
*) _tbl
)[245];
3205 ((void (APIENTRY
*)(GLenum func
)) _func
)(func
);
3208 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelZoom
)(GLfloat xfactor
, GLfloat yfactor
)
3210 const struct mapi_table
*_tbl
= entry_current_get();
3211 mapi_func _func
= ((const mapi_func
*) _tbl
)[246];
3212 ((void (APIENTRY
*)(GLfloat xfactor
, GLfloat yfactor
)) _func
)(xfactor
, yfactor
);
3215 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTransferf
)(GLenum pname
, GLfloat param
)
3217 const struct mapi_table
*_tbl
= entry_current_get();
3218 mapi_func _func
= ((const mapi_func
*) _tbl
)[247];
3219 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
3222 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTransferi
)(GLenum pname
, GLint param
)
3224 const struct mapi_table
*_tbl
= entry_current_get();
3225 mapi_func _func
= ((const mapi_func
*) _tbl
)[248];
3226 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
3229 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelStoref
)(GLenum pname
, GLfloat param
)
3231 const struct mapi_table
*_tbl
= entry_current_get();
3232 mapi_func _func
= ((const mapi_func
*) _tbl
)[249];
3233 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
3236 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelStorei
)(GLenum pname
, GLint param
)
3238 const struct mapi_table
*_tbl
= entry_current_get();
3239 mapi_func _func
= ((const mapi_func
*) _tbl
)[250];
3240 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
3243 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapfv
)(GLenum map
, GLsizei mapsize
, const GLfloat
*values
)
3245 const struct mapi_table
*_tbl
= entry_current_get();
3246 mapi_func _func
= ((const mapi_func
*) _tbl
)[251];
3247 ((void (APIENTRY
*)(GLenum map
, GLsizei mapsize
, const GLfloat
*values
)) _func
)(map
, mapsize
, values
);
3250 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapuiv
)(GLenum map
, GLsizei mapsize
, const GLuint
*values
)
3252 const struct mapi_table
*_tbl
= entry_current_get();
3253 mapi_func _func
= ((const mapi_func
*) _tbl
)[252];
3254 ((void (APIENTRY
*)(GLenum map
, GLsizei mapsize
, const GLuint
*values
)) _func
)(map
, mapsize
, values
);
3257 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelMapusv
)(GLenum map
, GLsizei mapsize
, const GLushort
*values
)
3259 const struct mapi_table
*_tbl
= entry_current_get();
3260 mapi_func _func
= ((const mapi_func
*) _tbl
)[253];
3261 ((void (APIENTRY
*)(GLenum map
, GLsizei mapsize
, const GLushort
*values
)) _func
)(map
, mapsize
, values
);
3264 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadBuffer
)(GLenum mode
)
3266 const struct mapi_table
*_tbl
= entry_current_get();
3267 mapi_func _func
= ((const mapi_func
*) _tbl
)[254];
3268 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
3271 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyPixels
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum type
)
3273 const struct mapi_table
*_tbl
= entry_current_get();
3274 mapi_func _func
= ((const mapi_func
*) _tbl
)[255];
3275 ((void (APIENTRY
*)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum type
)) _func
)(x
, y
, width
, height
, type
);
3278 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadPixels
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLvoid
*pixels
)
3280 const struct mapi_table
*_tbl
= entry_current_get();
3281 mapi_func _func
= ((const mapi_func
*) _tbl
)[256];
3282 ((void (APIENTRY
*)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLvoid
*pixels
)) _func
)(x
, y
, width
, height
, format
, type
, pixels
);
3285 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawPixels
)(GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
3287 const struct mapi_table
*_tbl
= entry_current_get();
3288 mapi_func _func
= ((const mapi_func
*) _tbl
)[257];
3289 ((void (APIENTRY
*)(GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(width
, height
, format
, type
, pixels
);
3292 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleanv
)(GLenum pname
, GLboolean
*params
)
3294 const struct mapi_table
*_tbl
= entry_current_get();
3295 mapi_func _func
= ((const mapi_func
*) _tbl
)[258];
3296 ((void (APIENTRY
*)(GLenum pname
, GLboolean
*params
)) _func
)(pname
, params
);
3299 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlane
)(GLenum plane
, GLdouble
*equation
)
3301 const struct mapi_table
*_tbl
= entry_current_get();
3302 mapi_func _func
= ((const mapi_func
*) _tbl
)[259];
3303 ((void (APIENTRY
*)(GLenum plane
, GLdouble
*equation
)) _func
)(plane
, equation
);
3306 GLAPI
void APIENTRY
GLAPI_PREFIX(GetDoublev
)(GLenum pname
, GLdouble
*params
)
3308 const struct mapi_table
*_tbl
= entry_current_get();
3309 mapi_func _func
= ((const mapi_func
*) _tbl
)[260];
3310 ((void (APIENTRY
*)(GLenum pname
, GLdouble
*params
)) _func
)(pname
, params
);
3313 GLAPI GLenum APIENTRY
GLAPI_PREFIX(GetError
)(void)
3315 const struct mapi_table
*_tbl
= entry_current_get();
3316 mapi_func _func
= ((const mapi_func
*) _tbl
)[261];
3317 return ((GLenum (APIENTRY
*)(void)) _func
)();
3320 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFloatv
)(GLenum pname
, GLfloat
*params
)
3322 const struct mapi_table
*_tbl
= entry_current_get();
3323 mapi_func _func
= ((const mapi_func
*) _tbl
)[262];
3324 ((void (APIENTRY
*)(GLenum pname
, GLfloat
*params
)) _func
)(pname
, params
);
3327 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegerv
)(GLenum pname
, GLint
*params
)
3329 const struct mapi_table
*_tbl
= entry_current_get();
3330 mapi_func _func
= ((const mapi_func
*) _tbl
)[263];
3331 ((void (APIENTRY
*)(GLenum pname
, GLint
*params
)) _func
)(pname
, params
);
3334 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightfv
)(GLenum light
, GLenum pname
, GLfloat
*params
)
3336 const struct mapi_table
*_tbl
= entry_current_get();
3337 mapi_func _func
= ((const mapi_func
*) _tbl
)[264];
3338 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfloat
*params
)) _func
)(light
, pname
, params
);
3341 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightiv
)(GLenum light
, GLenum pname
, GLint
*params
)
3343 const struct mapi_table
*_tbl
= entry_current_get();
3344 mapi_func _func
= ((const mapi_func
*) _tbl
)[265];
3345 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLint
*params
)) _func
)(light
, pname
, params
);
3348 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapdv
)(GLenum target
, GLenum query
, GLdouble
*v
)
3350 const struct mapi_table
*_tbl
= entry_current_get();
3351 mapi_func _func
= ((const mapi_func
*) _tbl
)[266];
3352 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLdouble
*v
)) _func
)(target
, query
, v
);
3355 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapfv
)(GLenum target
, GLenum query
, GLfloat
*v
)
3357 const struct mapi_table
*_tbl
= entry_current_get();
3358 mapi_func _func
= ((const mapi_func
*) _tbl
)[267];
3359 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLfloat
*v
)) _func
)(target
, query
, v
);
3362 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMapiv
)(GLenum target
, GLenum query
, GLint
*v
)
3364 const struct mapi_table
*_tbl
= entry_current_get();
3365 mapi_func _func
= ((const mapi_func
*) _tbl
)[268];
3366 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLint
*v
)) _func
)(target
, query
, v
);
3369 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialfv
)(GLenum face
, GLenum pname
, GLfloat
*params
)
3371 const struct mapi_table
*_tbl
= entry_current_get();
3372 mapi_func _func
= ((const mapi_func
*) _tbl
)[269];
3373 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfloat
*params
)) _func
)(face
, pname
, params
);
3376 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialiv
)(GLenum face
, GLenum pname
, GLint
*params
)
3378 const struct mapi_table
*_tbl
= entry_current_get();
3379 mapi_func _func
= ((const mapi_func
*) _tbl
)[270];
3380 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLint
*params
)) _func
)(face
, pname
, params
);
3383 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapfv
)(GLenum map
, GLfloat
*values
)
3385 const struct mapi_table
*_tbl
= entry_current_get();
3386 mapi_func _func
= ((const mapi_func
*) _tbl
)[271];
3387 ((void (APIENTRY
*)(GLenum map
, GLfloat
*values
)) _func
)(map
, values
);
3390 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapuiv
)(GLenum map
, GLuint
*values
)
3392 const struct mapi_table
*_tbl
= entry_current_get();
3393 mapi_func _func
= ((const mapi_func
*) _tbl
)[272];
3394 ((void (APIENTRY
*)(GLenum map
, GLuint
*values
)) _func
)(map
, values
);
3397 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelMapusv
)(GLenum map
, GLushort
*values
)
3399 const struct mapi_table
*_tbl
= entry_current_get();
3400 mapi_func _func
= ((const mapi_func
*) _tbl
)[273];
3401 ((void (APIENTRY
*)(GLenum map
, GLushort
*values
)) _func
)(map
, values
);
3404 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPolygonStipple
)(GLubyte
*mask
)
3406 const struct mapi_table
*_tbl
= entry_current_get();
3407 mapi_func _func
= ((const mapi_func
*) _tbl
)[274];
3408 ((void (APIENTRY
*)(GLubyte
*mask
)) _func
)(mask
);
3411 GLAPI
const GLubyte
* APIENTRY
GLAPI_PREFIX(GetString
)(GLenum name
)
3413 const struct mapi_table
*_tbl
= entry_current_get();
3414 mapi_func _func
= ((const mapi_func
*) _tbl
)[275];
3415 return ((const GLubyte
* (APIENTRY
*)(GLenum name
)) _func
)(name
);
3418 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
3420 const struct mapi_table
*_tbl
= entry_current_get();
3421 mapi_func _func
= ((const mapi_func
*) _tbl
)[276];
3422 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
3425 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnviv
)(GLenum target
, GLenum pname
, GLint
*params
)
3427 const struct mapi_table
*_tbl
= entry_current_get();
3428 mapi_func _func
= ((const mapi_func
*) _tbl
)[277];
3429 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
3432 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGendv
)(GLenum coord
, GLenum pname
, GLdouble
*params
)
3434 const struct mapi_table
*_tbl
= entry_current_get();
3435 mapi_func _func
= ((const mapi_func
*) _tbl
)[278];
3436 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLdouble
*params
)) _func
)(coord
, pname
, params
);
3439 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenfv
)(GLenum coord
, GLenum pname
, GLfloat
*params
)
3441 const struct mapi_table
*_tbl
= entry_current_get();
3442 mapi_func _func
= ((const mapi_func
*) _tbl
)[279];
3443 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLfloat
*params
)) _func
)(coord
, pname
, params
);
3446 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenfvOES
)(GLenum coord
, GLenum pname
, GLfloat
*params
)
3448 const struct mapi_table
*_tbl
= entry_current_get();
3449 mapi_func _func
= ((const mapi_func
*) _tbl
)[279];
3450 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLfloat
*params
)) _func
)(coord
, pname
, params
);
3453 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGeniv
)(GLenum coord
, GLenum pname
, GLint
*params
)
3455 const struct mapi_table
*_tbl
= entry_current_get();
3456 mapi_func _func
= ((const mapi_func
*) _tbl
)[280];
3457 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLint
*params
)) _func
)(coord
, pname
, params
);
3460 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenivOES
)(GLenum coord
, GLenum pname
, GLint
*params
)
3462 const struct mapi_table
*_tbl
= entry_current_get();
3463 mapi_func _func
= ((const mapi_func
*) _tbl
)[280];
3464 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLint
*params
)) _func
)(coord
, pname
, params
);
3467 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexImage
)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLvoid
*pixels
)
3469 const struct mapi_table
*_tbl
= entry_current_get();
3470 mapi_func _func
= ((const mapi_func
*) _tbl
)[281];
3471 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLvoid
*pixels
)) _func
)(target
, level
, format
, type
, pixels
);
3474 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
3476 const struct mapi_table
*_tbl
= entry_current_get();
3477 mapi_func _func
= ((const mapi_func
*) _tbl
)[282];
3478 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
3481 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
3483 const struct mapi_table
*_tbl
= entry_current_get();
3484 mapi_func _func
= ((const mapi_func
*) _tbl
)[283];
3485 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
3488 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexLevelParameterfv
)(GLenum target
, GLint level
, GLenum pname
, GLfloat
*params
)
3490 const struct mapi_table
*_tbl
= entry_current_get();
3491 mapi_func _func
= ((const mapi_func
*) _tbl
)[284];
3492 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum pname
, GLfloat
*params
)) _func
)(target
, level
, pname
, params
);
3495 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexLevelParameteriv
)(GLenum target
, GLint level
, GLenum pname
, GLint
*params
)
3497 const struct mapi_table
*_tbl
= entry_current_get();
3498 mapi_func _func
= ((const mapi_func
*) _tbl
)[285];
3499 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum pname
, GLint
*params
)) _func
)(target
, level
, pname
, params
);
3502 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabled
)(GLenum cap
)
3504 const struct mapi_table
*_tbl
= entry_current_get();
3505 mapi_func _func
= ((const mapi_func
*) _tbl
)[286];
3506 return ((GLboolean (APIENTRY
*)(GLenum cap
)) _func
)(cap
);
3509 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsList
)(GLuint list
)
3511 const struct mapi_table
*_tbl
= entry_current_get();
3512 mapi_func _func
= ((const mapi_func
*) _tbl
)[287];
3513 return ((GLboolean (APIENTRY
*)(GLuint list
)) _func
)(list
);
3516 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRange
)(GLclampd zNear
, GLclampd zFar
)
3518 const struct mapi_table
*_tbl
= entry_current_get();
3519 mapi_func _func
= ((const mapi_func
*) _tbl
)[288];
3520 ((void (APIENTRY
*)(GLclampd zNear
, GLclampd zFar
)) _func
)(zNear
, zFar
);
3523 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustum
)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
)
3525 const struct mapi_table
*_tbl
= entry_current_get();
3526 mapi_func _func
= ((const mapi_func
*) _tbl
)[289];
3527 ((void (APIENTRY
*)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
3530 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadIdentity
)(void)
3532 const struct mapi_table
*_tbl
= entry_current_get();
3533 mapi_func _func
= ((const mapi_func
*) _tbl
)[290];
3534 ((void (APIENTRY
*)(void)) _func
)();
3537 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixf
)(const GLfloat
*m
)
3539 const struct mapi_table
*_tbl
= entry_current_get();
3540 mapi_func _func
= ((const mapi_func
*) _tbl
)[291];
3541 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
3544 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixd
)(const GLdouble
*m
)
3546 const struct mapi_table
*_tbl
= entry_current_get();
3547 mapi_func _func
= ((const mapi_func
*) _tbl
)[292];
3548 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
3551 GLAPI
void APIENTRY
GLAPI_PREFIX(MatrixMode
)(GLenum mode
)
3553 const struct mapi_table
*_tbl
= entry_current_get();
3554 mapi_func _func
= ((const mapi_func
*) _tbl
)[293];
3555 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
3558 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixf
)(const GLfloat
*m
)
3560 const struct mapi_table
*_tbl
= entry_current_get();
3561 mapi_func _func
= ((const mapi_func
*) _tbl
)[294];
3562 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
3565 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixd
)(const GLdouble
*m
)
3567 const struct mapi_table
*_tbl
= entry_current_get();
3568 mapi_func _func
= ((const mapi_func
*) _tbl
)[295];
3569 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
3572 GLAPI
void APIENTRY
GLAPI_PREFIX(Ortho
)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
)
3574 const struct mapi_table
*_tbl
= entry_current_get();
3575 mapi_func _func
= ((const mapi_func
*) _tbl
)[296];
3576 ((void (APIENTRY
*)(GLdouble left
, GLdouble right
, GLdouble bottom
, GLdouble top
, GLdouble zNear
, GLdouble zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
3579 GLAPI
void APIENTRY
GLAPI_PREFIX(PopMatrix
)(void)
3581 const struct mapi_table
*_tbl
= entry_current_get();
3582 mapi_func _func
= ((const mapi_func
*) _tbl
)[297];
3583 ((void (APIENTRY
*)(void)) _func
)();
3586 GLAPI
void APIENTRY
GLAPI_PREFIX(PushMatrix
)(void)
3588 const struct mapi_table
*_tbl
= entry_current_get();
3589 mapi_func _func
= ((const mapi_func
*) _tbl
)[298];
3590 ((void (APIENTRY
*)(void)) _func
)();
3593 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotated
)(GLdouble angle
, GLdouble x
, GLdouble y
, GLdouble z
)
3595 const struct mapi_table
*_tbl
= entry_current_get();
3596 mapi_func _func
= ((const mapi_func
*) _tbl
)[299];
3597 ((void (APIENTRY
*)(GLdouble angle
, GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(angle
, x
, y
, z
);
3600 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotatef
)(GLfloat angle
, GLfloat x
, GLfloat y
, GLfloat z
)
3602 const struct mapi_table
*_tbl
= entry_current_get();
3603 mapi_func _func
= ((const mapi_func
*) _tbl
)[300];
3604 ((void (APIENTRY
*)(GLfloat angle
, GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(angle
, x
, y
, z
);
3607 GLAPI
void APIENTRY
GLAPI_PREFIX(Scaled
)(GLdouble x
, GLdouble y
, GLdouble z
)
3609 const struct mapi_table
*_tbl
= entry_current_get();
3610 mapi_func _func
= ((const mapi_func
*) _tbl
)[301];
3611 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
3614 GLAPI
void APIENTRY
GLAPI_PREFIX(Scalef
)(GLfloat x
, GLfloat y
, GLfloat z
)
3616 const struct mapi_table
*_tbl
= entry_current_get();
3617 mapi_func _func
= ((const mapi_func
*) _tbl
)[302];
3618 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
3621 GLAPI
void APIENTRY
GLAPI_PREFIX(Translated
)(GLdouble x
, GLdouble y
, GLdouble z
)
3623 const struct mapi_table
*_tbl
= entry_current_get();
3624 mapi_func _func
= ((const mapi_func
*) _tbl
)[303];
3625 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
3628 GLAPI
void APIENTRY
GLAPI_PREFIX(Translatef
)(GLfloat x
, GLfloat y
, GLfloat z
)
3630 const struct mapi_table
*_tbl
= entry_current_get();
3631 mapi_func _func
= ((const mapi_func
*) _tbl
)[304];
3632 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
3635 GLAPI
void APIENTRY
GLAPI_PREFIX(Viewport
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
)
3637 const struct mapi_table
*_tbl
= entry_current_get();
3638 mapi_func _func
= ((const mapi_func
*) _tbl
)[305];
3639 ((void (APIENTRY
*)(GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(x
, y
, width
, height
);
3642 GLAPI
void APIENTRY
GLAPI_PREFIX(ArrayElement
)(GLint i
)
3644 const struct mapi_table
*_tbl
= entry_current_get();
3645 mapi_func _func
= ((const mapi_func
*) _tbl
)[306];
3646 ((void (APIENTRY
*)(GLint i
)) _func
)(i
);
3649 GLAPI
void APIENTRY
GLAPI_PREFIX(ArrayElementEXT
)(GLint i
)
3651 const struct mapi_table
*_tbl
= entry_current_get();
3652 mapi_func _func
= ((const mapi_func
*) _tbl
)[306];
3653 ((void (APIENTRY
*)(GLint i
)) _func
)(i
);
3656 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTexture
)(GLenum target
, GLuint texture
)
3658 const struct mapi_table
*_tbl
= entry_current_get();
3659 mapi_func _func
= ((const mapi_func
*) _tbl
)[307];
3660 ((void (APIENTRY
*)(GLenum target
, GLuint texture
)) _func
)(target
, texture
);
3663 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTextureEXT
)(GLenum target
, GLuint texture
)
3665 const struct mapi_table
*_tbl
= entry_current_get();
3666 mapi_func _func
= ((const mapi_func
*) _tbl
)[307];
3667 ((void (APIENTRY
*)(GLenum target
, GLuint texture
)) _func
)(target
, texture
);
3670 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
3672 const struct mapi_table
*_tbl
= entry_current_get();
3673 mapi_func _func
= ((const mapi_func
*) _tbl
)[308];
3674 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, pointer
);
3677 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableClientState
)(GLenum array
)
3679 const struct mapi_table
*_tbl
= entry_current_get();
3680 mapi_func _func
= ((const mapi_func
*) _tbl
)[309];
3681 ((void (APIENTRY
*)(GLenum array
)) _func
)(array
);
3684 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArrays
)(GLenum mode
, GLint first
, GLsizei count
)
3686 const struct mapi_table
*_tbl
= entry_current_get();
3687 mapi_func _func
= ((const mapi_func
*) _tbl
)[310];
3688 ((void (APIENTRY
*)(GLenum mode
, GLint first
, GLsizei count
)) _func
)(mode
, first
, count
);
3691 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysEXT
)(GLenum mode
, GLint first
, GLsizei count
)
3693 const struct mapi_table
*_tbl
= entry_current_get();
3694 mapi_func _func
= ((const mapi_func
*) _tbl
)[310];
3695 ((void (APIENTRY
*)(GLenum mode
, GLint first
, GLsizei count
)) _func
)(mode
, first
, count
);
3698 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElements
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
)
3700 const struct mapi_table
*_tbl
= entry_current_get();
3701 mapi_func _func
= ((const mapi_func
*) _tbl
)[311];
3702 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
)) _func
)(mode
, count
, type
, indices
);
3705 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagPointer
)(GLsizei stride
, const GLvoid
*pointer
)
3707 const struct mapi_table
*_tbl
= entry_current_get();
3708 mapi_func _func
= ((const mapi_func
*) _tbl
)[312];
3709 ((void (APIENTRY
*)(GLsizei stride
, const GLvoid
*pointer
)) _func
)(stride
, pointer
);
3712 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableClientState
)(GLenum array
)
3714 const struct mapi_table
*_tbl
= entry_current_get();
3715 mapi_func _func
= ((const mapi_func
*) _tbl
)[313];
3716 ((void (APIENTRY
*)(GLenum array
)) _func
)(array
);
3719 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
3721 const struct mapi_table
*_tbl
= entry_current_get();
3722 mapi_func _func
= ((const mapi_func
*) _tbl
)[314];
3723 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(type
, stride
, pointer
);
3726 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexub
)(GLubyte c
)
3728 const struct mapi_table
*_tbl
= entry_current_get();
3729 mapi_func _func
= ((const mapi_func
*) _tbl
)[315];
3730 ((void (APIENTRY
*)(GLubyte c
)) _func
)(c
);
3733 GLAPI
void APIENTRY
GLAPI_PREFIX(Indexubv
)(const GLubyte
*c
)
3735 const struct mapi_table
*_tbl
= entry_current_get();
3736 mapi_func _func
= ((const mapi_func
*) _tbl
)[316];
3737 ((void (APIENTRY
*)(const GLubyte
*c
)) _func
)(c
);
3740 GLAPI
void APIENTRY
GLAPI_PREFIX(InterleavedArrays
)(GLenum format
, GLsizei stride
, const GLvoid
*pointer
)
3742 const struct mapi_table
*_tbl
= entry_current_get();
3743 mapi_func _func
= ((const mapi_func
*) _tbl
)[317];
3744 ((void (APIENTRY
*)(GLenum format
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(format
, stride
, pointer
);
3747 GLAPI
void APIENTRY
GLAPI_PREFIX(NormalPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
3749 const struct mapi_table
*_tbl
= entry_current_get();
3750 mapi_func _func
= ((const mapi_func
*) _tbl
)[318];
3751 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(type
, stride
, pointer
);
3754 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffset
)(GLfloat factor
, GLfloat units
)
3756 const struct mapi_table
*_tbl
= entry_current_get();
3757 mapi_func _func
= ((const mapi_func
*) _tbl
)[319];
3758 ((void (APIENTRY
*)(GLfloat factor
, GLfloat units
)) _func
)(factor
, units
);
3761 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoordPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
3763 const struct mapi_table
*_tbl
= entry_current_get();
3764 mapi_func _func
= ((const mapi_func
*) _tbl
)[320];
3765 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, pointer
);
3768 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
3770 const struct mapi_table
*_tbl
= entry_current_get();
3771 mapi_func _func
= ((const mapi_func
*) _tbl
)[321];
3772 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, pointer
);
3775 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreTexturesResident
)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
)
3777 const struct mapi_table
*_tbl
= entry_current_get();
3778 mapi_func _func
= ((const mapi_func
*) _tbl
)[322];
3779 return ((GLboolean (APIENTRY
*)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
)) _func
)(n
, textures
, residences
);
3783 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreTexturesResidentEXT
)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
)
3785 const struct mapi_table
*_tbl
= entry_current_get();
3786 mapi_func _func
= ((const mapi_func
*) _tbl
)[322];
3787 return ((GLboolean (APIENTRY
*)(GLsizei n
, const GLuint
*textures
, GLboolean
*residences
)) _func
)(n
, textures
, residences
);
3791 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage1D
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
)
3793 const struct mapi_table
*_tbl
= entry_current_get();
3794 mapi_func _func
= ((const mapi_func
*) _tbl
)[323];
3795 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
)) _func
)(target
, level
, internalformat
, x
, y
, width
, border
);
3798 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage1DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
)
3800 const struct mapi_table
*_tbl
= entry_current_get();
3801 mapi_func _func
= ((const mapi_func
*) _tbl
)[323];
3802 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLint border
)) _func
)(target
, level
, internalformat
, x
, y
, width
, border
);
3805 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage2D
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
)
3807 const struct mapi_table
*_tbl
= entry_current_get();
3808 mapi_func _func
= ((const mapi_func
*) _tbl
)[324];
3809 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
)) _func
)(target
, level
, internalformat
, x
, y
, width
, height
, border
);
3812 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexImage2DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
)
3814 const struct mapi_table
*_tbl
= entry_current_get();
3815 mapi_func _func
= ((const mapi_func
*) _tbl
)[324];
3816 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLint border
)) _func
)(target
, level
, internalformat
, x
, y
, width
, height
, border
);
3819 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
)
3821 const struct mapi_table
*_tbl
= entry_current_get();
3822 mapi_func _func
= ((const mapi_func
*) _tbl
)[325];
3823 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, level
, xoffset
, x
, y
, width
);
3826 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage1DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
)
3828 const struct mapi_table
*_tbl
= entry_current_get();
3829 mapi_func _func
= ((const mapi_func
*) _tbl
)[325];
3830 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, level
, xoffset
, x
, y
, width
);
3833 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
3835 const struct mapi_table
*_tbl
= entry_current_get();
3836 mapi_func _func
= ((const mapi_func
*) _tbl
)[326];
3837 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, level
, xoffset
, yoffset
, x
, y
, width
, height
);
3840 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage2DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
3842 const struct mapi_table
*_tbl
= entry_current_get();
3843 mapi_func _func
= ((const mapi_func
*) _tbl
)[326];
3844 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, level
, xoffset
, yoffset
, x
, y
, width
, height
);
3847 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTextures
)(GLsizei n
, const GLuint
*textures
)
3849 const struct mapi_table
*_tbl
= entry_current_get();
3850 mapi_func _func
= ((const mapi_func
*) _tbl
)[327];
3851 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*textures
)) _func
)(n
, textures
);
3855 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTexturesEXT
)(GLsizei n
, const GLuint
*textures
)
3857 const struct mapi_table
*_tbl
= entry_current_get();
3858 mapi_func _func
= ((const mapi_func
*) _tbl
)[327];
3859 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*textures
)) _func
)(n
, textures
);
3863 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTextures
)(GLsizei n
, GLuint
*textures
)
3865 const struct mapi_table
*_tbl
= entry_current_get();
3866 mapi_func _func
= ((const mapi_func
*) _tbl
)[328];
3867 ((void (APIENTRY
*)(GLsizei n
, GLuint
*textures
)) _func
)(n
, textures
);
3871 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTexturesEXT
)(GLsizei n
, GLuint
*textures
)
3873 const struct mapi_table
*_tbl
= entry_current_get();
3874 mapi_func _func
= ((const mapi_func
*) _tbl
)[328];
3875 ((void (APIENTRY
*)(GLsizei n
, GLuint
*textures
)) _func
)(n
, textures
);
3879 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPointerv
)(GLenum pname
, GLvoid
**params
)
3881 const struct mapi_table
*_tbl
= entry_current_get();
3882 mapi_func _func
= ((const mapi_func
*) _tbl
)[329];
3883 ((void (APIENTRY
*)(GLenum pname
, GLvoid
**params
)) _func
)(pname
, params
);
3886 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPointervEXT
)(GLenum pname
, GLvoid
**params
)
3888 const struct mapi_table
*_tbl
= entry_current_get();
3889 mapi_func _func
= ((const mapi_func
*) _tbl
)[329];
3890 ((void (APIENTRY
*)(GLenum pname
, GLvoid
**params
)) _func
)(pname
, params
);
3893 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTexture
)(GLuint texture
)
3895 const struct mapi_table
*_tbl
= entry_current_get();
3896 mapi_func _func
= ((const mapi_func
*) _tbl
)[330];
3897 return ((GLboolean (APIENTRY
*)(GLuint texture
)) _func
)(texture
);
3901 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTextureEXT
)(GLuint texture
)
3903 const struct mapi_table
*_tbl
= entry_current_get();
3904 mapi_func _func
= ((const mapi_func
*) _tbl
)[330];
3905 return ((GLboolean (APIENTRY
*)(GLuint texture
)) _func
)(texture
);
3909 GLAPI
void APIENTRY
GLAPI_PREFIX(PrioritizeTextures
)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
)
3911 const struct mapi_table
*_tbl
= entry_current_get();
3912 mapi_func _func
= ((const mapi_func
*) _tbl
)[331];
3913 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
)) _func
)(n
, textures
, priorities
);
3916 GLAPI
void APIENTRY
GLAPI_PREFIX(PrioritizeTexturesEXT
)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
)
3918 const struct mapi_table
*_tbl
= entry_current_get();
3919 mapi_func _func
= ((const mapi_func
*) _tbl
)[331];
3920 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*textures
, const GLclampf
*priorities
)) _func
)(n
, textures
, priorities
);
3923 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
3925 const struct mapi_table
*_tbl
= entry_current_get();
3926 mapi_func _func
= ((const mapi_func
*) _tbl
)[332];
3927 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, width
, format
, type
, pixels
);
3930 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage1DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
3932 const struct mapi_table
*_tbl
= entry_current_get();
3933 mapi_func _func
= ((const mapi_func
*) _tbl
)[332];
3934 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, width
, format
, type
, pixels
);
3937 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
3939 const struct mapi_table
*_tbl
= entry_current_get();
3940 mapi_func _func
= ((const mapi_func
*) _tbl
)[333];
3941 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, yoffset
, width
, height
, format
, type
, pixels
);
3944 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage2DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
3946 const struct mapi_table
*_tbl
= entry_current_get();
3947 mapi_func _func
= ((const mapi_func
*) _tbl
)[333];
3948 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, yoffset
, width
, height
, format
, type
, pixels
);
3951 GLAPI
void APIENTRY
GLAPI_PREFIX(PopClientAttrib
)(void)
3953 const struct mapi_table
*_tbl
= entry_current_get();
3954 mapi_func _func
= ((const mapi_func
*) _tbl
)[334];
3955 ((void (APIENTRY
*)(void)) _func
)();
3958 GLAPI
void APIENTRY
GLAPI_PREFIX(PushClientAttrib
)(GLbitfield mask
)
3960 const struct mapi_table
*_tbl
= entry_current_get();
3961 mapi_func _func
= ((const mapi_func
*) _tbl
)[335];
3962 ((void (APIENTRY
*)(GLbitfield mask
)) _func
)(mask
);
3965 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendColor
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)
3967 const struct mapi_table
*_tbl
= entry_current_get();
3968 mapi_func _func
= ((const mapi_func
*) _tbl
)[336];
3969 ((void (APIENTRY
*)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)) _func
)(red
, green
, blue
, alpha
);
3972 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendColorEXT
)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)
3974 const struct mapi_table
*_tbl
= entry_current_get();
3975 mapi_func _func
= ((const mapi_func
*) _tbl
)[336];
3976 ((void (APIENTRY
*)(GLclampf red
, GLclampf green
, GLclampf blue
, GLclampf alpha
)) _func
)(red
, green
, blue
, alpha
);
3979 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquation
)(GLenum mode
)
3981 const struct mapi_table
*_tbl
= entry_current_get();
3982 mapi_func _func
= ((const mapi_func
*) _tbl
)[337];
3983 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
3986 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationEXT
)(GLenum mode
)
3988 const struct mapi_table
*_tbl
= entry_current_get();
3989 mapi_func _func
= ((const mapi_func
*) _tbl
)[337];
3990 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
3993 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationOES
)(GLenum mode
)
3995 const struct mapi_table
*_tbl
= entry_current_get();
3996 mapi_func _func
= ((const mapi_func
*) _tbl
)[337];
3997 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
4000 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElements
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
)
4002 const struct mapi_table
*_tbl
= entry_current_get();
4003 mapi_func _func
= ((const mapi_func
*) _tbl
)[338];
4004 ((void (APIENTRY
*)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
)) _func
)(mode
, start
, end
, count
, type
, indices
);
4007 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElementsEXT
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
)
4009 const struct mapi_table
*_tbl
= entry_current_get();
4010 mapi_func _func
= ((const mapi_func
*) _tbl
)[338];
4011 ((void (APIENTRY
*)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
)) _func
)(mode
, start
, end
, count
, type
, indices
);
4014 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTable
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)
4016 const struct mapi_table
*_tbl
= entry_current_get();
4017 mapi_func _func
= ((const mapi_func
*) _tbl
)[339];
4018 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)) _func
)(target
, internalformat
, width
, format
, type
, table
);
4021 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)
4023 const struct mapi_table
*_tbl
= entry_current_get();
4024 mapi_func _func
= ((const mapi_func
*) _tbl
)[339];
4025 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)) _func
)(target
, internalformat
, width
, format
, type
, table
);
4028 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableSGI
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)
4030 const struct mapi_table
*_tbl
= entry_current_get();
4031 mapi_func _func
= ((const mapi_func
*) _tbl
)[339];
4032 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*table
)) _func
)(target
, internalformat
, width
, format
, type
, table
);
4035 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
4037 const struct mapi_table
*_tbl
= entry_current_get();
4038 mapi_func _func
= ((const mapi_func
*) _tbl
)[340];
4039 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
4042 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterfvSGI
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
4044 const struct mapi_table
*_tbl
= entry_current_get();
4045 mapi_func _func
= ((const mapi_func
*) _tbl
)[340];
4046 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
4049 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
)
4051 const struct mapi_table
*_tbl
= entry_current_get();
4052 mapi_func _func
= ((const mapi_func
*) _tbl
)[341];
4053 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
4056 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorTableParameterivSGI
)(GLenum target
, GLenum pname
, const GLint
*params
)
4058 const struct mapi_table
*_tbl
= entry_current_get();
4059 mapi_func _func
= ((const mapi_func
*) _tbl
)[341];
4060 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
4063 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorTable
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)
4065 const struct mapi_table
*_tbl
= entry_current_get();
4066 mapi_func _func
= ((const mapi_func
*) _tbl
)[342];
4067 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, internalformat
, x
, y
, width
);
4070 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorTableSGI
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)
4072 const struct mapi_table
*_tbl
= entry_current_get();
4073 mapi_func _func
= ((const mapi_func
*) _tbl
)[342];
4074 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, internalformat
, x
, y
, width
);
4077 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTable
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)
4079 const struct mapi_table
*_tbl
= entry_current_get();
4080 mapi_func _func
= ((const mapi_func
*) _tbl
)[343];
4081 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)) _func
)(target
, format
, type
, table
);
4085 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)
4087 const struct mapi_table
*_tbl
= entry_current_get();
4088 mapi_func _func
= ((const mapi_func
*) _tbl
)[343];
4089 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)) _func
)(target
, format
, type
, table
);
4094 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableSGI
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)
4096 const struct mapi_table
*_tbl
= entry_current_get();
4097 mapi_func _func
= ((const mapi_func
*) _tbl
)[343];
4098 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*table
)) _func
)(target
, format
, type
, table
);
4102 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4104 const struct mapi_table
*_tbl
= entry_current_get();
4105 mapi_func _func
= ((const mapi_func
*) _tbl
)[344];
4106 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4110 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4112 const struct mapi_table
*_tbl
= entry_current_get();
4113 mapi_func _func
= ((const mapi_func
*) _tbl
)[344];
4114 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4119 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterfvSGI
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4121 const struct mapi_table
*_tbl
= entry_current_get();
4122 mapi_func _func
= ((const mapi_func
*) _tbl
)[344];
4123 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4127 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
4129 const struct mapi_table
*_tbl
= entry_current_get();
4130 mapi_func _func
= ((const mapi_func
*) _tbl
)[345];
4131 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4135 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
4137 const struct mapi_table
*_tbl
= entry_current_get();
4138 mapi_func _func
= ((const mapi_func
*) _tbl
)[345];
4139 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4144 GLAPI
void APIENTRY
GLAPI_PREFIX(GetColorTableParameterivSGI
)(GLenum target
, GLenum pname
, GLint
*params
)
4146 const struct mapi_table
*_tbl
= entry_current_get();
4147 mapi_func _func
= ((const mapi_func
*) _tbl
)[345];
4148 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4152 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorSubTable
)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
)
4154 const struct mapi_table
*_tbl
= entry_current_get();
4155 mapi_func _func
= ((const mapi_func
*) _tbl
)[346];
4156 ((void (APIENTRY
*)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
)) _func
)(target
, start
, count
, format
, type
, data
);
4159 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorSubTableEXT
)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
)
4161 const struct mapi_table
*_tbl
= entry_current_get();
4162 mapi_func _func
= ((const mapi_func
*) _tbl
)[346];
4163 ((void (APIENTRY
*)(GLenum target
, GLsizei start
, GLsizei count
, GLenum format
, GLenum type
, const GLvoid
*data
)) _func
)(target
, start
, count
, format
, type
, data
);
4166 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorSubTable
)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
)
4168 const struct mapi_table
*_tbl
= entry_current_get();
4169 mapi_func _func
= ((const mapi_func
*) _tbl
)[347];
4170 ((void (APIENTRY
*)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, start
, x
, y
, width
);
4173 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyColorSubTableEXT
)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
)
4175 const struct mapi_table
*_tbl
= entry_current_get();
4176 mapi_func _func
= ((const mapi_func
*) _tbl
)[347];
4177 ((void (APIENTRY
*)(GLenum target
, GLsizei start
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, start
, x
, y
, width
);
4180 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter1D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
)
4182 const struct mapi_table
*_tbl
= entry_current_get();
4183 mapi_func _func
= ((const mapi_func
*) _tbl
)[348];
4184 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
)) _func
)(target
, internalformat
, width
, format
, type
, image
);
4187 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter1DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
)
4189 const struct mapi_table
*_tbl
= entry_current_get();
4190 mapi_func _func
= ((const mapi_func
*) _tbl
)[348];
4191 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLenum format
, GLenum type
, const GLvoid
*image
)) _func
)(target
, internalformat
, width
, format
, type
, image
);
4194 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter2D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
)
4196 const struct mapi_table
*_tbl
= entry_current_get();
4197 mapi_func _func
= ((const mapi_func
*) _tbl
)[349];
4198 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
)) _func
)(target
, internalformat
, width
, height
, format
, type
, image
);
4201 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
)
4203 const struct mapi_table
*_tbl
= entry_current_get();
4204 mapi_func _func
= ((const mapi_func
*) _tbl
)[349];
4205 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*image
)) _func
)(target
, internalformat
, width
, height
, format
, type
, image
);
4208 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterf
)(GLenum target
, GLenum pname
, GLfloat params
)
4210 const struct mapi_table
*_tbl
= entry_current_get();
4211 mapi_func _func
= ((const mapi_func
*) _tbl
)[350];
4212 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat params
)) _func
)(target
, pname
, params
);
4215 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfEXT
)(GLenum target
, GLenum pname
, GLfloat params
)
4217 const struct mapi_table
*_tbl
= entry_current_get();
4218 mapi_func _func
= ((const mapi_func
*) _tbl
)[350];
4219 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat params
)) _func
)(target
, pname
, params
);
4222 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfv
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
4224 const struct mapi_table
*_tbl
= entry_current_get();
4225 mapi_func _func
= ((const mapi_func
*) _tbl
)[351];
4226 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
4229 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterfvEXT
)(GLenum target
, GLenum pname
, const GLfloat
*params
)
4231 const struct mapi_table
*_tbl
= entry_current_get();
4232 mapi_func _func
= ((const mapi_func
*) _tbl
)[351];
4233 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfloat
*params
)) _func
)(target
, pname
, params
);
4236 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteri
)(GLenum target
, GLenum pname
, GLint params
)
4238 const struct mapi_table
*_tbl
= entry_current_get();
4239 mapi_func _func
= ((const mapi_func
*) _tbl
)[352];
4240 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint params
)) _func
)(target
, pname
, params
);
4243 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteriEXT
)(GLenum target
, GLenum pname
, GLint params
)
4245 const struct mapi_table
*_tbl
= entry_current_get();
4246 mapi_func _func
= ((const mapi_func
*) _tbl
)[352];
4247 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint params
)) _func
)(target
, pname
, params
);
4250 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameteriv
)(GLenum target
, GLenum pname
, const GLint
*params
)
4252 const struct mapi_table
*_tbl
= entry_current_get();
4253 mapi_func _func
= ((const mapi_func
*) _tbl
)[353];
4254 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
4257 GLAPI
void APIENTRY
GLAPI_PREFIX(ConvolutionParameterivEXT
)(GLenum target
, GLenum pname
, const GLint
*params
)
4259 const struct mapi_table
*_tbl
= entry_current_get();
4260 mapi_func _func
= ((const mapi_func
*) _tbl
)[353];
4261 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
4264 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter1D
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)
4266 const struct mapi_table
*_tbl
= entry_current_get();
4267 mapi_func _func
= ((const mapi_func
*) _tbl
)[354];
4268 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, internalformat
, x
, y
, width
);
4271 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter1DEXT
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)
4273 const struct mapi_table
*_tbl
= entry_current_get();
4274 mapi_func _func
= ((const mapi_func
*) _tbl
)[354];
4275 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
)) _func
)(target
, internalformat
, x
, y
, width
);
4278 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter2D
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
4280 const struct mapi_table
*_tbl
= entry_current_get();
4281 mapi_func _func
= ((const mapi_func
*) _tbl
)[355];
4282 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, internalformat
, x
, y
, width
, height
);
4285 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyConvolutionFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
4287 const struct mapi_table
*_tbl
= entry_current_get();
4288 mapi_func _func
= ((const mapi_func
*) _tbl
)[355];
4289 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, internalformat
, x
, y
, width
, height
);
4292 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionFilter
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
)
4294 const struct mapi_table
*_tbl
= entry_current_get();
4295 mapi_func _func
= ((const mapi_func
*) _tbl
)[356];
4296 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
)) _func
)(target
, format
, type
, image
);
4300 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionFilterEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
)
4302 const struct mapi_table
*_tbl
= entry_current_get();
4303 mapi_func _func
= ((const mapi_func
*) _tbl
)[356];
4304 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*image
)) _func
)(target
, format
, type
, image
);
4308 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4310 const struct mapi_table
*_tbl
= entry_current_get();
4311 mapi_func _func
= ((const mapi_func
*) _tbl
)[357];
4312 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4316 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4318 const struct mapi_table
*_tbl
= entry_current_get();
4319 mapi_func _func
= ((const mapi_func
*) _tbl
)[357];
4320 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4324 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
4326 const struct mapi_table
*_tbl
= entry_current_get();
4327 mapi_func _func
= ((const mapi_func
*) _tbl
)[358];
4328 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4332 GLAPI
void APIENTRY
GLAPI_PREFIX(GetConvolutionParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
4334 const struct mapi_table
*_tbl
= entry_current_get();
4335 mapi_func _func
= ((const mapi_func
*) _tbl
)[358];
4336 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4340 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSeparableFilter
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
)
4342 const struct mapi_table
*_tbl
= entry_current_get();
4343 mapi_func _func
= ((const mapi_func
*) _tbl
)[359];
4344 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
)) _func
)(target
, format
, type
, row
, column
, span
);
4348 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSeparableFilterEXT
)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
)
4350 const struct mapi_table
*_tbl
= entry_current_get();
4351 mapi_func _func
= ((const mapi_func
*) _tbl
)[359];
4352 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLvoid
*row
, GLvoid
*column
, GLvoid
*span
)) _func
)(target
, format
, type
, row
, column
, span
);
4356 GLAPI
void APIENTRY
GLAPI_PREFIX(SeparableFilter2D
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
)
4358 const struct mapi_table
*_tbl
= entry_current_get();
4359 mapi_func _func
= ((const mapi_func
*) _tbl
)[360];
4360 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
)) _func
)(target
, internalformat
, width
, height
, format
, type
, row
, column
);
4363 GLAPI
void APIENTRY
GLAPI_PREFIX(SeparableFilter2DEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
)
4365 const struct mapi_table
*_tbl
= entry_current_get();
4366 mapi_func _func
= ((const mapi_func
*) _tbl
)[360];
4367 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, const GLvoid
*row
, const GLvoid
*column
)) _func
)(target
, internalformat
, width
, height
, format
, type
, row
, column
);
4370 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogram
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)
4372 const struct mapi_table
*_tbl
= entry_current_get();
4373 mapi_func _func
= ((const mapi_func
*) _tbl
)[361];
4374 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, values
);
4378 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramEXT
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)
4380 const struct mapi_table
*_tbl
= entry_current_get();
4381 mapi_func _func
= ((const mapi_func
*) _tbl
)[361];
4382 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, values
);
4386 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4388 const struct mapi_table
*_tbl
= entry_current_get();
4389 mapi_func _func
= ((const mapi_func
*) _tbl
)[362];
4390 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4394 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4396 const struct mapi_table
*_tbl
= entry_current_get();
4397 mapi_func _func
= ((const mapi_func
*) _tbl
)[362];
4398 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4402 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
4404 const struct mapi_table
*_tbl
= entry_current_get();
4405 mapi_func _func
= ((const mapi_func
*) _tbl
)[363];
4406 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4410 GLAPI
void APIENTRY
GLAPI_PREFIX(GetHistogramParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
4412 const struct mapi_table
*_tbl
= entry_current_get();
4413 mapi_func _func
= ((const mapi_func
*) _tbl
)[363];
4414 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4418 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmax
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)
4420 const struct mapi_table
*_tbl
= entry_current_get();
4421 mapi_func _func
= ((const mapi_func
*) _tbl
)[364];
4422 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, values
);
4426 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxEXT
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)
4428 const struct mapi_table
*_tbl
= entry_current_get();
4429 mapi_func _func
= ((const mapi_func
*) _tbl
)[364];
4430 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, values
);
4434 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterfv
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4436 const struct mapi_table
*_tbl
= entry_current_get();
4437 mapi_func _func
= ((const mapi_func
*) _tbl
)[365];
4438 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4442 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterfvEXT
)(GLenum target
, GLenum pname
, GLfloat
*params
)
4444 const struct mapi_table
*_tbl
= entry_current_get();
4445 mapi_func _func
= ((const mapi_func
*) _tbl
)[365];
4446 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfloat
*params
)) _func
)(target
, pname
, params
);
4450 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
4452 const struct mapi_table
*_tbl
= entry_current_get();
4453 mapi_func _func
= ((const mapi_func
*) _tbl
)[366];
4454 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4458 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMinmaxParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
4460 const struct mapi_table
*_tbl
= entry_current_get();
4461 mapi_func _func
= ((const mapi_func
*) _tbl
)[366];
4462 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
4466 GLAPI
void APIENTRY
GLAPI_PREFIX(Histogram
)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
)
4468 const struct mapi_table
*_tbl
= entry_current_get();
4469 mapi_func _func
= ((const mapi_func
*) _tbl
)[367];
4470 ((void (APIENTRY
*)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
)) _func
)(target
, width
, internalformat
, sink
);
4473 GLAPI
void APIENTRY
GLAPI_PREFIX(HistogramEXT
)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
)
4475 const struct mapi_table
*_tbl
= entry_current_get();
4476 mapi_func _func
= ((const mapi_func
*) _tbl
)[367];
4477 ((void (APIENTRY
*)(GLenum target
, GLsizei width
, GLenum internalformat
, GLboolean sink
)) _func
)(target
, width
, internalformat
, sink
);
4480 GLAPI
void APIENTRY
GLAPI_PREFIX(Minmax
)(GLenum target
, GLenum internalformat
, GLboolean sink
)
4482 const struct mapi_table
*_tbl
= entry_current_get();
4483 mapi_func _func
= ((const mapi_func
*) _tbl
)[368];
4484 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLboolean sink
)) _func
)(target
, internalformat
, sink
);
4487 GLAPI
void APIENTRY
GLAPI_PREFIX(MinmaxEXT
)(GLenum target
, GLenum internalformat
, GLboolean sink
)
4489 const struct mapi_table
*_tbl
= entry_current_get();
4490 mapi_func _func
= ((const mapi_func
*) _tbl
)[368];
4491 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLboolean sink
)) _func
)(target
, internalformat
, sink
);
4494 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetHistogram
)(GLenum target
)
4496 const struct mapi_table
*_tbl
= entry_current_get();
4497 mapi_func _func
= ((const mapi_func
*) _tbl
)[369];
4498 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
4501 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetHistogramEXT
)(GLenum target
)
4503 const struct mapi_table
*_tbl
= entry_current_get();
4504 mapi_func _func
= ((const mapi_func
*) _tbl
)[369];
4505 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
4508 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetMinmax
)(GLenum target
)
4510 const struct mapi_table
*_tbl
= entry_current_get();
4511 mapi_func _func
= ((const mapi_func
*) _tbl
)[370];
4512 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
4515 GLAPI
void APIENTRY
GLAPI_PREFIX(ResetMinmaxEXT
)(GLenum target
)
4517 const struct mapi_table
*_tbl
= entry_current_get();
4518 mapi_func _func
= ((const mapi_func
*) _tbl
)[370];
4519 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
4522 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3D
)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4524 const struct mapi_table
*_tbl
= entry_current_get();
4525 mapi_func _func
= ((const mapi_func
*) _tbl
)[371];
4526 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, format
, type
, pixels
);
4529 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3DEXT
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4531 const struct mapi_table
*_tbl
= entry_current_get();
4532 mapi_func _func
= ((const mapi_func
*) _tbl
)[371];
4533 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, format
, type
, pixels
);
4536 GLAPI
void APIENTRY
GLAPI_PREFIX(TexImage3DOES
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4538 const struct mapi_table
*_tbl
= entry_current_get();
4539 mapi_func _func
= ((const mapi_func
*) _tbl
)[371];
4540 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, format
, type
, pixels
);
4543 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4545 const struct mapi_table
*_tbl
= entry_current_get();
4546 mapi_func _func
= ((const mapi_func
*) _tbl
)[372];
4547 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, type
, pixels
);
4550 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4552 const struct mapi_table
*_tbl
= entry_current_get();
4553 mapi_func _func
= ((const mapi_func
*) _tbl
)[372];
4554 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, type
, pixels
);
4557 GLAPI
void APIENTRY
GLAPI_PREFIX(TexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)
4559 const struct mapi_table
*_tbl
= entry_current_get();
4560 mapi_func _func
= ((const mapi_func
*) _tbl
)[372];
4561 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLenum type
, const GLvoid
*pixels
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, type
, pixels
);
4564 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
4566 const struct mapi_table
*_tbl
= entry_current_get();
4567 mapi_func _func
= ((const mapi_func
*) _tbl
)[373];
4568 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, x
, y
, width
, height
);
4571 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3DEXT
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
4573 const struct mapi_table
*_tbl
= entry_current_get();
4574 mapi_func _func
= ((const mapi_func
*) _tbl
)[373];
4575 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, x
, y
, width
, height
);
4578 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyTexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)
4580 const struct mapi_table
*_tbl
= entry_current_get();
4581 mapi_func _func
= ((const mapi_func
*) _tbl
)[373];
4582 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLint x
, GLint y
, GLsizei width
, GLsizei height
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, x
, y
, width
, height
);
4585 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveTextureARB
)(GLenum texture
)
4587 const struct mapi_table
*_tbl
= entry_current_get();
4588 mapi_func _func
= ((const mapi_func
*) _tbl
)[374];
4589 ((void (APIENTRY
*)(GLenum texture
)) _func
)(texture
);
4592 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveTexture
)(GLenum texture
)
4594 const struct mapi_table
*_tbl
= entry_current_get();
4595 mapi_func _func
= ((const mapi_func
*) _tbl
)[374];
4596 ((void (APIENTRY
*)(GLenum texture
)) _func
)(texture
);
4599 GLAPI
void APIENTRY
GLAPI_PREFIX(ClientActiveTextureARB
)(GLenum texture
)
4601 const struct mapi_table
*_tbl
= entry_current_get();
4602 mapi_func _func
= ((const mapi_func
*) _tbl
)[375];
4603 ((void (APIENTRY
*)(GLenum texture
)) _func
)(texture
);
4606 GLAPI
void APIENTRY
GLAPI_PREFIX(ClientActiveTexture
)(GLenum texture
)
4608 const struct mapi_table
*_tbl
= entry_current_get();
4609 mapi_func _func
= ((const mapi_func
*) _tbl
)[375];
4610 ((void (APIENTRY
*)(GLenum texture
)) _func
)(texture
);
4613 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dARB
)(GLenum target
, GLdouble s
)
4615 const struct mapi_table
*_tbl
= entry_current_get();
4616 mapi_func _func
= ((const mapi_func
*) _tbl
)[376];
4617 ((void (APIENTRY
*)(GLenum target
, GLdouble s
)) _func
)(target
, s
);
4620 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1d
)(GLenum target
, GLdouble s
)
4622 const struct mapi_table
*_tbl
= entry_current_get();
4623 mapi_func _func
= ((const mapi_func
*) _tbl
)[376];
4624 ((void (APIENTRY
*)(GLenum target
, GLdouble s
)) _func
)(target
, s
);
4627 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dvARB
)(GLenum target
, const GLdouble
*v
)
4629 const struct mapi_table
*_tbl
= entry_current_get();
4630 mapi_func _func
= ((const mapi_func
*) _tbl
)[377];
4631 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4634 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1dv
)(GLenum target
, const GLdouble
*v
)
4636 const struct mapi_table
*_tbl
= entry_current_get();
4637 mapi_func _func
= ((const mapi_func
*) _tbl
)[377];
4638 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4641 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fARB
)(GLenum target
, GLfloat s
)
4643 const struct mapi_table
*_tbl
= entry_current_get();
4644 mapi_func _func
= ((const mapi_func
*) _tbl
)[378];
4645 ((void (APIENTRY
*)(GLenum target
, GLfloat s
)) _func
)(target
, s
);
4648 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1f
)(GLenum target
, GLfloat s
)
4650 const struct mapi_table
*_tbl
= entry_current_get();
4651 mapi_func _func
= ((const mapi_func
*) _tbl
)[378];
4652 ((void (APIENTRY
*)(GLenum target
, GLfloat s
)) _func
)(target
, s
);
4655 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fvARB
)(GLenum target
, const GLfloat
*v
)
4657 const struct mapi_table
*_tbl
= entry_current_get();
4658 mapi_func _func
= ((const mapi_func
*) _tbl
)[379];
4659 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4662 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1fv
)(GLenum target
, const GLfloat
*v
)
4664 const struct mapi_table
*_tbl
= entry_current_get();
4665 mapi_func _func
= ((const mapi_func
*) _tbl
)[379];
4666 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4669 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1iARB
)(GLenum target
, GLint s
)
4671 const struct mapi_table
*_tbl
= entry_current_get();
4672 mapi_func _func
= ((const mapi_func
*) _tbl
)[380];
4673 ((void (APIENTRY
*)(GLenum target
, GLint s
)) _func
)(target
, s
);
4676 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1i
)(GLenum target
, GLint s
)
4678 const struct mapi_table
*_tbl
= entry_current_get();
4679 mapi_func _func
= ((const mapi_func
*) _tbl
)[380];
4680 ((void (APIENTRY
*)(GLenum target
, GLint s
)) _func
)(target
, s
);
4683 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1ivARB
)(GLenum target
, const GLint
*v
)
4685 const struct mapi_table
*_tbl
= entry_current_get();
4686 mapi_func _func
= ((const mapi_func
*) _tbl
)[381];
4687 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4690 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1iv
)(GLenum target
, const GLint
*v
)
4692 const struct mapi_table
*_tbl
= entry_current_get();
4693 mapi_func _func
= ((const mapi_func
*) _tbl
)[381];
4694 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4697 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1sARB
)(GLenum target
, GLshort s
)
4699 const struct mapi_table
*_tbl
= entry_current_get();
4700 mapi_func _func
= ((const mapi_func
*) _tbl
)[382];
4701 ((void (APIENTRY
*)(GLenum target
, GLshort s
)) _func
)(target
, s
);
4704 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1s
)(GLenum target
, GLshort s
)
4706 const struct mapi_table
*_tbl
= entry_current_get();
4707 mapi_func _func
= ((const mapi_func
*) _tbl
)[382];
4708 ((void (APIENTRY
*)(GLenum target
, GLshort s
)) _func
)(target
, s
);
4711 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1svARB
)(GLenum target
, const GLshort
*v
)
4713 const struct mapi_table
*_tbl
= entry_current_get();
4714 mapi_func _func
= ((const mapi_func
*) _tbl
)[383];
4715 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4718 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord1sv
)(GLenum target
, const GLshort
*v
)
4720 const struct mapi_table
*_tbl
= entry_current_get();
4721 mapi_func _func
= ((const mapi_func
*) _tbl
)[383];
4722 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4725 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dARB
)(GLenum target
, GLdouble s
, GLdouble t
)
4727 const struct mapi_table
*_tbl
= entry_current_get();
4728 mapi_func _func
= ((const mapi_func
*) _tbl
)[384];
4729 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
)) _func
)(target
, s
, t
);
4732 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2d
)(GLenum target
, GLdouble s
, GLdouble t
)
4734 const struct mapi_table
*_tbl
= entry_current_get();
4735 mapi_func _func
= ((const mapi_func
*) _tbl
)[384];
4736 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
)) _func
)(target
, s
, t
);
4739 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dvARB
)(GLenum target
, const GLdouble
*v
)
4741 const struct mapi_table
*_tbl
= entry_current_get();
4742 mapi_func _func
= ((const mapi_func
*) _tbl
)[385];
4743 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4746 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2dv
)(GLenum target
, const GLdouble
*v
)
4748 const struct mapi_table
*_tbl
= entry_current_get();
4749 mapi_func _func
= ((const mapi_func
*) _tbl
)[385];
4750 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4753 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fARB
)(GLenum target
, GLfloat s
, GLfloat t
)
4755 const struct mapi_table
*_tbl
= entry_current_get();
4756 mapi_func _func
= ((const mapi_func
*) _tbl
)[386];
4757 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
)) _func
)(target
, s
, t
);
4760 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2f
)(GLenum target
, GLfloat s
, GLfloat t
)
4762 const struct mapi_table
*_tbl
= entry_current_get();
4763 mapi_func _func
= ((const mapi_func
*) _tbl
)[386];
4764 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
)) _func
)(target
, s
, t
);
4767 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fvARB
)(GLenum target
, const GLfloat
*v
)
4769 const struct mapi_table
*_tbl
= entry_current_get();
4770 mapi_func _func
= ((const mapi_func
*) _tbl
)[387];
4771 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4774 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2fv
)(GLenum target
, const GLfloat
*v
)
4776 const struct mapi_table
*_tbl
= entry_current_get();
4777 mapi_func _func
= ((const mapi_func
*) _tbl
)[387];
4778 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4781 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2iARB
)(GLenum target
, GLint s
, GLint t
)
4783 const struct mapi_table
*_tbl
= entry_current_get();
4784 mapi_func _func
= ((const mapi_func
*) _tbl
)[388];
4785 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
)) _func
)(target
, s
, t
);
4788 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2i
)(GLenum target
, GLint s
, GLint t
)
4790 const struct mapi_table
*_tbl
= entry_current_get();
4791 mapi_func _func
= ((const mapi_func
*) _tbl
)[388];
4792 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
)) _func
)(target
, s
, t
);
4795 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2ivARB
)(GLenum target
, const GLint
*v
)
4797 const struct mapi_table
*_tbl
= entry_current_get();
4798 mapi_func _func
= ((const mapi_func
*) _tbl
)[389];
4799 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4802 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2iv
)(GLenum target
, const GLint
*v
)
4804 const struct mapi_table
*_tbl
= entry_current_get();
4805 mapi_func _func
= ((const mapi_func
*) _tbl
)[389];
4806 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4809 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2sARB
)(GLenum target
, GLshort s
, GLshort t
)
4811 const struct mapi_table
*_tbl
= entry_current_get();
4812 mapi_func _func
= ((const mapi_func
*) _tbl
)[390];
4813 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
)) _func
)(target
, s
, t
);
4816 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2s
)(GLenum target
, GLshort s
, GLshort t
)
4818 const struct mapi_table
*_tbl
= entry_current_get();
4819 mapi_func _func
= ((const mapi_func
*) _tbl
)[390];
4820 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
)) _func
)(target
, s
, t
);
4823 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2svARB
)(GLenum target
, const GLshort
*v
)
4825 const struct mapi_table
*_tbl
= entry_current_get();
4826 mapi_func _func
= ((const mapi_func
*) _tbl
)[391];
4827 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4830 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord2sv
)(GLenum target
, const GLshort
*v
)
4832 const struct mapi_table
*_tbl
= entry_current_get();
4833 mapi_func _func
= ((const mapi_func
*) _tbl
)[391];
4834 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4837 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dARB
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
)
4839 const struct mapi_table
*_tbl
= entry_current_get();
4840 mapi_func _func
= ((const mapi_func
*) _tbl
)[392];
4841 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
)) _func
)(target
, s
, t
, r
);
4844 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3d
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
)
4846 const struct mapi_table
*_tbl
= entry_current_get();
4847 mapi_func _func
= ((const mapi_func
*) _tbl
)[392];
4848 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
)) _func
)(target
, s
, t
, r
);
4851 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dvARB
)(GLenum target
, const GLdouble
*v
)
4853 const struct mapi_table
*_tbl
= entry_current_get();
4854 mapi_func _func
= ((const mapi_func
*) _tbl
)[393];
4855 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4858 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3dv
)(GLenum target
, const GLdouble
*v
)
4860 const struct mapi_table
*_tbl
= entry_current_get();
4861 mapi_func _func
= ((const mapi_func
*) _tbl
)[393];
4862 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4865 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fARB
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
)
4867 const struct mapi_table
*_tbl
= entry_current_get();
4868 mapi_func _func
= ((const mapi_func
*) _tbl
)[394];
4869 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
)) _func
)(target
, s
, t
, r
);
4872 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3f
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
)
4874 const struct mapi_table
*_tbl
= entry_current_get();
4875 mapi_func _func
= ((const mapi_func
*) _tbl
)[394];
4876 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
)) _func
)(target
, s
, t
, r
);
4879 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fvARB
)(GLenum target
, const GLfloat
*v
)
4881 const struct mapi_table
*_tbl
= entry_current_get();
4882 mapi_func _func
= ((const mapi_func
*) _tbl
)[395];
4883 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4886 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3fv
)(GLenum target
, const GLfloat
*v
)
4888 const struct mapi_table
*_tbl
= entry_current_get();
4889 mapi_func _func
= ((const mapi_func
*) _tbl
)[395];
4890 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4893 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3iARB
)(GLenum target
, GLint s
, GLint t
, GLint r
)
4895 const struct mapi_table
*_tbl
= entry_current_get();
4896 mapi_func _func
= ((const mapi_func
*) _tbl
)[396];
4897 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
, GLint r
)) _func
)(target
, s
, t
, r
);
4900 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3i
)(GLenum target
, GLint s
, GLint t
, GLint r
)
4902 const struct mapi_table
*_tbl
= entry_current_get();
4903 mapi_func _func
= ((const mapi_func
*) _tbl
)[396];
4904 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
, GLint r
)) _func
)(target
, s
, t
, r
);
4907 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3ivARB
)(GLenum target
, const GLint
*v
)
4909 const struct mapi_table
*_tbl
= entry_current_get();
4910 mapi_func _func
= ((const mapi_func
*) _tbl
)[397];
4911 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4914 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3iv
)(GLenum target
, const GLint
*v
)
4916 const struct mapi_table
*_tbl
= entry_current_get();
4917 mapi_func _func
= ((const mapi_func
*) _tbl
)[397];
4918 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
4921 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3sARB
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
)
4923 const struct mapi_table
*_tbl
= entry_current_get();
4924 mapi_func _func
= ((const mapi_func
*) _tbl
)[398];
4925 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
, GLshort r
)) _func
)(target
, s
, t
, r
);
4928 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3s
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
)
4930 const struct mapi_table
*_tbl
= entry_current_get();
4931 mapi_func _func
= ((const mapi_func
*) _tbl
)[398];
4932 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
, GLshort r
)) _func
)(target
, s
, t
, r
);
4935 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3svARB
)(GLenum target
, const GLshort
*v
)
4937 const struct mapi_table
*_tbl
= entry_current_get();
4938 mapi_func _func
= ((const mapi_func
*) _tbl
)[399];
4939 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4942 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord3sv
)(GLenum target
, const GLshort
*v
)
4944 const struct mapi_table
*_tbl
= entry_current_get();
4945 mapi_func _func
= ((const mapi_func
*) _tbl
)[399];
4946 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
4949 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dARB
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)
4951 const struct mapi_table
*_tbl
= entry_current_get();
4952 mapi_func _func
= ((const mapi_func
*) _tbl
)[400];
4953 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)) _func
)(target
, s
, t
, r
, q
);
4956 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4d
)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)
4958 const struct mapi_table
*_tbl
= entry_current_get();
4959 mapi_func _func
= ((const mapi_func
*) _tbl
)[400];
4960 ((void (APIENTRY
*)(GLenum target
, GLdouble s
, GLdouble t
, GLdouble r
, GLdouble q
)) _func
)(target
, s
, t
, r
, q
);
4963 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dvARB
)(GLenum target
, const GLdouble
*v
)
4965 const struct mapi_table
*_tbl
= entry_current_get();
4966 mapi_func _func
= ((const mapi_func
*) _tbl
)[401];
4967 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4970 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4dv
)(GLenum target
, const GLdouble
*v
)
4972 const struct mapi_table
*_tbl
= entry_current_get();
4973 mapi_func _func
= ((const mapi_func
*) _tbl
)[401];
4974 ((void (APIENTRY
*)(GLenum target
, const GLdouble
*v
)) _func
)(target
, v
);
4977 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fARB
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)
4979 const struct mapi_table
*_tbl
= entry_current_get();
4980 mapi_func _func
= ((const mapi_func
*) _tbl
)[402];
4981 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)) _func
)(target
, s
, t
, r
, q
);
4984 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4f
)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)
4986 const struct mapi_table
*_tbl
= entry_current_get();
4987 mapi_func _func
= ((const mapi_func
*) _tbl
)[402];
4988 ((void (APIENTRY
*)(GLenum target
, GLfloat s
, GLfloat t
, GLfloat r
, GLfloat q
)) _func
)(target
, s
, t
, r
, q
);
4991 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fvARB
)(GLenum target
, const GLfloat
*v
)
4993 const struct mapi_table
*_tbl
= entry_current_get();
4994 mapi_func _func
= ((const mapi_func
*) _tbl
)[403];
4995 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
4998 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4fv
)(GLenum target
, const GLfloat
*v
)
5000 const struct mapi_table
*_tbl
= entry_current_get();
5001 mapi_func _func
= ((const mapi_func
*) _tbl
)[403];
5002 ((void (APIENTRY
*)(GLenum target
, const GLfloat
*v
)) _func
)(target
, v
);
5005 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4iARB
)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
)
5007 const struct mapi_table
*_tbl
= entry_current_get();
5008 mapi_func _func
= ((const mapi_func
*) _tbl
)[404];
5009 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
)) _func
)(target
, s
, t
, r
, q
);
5012 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4i
)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
)
5014 const struct mapi_table
*_tbl
= entry_current_get();
5015 mapi_func _func
= ((const mapi_func
*) _tbl
)[404];
5016 ((void (APIENTRY
*)(GLenum target
, GLint s
, GLint t
, GLint r
, GLint q
)) _func
)(target
, s
, t
, r
, q
);
5019 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4ivARB
)(GLenum target
, const GLint
*v
)
5021 const struct mapi_table
*_tbl
= entry_current_get();
5022 mapi_func _func
= ((const mapi_func
*) _tbl
)[405];
5023 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
5026 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4iv
)(GLenum target
, const GLint
*v
)
5028 const struct mapi_table
*_tbl
= entry_current_get();
5029 mapi_func _func
= ((const mapi_func
*) _tbl
)[405];
5030 ((void (APIENTRY
*)(GLenum target
, const GLint
*v
)) _func
)(target
, v
);
5033 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4sARB
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
)
5035 const struct mapi_table
*_tbl
= entry_current_get();
5036 mapi_func _func
= ((const mapi_func
*) _tbl
)[406];
5037 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
)) _func
)(target
, s
, t
, r
, q
);
5040 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4s
)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
)
5042 const struct mapi_table
*_tbl
= entry_current_get();
5043 mapi_func _func
= ((const mapi_func
*) _tbl
)[406];
5044 ((void (APIENTRY
*)(GLenum target
, GLshort s
, GLshort t
, GLshort r
, GLshort q
)) _func
)(target
, s
, t
, r
, q
);
5047 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4svARB
)(GLenum target
, const GLshort
*v
)
5049 const struct mapi_table
*_tbl
= entry_current_get();
5050 mapi_func _func
= ((const mapi_func
*) _tbl
)[407];
5051 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
5054 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4sv
)(GLenum target
, const GLshort
*v
)
5056 const struct mapi_table
*_tbl
= entry_current_get();
5057 mapi_func _func
= ((const mapi_func
*) _tbl
)[407];
5058 ((void (APIENTRY
*)(GLenum target
, const GLshort
*v
)) _func
)(target
, v
);
5061 GLAPI
void APIENTRY
GLAPI_PREFIX(AttachShader
)(GLuint program
, GLuint shader
)
5063 const struct mapi_table
*_tbl
= entry_current_get();
5064 mapi_func _func
= ((const mapi_func
*) _tbl
)[408];
5065 ((void (APIENTRY
*)(GLuint program
, GLuint shader
)) _func
)(program
, shader
);
5068 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateProgram
)(void)
5070 const struct mapi_table
*_tbl
= entry_current_get();
5071 mapi_func _func
= ((const mapi_func
*) _tbl
)[409];
5072 return ((GLuint (APIENTRY
*)(void)) _func
)();
5075 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateShader
)(GLenum type
)
5077 const struct mapi_table
*_tbl
= entry_current_get();
5078 mapi_func _func
= ((const mapi_func
*) _tbl
)[410];
5079 return ((GLuint (APIENTRY
*)(GLenum type
)) _func
)(type
);
5082 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgram
)(GLuint program
)
5084 const struct mapi_table
*_tbl
= entry_current_get();
5085 mapi_func _func
= ((const mapi_func
*) _tbl
)[411];
5086 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
5089 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteShader
)(GLuint program
)
5091 const struct mapi_table
*_tbl
= entry_current_get();
5092 mapi_func _func
= ((const mapi_func
*) _tbl
)[412];
5093 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
5096 GLAPI
void APIENTRY
GLAPI_PREFIX(DetachShader
)(GLuint program
, GLuint shader
)
5098 const struct mapi_table
*_tbl
= entry_current_get();
5099 mapi_func _func
= ((const mapi_func
*) _tbl
)[413];
5100 ((void (APIENTRY
*)(GLuint program
, GLuint shader
)) _func
)(program
, shader
);
5103 GLAPI
void APIENTRY
GLAPI_PREFIX(GetAttachedShaders
)(GLuint program
, GLsizei maxCount
, GLsizei
*count
, GLuint
*obj
)
5105 const struct mapi_table
*_tbl
= entry_current_get();
5106 mapi_func _func
= ((const mapi_func
*) _tbl
)[414];
5107 ((void (APIENTRY
*)(GLuint program
, GLsizei maxCount
, GLsizei
*count
, GLuint
*obj
)) _func
)(program
, maxCount
, count
, obj
);
5110 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramInfoLog
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
)
5112 const struct mapi_table
*_tbl
= entry_current_get();
5113 mapi_func _func
= ((const mapi_func
*) _tbl
)[415];
5114 ((void (APIENTRY
*)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
)) _func
)(program
, bufSize
, length
, infoLog
);
5117 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramiv
)(GLuint program
, GLenum pname
, GLint
*params
)
5119 const struct mapi_table
*_tbl
= entry_current_get();
5120 mapi_func _func
= ((const mapi_func
*) _tbl
)[416];
5121 ((void (APIENTRY
*)(GLuint program
, GLenum pname
, GLint
*params
)) _func
)(program
, pname
, params
);
5124 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderInfoLog
)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
)
5126 const struct mapi_table
*_tbl
= entry_current_get();
5127 mapi_func _func
= ((const mapi_func
*) _tbl
)[417];
5128 ((void (APIENTRY
*)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*infoLog
)) _func
)(shader
, bufSize
, length
, infoLog
);
5131 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderiv
)(GLuint shader
, GLenum pname
, GLint
*params
)
5133 const struct mapi_table
*_tbl
= entry_current_get();
5134 mapi_func _func
= ((const mapi_func
*) _tbl
)[418];
5135 ((void (APIENTRY
*)(GLuint shader
, GLenum pname
, GLint
*params
)) _func
)(shader
, pname
, params
);
5138 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgram
)(GLuint program
)
5140 const struct mapi_table
*_tbl
= entry_current_get();
5141 mapi_func _func
= ((const mapi_func
*) _tbl
)[419];
5142 return ((GLboolean (APIENTRY
*)(GLuint program
)) _func
)(program
);
5145 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsShader
)(GLuint shader
)
5147 const struct mapi_table
*_tbl
= entry_current_get();
5148 mapi_func _func
= ((const mapi_func
*) _tbl
)[420];
5149 return ((GLboolean (APIENTRY
*)(GLuint shader
)) _func
)(shader
);
5152 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFuncSeparate
)(GLenum face
, GLenum func
, GLint ref
, GLuint mask
)
5154 const struct mapi_table
*_tbl
= entry_current_get();
5155 mapi_func _func
= ((const mapi_func
*) _tbl
)[421];
5156 ((void (APIENTRY
*)(GLenum face
, GLenum func
, GLint ref
, GLuint mask
)) _func
)(face
, func
, ref
, mask
);
5159 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilMaskSeparate
)(GLenum face
, GLuint mask
)
5161 const struct mapi_table
*_tbl
= entry_current_get();
5162 mapi_func _func
= ((const mapi_func
*) _tbl
)[422];
5163 ((void (APIENTRY
*)(GLenum face
, GLuint mask
)) _func
)(face
, mask
);
5166 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOpSeparate
)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
)
5168 const struct mapi_table
*_tbl
= entry_current_get();
5169 mapi_func _func
= ((const mapi_func
*) _tbl
)[423];
5170 ((void (APIENTRY
*)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
)) _func
)(face
, sfail
, zfail
, zpass
);
5173 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilOpSeparateATI
)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
)
5175 const struct mapi_table
*_tbl
= entry_current_get();
5176 mapi_func _func
= ((const mapi_func
*) _tbl
)[423];
5177 ((void (APIENTRY
*)(GLenum face
, GLenum sfail
, GLenum zfail
, GLenum zpass
)) _func
)(face
, sfail
, zfail
, zpass
);
5180 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2x3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5182 const struct mapi_table
*_tbl
= entry_current_get();
5183 mapi_func _func
= ((const mapi_func
*) _tbl
)[424];
5184 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5187 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2x4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5189 const struct mapi_table
*_tbl
= entry_current_get();
5190 mapi_func _func
= ((const mapi_func
*) _tbl
)[425];
5191 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5194 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3x2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5196 const struct mapi_table
*_tbl
= entry_current_get();
5197 mapi_func _func
= ((const mapi_func
*) _tbl
)[426];
5198 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5201 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3x4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5203 const struct mapi_table
*_tbl
= entry_current_get();
5204 mapi_func _func
= ((const mapi_func
*) _tbl
)[427];
5205 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5208 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4x2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5210 const struct mapi_table
*_tbl
= entry_current_get();
5211 mapi_func _func
= ((const mapi_func
*) _tbl
)[428];
5212 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5215 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4x3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
5217 const struct mapi_table
*_tbl
= entry_current_get();
5218 mapi_func _func
= ((const mapi_func
*) _tbl
)[429];
5219 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
5222 GLAPI
void APIENTRY
GLAPI_PREFIX(ClampColor
)(GLenum target
, GLenum clamp
)
5224 const struct mapi_table
*_tbl
= entry_current_get();
5225 mapi_func _func
= ((const mapi_func
*) _tbl
)[430];
5226 ((void (APIENTRY
*)(GLenum target
, GLenum clamp
)) _func
)(target
, clamp
);
5229 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferfi
)(GLenum buffer
, GLint drawbuffer
, GLfloat depth
, GLint stencil
)
5231 const struct mapi_table
*_tbl
= entry_current_get();
5232 mapi_func _func
= ((const mapi_func
*) _tbl
)[431];
5233 ((void (APIENTRY
*)(GLenum buffer
, GLint drawbuffer
, GLfloat depth
, GLint stencil
)) _func
)(buffer
, drawbuffer
, depth
, stencil
);
5236 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferfv
)(GLenum buffer
, GLint drawbuffer
, const GLfloat
*value
)
5238 const struct mapi_table
*_tbl
= entry_current_get();
5239 mapi_func _func
= ((const mapi_func
*) _tbl
)[432];
5240 ((void (APIENTRY
*)(GLenum buffer
, GLint drawbuffer
, const GLfloat
*value
)) _func
)(buffer
, drawbuffer
, value
);
5243 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferiv
)(GLenum buffer
, GLint drawbuffer
, const GLint
*value
)
5245 const struct mapi_table
*_tbl
= entry_current_get();
5246 mapi_func _func
= ((const mapi_func
*) _tbl
)[433];
5247 ((void (APIENTRY
*)(GLenum buffer
, GLint drawbuffer
, const GLint
*value
)) _func
)(buffer
, drawbuffer
, value
);
5250 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearBufferuiv
)(GLenum buffer
, GLint drawbuffer
, const GLuint
*value
)
5252 const struct mapi_table
*_tbl
= entry_current_get();
5253 mapi_func _func
= ((const mapi_func
*) _tbl
)[434];
5254 ((void (APIENTRY
*)(GLenum buffer
, GLint drawbuffer
, const GLuint
*value
)) _func
)(buffer
, drawbuffer
, value
);
5257 GLAPI
const GLubyte
* APIENTRY
GLAPI_PREFIX(GetStringi
)(GLenum name
, GLuint index
)
5259 const struct mapi_table
*_tbl
= entry_current_get();
5260 mapi_func _func
= ((const mapi_func
*) _tbl
)[435];
5261 return ((const GLubyte
* (APIENTRY
*)(GLenum name
, GLuint index
)) _func
)(name
, index
);
5264 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBuffer
)(GLenum target
, GLenum internalFormat
, GLuint buffer
)
5266 const struct mapi_table
*_tbl
= entry_current_get();
5267 mapi_func _func
= ((const mapi_func
*) _tbl
)[436];
5268 ((void (APIENTRY
*)(GLenum target
, GLenum internalFormat
, GLuint buffer
)) _func
)(target
, internalFormat
, buffer
);
5271 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
)
5273 const struct mapi_table
*_tbl
= entry_current_get();
5274 mapi_func _func
= ((const mapi_func
*) _tbl
)[437];
5275 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, texture
, level
);
5278 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameteri64v
)(GLenum target
, GLenum pname
, GLint64
*params
)
5280 const struct mapi_table
*_tbl
= entry_current_get();
5281 mapi_func _func
= ((const mapi_func
*) _tbl
)[438];
5282 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint64
*params
)) _func
)(target
, pname
, params
);
5285 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInteger64i_v
)(GLenum cap
, GLuint index
, GLint64
*data
)
5287 const struct mapi_table
*_tbl
= entry_current_get();
5288 mapi_func _func
= ((const mapi_func
*) _tbl
)[439];
5289 ((void (APIENTRY
*)(GLenum cap
, GLuint index
, GLint64
*data
)) _func
)(cap
, index
, data
);
5292 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribDivisor
)(GLuint index
, GLuint divisor
)
5294 const struct mapi_table
*_tbl
= entry_current_get();
5295 mapi_func _func
= ((const mapi_func
*) _tbl
)[440];
5296 ((void (APIENTRY
*)(GLuint index
, GLuint divisor
)) _func
)(index
, divisor
);
5299 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixdARB
)(const GLdouble
*m
)
5301 const struct mapi_table
*_tbl
= entry_current_get();
5302 mapi_func _func
= ((const mapi_func
*) _tbl
)[441];
5303 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
5306 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixd
)(const GLdouble
*m
)
5308 const struct mapi_table
*_tbl
= entry_current_get();
5309 mapi_func _func
= ((const mapi_func
*) _tbl
)[441];
5310 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
5313 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixfARB
)(const GLfloat
*m
)
5315 const struct mapi_table
*_tbl
= entry_current_get();
5316 mapi_func _func
= ((const mapi_func
*) _tbl
)[442];
5317 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
5320 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadTransposeMatrixf
)(const GLfloat
*m
)
5322 const struct mapi_table
*_tbl
= entry_current_get();
5323 mapi_func _func
= ((const mapi_func
*) _tbl
)[442];
5324 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
5327 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixdARB
)(const GLdouble
*m
)
5329 const struct mapi_table
*_tbl
= entry_current_get();
5330 mapi_func _func
= ((const mapi_func
*) _tbl
)[443];
5331 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
5334 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixd
)(const GLdouble
*m
)
5336 const struct mapi_table
*_tbl
= entry_current_get();
5337 mapi_func _func
= ((const mapi_func
*) _tbl
)[443];
5338 ((void (APIENTRY
*)(const GLdouble
*m
)) _func
)(m
);
5341 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixfARB
)(const GLfloat
*m
)
5343 const struct mapi_table
*_tbl
= entry_current_get();
5344 mapi_func _func
= ((const mapi_func
*) _tbl
)[444];
5345 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
5348 GLAPI
void APIENTRY
GLAPI_PREFIX(MultTransposeMatrixf
)(const GLfloat
*m
)
5350 const struct mapi_table
*_tbl
= entry_current_get();
5351 mapi_func _func
= ((const mapi_func
*) _tbl
)[444];
5352 ((void (APIENTRY
*)(const GLfloat
*m
)) _func
)(m
);
5355 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoverageARB
)(GLclampf value
, GLboolean invert
)
5357 const struct mapi_table
*_tbl
= entry_current_get();
5358 mapi_func _func
= ((const mapi_func
*) _tbl
)[445];
5359 ((void (APIENTRY
*)(GLclampf value
, GLboolean invert
)) _func
)(value
, invert
);
5362 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoverage
)(GLclampf value
, GLboolean invert
)
5364 const struct mapi_table
*_tbl
= entry_current_get();
5365 mapi_func _func
= ((const mapi_func
*) _tbl
)[445];
5366 ((void (APIENTRY
*)(GLclampf value
, GLboolean invert
)) _func
)(value
, invert
);
5369 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage1DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5371 const struct mapi_table
*_tbl
= entry_current_get();
5372 mapi_func _func
= ((const mapi_func
*) _tbl
)[446];
5373 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, border
, imageSize
, data
);
5376 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage1D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5378 const struct mapi_table
*_tbl
= entry_current_get();
5379 mapi_func _func
= ((const mapi_func
*) _tbl
)[446];
5380 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, border
, imageSize
, data
);
5383 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage2DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5385 const struct mapi_table
*_tbl
= entry_current_get();
5386 mapi_func _func
= ((const mapi_func
*) _tbl
)[447];
5387 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, height
, border
, imageSize
, data
);
5390 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage2D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5392 const struct mapi_table
*_tbl
= entry_current_get();
5393 mapi_func _func
= ((const mapi_func
*) _tbl
)[447];
5394 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, height
, border
, imageSize
, data
);
5397 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3DARB
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5399 const struct mapi_table
*_tbl
= entry_current_get();
5400 mapi_func _func
= ((const mapi_func
*) _tbl
)[448];
5401 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, imageSize
, data
);
5404 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3D
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5406 const struct mapi_table
*_tbl
= entry_current_get();
5407 mapi_func _func
= ((const mapi_func
*) _tbl
)[448];
5408 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, imageSize
, data
);
5411 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexImage3DOES
)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)
5413 const struct mapi_table
*_tbl
= entry_current_get();
5414 mapi_func _func
= ((const mapi_func
*) _tbl
)[448];
5415 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum internalformat
, GLsizei width
, GLsizei height
, GLsizei depth
, GLint border
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, internalformat
, width
, height
, depth
, border
, imageSize
, data
);
5418 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage1DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5420 const struct mapi_table
*_tbl
= entry_current_get();
5421 mapi_func _func
= ((const mapi_func
*) _tbl
)[449];
5422 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, width
, format
, imageSize
, data
);
5425 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage1D
)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5427 const struct mapi_table
*_tbl
= entry_current_get();
5428 mapi_func _func
= ((const mapi_func
*) _tbl
)[449];
5429 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLsizei width
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, width
, format
, imageSize
, data
);
5432 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage2DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5434 const struct mapi_table
*_tbl
= entry_current_get();
5435 mapi_func _func
= ((const mapi_func
*) _tbl
)[450];
5436 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, yoffset
, width
, height
, format
, imageSize
, data
);
5439 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage2D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5441 const struct mapi_table
*_tbl
= entry_current_get();
5442 mapi_func _func
= ((const mapi_func
*) _tbl
)[450];
5443 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLsizei width
, GLsizei height
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, yoffset
, width
, height
, format
, imageSize
, data
);
5446 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3DARB
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5448 const struct mapi_table
*_tbl
= entry_current_get();
5449 mapi_func _func
= ((const mapi_func
*) _tbl
)[451];
5450 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, imageSize
, data
);
5453 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3D
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5455 const struct mapi_table
*_tbl
= entry_current_get();
5456 mapi_func _func
= ((const mapi_func
*) _tbl
)[451];
5457 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, imageSize
, data
);
5460 GLAPI
void APIENTRY
GLAPI_PREFIX(CompressedTexSubImage3DOES
)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)
5462 const struct mapi_table
*_tbl
= entry_current_get();
5463 mapi_func _func
= ((const mapi_func
*) _tbl
)[451];
5464 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLint xoffset
, GLint yoffset
, GLint zoffset
, GLsizei width
, GLsizei height
, GLsizei depth
, GLenum format
, GLsizei imageSize
, const GLvoid
*data
)) _func
)(target
, level
, xoffset
, yoffset
, zoffset
, width
, height
, depth
, format
, imageSize
, data
);
5467 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCompressedTexImageARB
)(GLenum target
, GLint level
, GLvoid
*img
)
5469 const struct mapi_table
*_tbl
= entry_current_get();
5470 mapi_func _func
= ((const mapi_func
*) _tbl
)[452];
5471 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLvoid
*img
)) _func
)(target
, level
, img
);
5474 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCompressedTexImage
)(GLenum target
, GLint level
, GLvoid
*img
)
5476 const struct mapi_table
*_tbl
= entry_current_get();
5477 mapi_func _func
= ((const mapi_func
*) _tbl
)[452];
5478 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLvoid
*img
)) _func
)(target
, level
, img
);
5481 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableVertexAttribArrayARB
)(GLuint index
)
5483 const struct mapi_table
*_tbl
= entry_current_get();
5484 mapi_func _func
= ((const mapi_func
*) _tbl
)[453];
5485 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
5488 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableVertexAttribArray
)(GLuint index
)
5490 const struct mapi_table
*_tbl
= entry_current_get();
5491 mapi_func _func
= ((const mapi_func
*) _tbl
)[453];
5492 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
5495 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableVertexAttribArrayARB
)(GLuint index
)
5497 const struct mapi_table
*_tbl
= entry_current_get();
5498 mapi_func _func
= ((const mapi_func
*) _tbl
)[454];
5499 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
5502 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableVertexAttribArray
)(GLuint index
)
5504 const struct mapi_table
*_tbl
= entry_current_get();
5505 mapi_func _func
= ((const mapi_func
*) _tbl
)[454];
5506 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
5509 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramEnvParameterdvARB
)(GLenum target
, GLuint index
, GLdouble
*params
)
5511 const struct mapi_table
*_tbl
= entry_current_get();
5512 mapi_func _func
= ((const mapi_func
*) _tbl
)[455];
5513 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLdouble
*params
)) _func
)(target
, index
, params
);
5516 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramEnvParameterfvARB
)(GLenum target
, GLuint index
, GLfloat
*params
)
5518 const struct mapi_table
*_tbl
= entry_current_get();
5519 mapi_func _func
= ((const mapi_func
*) _tbl
)[456];
5520 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLfloat
*params
)) _func
)(target
, index
, params
);
5523 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramLocalParameterdvARB
)(GLenum target
, GLuint index
, GLdouble
*params
)
5525 const struct mapi_table
*_tbl
= entry_current_get();
5526 mapi_func _func
= ((const mapi_func
*) _tbl
)[457];
5527 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLdouble
*params
)) _func
)(target
, index
, params
);
5530 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramLocalParameterfvARB
)(GLenum target
, GLuint index
, GLfloat
*params
)
5532 const struct mapi_table
*_tbl
= entry_current_get();
5533 mapi_func _func
= ((const mapi_func
*) _tbl
)[458];
5534 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLfloat
*params
)) _func
)(target
, index
, params
);
5537 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramStringARB
)(GLenum target
, GLenum pname
, GLvoid
*string
)
5539 const struct mapi_table
*_tbl
= entry_current_get();
5540 mapi_func _func
= ((const mapi_func
*) _tbl
)[459];
5541 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLvoid
*string
)) _func
)(target
, pname
, string
);
5544 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramivARB
)(GLenum target
, GLenum pname
, GLint
*params
)
5546 const struct mapi_table
*_tbl
= entry_current_get();
5547 mapi_func _func
= ((const mapi_func
*) _tbl
)[460];
5548 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
5551 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdvARB
)(GLuint index
, GLenum pname
, GLdouble
*params
)
5553 const struct mapi_table
*_tbl
= entry_current_get();
5554 mapi_func _func
= ((const mapi_func
*) _tbl
)[461];
5555 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLdouble
*params
)) _func
)(index
, pname
, params
);
5558 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdv
)(GLuint index
, GLenum pname
, GLdouble
*params
)
5560 const struct mapi_table
*_tbl
= entry_current_get();
5561 mapi_func _func
= ((const mapi_func
*) _tbl
)[461];
5562 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLdouble
*params
)) _func
)(index
, pname
, params
);
5565 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfvARB
)(GLuint index
, GLenum pname
, GLfloat
*params
)
5567 const struct mapi_table
*_tbl
= entry_current_get();
5568 mapi_func _func
= ((const mapi_func
*) _tbl
)[462];
5569 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLfloat
*params
)) _func
)(index
, pname
, params
);
5572 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfv
)(GLuint index
, GLenum pname
, GLfloat
*params
)
5574 const struct mapi_table
*_tbl
= entry_current_get();
5575 mapi_func _func
= ((const mapi_func
*) _tbl
)[462];
5576 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLfloat
*params
)) _func
)(index
, pname
, params
);
5579 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribivARB
)(GLuint index
, GLenum pname
, GLint
*params
)
5581 const struct mapi_table
*_tbl
= entry_current_get();
5582 mapi_func _func
= ((const mapi_func
*) _tbl
)[463];
5583 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLint
*params
)) _func
)(index
, pname
, params
);
5586 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribiv
)(GLuint index
, GLenum pname
, GLint
*params
)
5588 const struct mapi_table
*_tbl
= entry_current_get();
5589 mapi_func _func
= ((const mapi_func
*) _tbl
)[463];
5590 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLint
*params
)) _func
)(index
, pname
, params
);
5593 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4dARB
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
5595 const struct mapi_table
*_tbl
= entry_current_get();
5596 mapi_func _func
= ((const mapi_func
*) _tbl
)[464];
5597 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(target
, index
, x
, y
, z
, w
);
5600 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4dNV
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
5602 const struct mapi_table
*_tbl
= entry_current_get();
5603 mapi_func _func
= ((const mapi_func
*) _tbl
)[464];
5604 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(target
, index
, x
, y
, z
, w
);
5607 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4dvARB
)(GLenum target
, GLuint index
, const GLdouble
*params
)
5609 const struct mapi_table
*_tbl
= entry_current_get();
5610 mapi_func _func
= ((const mapi_func
*) _tbl
)[465];
5611 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLdouble
*params
)) _func
)(target
, index
, params
);
5614 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4dvNV
)(GLenum target
, GLuint index
, const GLdouble
*params
)
5616 const struct mapi_table
*_tbl
= entry_current_get();
5617 mapi_func _func
= ((const mapi_func
*) _tbl
)[465];
5618 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLdouble
*params
)) _func
)(target
, index
, params
);
5621 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4fARB
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
5623 const struct mapi_table
*_tbl
= entry_current_get();
5624 mapi_func _func
= ((const mapi_func
*) _tbl
)[466];
5625 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(target
, index
, x
, y
, z
, w
);
5628 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4fNV
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
5630 const struct mapi_table
*_tbl
= entry_current_get();
5631 mapi_func _func
= ((const mapi_func
*) _tbl
)[466];
5632 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(target
, index
, x
, y
, z
, w
);
5635 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameter4fvARB
)(GLenum target
, GLuint index
, const GLfloat
*params
)
5637 const struct mapi_table
*_tbl
= entry_current_get();
5638 mapi_func _func
= ((const mapi_func
*) _tbl
)[467];
5639 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLfloat
*params
)) _func
)(target
, index
, params
);
5642 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameter4fvNV
)(GLenum target
, GLuint index
, const GLfloat
*params
)
5644 const struct mapi_table
*_tbl
= entry_current_get();
5645 mapi_func _func
= ((const mapi_func
*) _tbl
)[467];
5646 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLfloat
*params
)) _func
)(target
, index
, params
);
5649 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4dARB
)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
5651 const struct mapi_table
*_tbl
= entry_current_get();
5652 mapi_func _func
= ((const mapi_func
*) _tbl
)[468];
5653 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(target
, index
, x
, y
, z
, w
);
5656 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4dvARB
)(GLenum target
, GLuint index
, const GLdouble
*params
)
5658 const struct mapi_table
*_tbl
= entry_current_get();
5659 mapi_func _func
= ((const mapi_func
*) _tbl
)[469];
5660 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLdouble
*params
)) _func
)(target
, index
, params
);
5663 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4fARB
)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
5665 const struct mapi_table
*_tbl
= entry_current_get();
5666 mapi_func _func
= ((const mapi_func
*) _tbl
)[470];
5667 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(target
, index
, x
, y
, z
, w
);
5670 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameter4fvARB
)(GLenum target
, GLuint index
, const GLfloat
*params
)
5672 const struct mapi_table
*_tbl
= entry_current_get();
5673 mapi_func _func
= ((const mapi_func
*) _tbl
)[471];
5674 ((void (APIENTRY
*)(GLenum target
, GLuint index
, const GLfloat
*params
)) _func
)(target
, index
, params
);
5677 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramStringARB
)(GLenum target
, GLenum format
, GLsizei len
, const GLvoid
*string
)
5679 const struct mapi_table
*_tbl
= entry_current_get();
5680 mapi_func _func
= ((const mapi_func
*) _tbl
)[472];
5681 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLsizei len
, const GLvoid
*string
)) _func
)(target
, format
, len
, string
);
5684 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dARB
)(GLuint index
, GLdouble x
)
5686 const struct mapi_table
*_tbl
= entry_current_get();
5687 mapi_func _func
= ((const mapi_func
*) _tbl
)[473];
5688 ((void (APIENTRY
*)(GLuint index
, GLdouble x
)) _func
)(index
, x
);
5691 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1d
)(GLuint index
, GLdouble x
)
5693 const struct mapi_table
*_tbl
= entry_current_get();
5694 mapi_func _func
= ((const mapi_func
*) _tbl
)[473];
5695 ((void (APIENTRY
*)(GLuint index
, GLdouble x
)) _func
)(index
, x
);
5698 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dvARB
)(GLuint index
, const GLdouble
*v
)
5700 const struct mapi_table
*_tbl
= entry_current_get();
5701 mapi_func _func
= ((const mapi_func
*) _tbl
)[474];
5702 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5705 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dv
)(GLuint index
, const GLdouble
*v
)
5707 const struct mapi_table
*_tbl
= entry_current_get();
5708 mapi_func _func
= ((const mapi_func
*) _tbl
)[474];
5709 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5712 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fARB
)(GLuint index
, GLfloat x
)
5714 const struct mapi_table
*_tbl
= entry_current_get();
5715 mapi_func _func
= ((const mapi_func
*) _tbl
)[475];
5716 ((void (APIENTRY
*)(GLuint index
, GLfloat x
)) _func
)(index
, x
);
5719 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1f
)(GLuint index
, GLfloat x
)
5721 const struct mapi_table
*_tbl
= entry_current_get();
5722 mapi_func _func
= ((const mapi_func
*) _tbl
)[475];
5723 ((void (APIENTRY
*)(GLuint index
, GLfloat x
)) _func
)(index
, x
);
5726 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fvARB
)(GLuint index
, const GLfloat
*v
)
5728 const struct mapi_table
*_tbl
= entry_current_get();
5729 mapi_func _func
= ((const mapi_func
*) _tbl
)[476];
5730 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5733 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fv
)(GLuint index
, const GLfloat
*v
)
5735 const struct mapi_table
*_tbl
= entry_current_get();
5736 mapi_func _func
= ((const mapi_func
*) _tbl
)[476];
5737 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5740 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sARB
)(GLuint index
, GLshort x
)
5742 const struct mapi_table
*_tbl
= entry_current_get();
5743 mapi_func _func
= ((const mapi_func
*) _tbl
)[477];
5744 ((void (APIENTRY
*)(GLuint index
, GLshort x
)) _func
)(index
, x
);
5747 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1s
)(GLuint index
, GLshort x
)
5749 const struct mapi_table
*_tbl
= entry_current_get();
5750 mapi_func _func
= ((const mapi_func
*) _tbl
)[477];
5751 ((void (APIENTRY
*)(GLuint index
, GLshort x
)) _func
)(index
, x
);
5754 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1svARB
)(GLuint index
, const GLshort
*v
)
5756 const struct mapi_table
*_tbl
= entry_current_get();
5757 mapi_func _func
= ((const mapi_func
*) _tbl
)[478];
5758 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5761 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sv
)(GLuint index
, const GLshort
*v
)
5763 const struct mapi_table
*_tbl
= entry_current_get();
5764 mapi_func _func
= ((const mapi_func
*) _tbl
)[478];
5765 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5768 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dARB
)(GLuint index
, GLdouble x
, GLdouble y
)
5770 const struct mapi_table
*_tbl
= entry_current_get();
5771 mapi_func _func
= ((const mapi_func
*) _tbl
)[479];
5772 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
)) _func
)(index
, x
, y
);
5775 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2d
)(GLuint index
, GLdouble x
, GLdouble y
)
5777 const struct mapi_table
*_tbl
= entry_current_get();
5778 mapi_func _func
= ((const mapi_func
*) _tbl
)[479];
5779 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
)) _func
)(index
, x
, y
);
5782 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dvARB
)(GLuint index
, const GLdouble
*v
)
5784 const struct mapi_table
*_tbl
= entry_current_get();
5785 mapi_func _func
= ((const mapi_func
*) _tbl
)[480];
5786 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5789 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dv
)(GLuint index
, const GLdouble
*v
)
5791 const struct mapi_table
*_tbl
= entry_current_get();
5792 mapi_func _func
= ((const mapi_func
*) _tbl
)[480];
5793 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5796 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fARB
)(GLuint index
, GLfloat x
, GLfloat y
)
5798 const struct mapi_table
*_tbl
= entry_current_get();
5799 mapi_func _func
= ((const mapi_func
*) _tbl
)[481];
5800 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
)) _func
)(index
, x
, y
);
5803 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2f
)(GLuint index
, GLfloat x
, GLfloat y
)
5805 const struct mapi_table
*_tbl
= entry_current_get();
5806 mapi_func _func
= ((const mapi_func
*) _tbl
)[481];
5807 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
)) _func
)(index
, x
, y
);
5810 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fvARB
)(GLuint index
, const GLfloat
*v
)
5812 const struct mapi_table
*_tbl
= entry_current_get();
5813 mapi_func _func
= ((const mapi_func
*) _tbl
)[482];
5814 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5817 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fv
)(GLuint index
, const GLfloat
*v
)
5819 const struct mapi_table
*_tbl
= entry_current_get();
5820 mapi_func _func
= ((const mapi_func
*) _tbl
)[482];
5821 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5824 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sARB
)(GLuint index
, GLshort x
, GLshort y
)
5826 const struct mapi_table
*_tbl
= entry_current_get();
5827 mapi_func _func
= ((const mapi_func
*) _tbl
)[483];
5828 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
)) _func
)(index
, x
, y
);
5831 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2s
)(GLuint index
, GLshort x
, GLshort y
)
5833 const struct mapi_table
*_tbl
= entry_current_get();
5834 mapi_func _func
= ((const mapi_func
*) _tbl
)[483];
5835 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
)) _func
)(index
, x
, y
);
5838 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2svARB
)(GLuint index
, const GLshort
*v
)
5840 const struct mapi_table
*_tbl
= entry_current_get();
5841 mapi_func _func
= ((const mapi_func
*) _tbl
)[484];
5842 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5845 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sv
)(GLuint index
, const GLshort
*v
)
5847 const struct mapi_table
*_tbl
= entry_current_get();
5848 mapi_func _func
= ((const mapi_func
*) _tbl
)[484];
5849 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5852 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dARB
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)
5854 const struct mapi_table
*_tbl
= entry_current_get();
5855 mapi_func _func
= ((const mapi_func
*) _tbl
)[485];
5856 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(index
, x
, y
, z
);
5859 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3d
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)
5861 const struct mapi_table
*_tbl
= entry_current_get();
5862 mapi_func _func
= ((const mapi_func
*) _tbl
)[485];
5863 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(index
, x
, y
, z
);
5866 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dvARB
)(GLuint index
, const GLdouble
*v
)
5868 const struct mapi_table
*_tbl
= entry_current_get();
5869 mapi_func _func
= ((const mapi_func
*) _tbl
)[486];
5870 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5873 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dv
)(GLuint index
, const GLdouble
*v
)
5875 const struct mapi_table
*_tbl
= entry_current_get();
5876 mapi_func _func
= ((const mapi_func
*) _tbl
)[486];
5877 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
5880 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fARB
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)
5882 const struct mapi_table
*_tbl
= entry_current_get();
5883 mapi_func _func
= ((const mapi_func
*) _tbl
)[487];
5884 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(index
, x
, y
, z
);
5887 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3f
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)
5889 const struct mapi_table
*_tbl
= entry_current_get();
5890 mapi_func _func
= ((const mapi_func
*) _tbl
)[487];
5891 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(index
, x
, y
, z
);
5894 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fvARB
)(GLuint index
, const GLfloat
*v
)
5896 const struct mapi_table
*_tbl
= entry_current_get();
5897 mapi_func _func
= ((const mapi_func
*) _tbl
)[488];
5898 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5901 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fv
)(GLuint index
, const GLfloat
*v
)
5903 const struct mapi_table
*_tbl
= entry_current_get();
5904 mapi_func _func
= ((const mapi_func
*) _tbl
)[488];
5905 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
5908 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sARB
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)
5910 const struct mapi_table
*_tbl
= entry_current_get();
5911 mapi_func _func
= ((const mapi_func
*) _tbl
)[489];
5912 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)) _func
)(index
, x
, y
, z
);
5915 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3s
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)
5917 const struct mapi_table
*_tbl
= entry_current_get();
5918 mapi_func _func
= ((const mapi_func
*) _tbl
)[489];
5919 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)) _func
)(index
, x
, y
, z
);
5922 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3svARB
)(GLuint index
, const GLshort
*v
)
5924 const struct mapi_table
*_tbl
= entry_current_get();
5925 mapi_func _func
= ((const mapi_func
*) _tbl
)[490];
5926 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5929 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sv
)(GLuint index
, const GLshort
*v
)
5931 const struct mapi_table
*_tbl
= entry_current_get();
5932 mapi_func _func
= ((const mapi_func
*) _tbl
)[490];
5933 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5936 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NbvARB
)(GLuint index
, const GLbyte
*v
)
5938 const struct mapi_table
*_tbl
= entry_current_get();
5939 mapi_func _func
= ((const mapi_func
*) _tbl
)[491];
5940 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
5943 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nbv
)(GLuint index
, const GLbyte
*v
)
5945 const struct mapi_table
*_tbl
= entry_current_get();
5946 mapi_func _func
= ((const mapi_func
*) _tbl
)[491];
5947 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
5950 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NivARB
)(GLuint index
, const GLint
*v
)
5952 const struct mapi_table
*_tbl
= entry_current_get();
5953 mapi_func _func
= ((const mapi_func
*) _tbl
)[492];
5954 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
5957 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Niv
)(GLuint index
, const GLint
*v
)
5959 const struct mapi_table
*_tbl
= entry_current_get();
5960 mapi_func _func
= ((const mapi_func
*) _tbl
)[492];
5961 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
5964 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NsvARB
)(GLuint index
, const GLshort
*v
)
5966 const struct mapi_table
*_tbl
= entry_current_get();
5967 mapi_func _func
= ((const mapi_func
*) _tbl
)[493];
5968 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5971 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nsv
)(GLuint index
, const GLshort
*v
)
5973 const struct mapi_table
*_tbl
= entry_current_get();
5974 mapi_func _func
= ((const mapi_func
*) _tbl
)[493];
5975 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
5978 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NubARB
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)
5980 const struct mapi_table
*_tbl
= entry_current_get();
5981 mapi_func _func
= ((const mapi_func
*) _tbl
)[494];
5982 ((void (APIENTRY
*)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)) _func
)(index
, x
, y
, z
, w
);
5985 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nub
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)
5987 const struct mapi_table
*_tbl
= entry_current_get();
5988 mapi_func _func
= ((const mapi_func
*) _tbl
)[494];
5989 ((void (APIENTRY
*)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)) _func
)(index
, x
, y
, z
, w
);
5992 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NubvARB
)(GLuint index
, const GLubyte
*v
)
5994 const struct mapi_table
*_tbl
= entry_current_get();
5995 mapi_func _func
= ((const mapi_func
*) _tbl
)[495];
5996 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
5999 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nubv
)(GLuint index
, const GLubyte
*v
)
6001 const struct mapi_table
*_tbl
= entry_current_get();
6002 mapi_func _func
= ((const mapi_func
*) _tbl
)[495];
6003 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
6006 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NuivARB
)(GLuint index
, const GLuint
*v
)
6008 const struct mapi_table
*_tbl
= entry_current_get();
6009 mapi_func _func
= ((const mapi_func
*) _tbl
)[496];
6010 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
6013 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nuiv
)(GLuint index
, const GLuint
*v
)
6015 const struct mapi_table
*_tbl
= entry_current_get();
6016 mapi_func _func
= ((const mapi_func
*) _tbl
)[496];
6017 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
6020 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4NusvARB
)(GLuint index
, const GLushort
*v
)
6022 const struct mapi_table
*_tbl
= entry_current_get();
6023 mapi_func _func
= ((const mapi_func
*) _tbl
)[497];
6024 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
6027 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4Nusv
)(GLuint index
, const GLushort
*v
)
6029 const struct mapi_table
*_tbl
= entry_current_get();
6030 mapi_func _func
= ((const mapi_func
*) _tbl
)[497];
6031 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
6034 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4bvARB
)(GLuint index
, const GLbyte
*v
)
6036 const struct mapi_table
*_tbl
= entry_current_get();
6037 mapi_func _func
= ((const mapi_func
*) _tbl
)[498];
6038 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
6041 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4bv
)(GLuint index
, const GLbyte
*v
)
6043 const struct mapi_table
*_tbl
= entry_current_get();
6044 mapi_func _func
= ((const mapi_func
*) _tbl
)[498];
6045 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
6048 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dARB
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
6050 const struct mapi_table
*_tbl
= entry_current_get();
6051 mapi_func _func
= ((const mapi_func
*) _tbl
)[499];
6052 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(index
, x
, y
, z
, w
);
6055 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4d
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
6057 const struct mapi_table
*_tbl
= entry_current_get();
6058 mapi_func _func
= ((const mapi_func
*) _tbl
)[499];
6059 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(index
, x
, y
, z
, w
);
6062 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dvARB
)(GLuint index
, const GLdouble
*v
)
6064 const struct mapi_table
*_tbl
= entry_current_get();
6065 mapi_func _func
= ((const mapi_func
*) _tbl
)[500];
6066 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
6069 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dv
)(GLuint index
, const GLdouble
*v
)
6071 const struct mapi_table
*_tbl
= entry_current_get();
6072 mapi_func _func
= ((const mapi_func
*) _tbl
)[500];
6073 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
6076 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fARB
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
6078 const struct mapi_table
*_tbl
= entry_current_get();
6079 mapi_func _func
= ((const mapi_func
*) _tbl
)[501];
6080 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(index
, x
, y
, z
, w
);
6083 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4f
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
6085 const struct mapi_table
*_tbl
= entry_current_get();
6086 mapi_func _func
= ((const mapi_func
*) _tbl
)[501];
6087 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(index
, x
, y
, z
, w
);
6090 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fvARB
)(GLuint index
, const GLfloat
*v
)
6092 const struct mapi_table
*_tbl
= entry_current_get();
6093 mapi_func _func
= ((const mapi_func
*) _tbl
)[502];
6094 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
6097 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fv
)(GLuint index
, const GLfloat
*v
)
6099 const struct mapi_table
*_tbl
= entry_current_get();
6100 mapi_func _func
= ((const mapi_func
*) _tbl
)[502];
6101 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
6104 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ivARB
)(GLuint index
, const GLint
*v
)
6106 const struct mapi_table
*_tbl
= entry_current_get();
6107 mapi_func _func
= ((const mapi_func
*) _tbl
)[503];
6108 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
6111 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4iv
)(GLuint index
, const GLint
*v
)
6113 const struct mapi_table
*_tbl
= entry_current_get();
6114 mapi_func _func
= ((const mapi_func
*) _tbl
)[503];
6115 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
6118 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sARB
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)
6120 const struct mapi_table
*_tbl
= entry_current_get();
6121 mapi_func _func
= ((const mapi_func
*) _tbl
)[504];
6122 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(index
, x
, y
, z
, w
);
6125 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4s
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)
6127 const struct mapi_table
*_tbl
= entry_current_get();
6128 mapi_func _func
= ((const mapi_func
*) _tbl
)[504];
6129 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(index
, x
, y
, z
, w
);
6132 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4svARB
)(GLuint index
, const GLshort
*v
)
6134 const struct mapi_table
*_tbl
= entry_current_get();
6135 mapi_func _func
= ((const mapi_func
*) _tbl
)[505];
6136 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
6139 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sv
)(GLuint index
, const GLshort
*v
)
6141 const struct mapi_table
*_tbl
= entry_current_get();
6142 mapi_func _func
= ((const mapi_func
*) _tbl
)[505];
6143 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
6146 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubvARB
)(GLuint index
, const GLubyte
*v
)
6148 const struct mapi_table
*_tbl
= entry_current_get();
6149 mapi_func _func
= ((const mapi_func
*) _tbl
)[506];
6150 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
6153 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubv
)(GLuint index
, const GLubyte
*v
)
6155 const struct mapi_table
*_tbl
= entry_current_get();
6156 mapi_func _func
= ((const mapi_func
*) _tbl
)[506];
6157 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
6160 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4uivARB
)(GLuint index
, const GLuint
*v
)
6162 const struct mapi_table
*_tbl
= entry_current_get();
6163 mapi_func _func
= ((const mapi_func
*) _tbl
)[507];
6164 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
6167 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4uiv
)(GLuint index
, const GLuint
*v
)
6169 const struct mapi_table
*_tbl
= entry_current_get();
6170 mapi_func _func
= ((const mapi_func
*) _tbl
)[507];
6171 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
6174 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4usvARB
)(GLuint index
, const GLushort
*v
)
6176 const struct mapi_table
*_tbl
= entry_current_get();
6177 mapi_func _func
= ((const mapi_func
*) _tbl
)[508];
6178 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
6181 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4usv
)(GLuint index
, const GLushort
*v
)
6183 const struct mapi_table
*_tbl
= entry_current_get();
6184 mapi_func _func
= ((const mapi_func
*) _tbl
)[508];
6185 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
6188 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointerARB
)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
)
6190 const struct mapi_table
*_tbl
= entry_current_get();
6191 mapi_func _func
= ((const mapi_func
*) _tbl
)[509];
6192 ((void (APIENTRY
*)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(index
, size
, type
, normalized
, stride
, pointer
);
6195 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointer
)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
)
6197 const struct mapi_table
*_tbl
= entry_current_get();
6198 mapi_func _func
= ((const mapi_func
*) _tbl
)[509];
6199 ((void (APIENTRY
*)(GLuint index
, GLint size
, GLenum type
, GLboolean normalized
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(index
, size
, type
, normalized
, stride
, pointer
);
6202 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferARB
)(GLenum target
, GLuint buffer
)
6204 const struct mapi_table
*_tbl
= entry_current_get();
6205 mapi_func _func
= ((const mapi_func
*) _tbl
)[510];
6206 ((void (APIENTRY
*)(GLenum target
, GLuint buffer
)) _func
)(target
, buffer
);
6209 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBuffer
)(GLenum target
, GLuint buffer
)
6211 const struct mapi_table
*_tbl
= entry_current_get();
6212 mapi_func _func
= ((const mapi_func
*) _tbl
)[510];
6213 ((void (APIENTRY
*)(GLenum target
, GLuint buffer
)) _func
)(target
, buffer
);
6216 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferDataARB
)(GLenum target
, GLsizeiptrARB size
, const GLvoid
*data
, GLenum usage
)
6218 const struct mapi_table
*_tbl
= entry_current_get();
6219 mapi_func _func
= ((const mapi_func
*) _tbl
)[511];
6220 ((void (APIENTRY
*)(GLenum target
, GLsizeiptrARB size
, const GLvoid
*data
, GLenum usage
)) _func
)(target
, size
, data
, usage
);
6223 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferData
)(GLenum target
, GLsizeiptr size
, const GLvoid
*data
, GLenum usage
)
6225 const struct mapi_table
*_tbl
= entry_current_get();
6226 mapi_func _func
= ((const mapi_func
*) _tbl
)[511];
6227 ((void (APIENTRY
*)(GLenum target
, GLsizeiptr size
, const GLvoid
*data
, GLenum usage
)) _func
)(target
, size
, data
, usage
);
6230 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferSubDataARB
)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, const GLvoid
*data
)
6232 const struct mapi_table
*_tbl
= entry_current_get();
6233 mapi_func _func
= ((const mapi_func
*) _tbl
)[512];
6234 ((void (APIENTRY
*)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, const GLvoid
*data
)) _func
)(target
, offset
, size
, data
);
6237 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferSubData
)(GLenum target
, GLintptr offset
, GLsizeiptr size
, const GLvoid
*data
)
6239 const struct mapi_table
*_tbl
= entry_current_get();
6240 mapi_func _func
= ((const mapi_func
*) _tbl
)[512];
6241 ((void (APIENTRY
*)(GLenum target
, GLintptr offset
, GLsizeiptr size
, const GLvoid
*data
)) _func
)(target
, offset
, size
, data
);
6244 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteBuffersARB
)(GLsizei n
, const GLuint
*buffer
)
6246 const struct mapi_table
*_tbl
= entry_current_get();
6247 mapi_func _func
= ((const mapi_func
*) _tbl
)[513];
6248 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*buffer
)) _func
)(n
, buffer
);
6251 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteBuffers
)(GLsizei n
, const GLuint
*buffer
)
6253 const struct mapi_table
*_tbl
= entry_current_get();
6254 mapi_func _func
= ((const mapi_func
*) _tbl
)[513];
6255 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*buffer
)) _func
)(n
, buffer
);
6258 GLAPI
void APIENTRY
GLAPI_PREFIX(GenBuffersARB
)(GLsizei n
, GLuint
*buffer
)
6260 const struct mapi_table
*_tbl
= entry_current_get();
6261 mapi_func _func
= ((const mapi_func
*) _tbl
)[514];
6262 ((void (APIENTRY
*)(GLsizei n
, GLuint
*buffer
)) _func
)(n
, buffer
);
6265 GLAPI
void APIENTRY
GLAPI_PREFIX(GenBuffers
)(GLsizei n
, GLuint
*buffer
)
6267 const struct mapi_table
*_tbl
= entry_current_get();
6268 mapi_func _func
= ((const mapi_func
*) _tbl
)[514];
6269 ((void (APIENTRY
*)(GLsizei n
, GLuint
*buffer
)) _func
)(n
, buffer
);
6272 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameterivARB
)(GLenum target
, GLenum pname
, GLint
*params
)
6274 const struct mapi_table
*_tbl
= entry_current_get();
6275 mapi_func _func
= ((const mapi_func
*) _tbl
)[515];
6276 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
6279 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
6281 const struct mapi_table
*_tbl
= entry_current_get();
6282 mapi_func _func
= ((const mapi_func
*) _tbl
)[515];
6283 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
6286 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointervARB
)(GLenum target
, GLenum pname
, GLvoid
**params
)
6288 const struct mapi_table
*_tbl
= entry_current_get();
6289 mapi_func _func
= ((const mapi_func
*) _tbl
)[516];
6290 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLvoid
**params
)) _func
)(target
, pname
, params
);
6293 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointerv
)(GLenum target
, GLenum pname
, GLvoid
**params
)
6295 const struct mapi_table
*_tbl
= entry_current_get();
6296 mapi_func _func
= ((const mapi_func
*) _tbl
)[516];
6297 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLvoid
**params
)) _func
)(target
, pname
, params
);
6300 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferPointervOES
)(GLenum target
, GLenum pname
, GLvoid
**params
)
6302 const struct mapi_table
*_tbl
= entry_current_get();
6303 mapi_func _func
= ((const mapi_func
*) _tbl
)[516];
6304 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLvoid
**params
)) _func
)(target
, pname
, params
);
6307 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferSubDataARB
)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, GLvoid
*data
)
6309 const struct mapi_table
*_tbl
= entry_current_get();
6310 mapi_func _func
= ((const mapi_func
*) _tbl
)[517];
6311 ((void (APIENTRY
*)(GLenum target
, GLintptrARB offset
, GLsizeiptrARB size
, GLvoid
*data
)) _func
)(target
, offset
, size
, data
);
6314 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBufferSubData
)(GLenum target
, GLintptr offset
, GLsizeiptr size
, GLvoid
*data
)
6316 const struct mapi_table
*_tbl
= entry_current_get();
6317 mapi_func _func
= ((const mapi_func
*) _tbl
)[517];
6318 ((void (APIENTRY
*)(GLenum target
, GLintptr offset
, GLsizeiptr size
, GLvoid
*data
)) _func
)(target
, offset
, size
, data
);
6321 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsBufferARB
)(GLuint buffer
)
6323 const struct mapi_table
*_tbl
= entry_current_get();
6324 mapi_func _func
= ((const mapi_func
*) _tbl
)[518];
6325 return ((GLboolean (APIENTRY
*)(GLuint buffer
)) _func
)(buffer
);
6328 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsBuffer
)(GLuint buffer
)
6330 const struct mapi_table
*_tbl
= entry_current_get();
6331 mapi_func _func
= ((const mapi_func
*) _tbl
)[518];
6332 return ((GLboolean (APIENTRY
*)(GLuint buffer
)) _func
)(buffer
);
6335 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferARB
)(GLenum target
, GLenum access
)
6337 const struct mapi_table
*_tbl
= entry_current_get();
6338 mapi_func _func
= ((const mapi_func
*) _tbl
)[519];
6339 return ((GLvoid
* (APIENTRY
*)(GLenum target
, GLenum access
)) _func
)(target
, access
);
6342 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBuffer
)(GLenum target
, GLenum access
)
6344 const struct mapi_table
*_tbl
= entry_current_get();
6345 mapi_func _func
= ((const mapi_func
*) _tbl
)[519];
6346 return ((GLvoid
* (APIENTRY
*)(GLenum target
, GLenum access
)) _func
)(target
, access
);
6349 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferOES
)(GLenum target
, GLenum access
)
6351 const struct mapi_table
*_tbl
= entry_current_get();
6352 mapi_func _func
= ((const mapi_func
*) _tbl
)[519];
6353 return ((GLvoid
* (APIENTRY
*)(GLenum target
, GLenum access
)) _func
)(target
, access
);
6356 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBufferARB
)(GLenum target
)
6358 const struct mapi_table
*_tbl
= entry_current_get();
6359 mapi_func _func
= ((const mapi_func
*) _tbl
)[520];
6360 return ((GLboolean (APIENTRY
*)(GLenum target
)) _func
)(target
);
6363 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBuffer
)(GLenum target
)
6365 const struct mapi_table
*_tbl
= entry_current_get();
6366 mapi_func _func
= ((const mapi_func
*) _tbl
)[520];
6367 return ((GLboolean (APIENTRY
*)(GLenum target
)) _func
)(target
);
6370 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(UnmapBufferOES
)(GLenum target
)
6372 const struct mapi_table
*_tbl
= entry_current_get();
6373 mapi_func _func
= ((const mapi_func
*) _tbl
)[520];
6374 return ((GLboolean (APIENTRY
*)(GLenum target
)) _func
)(target
);
6377 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginQueryARB
)(GLenum target
, GLuint id
)
6379 const struct mapi_table
*_tbl
= entry_current_get();
6380 mapi_func _func
= ((const mapi_func
*) _tbl
)[521];
6381 ((void (APIENTRY
*)(GLenum target
, GLuint id
)) _func
)(target
, id
);
6384 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginQuery
)(GLenum target
, GLuint id
)
6386 const struct mapi_table
*_tbl
= entry_current_get();
6387 mapi_func _func
= ((const mapi_func
*) _tbl
)[521];
6388 ((void (APIENTRY
*)(GLenum target
, GLuint id
)) _func
)(target
, id
);
6391 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteQueriesARB
)(GLsizei n
, const GLuint
*ids
)
6393 const struct mapi_table
*_tbl
= entry_current_get();
6394 mapi_func _func
= ((const mapi_func
*) _tbl
)[522];
6395 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*ids
)) _func
)(n
, ids
);
6398 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteQueries
)(GLsizei n
, const GLuint
*ids
)
6400 const struct mapi_table
*_tbl
= entry_current_get();
6401 mapi_func _func
= ((const mapi_func
*) _tbl
)[522];
6402 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*ids
)) _func
)(n
, ids
);
6405 GLAPI
void APIENTRY
GLAPI_PREFIX(EndQueryARB
)(GLenum target
)
6407 const struct mapi_table
*_tbl
= entry_current_get();
6408 mapi_func _func
= ((const mapi_func
*) _tbl
)[523];
6409 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
6412 GLAPI
void APIENTRY
GLAPI_PREFIX(EndQuery
)(GLenum target
)
6414 const struct mapi_table
*_tbl
= entry_current_get();
6415 mapi_func _func
= ((const mapi_func
*) _tbl
)[523];
6416 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
6419 GLAPI
void APIENTRY
GLAPI_PREFIX(GenQueriesARB
)(GLsizei n
, GLuint
*ids
)
6421 const struct mapi_table
*_tbl
= entry_current_get();
6422 mapi_func _func
= ((const mapi_func
*) _tbl
)[524];
6423 ((void (APIENTRY
*)(GLsizei n
, GLuint
*ids
)) _func
)(n
, ids
);
6426 GLAPI
void APIENTRY
GLAPI_PREFIX(GenQueries
)(GLsizei n
, GLuint
*ids
)
6428 const struct mapi_table
*_tbl
= entry_current_get();
6429 mapi_func _func
= ((const mapi_func
*) _tbl
)[524];
6430 ((void (APIENTRY
*)(GLsizei n
, GLuint
*ids
)) _func
)(n
, ids
);
6433 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectivARB
)(GLuint id
, GLenum pname
, GLint
*params
)
6435 const struct mapi_table
*_tbl
= entry_current_get();
6436 mapi_func _func
= ((const mapi_func
*) _tbl
)[525];
6437 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLint
*params
)) _func
)(id
, pname
, params
);
6440 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectiv
)(GLuint id
, GLenum pname
, GLint
*params
)
6442 const struct mapi_table
*_tbl
= entry_current_get();
6443 mapi_func _func
= ((const mapi_func
*) _tbl
)[525];
6444 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLint
*params
)) _func
)(id
, pname
, params
);
6447 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectuivARB
)(GLuint id
, GLenum pname
, GLuint
*params
)
6449 const struct mapi_table
*_tbl
= entry_current_get();
6450 mapi_func _func
= ((const mapi_func
*) _tbl
)[526];
6451 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLuint
*params
)) _func
)(id
, pname
, params
);
6454 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectuiv
)(GLuint id
, GLenum pname
, GLuint
*params
)
6456 const struct mapi_table
*_tbl
= entry_current_get();
6457 mapi_func _func
= ((const mapi_func
*) _tbl
)[526];
6458 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLuint
*params
)) _func
)(id
, pname
, params
);
6461 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryivARB
)(GLenum target
, GLenum pname
, GLint
*params
)
6463 const struct mapi_table
*_tbl
= entry_current_get();
6464 mapi_func _func
= ((const mapi_func
*) _tbl
)[527];
6465 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
6468 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryiv
)(GLenum target
, GLenum pname
, GLint
*params
)
6470 const struct mapi_table
*_tbl
= entry_current_get();
6471 mapi_func _func
= ((const mapi_func
*) _tbl
)[527];
6472 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
6475 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsQueryARB
)(GLuint id
)
6477 const struct mapi_table
*_tbl
= entry_current_get();
6478 mapi_func _func
= ((const mapi_func
*) _tbl
)[528];
6479 return ((GLboolean (APIENTRY
*)(GLuint id
)) _func
)(id
);
6482 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsQuery
)(GLuint id
)
6484 const struct mapi_table
*_tbl
= entry_current_get();
6485 mapi_func _func
= ((const mapi_func
*) _tbl
)[528];
6486 return ((GLboolean (APIENTRY
*)(GLuint id
)) _func
)(id
);
6489 GLAPI
void APIENTRY
GLAPI_PREFIX(AttachObjectARB
)(GLhandleARB containerObj
, GLhandleARB obj
)
6491 const struct mapi_table
*_tbl
= entry_current_get();
6492 mapi_func _func
= ((const mapi_func
*) _tbl
)[529];
6493 ((void (APIENTRY
*)(GLhandleARB containerObj
, GLhandleARB obj
)) _func
)(containerObj
, obj
);
6496 GLAPI
void APIENTRY
GLAPI_PREFIX(CompileShaderARB
)(GLhandleARB shader
)
6498 const struct mapi_table
*_tbl
= entry_current_get();
6499 mapi_func _func
= ((const mapi_func
*) _tbl
)[530];
6500 ((void (APIENTRY
*)(GLhandleARB shader
)) _func
)(shader
);
6503 GLAPI
void APIENTRY
GLAPI_PREFIX(CompileShader
)(GLuint shader
)
6505 const struct mapi_table
*_tbl
= entry_current_get();
6506 mapi_func _func
= ((const mapi_func
*) _tbl
)[530];
6507 ((void (APIENTRY
*)(GLuint shader
)) _func
)(shader
);
6510 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(CreateProgramObjectARB
)(void)
6512 const struct mapi_table
*_tbl
= entry_current_get();
6513 mapi_func _func
= ((const mapi_func
*) _tbl
)[531];
6514 return ((GLhandleARB (APIENTRY
*)(void)) _func
)();
6517 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(CreateShaderObjectARB
)(GLenum shaderType
)
6519 const struct mapi_table
*_tbl
= entry_current_get();
6520 mapi_func _func
= ((const mapi_func
*) _tbl
)[532];
6521 return ((GLhandleARB (APIENTRY
*)(GLenum shaderType
)) _func
)(shaderType
);
6524 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteObjectARB
)(GLhandleARB obj
)
6526 const struct mapi_table
*_tbl
= entry_current_get();
6527 mapi_func _func
= ((const mapi_func
*) _tbl
)[533];
6528 ((void (APIENTRY
*)(GLhandleARB obj
)) _func
)(obj
);
6531 GLAPI
void APIENTRY
GLAPI_PREFIX(DetachObjectARB
)(GLhandleARB containerObj
, GLhandleARB attachedObj
)
6533 const struct mapi_table
*_tbl
= entry_current_get();
6534 mapi_func _func
= ((const mapi_func
*) _tbl
)[534];
6535 ((void (APIENTRY
*)(GLhandleARB containerObj
, GLhandleARB attachedObj
)) _func
)(containerObj
, attachedObj
);
6538 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveUniformARB
)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
)
6540 const struct mapi_table
*_tbl
= entry_current_get();
6541 mapi_func _func
= ((const mapi_func
*) _tbl
)[535];
6542 ((void (APIENTRY
*)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
6545 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveUniform
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
)
6547 const struct mapi_table
*_tbl
= entry_current_get();
6548 mapi_func _func
= ((const mapi_func
*) _tbl
)[535];
6549 ((void (APIENTRY
*)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
6552 GLAPI
void APIENTRY
GLAPI_PREFIX(GetAttachedObjectsARB
)(GLhandleARB containerObj
, GLsizei maxLength
, GLsizei
*length
, GLhandleARB
*infoLog
)
6554 const struct mapi_table
*_tbl
= entry_current_get();
6555 mapi_func _func
= ((const mapi_func
*) _tbl
)[536];
6556 ((void (APIENTRY
*)(GLhandleARB containerObj
, GLsizei maxLength
, GLsizei
*length
, GLhandleARB
*infoLog
)) _func
)(containerObj
, maxLength
, length
, infoLog
);
6559 GLAPI GLhandleARB APIENTRY
GLAPI_PREFIX(GetHandleARB
)(GLenum pname
)
6561 const struct mapi_table
*_tbl
= entry_current_get();
6562 mapi_func _func
= ((const mapi_func
*) _tbl
)[537];
6563 return ((GLhandleARB (APIENTRY
*)(GLenum pname
)) _func
)(pname
);
6566 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInfoLogARB
)(GLhandleARB obj
, GLsizei maxLength
, GLsizei
*length
, GLcharARB
*infoLog
)
6568 const struct mapi_table
*_tbl
= entry_current_get();
6569 mapi_func _func
= ((const mapi_func
*) _tbl
)[538];
6570 ((void (APIENTRY
*)(GLhandleARB obj
, GLsizei maxLength
, GLsizei
*length
, GLcharARB
*infoLog
)) _func
)(obj
, maxLength
, length
, infoLog
);
6573 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterfvARB
)(GLhandleARB obj
, GLenum pname
, GLfloat
*params
)
6575 const struct mapi_table
*_tbl
= entry_current_get();
6576 mapi_func _func
= ((const mapi_func
*) _tbl
)[539];
6577 ((void (APIENTRY
*)(GLhandleARB obj
, GLenum pname
, GLfloat
*params
)) _func
)(obj
, pname
, params
);
6580 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterivARB
)(GLhandleARB obj
, GLenum pname
, GLint
*params
)
6582 const struct mapi_table
*_tbl
= entry_current_get();
6583 mapi_func _func
= ((const mapi_func
*) _tbl
)[540];
6584 ((void (APIENTRY
*)(GLhandleARB obj
, GLenum pname
, GLint
*params
)) _func
)(obj
, pname
, params
);
6587 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderSourceARB
)(GLhandleARB shader
, GLsizei bufSize
, GLsizei
*length
, GLcharARB
*source
)
6589 const struct mapi_table
*_tbl
= entry_current_get();
6590 mapi_func _func
= ((const mapi_func
*) _tbl
)[541];
6591 ((void (APIENTRY
*)(GLhandleARB shader
, GLsizei bufSize
, GLsizei
*length
, GLcharARB
*source
)) _func
)(shader
, bufSize
, length
, source
);
6594 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderSource
)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*source
)
6596 const struct mapi_table
*_tbl
= entry_current_get();
6597 mapi_func _func
= ((const mapi_func
*) _tbl
)[541];
6598 ((void (APIENTRY
*)(GLuint shader
, GLsizei bufSize
, GLsizei
*length
, GLchar
*source
)) _func
)(shader
, bufSize
, length
, source
);
6601 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetUniformLocationARB
)(GLhandleARB program
, const GLcharARB
*name
)
6603 const struct mapi_table
*_tbl
= entry_current_get();
6604 mapi_func _func
= ((const mapi_func
*) _tbl
)[542];
6605 return ((GLint (APIENTRY
*)(GLhandleARB program
, const GLcharARB
*name
)) _func
)(program
, name
);
6608 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetUniformLocation
)(GLuint program
, const GLchar
*name
)
6610 const struct mapi_table
*_tbl
= entry_current_get();
6611 mapi_func _func
= ((const mapi_func
*) _tbl
)[542];
6612 return ((GLint (APIENTRY
*)(GLuint program
, const GLchar
*name
)) _func
)(program
, name
);
6615 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformfvARB
)(GLhandleARB program
, GLint location
, GLfloat
*params
)
6617 const struct mapi_table
*_tbl
= entry_current_get();
6618 mapi_func _func
= ((const mapi_func
*) _tbl
)[543];
6619 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLfloat
*params
)) _func
)(program
, location
, params
);
6622 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformfv
)(GLuint program
, GLint location
, GLfloat
*params
)
6624 const struct mapi_table
*_tbl
= entry_current_get();
6625 mapi_func _func
= ((const mapi_func
*) _tbl
)[543];
6626 ((void (APIENTRY
*)(GLuint program
, GLint location
, GLfloat
*params
)) _func
)(program
, location
, params
);
6629 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformivARB
)(GLhandleARB program
, GLint location
, GLint
*params
)
6631 const struct mapi_table
*_tbl
= entry_current_get();
6632 mapi_func _func
= ((const mapi_func
*) _tbl
)[544];
6633 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLint
*params
)) _func
)(program
, location
, params
);
6636 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformiv
)(GLuint program
, GLint location
, GLint
*params
)
6638 const struct mapi_table
*_tbl
= entry_current_get();
6639 mapi_func _func
= ((const mapi_func
*) _tbl
)[544];
6640 ((void (APIENTRY
*)(GLuint program
, GLint location
, GLint
*params
)) _func
)(program
, location
, params
);
6643 GLAPI
void APIENTRY
GLAPI_PREFIX(LinkProgramARB
)(GLhandleARB program
)
6645 const struct mapi_table
*_tbl
= entry_current_get();
6646 mapi_func _func
= ((const mapi_func
*) _tbl
)[545];
6647 ((void (APIENTRY
*)(GLhandleARB program
)) _func
)(program
);
6650 GLAPI
void APIENTRY
GLAPI_PREFIX(LinkProgram
)(GLuint program
)
6652 const struct mapi_table
*_tbl
= entry_current_get();
6653 mapi_func _func
= ((const mapi_func
*) _tbl
)[545];
6654 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
6657 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderSourceARB
)(GLhandleARB shader
, GLsizei count
, const GLcharARB
**string
, const GLint
*length
)
6659 const struct mapi_table
*_tbl
= entry_current_get();
6660 mapi_func _func
= ((const mapi_func
*) _tbl
)[546];
6661 ((void (APIENTRY
*)(GLhandleARB shader
, GLsizei count
, const GLcharARB
**string
, const GLint
*length
)) _func
)(shader
, count
, string
, length
);
6664 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderSource
)(GLuint shader
, GLsizei count
, const GLchar
**string
, const GLint
*length
)
6666 const struct mapi_table
*_tbl
= entry_current_get();
6667 mapi_func _func
= ((const mapi_func
*) _tbl
)[546];
6668 ((void (APIENTRY
*)(GLuint shader
, GLsizei count
, const GLchar
**string
, const GLint
*length
)) _func
)(shader
, count
, string
, length
);
6671 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fARB
)(GLint location
, GLfloat v0
)
6673 const struct mapi_table
*_tbl
= entry_current_get();
6674 mapi_func _func
= ((const mapi_func
*) _tbl
)[547];
6675 ((void (APIENTRY
*)(GLint location
, GLfloat v0
)) _func
)(location
, v0
);
6678 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1f
)(GLint location
, GLfloat v0
)
6680 const struct mapi_table
*_tbl
= entry_current_get();
6681 mapi_func _func
= ((const mapi_func
*) _tbl
)[547];
6682 ((void (APIENTRY
*)(GLint location
, GLfloat v0
)) _func
)(location
, v0
);
6685 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6687 const struct mapi_table
*_tbl
= entry_current_get();
6688 mapi_func _func
= ((const mapi_func
*) _tbl
)[548];
6689 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6692 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1fv
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6694 const struct mapi_table
*_tbl
= entry_current_get();
6695 mapi_func _func
= ((const mapi_func
*) _tbl
)[548];
6696 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6699 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1iARB
)(GLint location
, GLint v0
)
6701 const struct mapi_table
*_tbl
= entry_current_get();
6702 mapi_func _func
= ((const mapi_func
*) _tbl
)[549];
6703 ((void (APIENTRY
*)(GLint location
, GLint v0
)) _func
)(location
, v0
);
6706 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1i
)(GLint location
, GLint v0
)
6708 const struct mapi_table
*_tbl
= entry_current_get();
6709 mapi_func _func
= ((const mapi_func
*) _tbl
)[549];
6710 ((void (APIENTRY
*)(GLint location
, GLint v0
)) _func
)(location
, v0
);
6713 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1ivARB
)(GLint location
, GLsizei count
, const GLint
*value
)
6715 const struct mapi_table
*_tbl
= entry_current_get();
6716 mapi_func _func
= ((const mapi_func
*) _tbl
)[550];
6717 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6720 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1iv
)(GLint location
, GLsizei count
, const GLint
*value
)
6722 const struct mapi_table
*_tbl
= entry_current_get();
6723 mapi_func _func
= ((const mapi_func
*) _tbl
)[550];
6724 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6727 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fARB
)(GLint location
, GLfloat v0
, GLfloat v1
)
6729 const struct mapi_table
*_tbl
= entry_current_get();
6730 mapi_func _func
= ((const mapi_func
*) _tbl
)[551];
6731 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
)) _func
)(location
, v0
, v1
);
6734 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2f
)(GLint location
, GLfloat v0
, GLfloat v1
)
6736 const struct mapi_table
*_tbl
= entry_current_get();
6737 mapi_func _func
= ((const mapi_func
*) _tbl
)[551];
6738 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
)) _func
)(location
, v0
, v1
);
6741 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6743 const struct mapi_table
*_tbl
= entry_current_get();
6744 mapi_func _func
= ((const mapi_func
*) _tbl
)[552];
6745 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6748 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2fv
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6750 const struct mapi_table
*_tbl
= entry_current_get();
6751 mapi_func _func
= ((const mapi_func
*) _tbl
)[552];
6752 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6755 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2iARB
)(GLint location
, GLint v0
, GLint v1
)
6757 const struct mapi_table
*_tbl
= entry_current_get();
6758 mapi_func _func
= ((const mapi_func
*) _tbl
)[553];
6759 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
)) _func
)(location
, v0
, v1
);
6762 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2i
)(GLint location
, GLint v0
, GLint v1
)
6764 const struct mapi_table
*_tbl
= entry_current_get();
6765 mapi_func _func
= ((const mapi_func
*) _tbl
)[553];
6766 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
)) _func
)(location
, v0
, v1
);
6769 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2ivARB
)(GLint location
, GLsizei count
, const GLint
*value
)
6771 const struct mapi_table
*_tbl
= entry_current_get();
6772 mapi_func _func
= ((const mapi_func
*) _tbl
)[554];
6773 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6776 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2iv
)(GLint location
, GLsizei count
, const GLint
*value
)
6778 const struct mapi_table
*_tbl
= entry_current_get();
6779 mapi_func _func
= ((const mapi_func
*) _tbl
)[554];
6780 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6783 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fARB
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
)
6785 const struct mapi_table
*_tbl
= entry_current_get();
6786 mapi_func _func
= ((const mapi_func
*) _tbl
)[555];
6787 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
)) _func
)(location
, v0
, v1
, v2
);
6790 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3f
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
)
6792 const struct mapi_table
*_tbl
= entry_current_get();
6793 mapi_func _func
= ((const mapi_func
*) _tbl
)[555];
6794 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
)) _func
)(location
, v0
, v1
, v2
);
6797 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6799 const struct mapi_table
*_tbl
= entry_current_get();
6800 mapi_func _func
= ((const mapi_func
*) _tbl
)[556];
6801 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6804 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3fv
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6806 const struct mapi_table
*_tbl
= entry_current_get();
6807 mapi_func _func
= ((const mapi_func
*) _tbl
)[556];
6808 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6811 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3iARB
)(GLint location
, GLint v0
, GLint v1
, GLint v2
)
6813 const struct mapi_table
*_tbl
= entry_current_get();
6814 mapi_func _func
= ((const mapi_func
*) _tbl
)[557];
6815 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
, GLint v2
)) _func
)(location
, v0
, v1
, v2
);
6818 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3i
)(GLint location
, GLint v0
, GLint v1
, GLint v2
)
6820 const struct mapi_table
*_tbl
= entry_current_get();
6821 mapi_func _func
= ((const mapi_func
*) _tbl
)[557];
6822 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
, GLint v2
)) _func
)(location
, v0
, v1
, v2
);
6825 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3ivARB
)(GLint location
, GLsizei count
, const GLint
*value
)
6827 const struct mapi_table
*_tbl
= entry_current_get();
6828 mapi_func _func
= ((const mapi_func
*) _tbl
)[558];
6829 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6832 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3iv
)(GLint location
, GLsizei count
, const GLint
*value
)
6834 const struct mapi_table
*_tbl
= entry_current_get();
6835 mapi_func _func
= ((const mapi_func
*) _tbl
)[558];
6836 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6839 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fARB
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
)
6841 const struct mapi_table
*_tbl
= entry_current_get();
6842 mapi_func _func
= ((const mapi_func
*) _tbl
)[559];
6843 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
)) _func
)(location
, v0
, v1
, v2
, v3
);
6846 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4f
)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
)
6848 const struct mapi_table
*_tbl
= entry_current_get();
6849 mapi_func _func
= ((const mapi_func
*) _tbl
)[559];
6850 ((void (APIENTRY
*)(GLint location
, GLfloat v0
, GLfloat v1
, GLfloat v2
, GLfloat v3
)) _func
)(location
, v0
, v1
, v2
, v3
);
6853 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fvARB
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6855 const struct mapi_table
*_tbl
= entry_current_get();
6856 mapi_func _func
= ((const mapi_func
*) _tbl
)[560];
6857 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6860 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4fv
)(GLint location
, GLsizei count
, const GLfloat
*value
)
6862 const struct mapi_table
*_tbl
= entry_current_get();
6863 mapi_func _func
= ((const mapi_func
*) _tbl
)[560];
6864 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLfloat
*value
)) _func
)(location
, count
, value
);
6867 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4iARB
)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
)
6869 const struct mapi_table
*_tbl
= entry_current_get();
6870 mapi_func _func
= ((const mapi_func
*) _tbl
)[561];
6871 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
)) _func
)(location
, v0
, v1
, v2
, v3
);
6874 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4i
)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
)
6876 const struct mapi_table
*_tbl
= entry_current_get();
6877 mapi_func _func
= ((const mapi_func
*) _tbl
)[561];
6878 ((void (APIENTRY
*)(GLint location
, GLint v0
, GLint v1
, GLint v2
, GLint v3
)) _func
)(location
, v0
, v1
, v2
, v3
);
6881 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4ivARB
)(GLint location
, GLsizei count
, const GLint
*value
)
6883 const struct mapi_table
*_tbl
= entry_current_get();
6884 mapi_func _func
= ((const mapi_func
*) _tbl
)[562];
6885 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6888 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4iv
)(GLint location
, GLsizei count
, const GLint
*value
)
6890 const struct mapi_table
*_tbl
= entry_current_get();
6891 mapi_func _func
= ((const mapi_func
*) _tbl
)[562];
6892 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLint
*value
)) _func
)(location
, count
, value
);
6895 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6897 const struct mapi_table
*_tbl
= entry_current_get();
6898 mapi_func _func
= ((const mapi_func
*) _tbl
)[563];
6899 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6902 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix2fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6904 const struct mapi_table
*_tbl
= entry_current_get();
6905 mapi_func _func
= ((const mapi_func
*) _tbl
)[563];
6906 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6909 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6911 const struct mapi_table
*_tbl
= entry_current_get();
6912 mapi_func _func
= ((const mapi_func
*) _tbl
)[564];
6913 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6916 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix3fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6918 const struct mapi_table
*_tbl
= entry_current_get();
6919 mapi_func _func
= ((const mapi_func
*) _tbl
)[564];
6920 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6923 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4fvARB
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6925 const struct mapi_table
*_tbl
= entry_current_get();
6926 mapi_func _func
= ((const mapi_func
*) _tbl
)[565];
6927 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6930 GLAPI
void APIENTRY
GLAPI_PREFIX(UniformMatrix4fv
)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)
6932 const struct mapi_table
*_tbl
= entry_current_get();
6933 mapi_func _func
= ((const mapi_func
*) _tbl
)[565];
6934 ((void (APIENTRY
*)(GLint location
, GLsizei count
, GLboolean transpose
, const GLfloat
*value
)) _func
)(location
, count
, transpose
, value
);
6937 GLAPI
void APIENTRY
GLAPI_PREFIX(UseProgramObjectARB
)(GLhandleARB program
)
6939 const struct mapi_table
*_tbl
= entry_current_get();
6940 mapi_func _func
= ((const mapi_func
*) _tbl
)[566];
6941 ((void (APIENTRY
*)(GLhandleARB program
)) _func
)(program
);
6944 GLAPI
void APIENTRY
GLAPI_PREFIX(UseProgram
)(GLuint program
)
6946 const struct mapi_table
*_tbl
= entry_current_get();
6947 mapi_func _func
= ((const mapi_func
*) _tbl
)[566];
6948 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
6951 GLAPI
void APIENTRY
GLAPI_PREFIX(ValidateProgramARB
)(GLhandleARB program
)
6953 const struct mapi_table
*_tbl
= entry_current_get();
6954 mapi_func _func
= ((const mapi_func
*) _tbl
)[567];
6955 ((void (APIENTRY
*)(GLhandleARB program
)) _func
)(program
);
6958 GLAPI
void APIENTRY
GLAPI_PREFIX(ValidateProgram
)(GLuint program
)
6960 const struct mapi_table
*_tbl
= entry_current_get();
6961 mapi_func _func
= ((const mapi_func
*) _tbl
)[567];
6962 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
6965 GLAPI
void APIENTRY
GLAPI_PREFIX(BindAttribLocationARB
)(GLhandleARB program
, GLuint index
, const GLcharARB
*name
)
6967 const struct mapi_table
*_tbl
= entry_current_get();
6968 mapi_func _func
= ((const mapi_func
*) _tbl
)[568];
6969 ((void (APIENTRY
*)(GLhandleARB program
, GLuint index
, const GLcharARB
*name
)) _func
)(program
, index
, name
);
6972 GLAPI
void APIENTRY
GLAPI_PREFIX(BindAttribLocation
)(GLuint program
, GLuint index
, const GLchar
*name
)
6974 const struct mapi_table
*_tbl
= entry_current_get();
6975 mapi_func _func
= ((const mapi_func
*) _tbl
)[568];
6976 ((void (APIENTRY
*)(GLuint program
, GLuint index
, const GLchar
*name
)) _func
)(program
, index
, name
);
6979 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveAttribARB
)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
)
6981 const struct mapi_table
*_tbl
= entry_current_get();
6982 mapi_func _func
= ((const mapi_func
*) _tbl
)[569];
6983 ((void (APIENTRY
*)(GLhandleARB program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLcharARB
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
6986 GLAPI
void APIENTRY
GLAPI_PREFIX(GetActiveAttrib
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
)
6988 const struct mapi_table
*_tbl
= entry_current_get();
6989 mapi_func _func
= ((const mapi_func
*) _tbl
)[569];
6990 ((void (APIENTRY
*)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLint
*size
, GLenum
*type
, GLchar
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
6993 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetAttribLocationARB
)(GLhandleARB program
, const GLcharARB
*name
)
6995 const struct mapi_table
*_tbl
= entry_current_get();
6996 mapi_func _func
= ((const mapi_func
*) _tbl
)[570];
6997 return ((GLint (APIENTRY
*)(GLhandleARB program
, const GLcharARB
*name
)) _func
)(program
, name
);
7000 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetAttribLocation
)(GLuint program
, const GLchar
*name
)
7002 const struct mapi_table
*_tbl
= entry_current_get();
7003 mapi_func _func
= ((const mapi_func
*) _tbl
)[570];
7004 return ((GLint (APIENTRY
*)(GLuint program
, const GLchar
*name
)) _func
)(program
, name
);
7007 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffersARB
)(GLsizei n
, const GLenum
*bufs
)
7009 const struct mapi_table
*_tbl
= entry_current_get();
7010 mapi_func _func
= ((const mapi_func
*) _tbl
)[571];
7011 ((void (APIENTRY
*)(GLsizei n
, const GLenum
*bufs
)) _func
)(n
, bufs
);
7014 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffers
)(GLsizei n
, const GLenum
*bufs
)
7016 const struct mapi_table
*_tbl
= entry_current_get();
7017 mapi_func _func
= ((const mapi_func
*) _tbl
)[571];
7018 ((void (APIENTRY
*)(GLsizei n
, const GLenum
*bufs
)) _func
)(n
, bufs
);
7021 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawBuffersATI
)(GLsizei n
, const GLenum
*bufs
)
7023 const struct mapi_table
*_tbl
= entry_current_get();
7024 mapi_func _func
= ((const mapi_func
*) _tbl
)[571];
7025 ((void (APIENTRY
*)(GLsizei n
, const GLenum
*bufs
)) _func
)(n
, bufs
);
7028 GLAPI
void APIENTRY
GLAPI_PREFIX(ClampColorARB
)(GLenum target
, GLenum clamp
)
7030 const struct mapi_table
*_tbl
= entry_current_get();
7031 mapi_func _func
= ((const mapi_func
*) _tbl
)[572];
7032 ((void (APIENTRY
*)(GLenum target
, GLenum clamp
)) _func
)(target
, clamp
);
7035 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstancedARB
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)
7037 const struct mapi_table
*_tbl
= entry_current_get();
7038 mapi_func _func
= ((const mapi_func
*) _tbl
)[573];
7039 ((void (APIENTRY
*)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)) _func
)(mode
, first
, count
, primcount
);
7042 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstanced
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)
7044 const struct mapi_table
*_tbl
= entry_current_get();
7045 mapi_func _func
= ((const mapi_func
*) _tbl
)[573];
7046 ((void (APIENTRY
*)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)) _func
)(mode
, first
, count
, primcount
);
7049 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawArraysInstancedEXT
)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)
7051 const struct mapi_table
*_tbl
= entry_current_get();
7052 mapi_func _func
= ((const mapi_func
*) _tbl
)[573];
7053 ((void (APIENTRY
*)(GLenum mode
, GLint first
, GLsizei count
, GLsizei primcount
)) _func
)(mode
, first
, count
, primcount
);
7056 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedARB
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)
7058 const struct mapi_table
*_tbl
= entry_current_get();
7059 mapi_func _func
= ((const mapi_func
*) _tbl
)[574];
7060 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)) _func
)(mode
, count
, type
, indices
, primcount
);
7063 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstanced
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)
7065 const struct mapi_table
*_tbl
= entry_current_get();
7066 mapi_func _func
= ((const mapi_func
*) _tbl
)[574];
7067 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)) _func
)(mode
, count
, type
, indices
, primcount
);
7070 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedEXT
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)
7072 const struct mapi_table
*_tbl
= entry_current_get();
7073 mapi_func _func
= ((const mapi_func
*) _tbl
)[574];
7074 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
)) _func
)(mode
, count
, type
, indices
, primcount
);
7077 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageMultisample
)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
)
7079 const struct mapi_table
*_tbl
= entry_current_get();
7080 mapi_func _func
= ((const mapi_func
*) _tbl
)[575];
7081 ((void (APIENTRY
*)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
)) _func
)(target
, samples
, internalformat
, width
, height
);
7084 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageMultisampleEXT
)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
)
7086 const struct mapi_table
*_tbl
= entry_current_get();
7087 mapi_func _func
= ((const mapi_func
*) _tbl
)[575];
7088 ((void (APIENTRY
*)(GLenum target
, GLsizei samples
, GLenum internalformat
, GLsizei width
, GLsizei height
)) _func
)(target
, samples
, internalformat
, width
, height
);
7091 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
)
7093 const struct mapi_table
*_tbl
= entry_current_get();
7094 mapi_func _func
= ((const mapi_func
*) _tbl
)[576];
7095 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, texture
, level
);
7098 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureFaceARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLenum face
)
7100 const struct mapi_table
*_tbl
= entry_current_get();
7101 mapi_func _func
= ((const mapi_func
*) _tbl
)[577];
7102 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLenum face
)) _func
)(target
, attachment
, texture
, level
, face
);
7105 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameteriARB
)(GLuint program
, GLenum pname
, GLint value
)
7107 const struct mapi_table
*_tbl
= entry_current_get();
7108 mapi_func _func
= ((const mapi_func
*) _tbl
)[578];
7109 ((void (APIENTRY
*)(GLuint program
, GLenum pname
, GLint value
)) _func
)(program
, pname
, value
);
7112 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribDivisorARB
)(GLuint index
, GLuint divisor
)
7114 const struct mapi_table
*_tbl
= entry_current_get();
7115 mapi_func _func
= ((const mapi_func
*) _tbl
)[579];
7116 ((void (APIENTRY
*)(GLuint index
, GLuint divisor
)) _func
)(index
, divisor
);
7119 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushMappedBufferRange
)(GLenum target
, GLintptr offset
, GLsizeiptr length
)
7121 const struct mapi_table
*_tbl
= entry_current_get();
7122 mapi_func _func
= ((const mapi_func
*) _tbl
)[580];
7123 ((void (APIENTRY
*)(GLenum target
, GLintptr offset
, GLsizeiptr length
)) _func
)(target
, offset
, length
);
7126 GLAPI GLvoid
* APIENTRY
GLAPI_PREFIX(MapBufferRange
)(GLenum target
, GLintptr offset
, GLsizeiptr length
, GLbitfield access
)
7128 const struct mapi_table
*_tbl
= entry_current_get();
7129 mapi_func _func
= ((const mapi_func
*) _tbl
)[581];
7130 return ((GLvoid
* (APIENTRY
*)(GLenum target
, GLintptr offset
, GLsizeiptr length
, GLbitfield access
)) _func
)(target
, offset
, length
, access
);
7133 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBufferARB
)(GLenum target
, GLenum internalFormat
, GLuint buffer
)
7135 const struct mapi_table
*_tbl
= entry_current_get();
7136 mapi_func _func
= ((const mapi_func
*) _tbl
)[582];
7137 ((void (APIENTRY
*)(GLenum target
, GLenum internalFormat
, GLuint buffer
)) _func
)(target
, internalFormat
, buffer
);
7140 GLAPI
void APIENTRY
GLAPI_PREFIX(BindVertexArray
)(GLuint array
)
7142 const struct mapi_table
*_tbl
= entry_current_get();
7143 mapi_func _func
= ((const mapi_func
*) _tbl
)[583];
7144 ((void (APIENTRY
*)(GLuint array
)) _func
)(array
);
7147 GLAPI
void APIENTRY
GLAPI_PREFIX(GenVertexArrays
)(GLsizei n
, GLuint
*arrays
)
7149 const struct mapi_table
*_tbl
= entry_current_get();
7150 mapi_func _func
= ((const mapi_func
*) _tbl
)[584];
7151 ((void (APIENTRY
*)(GLsizei n
, GLuint
*arrays
)) _func
)(n
, arrays
);
7154 GLAPI
void APIENTRY
GLAPI_PREFIX(CopyBufferSubData
)(GLenum readTarget
, GLenum writeTarget
, GLintptr readOffset
, GLintptr writeOffset
, GLsizeiptr size
)
7156 const struct mapi_table
*_tbl
= entry_current_get();
7157 mapi_func _func
= ((const mapi_func
*) _tbl
)[585];
7158 ((void (APIENTRY
*)(GLenum readTarget
, GLenum writeTarget
, GLintptr readOffset
, GLintptr writeOffset
, GLsizeiptr size
)) _func
)(readTarget
, writeTarget
, readOffset
, writeOffset
, size
);
7161 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ClientWaitSync
)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
)
7163 const struct mapi_table
*_tbl
= entry_current_get();
7164 mapi_func _func
= ((const mapi_func
*) _tbl
)[586];
7165 return ((GLenum (APIENTRY
*)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
)) _func
)(sync
, flags
, timeout
);
7168 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteSync
)(GLsync sync
)
7170 const struct mapi_table
*_tbl
= entry_current_get();
7171 mapi_func _func
= ((const mapi_func
*) _tbl
)[587];
7172 ((void (APIENTRY
*)(GLsync sync
)) _func
)(sync
);
7175 GLAPI GLsync APIENTRY
GLAPI_PREFIX(FenceSync
)(GLenum condition
, GLbitfield flags
)
7177 const struct mapi_table
*_tbl
= entry_current_get();
7178 mapi_func _func
= ((const mapi_func
*) _tbl
)[588];
7179 return ((GLsync (APIENTRY
*)(GLenum condition
, GLbitfield flags
)) _func
)(condition
, flags
);
7182 GLAPI
void APIENTRY
GLAPI_PREFIX(GetInteger64v
)(GLenum pname
, GLint64
*params
)
7184 const struct mapi_table
*_tbl
= entry_current_get();
7185 mapi_func _func
= ((const mapi_func
*) _tbl
)[589];
7186 ((void (APIENTRY
*)(GLenum pname
, GLint64
*params
)) _func
)(pname
, params
);
7189 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSynciv
)(GLsync sync
, GLenum pname
, GLsizei bufSize
, GLsizei
*length
, GLint
*values
)
7191 const struct mapi_table
*_tbl
= entry_current_get();
7192 mapi_func _func
= ((const mapi_func
*) _tbl
)[590];
7193 ((void (APIENTRY
*)(GLsync sync
, GLenum pname
, GLsizei bufSize
, GLsizei
*length
, GLint
*values
)) _func
)(sync
, pname
, bufSize
, length
, values
);
7196 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsSync
)(GLsync sync
)
7198 const struct mapi_table
*_tbl
= entry_current_get();
7199 mapi_func _func
= ((const mapi_func
*) _tbl
)[591];
7200 return ((GLboolean (APIENTRY
*)(GLsync sync
)) _func
)(sync
);
7203 GLAPI
void APIENTRY
GLAPI_PREFIX(WaitSync
)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
)
7205 const struct mapi_table
*_tbl
= entry_current_get();
7206 mapi_func _func
= ((const mapi_func
*) _tbl
)[592];
7207 ((void (APIENTRY
*)(GLsync sync
, GLbitfield flags
, GLuint64 timeout
)) _func
)(sync
, flags
, timeout
);
7210 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsBaseVertex
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
)
7212 const struct mapi_table
*_tbl
= entry_current_get();
7213 mapi_func _func
= ((const mapi_func
*) _tbl
)[593];
7214 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
)) _func
)(mode
, count
, type
, indices
, basevertex
);
7217 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawElementsInstancedBaseVertex
)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
, GLint basevertex
)
7219 const struct mapi_table
*_tbl
= entry_current_get();
7220 mapi_func _func
= ((const mapi_func
*) _tbl
)[594];
7221 ((void (APIENTRY
*)(GLenum mode
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLsizei primcount
, GLint basevertex
)) _func
)(mode
, count
, type
, indices
, primcount
, basevertex
);
7224 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawRangeElementsBaseVertex
)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
)
7226 const struct mapi_table
*_tbl
= entry_current_get();
7227 mapi_func _func
= ((const mapi_func
*) _tbl
)[595];
7228 ((void (APIENTRY
*)(GLenum mode
, GLuint start
, GLuint end
, GLsizei count
, GLenum type
, const GLvoid
*indices
, GLint basevertex
)) _func
)(mode
, start
, end
, count
, type
, indices
, basevertex
);
7231 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElementsBaseVertex
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
, const GLint
*basevertex
)
7233 const struct mapi_table
*_tbl
= entry_current_get();
7234 mapi_func _func
= ((const mapi_func
*) _tbl
)[596];
7235 ((void (APIENTRY
*)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
, const GLint
*basevertex
)) _func
)(mode
, count
, type
, indices
, primcount
, basevertex
);
7238 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateiARB
)(GLuint buf
, GLenum modeRGB
, GLenum modeA
)
7240 const struct mapi_table
*_tbl
= entry_current_get();
7241 mapi_func _func
= ((const mapi_func
*) _tbl
)[597];
7242 ((void (APIENTRY
*)(GLuint buf
, GLenum modeRGB
, GLenum modeA
)) _func
)(buf
, modeRGB
, modeA
);
7245 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateIndexedAMD
)(GLuint buf
, GLenum modeRGB
, GLenum modeA
)
7247 const struct mapi_table
*_tbl
= entry_current_get();
7248 mapi_func _func
= ((const mapi_func
*) _tbl
)[597];
7249 ((void (APIENTRY
*)(GLuint buf
, GLenum modeRGB
, GLenum modeA
)) _func
)(buf
, modeRGB
, modeA
);
7252 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationiARB
)(GLuint buf
, GLenum mode
)
7254 const struct mapi_table
*_tbl
= entry_current_get();
7255 mapi_func _func
= ((const mapi_func
*) _tbl
)[598];
7256 ((void (APIENTRY
*)(GLuint buf
, GLenum mode
)) _func
)(buf
, mode
);
7259 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationIndexedAMD
)(GLuint buf
, GLenum mode
)
7261 const struct mapi_table
*_tbl
= entry_current_get();
7262 mapi_func _func
= ((const mapi_func
*) _tbl
)[598];
7263 ((void (APIENTRY
*)(GLuint buf
, GLenum mode
)) _func
)(buf
, mode
);
7266 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateiARB
)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
)
7268 const struct mapi_table
*_tbl
= entry_current_get();
7269 mapi_func _func
= ((const mapi_func
*) _tbl
)[599];
7270 ((void (APIENTRY
*)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
)) _func
)(buf
, srcRGB
, dstRGB
, srcA
, dstA
);
7273 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateIndexedAMD
)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
)
7275 const struct mapi_table
*_tbl
= entry_current_get();
7276 mapi_func _func
= ((const mapi_func
*) _tbl
)[599];
7277 ((void (APIENTRY
*)(GLuint buf
, GLenum srcRGB
, GLenum dstRGB
, GLenum srcA
, GLenum dstA
)) _func
)(buf
, srcRGB
, dstRGB
, srcA
, dstA
);
7280 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFunciARB
)(GLuint buf
, GLenum src
, GLenum dst
)
7282 const struct mapi_table
*_tbl
= entry_current_get();
7283 mapi_func _func
= ((const mapi_func
*) _tbl
)[600];
7284 ((void (APIENTRY
*)(GLuint buf
, GLenum src
, GLenum dst
)) _func
)(buf
, src
, dst
);
7287 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncIndexedAMD
)(GLuint buf
, GLenum src
, GLenum dst
)
7289 const struct mapi_table
*_tbl
= entry_current_get();
7290 mapi_func _func
= ((const mapi_func
*) _tbl
)[600];
7291 ((void (APIENTRY
*)(GLuint buf
, GLenum src
, GLenum dst
)) _func
)(buf
, src
, dst
);
7294 GLAPI
void APIENTRY
GLAPI_PREFIX(BindSampler
)(GLuint unit
, GLuint sampler
)
7296 const struct mapi_table
*_tbl
= entry_current_get();
7297 mapi_func _func
= ((const mapi_func
*) _tbl
)[601];
7298 ((void (APIENTRY
*)(GLuint unit
, GLuint sampler
)) _func
)(unit
, sampler
);
7301 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteSamplers
)(GLsizei count
, const GLuint
*samplers
)
7303 const struct mapi_table
*_tbl
= entry_current_get();
7304 mapi_func _func
= ((const mapi_func
*) _tbl
)[602];
7305 ((void (APIENTRY
*)(GLsizei count
, const GLuint
*samplers
)) _func
)(count
, samplers
);
7308 GLAPI
void APIENTRY
GLAPI_PREFIX(GenSamplers
)(GLsizei count
, GLuint
*samplers
)
7310 const struct mapi_table
*_tbl
= entry_current_get();
7311 mapi_func _func
= ((const mapi_func
*) _tbl
)[603];
7312 ((void (APIENTRY
*)(GLsizei count
, GLuint
*samplers
)) _func
)(count
, samplers
);
7315 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterIiv
)(GLuint sampler
, GLenum pname
, GLint
*params
)
7317 const struct mapi_table
*_tbl
= entry_current_get();
7318 mapi_func _func
= ((const mapi_func
*) _tbl
)[604];
7319 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLint
*params
)) _func
)(sampler
, pname
, params
);
7322 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterIuiv
)(GLuint sampler
, GLenum pname
, GLuint
*params
)
7324 const struct mapi_table
*_tbl
= entry_current_get();
7325 mapi_func _func
= ((const mapi_func
*) _tbl
)[605];
7326 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLuint
*params
)) _func
)(sampler
, pname
, params
);
7329 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameterfv
)(GLuint sampler
, GLenum pname
, GLfloat
*params
)
7331 const struct mapi_table
*_tbl
= entry_current_get();
7332 mapi_func _func
= ((const mapi_func
*) _tbl
)[606];
7333 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLfloat
*params
)) _func
)(sampler
, pname
, params
);
7336 GLAPI
void APIENTRY
GLAPI_PREFIX(GetSamplerParameteriv
)(GLuint sampler
, GLenum pname
, GLint
*params
)
7338 const struct mapi_table
*_tbl
= entry_current_get();
7339 mapi_func _func
= ((const mapi_func
*) _tbl
)[607];
7340 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLint
*params
)) _func
)(sampler
, pname
, params
);
7343 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsSampler
)(GLuint sampler
)
7345 const struct mapi_table
*_tbl
= entry_current_get();
7346 mapi_func _func
= ((const mapi_func
*) _tbl
)[608];
7347 return ((GLboolean (APIENTRY
*)(GLuint sampler
)) _func
)(sampler
);
7350 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterIiv
)(GLuint sampler
, GLenum pname
, const GLint
*params
)
7352 const struct mapi_table
*_tbl
= entry_current_get();
7353 mapi_func _func
= ((const mapi_func
*) _tbl
)[609];
7354 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, const GLint
*params
)) _func
)(sampler
, pname
, params
);
7357 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterIuiv
)(GLuint sampler
, GLenum pname
, const GLuint
*params
)
7359 const struct mapi_table
*_tbl
= entry_current_get();
7360 mapi_func _func
= ((const mapi_func
*) _tbl
)[610];
7361 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, const GLuint
*params
)) _func
)(sampler
, pname
, params
);
7364 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterf
)(GLuint sampler
, GLenum pname
, GLfloat param
)
7366 const struct mapi_table
*_tbl
= entry_current_get();
7367 mapi_func _func
= ((const mapi_func
*) _tbl
)[611];
7368 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLfloat param
)) _func
)(sampler
, pname
, param
);
7371 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameterfv
)(GLuint sampler
, GLenum pname
, const GLfloat
*params
)
7373 const struct mapi_table
*_tbl
= entry_current_get();
7374 mapi_func _func
= ((const mapi_func
*) _tbl
)[612];
7375 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, const GLfloat
*params
)) _func
)(sampler
, pname
, params
);
7378 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameteri
)(GLuint sampler
, GLenum pname
, GLint param
)
7380 const struct mapi_table
*_tbl
= entry_current_get();
7381 mapi_func _func
= ((const mapi_func
*) _tbl
)[613];
7382 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, GLint param
)) _func
)(sampler
, pname
, param
);
7385 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplerParameteriv
)(GLuint sampler
, GLenum pname
, const GLint
*params
)
7387 const struct mapi_table
*_tbl
= entry_current_get();
7388 mapi_func _func
= ((const mapi_func
*) _tbl
)[614];
7389 ((void (APIENTRY
*)(GLuint sampler
, GLenum pname
, const GLint
*params
)) _func
)(sampler
, pname
, params
);
7392 GLAPI
void APIENTRY
GLAPI_PREFIX(BindTransformFeedback
)(GLenum target
, GLuint id
)
7394 const struct mapi_table
*_tbl
= entry_current_get();
7395 mapi_func _func
= ((const mapi_func
*) _tbl
)[615];
7396 ((void (APIENTRY
*)(GLenum target
, GLuint id
)) _func
)(target
, id
);
7399 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteTransformFeedbacks
)(GLsizei n
, const GLuint
*ids
)
7401 const struct mapi_table
*_tbl
= entry_current_get();
7402 mapi_func _func
= ((const mapi_func
*) _tbl
)[616];
7403 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*ids
)) _func
)(n
, ids
);
7406 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTransformFeedback
)(GLenum mode
, GLuint id
)
7408 const struct mapi_table
*_tbl
= entry_current_get();
7409 mapi_func _func
= ((const mapi_func
*) _tbl
)[617];
7410 ((void (APIENTRY
*)(GLenum mode
, GLuint id
)) _func
)(mode
, id
);
7413 GLAPI
void APIENTRY
GLAPI_PREFIX(GenTransformFeedbacks
)(GLsizei n
, GLuint
*ids
)
7415 const struct mapi_table
*_tbl
= entry_current_get();
7416 mapi_func _func
= ((const mapi_func
*) _tbl
)[618];
7417 ((void (APIENTRY
*)(GLsizei n
, GLuint
*ids
)) _func
)(n
, ids
);
7420 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsTransformFeedback
)(GLuint id
)
7422 const struct mapi_table
*_tbl
= entry_current_get();
7423 mapi_func _func
= ((const mapi_func
*) _tbl
)[619];
7424 return ((GLboolean (APIENTRY
*)(GLuint id
)) _func
)(id
);
7427 GLAPI
void APIENTRY
GLAPI_PREFIX(PauseTransformFeedback
)(void)
7429 const struct mapi_table
*_tbl
= entry_current_get();
7430 mapi_func _func
= ((const mapi_func
*) _tbl
)[620];
7431 ((void (APIENTRY
*)(void)) _func
)();
7434 GLAPI
void APIENTRY
GLAPI_PREFIX(ResumeTransformFeedback
)(void)
7436 const struct mapi_table
*_tbl
= entry_current_get();
7437 mapi_func _func
= ((const mapi_func
*) _tbl
)[621];
7438 ((void (APIENTRY
*)(void)) _func
)();
7441 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthf
)(GLclampf depth
)
7443 const struct mapi_table
*_tbl
= entry_current_get();
7444 mapi_func _func
= ((const mapi_func
*) _tbl
)[622];
7445 ((void (APIENTRY
*)(GLclampf depth
)) _func
)(depth
);
7448 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthfOES
)(GLclampf depth
)
7450 const struct mapi_table
*_tbl
= entry_current_get();
7451 mapi_func _func
= ((const mapi_func
*) _tbl
)[622];
7452 ((void (APIENTRY
*)(GLclampf depth
)) _func
)(depth
);
7455 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangef
)(GLclampf zNear
, GLclampf zFar
)
7457 const struct mapi_table
*_tbl
= entry_current_get();
7458 mapi_func _func
= ((const mapi_func
*) _tbl
)[623];
7459 ((void (APIENTRY
*)(GLclampf zNear
, GLclampf zFar
)) _func
)(zNear
, zFar
);
7462 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangefOES
)(GLclampf zNear
, GLclampf zFar
)
7464 const struct mapi_table
*_tbl
= entry_current_get();
7465 mapi_func _func
= ((const mapi_func
*) _tbl
)[623];
7466 ((void (APIENTRY
*)(GLclampf zNear
, GLclampf zFar
)) _func
)(zNear
, zFar
);
7469 GLAPI
void APIENTRY
GLAPI_PREFIX(GetShaderPrecisionFormat
)(GLenum shadertype
, GLenum precisiontype
, GLint
*range
, GLint
*precision
)
7471 const struct mapi_table
*_tbl
= entry_current_get();
7472 mapi_func _func
= ((const mapi_func
*) _tbl
)[624];
7473 ((void (APIENTRY
*)(GLenum shadertype
, GLenum precisiontype
, GLint
*range
, GLint
*precision
)) _func
)(shadertype
, precisiontype
, range
, precision
);
7476 GLAPI
void APIENTRY
GLAPI_PREFIX(ReleaseShaderCompiler
)(void)
7478 const struct mapi_table
*_tbl
= entry_current_get();
7479 mapi_func _func
= ((const mapi_func
*) _tbl
)[625];
7480 ((void (APIENTRY
*)(void)) _func
)();
7483 GLAPI
void APIENTRY
GLAPI_PREFIX(ShaderBinary
)(GLsizei n
, const GLuint
*shaders
, GLenum binaryformat
, const GLvoid
*binary
, GLsizei length
)
7485 const struct mapi_table
*_tbl
= entry_current_get();
7486 mapi_func _func
= ((const mapi_func
*) _tbl
)[626];
7487 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*shaders
, GLenum binaryformat
, const GLvoid
*binary
, GLsizei length
)) _func
)(n
, shaders
, binaryformat
, binary
, length
);
7490 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramBinary
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
)
7492 const struct mapi_table
*_tbl
= entry_current_get();
7493 mapi_func _func
= ((const mapi_func
*) _tbl
)[627];
7494 ((void (APIENTRY
*)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
)) _func
)(program
, bufSize
, length
, binaryFormat
, binary
);
7497 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramBinaryOES
)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
)
7499 const struct mapi_table
*_tbl
= entry_current_get();
7500 mapi_func _func
= ((const mapi_func
*) _tbl
)[627];
7501 ((void (APIENTRY
*)(GLuint program
, GLsizei bufSize
, GLsizei
*length
, GLenum
*binaryFormat
, GLvoid
*binary
)) _func
)(program
, bufSize
, length
, binaryFormat
, binary
);
7504 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramBinary
)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLsizei length
)
7506 const struct mapi_table
*_tbl
= entry_current_get();
7507 mapi_func _func
= ((const mapi_func
*) _tbl
)[628];
7508 ((void (APIENTRY
*)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLsizei length
)) _func
)(program
, binaryFormat
, binary
, length
);
7511 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramBinaryOES
)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLint length
)
7513 const struct mapi_table
*_tbl
= entry_current_get();
7514 mapi_func _func
= ((const mapi_func
*) _tbl
)[628];
7515 ((void (APIENTRY
*)(GLuint program
, GLenum binaryFormat
, const GLvoid
*binary
, GLint length
)) _func
)(program
, binaryFormat
, binary
, length
);
7518 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameteri
)(GLuint program
, GLenum pname
, GLint value
)
7520 const struct mapi_table
*_tbl
= entry_current_get();
7521 mapi_func _func
= ((const mapi_func
*) _tbl
)[629];
7522 ((void (APIENTRY
*)(GLuint program
, GLenum pname
, GLint value
)) _func
)(program
, pname
, value
);
7525 GLAPI GLenum APIENTRY
GLAPI_PREFIX(GetGraphicsResetStatusARB
)(void)
7527 const struct mapi_table
*_tbl
= entry_current_get();
7528 mapi_func _func
= ((const mapi_func
*) _tbl
)[630];
7529 return ((GLenum (APIENTRY
*)(void)) _func
)();
7532 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnColorTableARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*table
)
7534 const struct mapi_table
*_tbl
= entry_current_get();
7535 mapi_func _func
= ((const mapi_func
*) _tbl
)[631];
7536 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*table
)) _func
)(target
, format
, type
, bufSize
, table
);
7539 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnCompressedTexImageARB
)(GLenum target
, GLint lod
, GLsizei bufSize
, GLvoid
*img
)
7541 const struct mapi_table
*_tbl
= entry_current_get();
7542 mapi_func _func
= ((const mapi_func
*) _tbl
)[632];
7543 ((void (APIENTRY
*)(GLenum target
, GLint lod
, GLsizei bufSize
, GLvoid
*img
)) _func
)(target
, lod
, bufSize
, img
);
7546 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnConvolutionFilterARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*image
)
7548 const struct mapi_table
*_tbl
= entry_current_get();
7549 mapi_func _func
= ((const mapi_func
*) _tbl
)[633];
7550 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*image
)) _func
)(target
, format
, type
, bufSize
, image
);
7553 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnHistogramARB
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
)
7555 const struct mapi_table
*_tbl
= entry_current_get();
7556 mapi_func _func
= ((const mapi_func
*) _tbl
)[634];
7557 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, bufSize
, values
);
7560 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapdvARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLdouble
*v
)
7562 const struct mapi_table
*_tbl
= entry_current_get();
7563 mapi_func _func
= ((const mapi_func
*) _tbl
)[635];
7564 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLsizei bufSize
, GLdouble
*v
)) _func
)(target
, query
, bufSize
, v
);
7567 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapfvARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLfloat
*v
)
7569 const struct mapi_table
*_tbl
= entry_current_get();
7570 mapi_func _func
= ((const mapi_func
*) _tbl
)[636];
7571 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLsizei bufSize
, GLfloat
*v
)) _func
)(target
, query
, bufSize
, v
);
7574 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMapivARB
)(GLenum target
, GLenum query
, GLsizei bufSize
, GLint
*v
)
7576 const struct mapi_table
*_tbl
= entry_current_get();
7577 mapi_func _func
= ((const mapi_func
*) _tbl
)[637];
7578 ((void (APIENTRY
*)(GLenum target
, GLenum query
, GLsizei bufSize
, GLint
*v
)) _func
)(target
, query
, bufSize
, v
);
7581 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnMinmaxARB
)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
)
7583 const struct mapi_table
*_tbl
= entry_current_get();
7584 mapi_func _func
= ((const mapi_func
*) _tbl
)[638];
7585 ((void (APIENTRY
*)(GLenum target
, GLboolean reset
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*values
)) _func
)(target
, reset
, format
, type
, bufSize
, values
);
7588 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapfvARB
)(GLenum map
, GLsizei bufSize
, GLfloat
*values
)
7590 const struct mapi_table
*_tbl
= entry_current_get();
7591 mapi_func _func
= ((const mapi_func
*) _tbl
)[639];
7592 ((void (APIENTRY
*)(GLenum map
, GLsizei bufSize
, GLfloat
*values
)) _func
)(map
, bufSize
, values
);
7595 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapuivARB
)(GLenum map
, GLsizei bufSize
, GLuint
*values
)
7597 const struct mapi_table
*_tbl
= entry_current_get();
7598 mapi_func _func
= ((const mapi_func
*) _tbl
)[640];
7599 ((void (APIENTRY
*)(GLenum map
, GLsizei bufSize
, GLuint
*values
)) _func
)(map
, bufSize
, values
);
7602 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPixelMapusvARB
)(GLenum map
, GLsizei bufSize
, GLushort
*values
)
7604 const struct mapi_table
*_tbl
= entry_current_get();
7605 mapi_func _func
= ((const mapi_func
*) _tbl
)[641];
7606 ((void (APIENTRY
*)(GLenum map
, GLsizei bufSize
, GLushort
*values
)) _func
)(map
, bufSize
, values
);
7609 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnPolygonStippleARB
)(GLsizei bufSize
, GLubyte
*pattern
)
7611 const struct mapi_table
*_tbl
= entry_current_get();
7612 mapi_func _func
= ((const mapi_func
*) _tbl
)[642];
7613 ((void (APIENTRY
*)(GLsizei bufSize
, GLubyte
*pattern
)) _func
)(bufSize
, pattern
);
7616 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnSeparableFilterARB
)(GLenum target
, GLenum format
, GLenum type
, GLsizei rowBufSize
, GLvoid
*row
, GLsizei columnBufSize
, GLvoid
*column
, GLvoid
*span
)
7618 const struct mapi_table
*_tbl
= entry_current_get();
7619 mapi_func _func
= ((const mapi_func
*) _tbl
)[643];
7620 ((void (APIENTRY
*)(GLenum target
, GLenum format
, GLenum type
, GLsizei rowBufSize
, GLvoid
*row
, GLsizei columnBufSize
, GLvoid
*column
, GLvoid
*span
)) _func
)(target
, format
, type
, rowBufSize
, row
, columnBufSize
, column
, span
);
7623 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnTexImageARB
)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*img
)
7625 const struct mapi_table
*_tbl
= entry_current_get();
7626 mapi_func _func
= ((const mapi_func
*) _tbl
)[644];
7627 ((void (APIENTRY
*)(GLenum target
, GLint level
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*img
)) _func
)(target
, level
, format
, type
, bufSize
, img
);
7630 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformdvARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLdouble
*params
)
7632 const struct mapi_table
*_tbl
= entry_current_get();
7633 mapi_func _func
= ((const mapi_func
*) _tbl
)[645];
7634 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLdouble
*params
)) _func
)(program
, location
, bufSize
, params
);
7637 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformfvARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLfloat
*params
)
7639 const struct mapi_table
*_tbl
= entry_current_get();
7640 mapi_func _func
= ((const mapi_func
*) _tbl
)[646];
7641 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLfloat
*params
)) _func
)(program
, location
, bufSize
, params
);
7644 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformivARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLint
*params
)
7646 const struct mapi_table
*_tbl
= entry_current_get();
7647 mapi_func _func
= ((const mapi_func
*) _tbl
)[647];
7648 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLint
*params
)) _func
)(program
, location
, bufSize
, params
);
7651 GLAPI
void APIENTRY
GLAPI_PREFIX(GetnUniformuivARB
)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLuint
*params
)
7653 const struct mapi_table
*_tbl
= entry_current_get();
7654 mapi_func _func
= ((const mapi_func
*) _tbl
)[648];
7655 ((void (APIENTRY
*)(GLhandleARB program
, GLint location
, GLsizei bufSize
, GLuint
*params
)) _func
)(program
, location
, bufSize
, params
);
7658 GLAPI
void APIENTRY
GLAPI_PREFIX(ReadnPixelsARB
)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*data
)
7660 const struct mapi_table
*_tbl
= entry_current_get();
7661 mapi_func _func
= ((const mapi_func
*) _tbl
)[649];
7662 ((void (APIENTRY
*)(GLint x
, GLint y
, GLsizei width
, GLsizei height
, GLenum format
, GLenum type
, GLsizei bufSize
, GLvoid
*data
)) _func
)(x
, y
, width
, height
, format
, type
, bufSize
, data
);
7665 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetEXT
)(GLfloat factor
, GLfloat bias
)
7667 const struct mapi_table
*_tbl
= entry_current_get();
7668 mapi_func _func
= ((const mapi_func
*) _tbl
)[650];
7669 ((void (APIENTRY
*)(GLfloat factor
, GLfloat bias
)) _func
)(factor
, bias
);
7672 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexfOES
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat width
, GLfloat height
)
7674 const struct mapi_table
*_tbl
= entry_current_get();
7675 mapi_func _func
= ((const mapi_func
*) _tbl
)[651];
7676 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat width
, GLfloat height
)) _func
)(x
, y
, z
, width
, height
);
7679 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexfvOES
)(const GLfloat
*coords
)
7681 const struct mapi_table
*_tbl
= entry_current_get();
7682 mapi_func _func
= ((const mapi_func
*) _tbl
)[652];
7683 ((void (APIENTRY
*)(const GLfloat
*coords
)) _func
)(coords
);
7686 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexiOES
)(GLint x
, GLint y
, GLint z
, GLint width
, GLint height
)
7688 const struct mapi_table
*_tbl
= entry_current_get();
7689 mapi_func _func
= ((const mapi_func
*) _tbl
)[653];
7690 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
, GLint width
, GLint height
)) _func
)(x
, y
, z
, width
, height
);
7693 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexivOES
)(const GLint
*coords
)
7695 const struct mapi_table
*_tbl
= entry_current_get();
7696 mapi_func _func
= ((const mapi_func
*) _tbl
)[654];
7697 ((void (APIENTRY
*)(const GLint
*coords
)) _func
)(coords
);
7700 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexsOES
)(GLshort x
, GLshort y
, GLshort z
, GLshort width
, GLshort height
)
7702 const struct mapi_table
*_tbl
= entry_current_get();
7703 mapi_func _func
= ((const mapi_func
*) _tbl
)[655];
7704 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
, GLshort width
, GLshort height
)) _func
)(x
, y
, z
, width
, height
);
7707 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexsvOES
)(const GLshort
*coords
)
7709 const struct mapi_table
*_tbl
= entry_current_get();
7710 mapi_func _func
= ((const mapi_func
*) _tbl
)[656];
7711 ((void (APIENTRY
*)(const GLshort
*coords
)) _func
)(coords
);
7714 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexxOES
)(GLfixed x
, GLfixed y
, GLfixed z
, GLfixed width
, GLfixed height
)
7716 const struct mapi_table
*_tbl
= entry_current_get();
7717 mapi_func _func
= ((const mapi_func
*) _tbl
)[657];
7718 ((void (APIENTRY
*)(GLfixed x
, GLfixed y
, GLfixed z
, GLfixed width
, GLfixed height
)) _func
)(x
, y
, z
, width
, height
);
7721 GLAPI
void APIENTRY
GLAPI_PREFIX(DrawTexxvOES
)(const GLfixed
*coords
)
7723 const struct mapi_table
*_tbl
= entry_current_get();
7724 mapi_func _func
= ((const mapi_func
*) _tbl
)[658];
7725 ((void (APIENTRY
*)(const GLfixed
*coords
)) _func
)(coords
);
7728 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizePointerOES
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
7730 const struct mapi_table
*_tbl
= entry_current_get();
7731 mapi_func _func
= ((const mapi_func
*) _tbl
)[659];
7732 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(type
, stride
, pointer
);
7735 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelTexGenParameterfvSGIS
)(GLenum pname
, GLfloat
*params
)
7737 const struct mapi_table
*_tbl
= entry_current_get();
7738 mapi_func _func
= ((const mapi_func
*) _tbl
)[660];
7739 ((void (APIENTRY
*)(GLenum pname
, GLfloat
*params
)) _func
)(pname
, params
);
7742 GLAPI
void APIENTRY
GLAPI_PREFIX(GetPixelTexGenParameterivSGIS
)(GLenum pname
, GLint
*params
)
7744 const struct mapi_table
*_tbl
= entry_current_get();
7745 mapi_func _func
= ((const mapi_func
*) _tbl
)[661];
7746 ((void (APIENTRY
*)(GLenum pname
, GLint
*params
)) _func
)(pname
, params
);
7749 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterfSGIS
)(GLenum pname
, GLfloat param
)
7751 const struct mapi_table
*_tbl
= entry_current_get();
7752 mapi_func _func
= ((const mapi_func
*) _tbl
)[662];
7753 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
7756 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterfvSGIS
)(GLenum pname
, const GLfloat
*params
)
7758 const struct mapi_table
*_tbl
= entry_current_get();
7759 mapi_func _func
= ((const mapi_func
*) _tbl
)[663];
7760 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
7763 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameteriSGIS
)(GLenum pname
, GLint param
)
7765 const struct mapi_table
*_tbl
= entry_current_get();
7766 mapi_func _func
= ((const mapi_func
*) _tbl
)[664];
7767 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
7770 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenParameterivSGIS
)(GLenum pname
, const GLint
*params
)
7772 const struct mapi_table
*_tbl
= entry_current_get();
7773 mapi_func _func
= ((const mapi_func
*) _tbl
)[665];
7774 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
7777 GLAPI GLbitfield APIENTRY
GLAPI_PREFIX(QueryMatrixxOES
)(GLfixed
*mantissa
, GLint
*exponent
)
7779 const struct mapi_table
*_tbl
= entry_current_get();
7780 mapi_func _func
= ((const mapi_func
*) _tbl
)[666];
7781 return ((GLbitfield (APIENTRY
*)(GLfixed
*mantissa
, GLint
*exponent
)) _func
)(mantissa
, exponent
);
7784 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMaskSGIS
)(GLclampf value
, GLboolean invert
)
7786 const struct mapi_table
*_tbl
= entry_current_get();
7787 mapi_func _func
= ((const mapi_func
*) _tbl
)[667];
7788 ((void (APIENTRY
*)(GLclampf value
, GLboolean invert
)) _func
)(value
, invert
);
7791 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMaskEXT
)(GLclampf value
, GLboolean invert
)
7793 const struct mapi_table
*_tbl
= entry_current_get();
7794 mapi_func _func
= ((const mapi_func
*) _tbl
)[667];
7795 ((void (APIENTRY
*)(GLclampf value
, GLboolean invert
)) _func
)(value
, invert
);
7798 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplePatternSGIS
)(GLenum pattern
)
7800 const struct mapi_table
*_tbl
= entry_current_get();
7801 mapi_func _func
= ((const mapi_func
*) _tbl
)[668];
7802 ((void (APIENTRY
*)(GLenum pattern
)) _func
)(pattern
);
7805 GLAPI
void APIENTRY
GLAPI_PREFIX(SamplePatternEXT
)(GLenum pattern
)
7807 const struct mapi_table
*_tbl
= entry_current_get();
7808 mapi_func _func
= ((const mapi_func
*) _tbl
)[668];
7809 ((void (APIENTRY
*)(GLenum pattern
)) _func
)(pattern
);
7812 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)
7814 const struct mapi_table
*_tbl
= entry_current_get();
7815 mapi_func _func
= ((const mapi_func
*) _tbl
)[669];
7816 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, count
, pointer
);
7819 GLAPI
void APIENTRY
GLAPI_PREFIX(EdgeFlagPointerEXT
)(GLsizei stride
, GLsizei count
, const GLboolean
*pointer
)
7821 const struct mapi_table
*_tbl
= entry_current_get();
7822 mapi_func _func
= ((const mapi_func
*) _tbl
)[670];
7823 ((void (APIENTRY
*)(GLsizei stride
, GLsizei count
, const GLboolean
*pointer
)) _func
)(stride
, count
, pointer
);
7826 GLAPI
void APIENTRY
GLAPI_PREFIX(IndexPointerEXT
)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)
7828 const struct mapi_table
*_tbl
= entry_current_get();
7829 mapi_func _func
= ((const mapi_func
*) _tbl
)[671];
7830 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)) _func
)(type
, stride
, count
, pointer
);
7833 GLAPI
void APIENTRY
GLAPI_PREFIX(NormalPointerEXT
)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)
7835 const struct mapi_table
*_tbl
= entry_current_get();
7836 mapi_func _func
= ((const mapi_func
*) _tbl
)[672];
7837 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)) _func
)(type
, stride
, count
, pointer
);
7840 GLAPI
void APIENTRY
GLAPI_PREFIX(TexCoordPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)
7842 const struct mapi_table
*_tbl
= entry_current_get();
7843 mapi_func _func
= ((const mapi_func
*) _tbl
)[673];
7844 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, count
, pointer
);
7847 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)
7849 const struct mapi_table
*_tbl
= entry_current_get();
7850 mapi_func _func
= ((const mapi_func
*) _tbl
)[674];
7851 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, GLsizei count
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, count
, pointer
);
7854 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfEXT
)(GLenum pname
, GLfloat param
)
7856 const struct mapi_table
*_tbl
= entry_current_get();
7857 mapi_func _func
= ((const mapi_func
*) _tbl
)[675];
7858 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
7861 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterf
)(GLenum pname
, GLfloat param
)
7863 const struct mapi_table
*_tbl
= entry_current_get();
7864 mapi_func _func
= ((const mapi_func
*) _tbl
)[675];
7865 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
7868 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfARB
)(GLenum pname
, GLfloat param
)
7870 const struct mapi_table
*_tbl
= entry_current_get();
7871 mapi_func _func
= ((const mapi_func
*) _tbl
)[675];
7872 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
7875 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfSGIS
)(GLenum pname
, GLfloat param
)
7877 const struct mapi_table
*_tbl
= entry_current_get();
7878 mapi_func _func
= ((const mapi_func
*) _tbl
)[675];
7879 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
7882 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvEXT
)(GLenum pname
, const GLfloat
*params
)
7884 const struct mapi_table
*_tbl
= entry_current_get();
7885 mapi_func _func
= ((const mapi_func
*) _tbl
)[676];
7886 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
7889 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfv
)(GLenum pname
, const GLfloat
*params
)
7891 const struct mapi_table
*_tbl
= entry_current_get();
7892 mapi_func _func
= ((const mapi_func
*) _tbl
)[676];
7893 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
7896 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvARB
)(GLenum pname
, const GLfloat
*params
)
7898 const struct mapi_table
*_tbl
= entry_current_get();
7899 mapi_func _func
= ((const mapi_func
*) _tbl
)[676];
7900 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
7903 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterfvSGIS
)(GLenum pname
, const GLfloat
*params
)
7905 const struct mapi_table
*_tbl
= entry_current_get();
7906 mapi_func _func
= ((const mapi_func
*) _tbl
)[676];
7907 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
7910 GLAPI
void APIENTRY
GLAPI_PREFIX(LockArraysEXT
)(GLint first
, GLsizei count
)
7912 const struct mapi_table
*_tbl
= entry_current_get();
7913 mapi_func _func
= ((const mapi_func
*) _tbl
)[677];
7914 ((void (APIENTRY
*)(GLint first
, GLsizei count
)) _func
)(first
, count
);
7917 GLAPI
void APIENTRY
GLAPI_PREFIX(UnlockArraysEXT
)(void)
7919 const struct mapi_table
*_tbl
= entry_current_get();
7920 mapi_func _func
= ((const mapi_func
*) _tbl
)[678];
7921 ((void (APIENTRY
*)(void)) _func
)();
7924 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bEXT
)(GLbyte red
, GLbyte green
, GLbyte blue
)
7926 const struct mapi_table
*_tbl
= entry_current_get();
7927 mapi_func _func
= ((const mapi_func
*) _tbl
)[679];
7928 ((void (APIENTRY
*)(GLbyte red
, GLbyte green
, GLbyte blue
)) _func
)(red
, green
, blue
);
7931 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3b
)(GLbyte red
, GLbyte green
, GLbyte blue
)
7933 const struct mapi_table
*_tbl
= entry_current_get();
7934 mapi_func _func
= ((const mapi_func
*) _tbl
)[679];
7935 ((void (APIENTRY
*)(GLbyte red
, GLbyte green
, GLbyte blue
)) _func
)(red
, green
, blue
);
7938 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bvEXT
)(const GLbyte
*v
)
7940 const struct mapi_table
*_tbl
= entry_current_get();
7941 mapi_func _func
= ((const mapi_func
*) _tbl
)[680];
7942 ((void (APIENTRY
*)(const GLbyte
*v
)) _func
)(v
);
7945 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3bv
)(const GLbyte
*v
)
7947 const struct mapi_table
*_tbl
= entry_current_get();
7948 mapi_func _func
= ((const mapi_func
*) _tbl
)[680];
7949 ((void (APIENTRY
*)(const GLbyte
*v
)) _func
)(v
);
7952 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dEXT
)(GLdouble red
, GLdouble green
, GLdouble blue
)
7954 const struct mapi_table
*_tbl
= entry_current_get();
7955 mapi_func _func
= ((const mapi_func
*) _tbl
)[681];
7956 ((void (APIENTRY
*)(GLdouble red
, GLdouble green
, GLdouble blue
)) _func
)(red
, green
, blue
);
7959 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3d
)(GLdouble red
, GLdouble green
, GLdouble blue
)
7961 const struct mapi_table
*_tbl
= entry_current_get();
7962 mapi_func _func
= ((const mapi_func
*) _tbl
)[681];
7963 ((void (APIENTRY
*)(GLdouble red
, GLdouble green
, GLdouble blue
)) _func
)(red
, green
, blue
);
7966 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dvEXT
)(const GLdouble
*v
)
7968 const struct mapi_table
*_tbl
= entry_current_get();
7969 mapi_func _func
= ((const mapi_func
*) _tbl
)[682];
7970 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
7973 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3dv
)(const GLdouble
*v
)
7975 const struct mapi_table
*_tbl
= entry_current_get();
7976 mapi_func _func
= ((const mapi_func
*) _tbl
)[682];
7977 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
7980 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fEXT
)(GLfloat red
, GLfloat green
, GLfloat blue
)
7982 const struct mapi_table
*_tbl
= entry_current_get();
7983 mapi_func _func
= ((const mapi_func
*) _tbl
)[683];
7984 ((void (APIENTRY
*)(GLfloat red
, GLfloat green
, GLfloat blue
)) _func
)(red
, green
, blue
);
7987 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3f
)(GLfloat red
, GLfloat green
, GLfloat blue
)
7989 const struct mapi_table
*_tbl
= entry_current_get();
7990 mapi_func _func
= ((const mapi_func
*) _tbl
)[683];
7991 ((void (APIENTRY
*)(GLfloat red
, GLfloat green
, GLfloat blue
)) _func
)(red
, green
, blue
);
7994 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fvEXT
)(const GLfloat
*v
)
7996 const struct mapi_table
*_tbl
= entry_current_get();
7997 mapi_func _func
= ((const mapi_func
*) _tbl
)[684];
7998 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8001 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3fv
)(const GLfloat
*v
)
8003 const struct mapi_table
*_tbl
= entry_current_get();
8004 mapi_func _func
= ((const mapi_func
*) _tbl
)[684];
8005 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8008 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3iEXT
)(GLint red
, GLint green
, GLint blue
)
8010 const struct mapi_table
*_tbl
= entry_current_get();
8011 mapi_func _func
= ((const mapi_func
*) _tbl
)[685];
8012 ((void (APIENTRY
*)(GLint red
, GLint green
, GLint blue
)) _func
)(red
, green
, blue
);
8015 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3i
)(GLint red
, GLint green
, GLint blue
)
8017 const struct mapi_table
*_tbl
= entry_current_get();
8018 mapi_func _func
= ((const mapi_func
*) _tbl
)[685];
8019 ((void (APIENTRY
*)(GLint red
, GLint green
, GLint blue
)) _func
)(red
, green
, blue
);
8022 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ivEXT
)(const GLint
*v
)
8024 const struct mapi_table
*_tbl
= entry_current_get();
8025 mapi_func _func
= ((const mapi_func
*) _tbl
)[686];
8026 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8029 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3iv
)(const GLint
*v
)
8031 const struct mapi_table
*_tbl
= entry_current_get();
8032 mapi_func _func
= ((const mapi_func
*) _tbl
)[686];
8033 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8036 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3sEXT
)(GLshort red
, GLshort green
, GLshort blue
)
8038 const struct mapi_table
*_tbl
= entry_current_get();
8039 mapi_func _func
= ((const mapi_func
*) _tbl
)[687];
8040 ((void (APIENTRY
*)(GLshort red
, GLshort green
, GLshort blue
)) _func
)(red
, green
, blue
);
8043 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3s
)(GLshort red
, GLshort green
, GLshort blue
)
8045 const struct mapi_table
*_tbl
= entry_current_get();
8046 mapi_func _func
= ((const mapi_func
*) _tbl
)[687];
8047 ((void (APIENTRY
*)(GLshort red
, GLshort green
, GLshort blue
)) _func
)(red
, green
, blue
);
8050 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3svEXT
)(const GLshort
*v
)
8052 const struct mapi_table
*_tbl
= entry_current_get();
8053 mapi_func _func
= ((const mapi_func
*) _tbl
)[688];
8054 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8057 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3sv
)(const GLshort
*v
)
8059 const struct mapi_table
*_tbl
= entry_current_get();
8060 mapi_func _func
= ((const mapi_func
*) _tbl
)[688];
8061 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8064 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubEXT
)(GLubyte red
, GLubyte green
, GLubyte blue
)
8066 const struct mapi_table
*_tbl
= entry_current_get();
8067 mapi_func _func
= ((const mapi_func
*) _tbl
)[689];
8068 ((void (APIENTRY
*)(GLubyte red
, GLubyte green
, GLubyte blue
)) _func
)(red
, green
, blue
);
8071 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ub
)(GLubyte red
, GLubyte green
, GLubyte blue
)
8073 const struct mapi_table
*_tbl
= entry_current_get();
8074 mapi_func _func
= ((const mapi_func
*) _tbl
)[689];
8075 ((void (APIENTRY
*)(GLubyte red
, GLubyte green
, GLubyte blue
)) _func
)(red
, green
, blue
);
8078 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubvEXT
)(const GLubyte
*v
)
8080 const struct mapi_table
*_tbl
= entry_current_get();
8081 mapi_func _func
= ((const mapi_func
*) _tbl
)[690];
8082 ((void (APIENTRY
*)(const GLubyte
*v
)) _func
)(v
);
8085 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ubv
)(const GLubyte
*v
)
8087 const struct mapi_table
*_tbl
= entry_current_get();
8088 mapi_func _func
= ((const mapi_func
*) _tbl
)[690];
8089 ((void (APIENTRY
*)(const GLubyte
*v
)) _func
)(v
);
8092 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uiEXT
)(GLuint red
, GLuint green
, GLuint blue
)
8094 const struct mapi_table
*_tbl
= entry_current_get();
8095 mapi_func _func
= ((const mapi_func
*) _tbl
)[691];
8096 ((void (APIENTRY
*)(GLuint red
, GLuint green
, GLuint blue
)) _func
)(red
, green
, blue
);
8099 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3ui
)(GLuint red
, GLuint green
, GLuint blue
)
8101 const struct mapi_table
*_tbl
= entry_current_get();
8102 mapi_func _func
= ((const mapi_func
*) _tbl
)[691];
8103 ((void (APIENTRY
*)(GLuint red
, GLuint green
, GLuint blue
)) _func
)(red
, green
, blue
);
8106 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uivEXT
)(const GLuint
*v
)
8108 const struct mapi_table
*_tbl
= entry_current_get();
8109 mapi_func _func
= ((const mapi_func
*) _tbl
)[692];
8110 ((void (APIENTRY
*)(const GLuint
*v
)) _func
)(v
);
8113 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3uiv
)(const GLuint
*v
)
8115 const struct mapi_table
*_tbl
= entry_current_get();
8116 mapi_func _func
= ((const mapi_func
*) _tbl
)[692];
8117 ((void (APIENTRY
*)(const GLuint
*v
)) _func
)(v
);
8120 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usEXT
)(GLushort red
, GLushort green
, GLushort blue
)
8122 const struct mapi_table
*_tbl
= entry_current_get();
8123 mapi_func _func
= ((const mapi_func
*) _tbl
)[693];
8124 ((void (APIENTRY
*)(GLushort red
, GLushort green
, GLushort blue
)) _func
)(red
, green
, blue
);
8127 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3us
)(GLushort red
, GLushort green
, GLushort blue
)
8129 const struct mapi_table
*_tbl
= entry_current_get();
8130 mapi_func _func
= ((const mapi_func
*) _tbl
)[693];
8131 ((void (APIENTRY
*)(GLushort red
, GLushort green
, GLushort blue
)) _func
)(red
, green
, blue
);
8134 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usvEXT
)(const GLushort
*v
)
8136 const struct mapi_table
*_tbl
= entry_current_get();
8137 mapi_func _func
= ((const mapi_func
*) _tbl
)[694];
8138 ((void (APIENTRY
*)(const GLushort
*v
)) _func
)(v
);
8141 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColor3usv
)(const GLushort
*v
)
8143 const struct mapi_table
*_tbl
= entry_current_get();
8144 mapi_func _func
= ((const mapi_func
*) _tbl
)[694];
8145 ((void (APIENTRY
*)(const GLushort
*v
)) _func
)(v
);
8148 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColorPointerEXT
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
8150 const struct mapi_table
*_tbl
= entry_current_get();
8151 mapi_func _func
= ((const mapi_func
*) _tbl
)[695];
8152 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, pointer
);
8155 GLAPI
void APIENTRY
GLAPI_PREFIX(SecondaryColorPointer
)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
8157 const struct mapi_table
*_tbl
= entry_current_get();
8158 mapi_func _func
= ((const mapi_func
*) _tbl
)[695];
8159 ((void (APIENTRY
*)(GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(size
, type
, stride
, pointer
);
8162 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawArraysEXT
)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
)
8164 const struct mapi_table
*_tbl
= entry_current_get();
8165 mapi_func _func
= ((const mapi_func
*) _tbl
)[696];
8166 ((void (APIENTRY
*)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
)) _func
)(mode
, first
, count
, primcount
);
8169 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawArrays
)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
)
8171 const struct mapi_table
*_tbl
= entry_current_get();
8172 mapi_func _func
= ((const mapi_func
*) _tbl
)[696];
8173 ((void (APIENTRY
*)(GLenum mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
)) _func
)(mode
, first
, count
, primcount
);
8176 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElementsEXT
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
)
8178 const struct mapi_table
*_tbl
= entry_current_get();
8179 mapi_func _func
= ((const mapi_func
*) _tbl
)[697];
8180 ((void (APIENTRY
*)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
)) _func
)(mode
, count
, type
, indices
, primcount
);
8183 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiDrawElements
)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
)
8185 const struct mapi_table
*_tbl
= entry_current_get();
8186 mapi_func _func
= ((const mapi_func
*) _tbl
)[697];
8187 ((void (APIENTRY
*)(GLenum mode
, const GLsizei
*count
, GLenum type
, const GLvoid
**indices
, GLsizei primcount
)) _func
)(mode
, count
, type
, indices
, primcount
);
8190 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordPointerEXT
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
8192 const struct mapi_table
*_tbl
= entry_current_get();
8193 mapi_func _func
= ((const mapi_func
*) _tbl
)[698];
8194 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(type
, stride
, pointer
);
8197 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordPointer
)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
8199 const struct mapi_table
*_tbl
= entry_current_get();
8200 mapi_func _func
= ((const mapi_func
*) _tbl
)[698];
8201 ((void (APIENTRY
*)(GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(type
, stride
, pointer
);
8204 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddEXT
)(GLdouble coord
)
8206 const struct mapi_table
*_tbl
= entry_current_get();
8207 mapi_func _func
= ((const mapi_func
*) _tbl
)[699];
8208 ((void (APIENTRY
*)(GLdouble coord
)) _func
)(coord
);
8211 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordd
)(GLdouble coord
)
8213 const struct mapi_table
*_tbl
= entry_current_get();
8214 mapi_func _func
= ((const mapi_func
*) _tbl
)[699];
8215 ((void (APIENTRY
*)(GLdouble coord
)) _func
)(coord
);
8218 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddvEXT
)(const GLdouble
*coord
)
8220 const struct mapi_table
*_tbl
= entry_current_get();
8221 mapi_func _func
= ((const mapi_func
*) _tbl
)[700];
8222 ((void (APIENTRY
*)(const GLdouble
*coord
)) _func
)(coord
);
8225 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoorddv
)(const GLdouble
*coord
)
8227 const struct mapi_table
*_tbl
= entry_current_get();
8228 mapi_func _func
= ((const mapi_func
*) _tbl
)[700];
8229 ((void (APIENTRY
*)(const GLdouble
*coord
)) _func
)(coord
);
8232 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfEXT
)(GLfloat coord
)
8234 const struct mapi_table
*_tbl
= entry_current_get();
8235 mapi_func _func
= ((const mapi_func
*) _tbl
)[701];
8236 ((void (APIENTRY
*)(GLfloat coord
)) _func
)(coord
);
8239 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordf
)(GLfloat coord
)
8241 const struct mapi_table
*_tbl
= entry_current_get();
8242 mapi_func _func
= ((const mapi_func
*) _tbl
)[701];
8243 ((void (APIENTRY
*)(GLfloat coord
)) _func
)(coord
);
8246 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfvEXT
)(const GLfloat
*coord
)
8248 const struct mapi_table
*_tbl
= entry_current_get();
8249 mapi_func _func
= ((const mapi_func
*) _tbl
)[702];
8250 ((void (APIENTRY
*)(const GLfloat
*coord
)) _func
)(coord
);
8253 GLAPI
void APIENTRY
GLAPI_PREFIX(FogCoordfv
)(const GLfloat
*coord
)
8255 const struct mapi_table
*_tbl
= entry_current_get();
8256 mapi_func _func
= ((const mapi_func
*) _tbl
)[702];
8257 ((void (APIENTRY
*)(const GLfloat
*coord
)) _func
)(coord
);
8260 GLAPI
void APIENTRY
GLAPI_PREFIX(PixelTexGenSGIX
)(GLenum mode
)
8262 const struct mapi_table
*_tbl
= entry_current_get();
8263 mapi_func _func
= ((const mapi_func
*) _tbl
)[703];
8264 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
8267 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateEXT
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)
8269 const struct mapi_table
*_tbl
= entry_current_get();
8270 mapi_func _func
= ((const mapi_func
*) _tbl
)[704];
8271 ((void (APIENTRY
*)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)) _func
)(sfactorRGB
, dfactorRGB
, sfactorAlpha
, dfactorAlpha
);
8274 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparate
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)
8276 const struct mapi_table
*_tbl
= entry_current_get();
8277 mapi_func _func
= ((const mapi_func
*) _tbl
)[704];
8278 ((void (APIENTRY
*)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)) _func
)(sfactorRGB
, dfactorRGB
, sfactorAlpha
, dfactorAlpha
);
8281 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateINGR
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)
8283 const struct mapi_table
*_tbl
= entry_current_get();
8284 mapi_func _func
= ((const mapi_func
*) _tbl
)[704];
8285 ((void (APIENTRY
*)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)) _func
)(sfactorRGB
, dfactorRGB
, sfactorAlpha
, dfactorAlpha
);
8288 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendFuncSeparateOES
)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)
8290 const struct mapi_table
*_tbl
= entry_current_get();
8291 mapi_func _func
= ((const mapi_func
*) _tbl
)[704];
8292 ((void (APIENTRY
*)(GLenum sfactorRGB
, GLenum dfactorRGB
, GLenum sfactorAlpha
, GLenum dfactorAlpha
)) _func
)(sfactorRGB
, dfactorRGB
, sfactorAlpha
, dfactorAlpha
);
8295 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushVertexArrayRangeNV
)(void)
8297 const struct mapi_table
*_tbl
= entry_current_get();
8298 mapi_func _func
= ((const mapi_func
*) _tbl
)[705];
8299 ((void (APIENTRY
*)(void)) _func
)();
8302 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexArrayRangeNV
)(GLsizei length
, const GLvoid
*pointer
)
8304 const struct mapi_table
*_tbl
= entry_current_get();
8305 mapi_func _func
= ((const mapi_func
*) _tbl
)[706];
8306 ((void (APIENTRY
*)(GLsizei length
, const GLvoid
*pointer
)) _func
)(length
, pointer
);
8309 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerInputNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
)
8311 const struct mapi_table
*_tbl
= entry_current_get();
8312 mapi_func _func
= ((const mapi_func
*) _tbl
)[707];
8313 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
)) _func
)(stage
, portion
, variable
, input
, mapping
, componentUsage
);
8316 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerOutputNV
)(GLenum stage
, GLenum portion
, GLenum abOutput
, GLenum cdOutput
, GLenum sumOutput
, GLenum scale
, GLenum bias
, GLboolean abDotProduct
, GLboolean cdDotProduct
, GLboolean muxSum
)
8318 const struct mapi_table
*_tbl
= entry_current_get();
8319 mapi_func _func
= ((const mapi_func
*) _tbl
)[708];
8320 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum abOutput
, GLenum cdOutput
, GLenum sumOutput
, GLenum scale
, GLenum bias
, GLboolean abDotProduct
, GLboolean cdDotProduct
, GLboolean muxSum
)) _func
)(stage
, portion
, abOutput
, cdOutput
, sumOutput
, scale
, bias
, abDotProduct
, cdDotProduct
, muxSum
);
8323 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterfNV
)(GLenum pname
, GLfloat param
)
8325 const struct mapi_table
*_tbl
= entry_current_get();
8326 mapi_func _func
= ((const mapi_func
*) _tbl
)[709];
8327 ((void (APIENTRY
*)(GLenum pname
, GLfloat param
)) _func
)(pname
, param
);
8330 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterfvNV
)(GLenum pname
, const GLfloat
*params
)
8332 const struct mapi_table
*_tbl
= entry_current_get();
8333 mapi_func _func
= ((const mapi_func
*) _tbl
)[710];
8334 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*params
)) _func
)(pname
, params
);
8337 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameteriNV
)(GLenum pname
, GLint param
)
8339 const struct mapi_table
*_tbl
= entry_current_get();
8340 mapi_func _func
= ((const mapi_func
*) _tbl
)[711];
8341 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
8344 GLAPI
void APIENTRY
GLAPI_PREFIX(CombinerParameterivNV
)(GLenum pname
, const GLint
*params
)
8346 const struct mapi_table
*_tbl
= entry_current_get();
8347 mapi_func _func
= ((const mapi_func
*) _tbl
)[712];
8348 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
8351 GLAPI
void APIENTRY
GLAPI_PREFIX(FinalCombinerInputNV
)(GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
)
8353 const struct mapi_table
*_tbl
= entry_current_get();
8354 mapi_func _func
= ((const mapi_func
*) _tbl
)[713];
8355 ((void (APIENTRY
*)(GLenum variable
, GLenum input
, GLenum mapping
, GLenum componentUsage
)) _func
)(variable
, input
, mapping
, componentUsage
);
8358 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerInputParameterfvNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLfloat
*params
)
8360 const struct mapi_table
*_tbl
= entry_current_get();
8361 mapi_func _func
= ((const mapi_func
*) _tbl
)[714];
8362 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLfloat
*params
)) _func
)(stage
, portion
, variable
, pname
, params
);
8365 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerInputParameterivNV
)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLint
*params
)
8367 const struct mapi_table
*_tbl
= entry_current_get();
8368 mapi_func _func
= ((const mapi_func
*) _tbl
)[715];
8369 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum variable
, GLenum pname
, GLint
*params
)) _func
)(stage
, portion
, variable
, pname
, params
);
8372 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerOutputParameterfvNV
)(GLenum stage
, GLenum portion
, GLenum pname
, GLfloat
*params
)
8374 const struct mapi_table
*_tbl
= entry_current_get();
8375 mapi_func _func
= ((const mapi_func
*) _tbl
)[716];
8376 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum pname
, GLfloat
*params
)) _func
)(stage
, portion
, pname
, params
);
8379 GLAPI
void APIENTRY
GLAPI_PREFIX(GetCombinerOutputParameterivNV
)(GLenum stage
, GLenum portion
, GLenum pname
, GLint
*params
)
8381 const struct mapi_table
*_tbl
= entry_current_get();
8382 mapi_func _func
= ((const mapi_func
*) _tbl
)[717];
8383 ((void (APIENTRY
*)(GLenum stage
, GLenum portion
, GLenum pname
, GLint
*params
)) _func
)(stage
, portion
, pname
, params
);
8386 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFinalCombinerInputParameterfvNV
)(GLenum variable
, GLenum pname
, GLfloat
*params
)
8388 const struct mapi_table
*_tbl
= entry_current_get();
8389 mapi_func _func
= ((const mapi_func
*) _tbl
)[718];
8390 ((void (APIENTRY
*)(GLenum variable
, GLenum pname
, GLfloat
*params
)) _func
)(variable
, pname
, params
);
8393 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFinalCombinerInputParameterivNV
)(GLenum variable
, GLenum pname
, GLint
*params
)
8395 const struct mapi_table
*_tbl
= entry_current_get();
8396 mapi_func _func
= ((const mapi_func
*) _tbl
)[719];
8397 ((void (APIENTRY
*)(GLenum variable
, GLenum pname
, GLint
*params
)) _func
)(variable
, pname
, params
);
8400 GLAPI
void APIENTRY
GLAPI_PREFIX(ResizeBuffersMESA
)(void)
8402 const struct mapi_table
*_tbl
= entry_current_get();
8403 mapi_func _func
= ((const mapi_func
*) _tbl
)[720];
8404 ((void (APIENTRY
*)(void)) _func
)();
8407 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dMESA
)(GLdouble x
, GLdouble y
)
8409 const struct mapi_table
*_tbl
= entry_current_get();
8410 mapi_func _func
= ((const mapi_func
*) _tbl
)[721];
8411 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
)) _func
)(x
, y
);
8414 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2d
)(GLdouble x
, GLdouble y
)
8416 const struct mapi_table
*_tbl
= entry_current_get();
8417 mapi_func _func
= ((const mapi_func
*) _tbl
)[721];
8418 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
)) _func
)(x
, y
);
8421 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dARB
)(GLdouble x
, GLdouble y
)
8423 const struct mapi_table
*_tbl
= entry_current_get();
8424 mapi_func _func
= ((const mapi_func
*) _tbl
)[721];
8425 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
)) _func
)(x
, y
);
8428 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dvMESA
)(const GLdouble
*v
)
8430 const struct mapi_table
*_tbl
= entry_current_get();
8431 mapi_func _func
= ((const mapi_func
*) _tbl
)[722];
8432 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8435 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dv
)(const GLdouble
*v
)
8437 const struct mapi_table
*_tbl
= entry_current_get();
8438 mapi_func _func
= ((const mapi_func
*) _tbl
)[722];
8439 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8442 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2dvARB
)(const GLdouble
*v
)
8444 const struct mapi_table
*_tbl
= entry_current_get();
8445 mapi_func _func
= ((const mapi_func
*) _tbl
)[722];
8446 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8449 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fMESA
)(GLfloat x
, GLfloat y
)
8451 const struct mapi_table
*_tbl
= entry_current_get();
8452 mapi_func _func
= ((const mapi_func
*) _tbl
)[723];
8453 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
)) _func
)(x
, y
);
8456 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2f
)(GLfloat x
, GLfloat y
)
8458 const struct mapi_table
*_tbl
= entry_current_get();
8459 mapi_func _func
= ((const mapi_func
*) _tbl
)[723];
8460 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
)) _func
)(x
, y
);
8463 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fARB
)(GLfloat x
, GLfloat y
)
8465 const struct mapi_table
*_tbl
= entry_current_get();
8466 mapi_func _func
= ((const mapi_func
*) _tbl
)[723];
8467 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
)) _func
)(x
, y
);
8470 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fvMESA
)(const GLfloat
*v
)
8472 const struct mapi_table
*_tbl
= entry_current_get();
8473 mapi_func _func
= ((const mapi_func
*) _tbl
)[724];
8474 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8477 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fv
)(const GLfloat
*v
)
8479 const struct mapi_table
*_tbl
= entry_current_get();
8480 mapi_func _func
= ((const mapi_func
*) _tbl
)[724];
8481 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8484 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2fvARB
)(const GLfloat
*v
)
8486 const struct mapi_table
*_tbl
= entry_current_get();
8487 mapi_func _func
= ((const mapi_func
*) _tbl
)[724];
8488 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8491 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iMESA
)(GLint x
, GLint y
)
8493 const struct mapi_table
*_tbl
= entry_current_get();
8494 mapi_func _func
= ((const mapi_func
*) _tbl
)[725];
8495 ((void (APIENTRY
*)(GLint x
, GLint y
)) _func
)(x
, y
);
8498 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2i
)(GLint x
, GLint y
)
8500 const struct mapi_table
*_tbl
= entry_current_get();
8501 mapi_func _func
= ((const mapi_func
*) _tbl
)[725];
8502 ((void (APIENTRY
*)(GLint x
, GLint y
)) _func
)(x
, y
);
8505 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iARB
)(GLint x
, GLint y
)
8507 const struct mapi_table
*_tbl
= entry_current_get();
8508 mapi_func _func
= ((const mapi_func
*) _tbl
)[725];
8509 ((void (APIENTRY
*)(GLint x
, GLint y
)) _func
)(x
, y
);
8512 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2ivMESA
)(const GLint
*v
)
8514 const struct mapi_table
*_tbl
= entry_current_get();
8515 mapi_func _func
= ((const mapi_func
*) _tbl
)[726];
8516 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8519 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2iv
)(const GLint
*v
)
8521 const struct mapi_table
*_tbl
= entry_current_get();
8522 mapi_func _func
= ((const mapi_func
*) _tbl
)[726];
8523 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8526 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2ivARB
)(const GLint
*v
)
8528 const struct mapi_table
*_tbl
= entry_current_get();
8529 mapi_func _func
= ((const mapi_func
*) _tbl
)[726];
8530 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8533 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sMESA
)(GLshort x
, GLshort y
)
8535 const struct mapi_table
*_tbl
= entry_current_get();
8536 mapi_func _func
= ((const mapi_func
*) _tbl
)[727];
8537 ((void (APIENTRY
*)(GLshort x
, GLshort y
)) _func
)(x
, y
);
8540 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2s
)(GLshort x
, GLshort y
)
8542 const struct mapi_table
*_tbl
= entry_current_get();
8543 mapi_func _func
= ((const mapi_func
*) _tbl
)[727];
8544 ((void (APIENTRY
*)(GLshort x
, GLshort y
)) _func
)(x
, y
);
8547 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sARB
)(GLshort x
, GLshort y
)
8549 const struct mapi_table
*_tbl
= entry_current_get();
8550 mapi_func _func
= ((const mapi_func
*) _tbl
)[727];
8551 ((void (APIENTRY
*)(GLshort x
, GLshort y
)) _func
)(x
, y
);
8554 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2svMESA
)(const GLshort
*v
)
8556 const struct mapi_table
*_tbl
= entry_current_get();
8557 mapi_func _func
= ((const mapi_func
*) _tbl
)[728];
8558 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8561 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2sv
)(const GLshort
*v
)
8563 const struct mapi_table
*_tbl
= entry_current_get();
8564 mapi_func _func
= ((const mapi_func
*) _tbl
)[728];
8565 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8568 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos2svARB
)(const GLshort
*v
)
8570 const struct mapi_table
*_tbl
= entry_current_get();
8571 mapi_func _func
= ((const mapi_func
*) _tbl
)[728];
8572 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8575 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dMESA
)(GLdouble x
, GLdouble y
, GLdouble z
)
8577 const struct mapi_table
*_tbl
= entry_current_get();
8578 mapi_func _func
= ((const mapi_func
*) _tbl
)[729];
8579 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
8582 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3d
)(GLdouble x
, GLdouble y
, GLdouble z
)
8584 const struct mapi_table
*_tbl
= entry_current_get();
8585 mapi_func _func
= ((const mapi_func
*) _tbl
)[729];
8586 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
8589 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dARB
)(GLdouble x
, GLdouble y
, GLdouble z
)
8591 const struct mapi_table
*_tbl
= entry_current_get();
8592 mapi_func _func
= ((const mapi_func
*) _tbl
)[729];
8593 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(x
, y
, z
);
8596 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dvMESA
)(const GLdouble
*v
)
8598 const struct mapi_table
*_tbl
= entry_current_get();
8599 mapi_func _func
= ((const mapi_func
*) _tbl
)[730];
8600 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8603 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dv
)(const GLdouble
*v
)
8605 const struct mapi_table
*_tbl
= entry_current_get();
8606 mapi_func _func
= ((const mapi_func
*) _tbl
)[730];
8607 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8610 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3dvARB
)(const GLdouble
*v
)
8612 const struct mapi_table
*_tbl
= entry_current_get();
8613 mapi_func _func
= ((const mapi_func
*) _tbl
)[730];
8614 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8617 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fMESA
)(GLfloat x
, GLfloat y
, GLfloat z
)
8619 const struct mapi_table
*_tbl
= entry_current_get();
8620 mapi_func _func
= ((const mapi_func
*) _tbl
)[731];
8621 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
8624 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3f
)(GLfloat x
, GLfloat y
, GLfloat z
)
8626 const struct mapi_table
*_tbl
= entry_current_get();
8627 mapi_func _func
= ((const mapi_func
*) _tbl
)[731];
8628 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
8631 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fARB
)(GLfloat x
, GLfloat y
, GLfloat z
)
8633 const struct mapi_table
*_tbl
= entry_current_get();
8634 mapi_func _func
= ((const mapi_func
*) _tbl
)[731];
8635 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(x
, y
, z
);
8638 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fvMESA
)(const GLfloat
*v
)
8640 const struct mapi_table
*_tbl
= entry_current_get();
8641 mapi_func _func
= ((const mapi_func
*) _tbl
)[732];
8642 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8645 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fv
)(const GLfloat
*v
)
8647 const struct mapi_table
*_tbl
= entry_current_get();
8648 mapi_func _func
= ((const mapi_func
*) _tbl
)[732];
8649 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8652 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3fvARB
)(const GLfloat
*v
)
8654 const struct mapi_table
*_tbl
= entry_current_get();
8655 mapi_func _func
= ((const mapi_func
*) _tbl
)[732];
8656 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8659 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iMESA
)(GLint x
, GLint y
, GLint z
)
8661 const struct mapi_table
*_tbl
= entry_current_get();
8662 mapi_func _func
= ((const mapi_func
*) _tbl
)[733];
8663 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
)) _func
)(x
, y
, z
);
8666 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3i
)(GLint x
, GLint y
, GLint z
)
8668 const struct mapi_table
*_tbl
= entry_current_get();
8669 mapi_func _func
= ((const mapi_func
*) _tbl
)[733];
8670 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
)) _func
)(x
, y
, z
);
8673 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iARB
)(GLint x
, GLint y
, GLint z
)
8675 const struct mapi_table
*_tbl
= entry_current_get();
8676 mapi_func _func
= ((const mapi_func
*) _tbl
)[733];
8677 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
)) _func
)(x
, y
, z
);
8680 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3ivMESA
)(const GLint
*v
)
8682 const struct mapi_table
*_tbl
= entry_current_get();
8683 mapi_func _func
= ((const mapi_func
*) _tbl
)[734];
8684 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8687 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3iv
)(const GLint
*v
)
8689 const struct mapi_table
*_tbl
= entry_current_get();
8690 mapi_func _func
= ((const mapi_func
*) _tbl
)[734];
8691 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8694 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3ivARB
)(const GLint
*v
)
8696 const struct mapi_table
*_tbl
= entry_current_get();
8697 mapi_func _func
= ((const mapi_func
*) _tbl
)[734];
8698 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8701 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sMESA
)(GLshort x
, GLshort y
, GLshort z
)
8703 const struct mapi_table
*_tbl
= entry_current_get();
8704 mapi_func _func
= ((const mapi_func
*) _tbl
)[735];
8705 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
)) _func
)(x
, y
, z
);
8708 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3s
)(GLshort x
, GLshort y
, GLshort z
)
8710 const struct mapi_table
*_tbl
= entry_current_get();
8711 mapi_func _func
= ((const mapi_func
*) _tbl
)[735];
8712 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
)) _func
)(x
, y
, z
);
8715 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sARB
)(GLshort x
, GLshort y
, GLshort z
)
8717 const struct mapi_table
*_tbl
= entry_current_get();
8718 mapi_func _func
= ((const mapi_func
*) _tbl
)[735];
8719 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
)) _func
)(x
, y
, z
);
8722 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3svMESA
)(const GLshort
*v
)
8724 const struct mapi_table
*_tbl
= entry_current_get();
8725 mapi_func _func
= ((const mapi_func
*) _tbl
)[736];
8726 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8729 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3sv
)(const GLshort
*v
)
8731 const struct mapi_table
*_tbl
= entry_current_get();
8732 mapi_func _func
= ((const mapi_func
*) _tbl
)[736];
8733 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8736 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos3svARB
)(const GLshort
*v
)
8738 const struct mapi_table
*_tbl
= entry_current_get();
8739 mapi_func _func
= ((const mapi_func
*) _tbl
)[736];
8740 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8743 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4dMESA
)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
8745 const struct mapi_table
*_tbl
= entry_current_get();
8746 mapi_func _func
= ((const mapi_func
*) _tbl
)[737];
8747 ((void (APIENTRY
*)(GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(x
, y
, z
, w
);
8750 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4dvMESA
)(const GLdouble
*v
)
8752 const struct mapi_table
*_tbl
= entry_current_get();
8753 mapi_func _func
= ((const mapi_func
*) _tbl
)[738];
8754 ((void (APIENTRY
*)(const GLdouble
*v
)) _func
)(v
);
8757 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4fMESA
)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
8759 const struct mapi_table
*_tbl
= entry_current_get();
8760 mapi_func _func
= ((const mapi_func
*) _tbl
)[739];
8761 ((void (APIENTRY
*)(GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(x
, y
, z
, w
);
8764 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4fvMESA
)(const GLfloat
*v
)
8766 const struct mapi_table
*_tbl
= entry_current_get();
8767 mapi_func _func
= ((const mapi_func
*) _tbl
)[740];
8768 ((void (APIENTRY
*)(const GLfloat
*v
)) _func
)(v
);
8771 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4iMESA
)(GLint x
, GLint y
, GLint z
, GLint w
)
8773 const struct mapi_table
*_tbl
= entry_current_get();
8774 mapi_func _func
= ((const mapi_func
*) _tbl
)[741];
8775 ((void (APIENTRY
*)(GLint x
, GLint y
, GLint z
, GLint w
)) _func
)(x
, y
, z
, w
);
8778 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4ivMESA
)(const GLint
*v
)
8780 const struct mapi_table
*_tbl
= entry_current_get();
8781 mapi_func _func
= ((const mapi_func
*) _tbl
)[742];
8782 ((void (APIENTRY
*)(const GLint
*v
)) _func
)(v
);
8785 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4sMESA
)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)
8787 const struct mapi_table
*_tbl
= entry_current_get();
8788 mapi_func _func
= ((const mapi_func
*) _tbl
)[743];
8789 ((void (APIENTRY
*)(GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(x
, y
, z
, w
);
8792 GLAPI
void APIENTRY
GLAPI_PREFIX(WindowPos4svMESA
)(const GLshort
*v
)
8794 const struct mapi_table
*_tbl
= entry_current_get();
8795 mapi_func _func
= ((const mapi_func
*) _tbl
)[744];
8796 ((void (APIENTRY
*)(const GLshort
*v
)) _func
)(v
);
8799 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiModeDrawArraysIBM
)(const GLenum
*mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
, GLint modestride
)
8801 const struct mapi_table
*_tbl
= entry_current_get();
8802 mapi_func _func
= ((const mapi_func
*) _tbl
)[745];
8803 ((void (APIENTRY
*)(const GLenum
*mode
, const GLint
*first
, const GLsizei
*count
, GLsizei primcount
, GLint modestride
)) _func
)(mode
, first
, count
, primcount
, modestride
);
8806 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiModeDrawElementsIBM
)(const GLenum
*mode
, const GLsizei
*count
, GLenum type
, const GLvoid
* const *indices
, GLsizei primcount
, GLint modestride
)
8808 const struct mapi_table
*_tbl
= entry_current_get();
8809 mapi_func _func
= ((const mapi_func
*) _tbl
)[746];
8810 ((void (APIENTRY
*)(const GLenum
*mode
, const GLsizei
*count
, GLenum type
, const GLvoid
* const *indices
, GLsizei primcount
, GLint modestride
)) _func
)(mode
, count
, type
, indices
, primcount
, modestride
);
8813 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFencesNV
)(GLsizei n
, const GLuint
*fences
)
8815 const struct mapi_table
*_tbl
= entry_current_get();
8816 mapi_func _func
= ((const mapi_func
*) _tbl
)[747];
8817 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*fences
)) _func
)(n
, fences
);
8820 GLAPI
void APIENTRY
GLAPI_PREFIX(FinishFenceNV
)(GLuint fence
)
8822 const struct mapi_table
*_tbl
= entry_current_get();
8823 mapi_func _func
= ((const mapi_func
*) _tbl
)[748];
8824 ((void (APIENTRY
*)(GLuint fence
)) _func
)(fence
);
8827 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFencesNV
)(GLsizei n
, GLuint
*fences
)
8829 const struct mapi_table
*_tbl
= entry_current_get();
8830 mapi_func _func
= ((const mapi_func
*) _tbl
)[749];
8831 ((void (APIENTRY
*)(GLsizei n
, GLuint
*fences
)) _func
)(n
, fences
);
8834 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFenceivNV
)(GLuint fence
, GLenum pname
, GLint
*params
)
8836 const struct mapi_table
*_tbl
= entry_current_get();
8837 mapi_func _func
= ((const mapi_func
*) _tbl
)[750];
8838 ((void (APIENTRY
*)(GLuint fence
, GLenum pname
, GLint
*params
)) _func
)(fence
, pname
, params
);
8841 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFenceNV
)(GLuint fence
)
8843 const struct mapi_table
*_tbl
= entry_current_get();
8844 mapi_func _func
= ((const mapi_func
*) _tbl
)[751];
8845 return ((GLboolean (APIENTRY
*)(GLuint fence
)) _func
)(fence
);
8848 GLAPI
void APIENTRY
GLAPI_PREFIX(SetFenceNV
)(GLuint fence
, GLenum condition
)
8850 const struct mapi_table
*_tbl
= entry_current_get();
8851 mapi_func _func
= ((const mapi_func
*) _tbl
)[752];
8852 ((void (APIENTRY
*)(GLuint fence
, GLenum condition
)) _func
)(fence
, condition
);
8855 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(TestFenceNV
)(GLuint fence
)
8857 const struct mapi_table
*_tbl
= entry_current_get();
8858 mapi_func _func
= ((const mapi_func
*) _tbl
)[753];
8859 return ((GLboolean (APIENTRY
*)(GLuint fence
)) _func
)(fence
);
8862 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(AreProgramsResidentNV
)(GLsizei n
, const GLuint
*ids
, GLboolean
*residences
)
8864 const struct mapi_table
*_tbl
= entry_current_get();
8865 mapi_func _func
= ((const mapi_func
*) _tbl
)[754];
8866 return ((GLboolean (APIENTRY
*)(GLsizei n
, const GLuint
*ids
, GLboolean
*residences
)) _func
)(n
, ids
, residences
);
8869 GLAPI
void APIENTRY
GLAPI_PREFIX(BindProgramNV
)(GLenum target
, GLuint program
)
8871 const struct mapi_table
*_tbl
= entry_current_get();
8872 mapi_func _func
= ((const mapi_func
*) _tbl
)[755];
8873 ((void (APIENTRY
*)(GLenum target
, GLuint program
)) _func
)(target
, program
);
8876 GLAPI
void APIENTRY
GLAPI_PREFIX(BindProgramARB
)(GLenum target
, GLuint program
)
8878 const struct mapi_table
*_tbl
= entry_current_get();
8879 mapi_func _func
= ((const mapi_func
*) _tbl
)[755];
8880 ((void (APIENTRY
*)(GLenum target
, GLuint program
)) _func
)(target
, program
);
8883 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgramsNV
)(GLsizei n
, const GLuint
*programs
)
8885 const struct mapi_table
*_tbl
= entry_current_get();
8886 mapi_func _func
= ((const mapi_func
*) _tbl
)[756];
8887 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*programs
)) _func
)(n
, programs
);
8890 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteProgramsARB
)(GLsizei n
, const GLuint
*programs
)
8892 const struct mapi_table
*_tbl
= entry_current_get();
8893 mapi_func _func
= ((const mapi_func
*) _tbl
)[756];
8894 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*programs
)) _func
)(n
, programs
);
8897 GLAPI
void APIENTRY
GLAPI_PREFIX(ExecuteProgramNV
)(GLenum target
, GLuint id
, const GLfloat
*params
)
8899 const struct mapi_table
*_tbl
= entry_current_get();
8900 mapi_func _func
= ((const mapi_func
*) _tbl
)[757];
8901 ((void (APIENTRY
*)(GLenum target
, GLuint id
, const GLfloat
*params
)) _func
)(target
, id
, params
);
8904 GLAPI
void APIENTRY
GLAPI_PREFIX(GenProgramsNV
)(GLsizei n
, GLuint
*programs
)
8906 const struct mapi_table
*_tbl
= entry_current_get();
8907 mapi_func _func
= ((const mapi_func
*) _tbl
)[758];
8908 ((void (APIENTRY
*)(GLsizei n
, GLuint
*programs
)) _func
)(n
, programs
);
8911 GLAPI
void APIENTRY
GLAPI_PREFIX(GenProgramsARB
)(GLsizei n
, GLuint
*programs
)
8913 const struct mapi_table
*_tbl
= entry_current_get();
8914 mapi_func _func
= ((const mapi_func
*) _tbl
)[758];
8915 ((void (APIENTRY
*)(GLsizei n
, GLuint
*programs
)) _func
)(n
, programs
);
8918 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramParameterdvNV
)(GLenum target
, GLuint index
, GLenum pname
, GLdouble
*params
)
8920 const struct mapi_table
*_tbl
= entry_current_get();
8921 mapi_func _func
= ((const mapi_func
*) _tbl
)[759];
8922 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLenum pname
, GLdouble
*params
)) _func
)(target
, index
, pname
, params
);
8925 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramParameterfvNV
)(GLenum target
, GLuint index
, GLenum pname
, GLfloat
*params
)
8927 const struct mapi_table
*_tbl
= entry_current_get();
8928 mapi_func _func
= ((const mapi_func
*) _tbl
)[760];
8929 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLenum pname
, GLfloat
*params
)) _func
)(target
, index
, pname
, params
);
8932 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramStringNV
)(GLuint id
, GLenum pname
, GLubyte
*program
)
8934 const struct mapi_table
*_tbl
= entry_current_get();
8935 mapi_func _func
= ((const mapi_func
*) _tbl
)[761];
8936 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLubyte
*program
)) _func
)(id
, pname
, program
);
8939 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramivNV
)(GLuint id
, GLenum pname
, GLint
*params
)
8941 const struct mapi_table
*_tbl
= entry_current_get();
8942 mapi_func _func
= ((const mapi_func
*) _tbl
)[762];
8943 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLint
*params
)) _func
)(id
, pname
, params
);
8946 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTrackMatrixivNV
)(GLenum target
, GLuint address
, GLenum pname
, GLint
*params
)
8948 const struct mapi_table
*_tbl
= entry_current_get();
8949 mapi_func _func
= ((const mapi_func
*) _tbl
)[763];
8950 ((void (APIENTRY
*)(GLenum target
, GLuint address
, GLenum pname
, GLint
*params
)) _func
)(target
, address
, pname
, params
);
8953 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointervNV
)(GLuint index
, GLenum pname
, GLvoid
**pointer
)
8955 const struct mapi_table
*_tbl
= entry_current_get();
8956 mapi_func _func
= ((const mapi_func
*) _tbl
)[764];
8957 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLvoid
**pointer
)) _func
)(index
, pname
, pointer
);
8960 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointerv
)(GLuint index
, GLenum pname
, GLvoid
**pointer
)
8962 const struct mapi_table
*_tbl
= entry_current_get();
8963 mapi_func _func
= ((const mapi_func
*) _tbl
)[764];
8964 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLvoid
**pointer
)) _func
)(index
, pname
, pointer
);
8967 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribPointervARB
)(GLuint index
, GLenum pname
, GLvoid
**pointer
)
8969 const struct mapi_table
*_tbl
= entry_current_get();
8970 mapi_func _func
= ((const mapi_func
*) _tbl
)[764];
8971 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLvoid
**pointer
)) _func
)(index
, pname
, pointer
);
8974 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribdvNV
)(GLuint index
, GLenum pname
, GLdouble
*params
)
8976 const struct mapi_table
*_tbl
= entry_current_get();
8977 mapi_func _func
= ((const mapi_func
*) _tbl
)[765];
8978 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLdouble
*params
)) _func
)(index
, pname
, params
);
8981 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribfvNV
)(GLuint index
, GLenum pname
, GLfloat
*params
)
8983 const struct mapi_table
*_tbl
= entry_current_get();
8984 mapi_func _func
= ((const mapi_func
*) _tbl
)[766];
8985 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLfloat
*params
)) _func
)(index
, pname
, params
);
8988 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribivNV
)(GLuint index
, GLenum pname
, GLint
*params
)
8990 const struct mapi_table
*_tbl
= entry_current_get();
8991 mapi_func _func
= ((const mapi_func
*) _tbl
)[767];
8992 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLint
*params
)) _func
)(index
, pname
, params
);
8995 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgramNV
)(GLuint program
)
8997 const struct mapi_table
*_tbl
= entry_current_get();
8998 mapi_func _func
= ((const mapi_func
*) _tbl
)[768];
8999 return ((GLboolean (APIENTRY
*)(GLuint program
)) _func
)(program
);
9002 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsProgramARB
)(GLuint program
)
9004 const struct mapi_table
*_tbl
= entry_current_get();
9005 mapi_func _func
= ((const mapi_func
*) _tbl
)[768];
9006 return ((GLboolean (APIENTRY
*)(GLuint program
)) _func
)(program
);
9009 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadProgramNV
)(GLenum target
, GLuint id
, GLsizei len
, const GLubyte
*program
)
9011 const struct mapi_table
*_tbl
= entry_current_get();
9012 mapi_func _func
= ((const mapi_func
*) _tbl
)[769];
9013 ((void (APIENTRY
*)(GLenum target
, GLuint id
, GLsizei len
, const GLubyte
*program
)) _func
)(target
, id
, len
, program
);
9016 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameters4dvNV
)(GLenum target
, GLuint index
, GLsizei num
, const GLdouble
*params
)
9018 const struct mapi_table
*_tbl
= entry_current_get();
9019 mapi_func _func
= ((const mapi_func
*) _tbl
)[770];
9020 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLsizei num
, const GLdouble
*params
)) _func
)(target
, index
, num
, params
);
9023 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramParameters4fvNV
)(GLenum target
, GLuint index
, GLsizei num
, const GLfloat
*params
)
9025 const struct mapi_table
*_tbl
= entry_current_get();
9026 mapi_func _func
= ((const mapi_func
*) _tbl
)[771];
9027 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLsizei num
, const GLfloat
*params
)) _func
)(target
, index
, num
, params
);
9030 GLAPI
void APIENTRY
GLAPI_PREFIX(RequestResidentProgramsNV
)(GLsizei n
, const GLuint
*ids
)
9032 const struct mapi_table
*_tbl
= entry_current_get();
9033 mapi_func _func
= ((const mapi_func
*) _tbl
)[772];
9034 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*ids
)) _func
)(n
, ids
);
9037 GLAPI
void APIENTRY
GLAPI_PREFIX(TrackMatrixNV
)(GLenum target
, GLuint address
, GLenum matrix
, GLenum transform
)
9039 const struct mapi_table
*_tbl
= entry_current_get();
9040 mapi_func _func
= ((const mapi_func
*) _tbl
)[773];
9041 ((void (APIENTRY
*)(GLenum target
, GLuint address
, GLenum matrix
, GLenum transform
)) _func
)(target
, address
, matrix
, transform
);
9044 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dNV
)(GLuint index
, GLdouble x
)
9046 const struct mapi_table
*_tbl
= entry_current_get();
9047 mapi_func _func
= ((const mapi_func
*) _tbl
)[774];
9048 ((void (APIENTRY
*)(GLuint index
, GLdouble x
)) _func
)(index
, x
);
9051 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1dvNV
)(GLuint index
, const GLdouble
*v
)
9053 const struct mapi_table
*_tbl
= entry_current_get();
9054 mapi_func _func
= ((const mapi_func
*) _tbl
)[775];
9055 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
9058 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fNV
)(GLuint index
, GLfloat x
)
9060 const struct mapi_table
*_tbl
= entry_current_get();
9061 mapi_func _func
= ((const mapi_func
*) _tbl
)[776];
9062 ((void (APIENTRY
*)(GLuint index
, GLfloat x
)) _func
)(index
, x
);
9065 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1fvNV
)(GLuint index
, const GLfloat
*v
)
9067 const struct mapi_table
*_tbl
= entry_current_get();
9068 mapi_func _func
= ((const mapi_func
*) _tbl
)[777];
9069 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
9072 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1sNV
)(GLuint index
, GLshort x
)
9074 const struct mapi_table
*_tbl
= entry_current_get();
9075 mapi_func _func
= ((const mapi_func
*) _tbl
)[778];
9076 ((void (APIENTRY
*)(GLuint index
, GLshort x
)) _func
)(index
, x
);
9079 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib1svNV
)(GLuint index
, const GLshort
*v
)
9081 const struct mapi_table
*_tbl
= entry_current_get();
9082 mapi_func _func
= ((const mapi_func
*) _tbl
)[779];
9083 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
9086 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dNV
)(GLuint index
, GLdouble x
, GLdouble y
)
9088 const struct mapi_table
*_tbl
= entry_current_get();
9089 mapi_func _func
= ((const mapi_func
*) _tbl
)[780];
9090 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
)) _func
)(index
, x
, y
);
9093 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2dvNV
)(GLuint index
, const GLdouble
*v
)
9095 const struct mapi_table
*_tbl
= entry_current_get();
9096 mapi_func _func
= ((const mapi_func
*) _tbl
)[781];
9097 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
9100 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fNV
)(GLuint index
, GLfloat x
, GLfloat y
)
9102 const struct mapi_table
*_tbl
= entry_current_get();
9103 mapi_func _func
= ((const mapi_func
*) _tbl
)[782];
9104 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
)) _func
)(index
, x
, y
);
9107 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2fvNV
)(GLuint index
, const GLfloat
*v
)
9109 const struct mapi_table
*_tbl
= entry_current_get();
9110 mapi_func _func
= ((const mapi_func
*) _tbl
)[783];
9111 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
9114 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2sNV
)(GLuint index
, GLshort x
, GLshort y
)
9116 const struct mapi_table
*_tbl
= entry_current_get();
9117 mapi_func _func
= ((const mapi_func
*) _tbl
)[784];
9118 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
)) _func
)(index
, x
, y
);
9121 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib2svNV
)(GLuint index
, const GLshort
*v
)
9123 const struct mapi_table
*_tbl
= entry_current_get();
9124 mapi_func _func
= ((const mapi_func
*) _tbl
)[785];
9125 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
9128 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dNV
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)
9130 const struct mapi_table
*_tbl
= entry_current_get();
9131 mapi_func _func
= ((const mapi_func
*) _tbl
)[786];
9132 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
)) _func
)(index
, x
, y
, z
);
9135 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3dvNV
)(GLuint index
, const GLdouble
*v
)
9137 const struct mapi_table
*_tbl
= entry_current_get();
9138 mapi_func _func
= ((const mapi_func
*) _tbl
)[787];
9139 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
9142 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fNV
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)
9144 const struct mapi_table
*_tbl
= entry_current_get();
9145 mapi_func _func
= ((const mapi_func
*) _tbl
)[788];
9146 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
)) _func
)(index
, x
, y
, z
);
9149 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3fvNV
)(GLuint index
, const GLfloat
*v
)
9151 const struct mapi_table
*_tbl
= entry_current_get();
9152 mapi_func _func
= ((const mapi_func
*) _tbl
)[789];
9153 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
9156 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3sNV
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)
9158 const struct mapi_table
*_tbl
= entry_current_get();
9159 mapi_func _func
= ((const mapi_func
*) _tbl
)[790];
9160 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
)) _func
)(index
, x
, y
, z
);
9163 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib3svNV
)(GLuint index
, const GLshort
*v
)
9165 const struct mapi_table
*_tbl
= entry_current_get();
9166 mapi_func _func
= ((const mapi_func
*) _tbl
)[791];
9167 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
9170 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dNV
)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
9172 const struct mapi_table
*_tbl
= entry_current_get();
9173 mapi_func _func
= ((const mapi_func
*) _tbl
)[792];
9174 ((void (APIENTRY
*)(GLuint index
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(index
, x
, y
, z
, w
);
9177 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4dvNV
)(GLuint index
, const GLdouble
*v
)
9179 const struct mapi_table
*_tbl
= entry_current_get();
9180 mapi_func _func
= ((const mapi_func
*) _tbl
)[793];
9181 ((void (APIENTRY
*)(GLuint index
, const GLdouble
*v
)) _func
)(index
, v
);
9184 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fNV
)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
9186 const struct mapi_table
*_tbl
= entry_current_get();
9187 mapi_func _func
= ((const mapi_func
*) _tbl
)[794];
9188 ((void (APIENTRY
*)(GLuint index
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(index
, x
, y
, z
, w
);
9191 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4fvNV
)(GLuint index
, const GLfloat
*v
)
9193 const struct mapi_table
*_tbl
= entry_current_get();
9194 mapi_func _func
= ((const mapi_func
*) _tbl
)[795];
9195 ((void (APIENTRY
*)(GLuint index
, const GLfloat
*v
)) _func
)(index
, v
);
9198 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4sNV
)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)
9200 const struct mapi_table
*_tbl
= entry_current_get();
9201 mapi_func _func
= ((const mapi_func
*) _tbl
)[796];
9202 ((void (APIENTRY
*)(GLuint index
, GLshort x
, GLshort y
, GLshort z
, GLshort w
)) _func
)(index
, x
, y
, z
, w
);
9205 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4svNV
)(GLuint index
, const GLshort
*v
)
9207 const struct mapi_table
*_tbl
= entry_current_get();
9208 mapi_func _func
= ((const mapi_func
*) _tbl
)[797];
9209 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
9212 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubNV
)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)
9214 const struct mapi_table
*_tbl
= entry_current_get();
9215 mapi_func _func
= ((const mapi_func
*) _tbl
)[798];
9216 ((void (APIENTRY
*)(GLuint index
, GLubyte x
, GLubyte y
, GLubyte z
, GLubyte w
)) _func
)(index
, x
, y
, z
, w
);
9219 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttrib4ubvNV
)(GLuint index
, const GLubyte
*v
)
9221 const struct mapi_table
*_tbl
= entry_current_get();
9222 mapi_func _func
= ((const mapi_func
*) _tbl
)[799];
9223 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
9226 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribPointerNV
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
9228 const struct mapi_table
*_tbl
= entry_current_get();
9229 mapi_func _func
= ((const mapi_func
*) _tbl
)[800];
9230 ((void (APIENTRY
*)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(index
, size
, type
, stride
, pointer
);
9233 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
)
9235 const struct mapi_table
*_tbl
= entry_current_get();
9236 mapi_func _func
= ((const mapi_func
*) _tbl
)[801];
9237 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLdouble
*v
)) _func
)(index
, n
, v
);
9240 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
)
9242 const struct mapi_table
*_tbl
= entry_current_get();
9243 mapi_func _func
= ((const mapi_func
*) _tbl
)[802];
9244 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLfloat
*v
)) _func
)(index
, n
, v
);
9247 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs1svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
)
9249 const struct mapi_table
*_tbl
= entry_current_get();
9250 mapi_func _func
= ((const mapi_func
*) _tbl
)[803];
9251 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLshort
*v
)) _func
)(index
, n
, v
);
9254 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
)
9256 const struct mapi_table
*_tbl
= entry_current_get();
9257 mapi_func _func
= ((const mapi_func
*) _tbl
)[804];
9258 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLdouble
*v
)) _func
)(index
, n
, v
);
9261 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
)
9263 const struct mapi_table
*_tbl
= entry_current_get();
9264 mapi_func _func
= ((const mapi_func
*) _tbl
)[805];
9265 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLfloat
*v
)) _func
)(index
, n
, v
);
9268 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs2svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
)
9270 const struct mapi_table
*_tbl
= entry_current_get();
9271 mapi_func _func
= ((const mapi_func
*) _tbl
)[806];
9272 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLshort
*v
)) _func
)(index
, n
, v
);
9275 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
)
9277 const struct mapi_table
*_tbl
= entry_current_get();
9278 mapi_func _func
= ((const mapi_func
*) _tbl
)[807];
9279 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLdouble
*v
)) _func
)(index
, n
, v
);
9282 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
)
9284 const struct mapi_table
*_tbl
= entry_current_get();
9285 mapi_func _func
= ((const mapi_func
*) _tbl
)[808];
9286 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLfloat
*v
)) _func
)(index
, n
, v
);
9289 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs3svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
)
9291 const struct mapi_table
*_tbl
= entry_current_get();
9292 mapi_func _func
= ((const mapi_func
*) _tbl
)[809];
9293 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLshort
*v
)) _func
)(index
, n
, v
);
9296 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4dvNV
)(GLuint index
, GLsizei n
, const GLdouble
*v
)
9298 const struct mapi_table
*_tbl
= entry_current_get();
9299 mapi_func _func
= ((const mapi_func
*) _tbl
)[810];
9300 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLdouble
*v
)) _func
)(index
, n
, v
);
9303 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4fvNV
)(GLuint index
, GLsizei n
, const GLfloat
*v
)
9305 const struct mapi_table
*_tbl
= entry_current_get();
9306 mapi_func _func
= ((const mapi_func
*) _tbl
)[811];
9307 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLfloat
*v
)) _func
)(index
, n
, v
);
9310 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4svNV
)(GLuint index
, GLsizei n
, const GLshort
*v
)
9312 const struct mapi_table
*_tbl
= entry_current_get();
9313 mapi_func _func
= ((const mapi_func
*) _tbl
)[812];
9314 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLshort
*v
)) _func
)(index
, n
, v
);
9317 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribs4ubvNV
)(GLuint index
, GLsizei n
, const GLubyte
*v
)
9319 const struct mapi_table
*_tbl
= entry_current_get();
9320 mapi_func _func
= ((const mapi_func
*) _tbl
)[813];
9321 ((void (APIENTRY
*)(GLuint index
, GLsizei n
, const GLubyte
*v
)) _func
)(index
, n
, v
);
9324 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexBumpParameterfvATI
)(GLenum pname
, GLfloat
*param
)
9326 const struct mapi_table
*_tbl
= entry_current_get();
9327 mapi_func _func
= ((const mapi_func
*) _tbl
)[814];
9328 ((void (APIENTRY
*)(GLenum pname
, GLfloat
*param
)) _func
)(pname
, param
);
9331 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexBumpParameterivATI
)(GLenum pname
, GLint
*param
)
9333 const struct mapi_table
*_tbl
= entry_current_get();
9334 mapi_func _func
= ((const mapi_func
*) _tbl
)[815];
9335 ((void (APIENTRY
*)(GLenum pname
, GLint
*param
)) _func
)(pname
, param
);
9338 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBumpParameterfvATI
)(GLenum pname
, const GLfloat
*param
)
9340 const struct mapi_table
*_tbl
= entry_current_get();
9341 mapi_func _func
= ((const mapi_func
*) _tbl
)[816];
9342 ((void (APIENTRY
*)(GLenum pname
, const GLfloat
*param
)) _func
)(pname
, param
);
9345 GLAPI
void APIENTRY
GLAPI_PREFIX(TexBumpParameterivATI
)(GLenum pname
, const GLint
*param
)
9347 const struct mapi_table
*_tbl
= entry_current_get();
9348 mapi_func _func
= ((const mapi_func
*) _tbl
)[817];
9349 ((void (APIENTRY
*)(GLenum pname
, const GLint
*param
)) _func
)(pname
, param
);
9352 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFragmentOp1ATI
)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
)
9354 const struct mapi_table
*_tbl
= entry_current_get();
9355 mapi_func _func
= ((const mapi_func
*) _tbl
)[818];
9356 ((void (APIENTRY
*)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
)) _func
)(op
, dst
, dstMod
, arg1
, arg1Rep
, arg1Mod
);
9359 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFragmentOp2ATI
)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
)
9361 const struct mapi_table
*_tbl
= entry_current_get();
9362 mapi_func _func
= ((const mapi_func
*) _tbl
)[819];
9363 ((void (APIENTRY
*)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
)) _func
)(op
, dst
, dstMod
, arg1
, arg1Rep
, arg1Mod
, arg2
, arg2Rep
, arg2Mod
);
9366 GLAPI
void APIENTRY
GLAPI_PREFIX(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
)
9368 const struct mapi_table
*_tbl
= entry_current_get();
9369 mapi_func _func
= ((const mapi_func
*) _tbl
)[820];
9370 ((void (APIENTRY
*)(GLenum op
, GLuint dst
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
, GLuint arg3
, GLuint arg3Rep
, GLuint arg3Mod
)) _func
)(op
, dst
, dstMod
, arg1
, arg1Rep
, arg1Mod
, arg2
, arg2Rep
, arg2Mod
, arg3
, arg3Rep
, arg3Mod
);
9373 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginFragmentShaderATI
)(void)
9375 const struct mapi_table
*_tbl
= entry_current_get();
9376 mapi_func _func
= ((const mapi_func
*) _tbl
)[821];
9377 ((void (APIENTRY
*)(void)) _func
)();
9380 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragmentShaderATI
)(GLuint id
)
9382 const struct mapi_table
*_tbl
= entry_current_get();
9383 mapi_func _func
= ((const mapi_func
*) _tbl
)[822];
9384 ((void (APIENTRY
*)(GLuint id
)) _func
)(id
);
9387 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorFragmentOp1ATI
)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
)
9389 const struct mapi_table
*_tbl
= entry_current_get();
9390 mapi_func _func
= ((const mapi_func
*) _tbl
)[823];
9391 ((void (APIENTRY
*)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
)) _func
)(op
, dst
, dstMask
, dstMod
, arg1
, arg1Rep
, arg1Mod
);
9394 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorFragmentOp2ATI
)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
)
9396 const struct mapi_table
*_tbl
= entry_current_get();
9397 mapi_func _func
= ((const mapi_func
*) _tbl
)[824];
9398 ((void (APIENTRY
*)(GLenum op
, GLuint dst
, GLuint dstMask
, GLuint dstMod
, GLuint arg1
, GLuint arg1Rep
, GLuint arg1Mod
, GLuint arg2
, GLuint arg2Rep
, GLuint arg2Mod
)) _func
)(op
, dst
, dstMask
, dstMod
, arg1
, arg1Rep
, arg1Mod
, arg2
, arg2Rep
, arg2Mod
);
9401 GLAPI
void APIENTRY
GLAPI_PREFIX(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
)
9403 const struct mapi_table
*_tbl
= entry_current_get();
9404 mapi_func _func
= ((const mapi_func
*) _tbl
)[825];
9405 ((void (APIENTRY
*)(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
)) _func
)(op
, dst
, dstMask
, dstMod
, arg1
, arg1Rep
, arg1Mod
, arg2
, arg2Rep
, arg2Mod
, arg3
, arg3Rep
, arg3Mod
);
9408 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFragmentShaderATI
)(GLuint id
)
9410 const struct mapi_table
*_tbl
= entry_current_get();
9411 mapi_func _func
= ((const mapi_func
*) _tbl
)[826];
9412 ((void (APIENTRY
*)(GLuint id
)) _func
)(id
);
9415 GLAPI
void APIENTRY
GLAPI_PREFIX(EndFragmentShaderATI
)(void)
9417 const struct mapi_table
*_tbl
= entry_current_get();
9418 mapi_func _func
= ((const mapi_func
*) _tbl
)[827];
9419 ((void (APIENTRY
*)(void)) _func
)();
9422 GLAPI GLuint APIENTRY
GLAPI_PREFIX(GenFragmentShadersATI
)(GLuint range
)
9424 const struct mapi_table
*_tbl
= entry_current_get();
9425 mapi_func _func
= ((const mapi_func
*) _tbl
)[828];
9426 return ((GLuint (APIENTRY
*)(GLuint range
)) _func
)(range
);
9429 GLAPI
void APIENTRY
GLAPI_PREFIX(PassTexCoordATI
)(GLuint dst
, GLuint coord
, GLenum swizzle
)
9431 const struct mapi_table
*_tbl
= entry_current_get();
9432 mapi_func _func
= ((const mapi_func
*) _tbl
)[829];
9433 ((void (APIENTRY
*)(GLuint dst
, GLuint coord
, GLenum swizzle
)) _func
)(dst
, coord
, swizzle
);
9436 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleMapATI
)(GLuint dst
, GLuint interp
, GLenum swizzle
)
9438 const struct mapi_table
*_tbl
= entry_current_get();
9439 mapi_func _func
= ((const mapi_func
*) _tbl
)[830];
9440 ((void (APIENTRY
*)(GLuint dst
, GLuint interp
, GLenum swizzle
)) _func
)(dst
, interp
, swizzle
);
9443 GLAPI
void APIENTRY
GLAPI_PREFIX(SetFragmentShaderConstantATI
)(GLuint dst
, const GLfloat
*value
)
9445 const struct mapi_table
*_tbl
= entry_current_get();
9446 mapi_func _func
= ((const mapi_func
*) _tbl
)[831];
9447 ((void (APIENTRY
*)(GLuint dst
, const GLfloat
*value
)) _func
)(dst
, value
);
9450 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteriNV
)(GLenum pname
, GLint param
)
9452 const struct mapi_table
*_tbl
= entry_current_get();
9453 mapi_func _func
= ((const mapi_func
*) _tbl
)[832];
9454 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
9457 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteri
)(GLenum pname
, GLint param
)
9459 const struct mapi_table
*_tbl
= entry_current_get();
9460 mapi_func _func
= ((const mapi_func
*) _tbl
)[832];
9461 ((void (APIENTRY
*)(GLenum pname
, GLint param
)) _func
)(pname
, param
);
9464 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterivNV
)(GLenum pname
, const GLint
*params
)
9466 const struct mapi_table
*_tbl
= entry_current_get();
9467 mapi_func _func
= ((const mapi_func
*) _tbl
)[833];
9468 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
9471 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameteriv
)(GLenum pname
, const GLint
*params
)
9473 const struct mapi_table
*_tbl
= entry_current_get();
9474 mapi_func _func
= ((const mapi_func
*) _tbl
)[833];
9475 ((void (APIENTRY
*)(GLenum pname
, const GLint
*params
)) _func
)(pname
, params
);
9478 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveStencilFaceEXT
)(GLenum face
)
9480 const struct mapi_table
*_tbl
= entry_current_get();
9481 mapi_func _func
= ((const mapi_func
*) _tbl
)[834];
9482 ((void (APIENTRY
*)(GLenum face
)) _func
)(face
);
9485 GLAPI
void APIENTRY
GLAPI_PREFIX(BindVertexArrayAPPLE
)(GLuint array
)
9487 const struct mapi_table
*_tbl
= entry_current_get();
9488 mapi_func _func
= ((const mapi_func
*) _tbl
)[835];
9489 ((void (APIENTRY
*)(GLuint array
)) _func
)(array
);
9492 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteVertexArraysAPPLE
)(GLsizei n
, const GLuint
*arrays
)
9494 const struct mapi_table
*_tbl
= entry_current_get();
9495 mapi_func _func
= ((const mapi_func
*) _tbl
)[836];
9496 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*arrays
)) _func
)(n
, arrays
);
9499 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteVertexArrays
)(GLsizei n
, const GLuint
*arrays
)
9501 const struct mapi_table
*_tbl
= entry_current_get();
9502 mapi_func _func
= ((const mapi_func
*) _tbl
)[836];
9503 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*arrays
)) _func
)(n
, arrays
);
9506 GLAPI
void APIENTRY
GLAPI_PREFIX(GenVertexArraysAPPLE
)(GLsizei n
, GLuint
*arrays
)
9508 const struct mapi_table
*_tbl
= entry_current_get();
9509 mapi_func _func
= ((const mapi_func
*) _tbl
)[837];
9510 ((void (APIENTRY
*)(GLsizei n
, GLuint
*arrays
)) _func
)(n
, arrays
);
9513 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsVertexArrayAPPLE
)(GLuint array
)
9515 const struct mapi_table
*_tbl
= entry_current_get();
9516 mapi_func _func
= ((const mapi_func
*) _tbl
)[838];
9517 return ((GLboolean (APIENTRY
*)(GLuint array
)) _func
)(array
);
9520 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsVertexArray
)(GLuint array
)
9522 const struct mapi_table
*_tbl
= entry_current_get();
9523 mapi_func _func
= ((const mapi_func
*) _tbl
)[838];
9524 return ((GLboolean (APIENTRY
*)(GLuint array
)) _func
)(array
);
9527 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramNamedParameterdvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble
*params
)
9529 const struct mapi_table
*_tbl
= entry_current_get();
9530 mapi_func _func
= ((const mapi_func
*) _tbl
)[839];
9531 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble
*params
)) _func
)(id
, len
, name
, params
);
9534 GLAPI
void APIENTRY
GLAPI_PREFIX(GetProgramNamedParameterfvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat
*params
)
9536 const struct mapi_table
*_tbl
= entry_current_get();
9537 mapi_func _func
= ((const mapi_func
*) _tbl
)[840];
9538 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat
*params
)) _func
)(id
, len
, name
, params
);
9541 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4dNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)
9543 const struct mapi_table
*_tbl
= entry_current_get();
9544 mapi_func _func
= ((const mapi_func
*) _tbl
)[841];
9545 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLdouble x
, GLdouble y
, GLdouble z
, GLdouble w
)) _func
)(id
, len
, name
, x
, y
, z
, w
);
9548 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4dvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLdouble
*v
)
9550 const struct mapi_table
*_tbl
= entry_current_get();
9551 mapi_func _func
= ((const mapi_func
*) _tbl
)[842];
9552 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLdouble
*v
)) _func
)(id
, len
, name
, v
);
9555 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4fNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)
9557 const struct mapi_table
*_tbl
= entry_current_get();
9558 mapi_func _func
= ((const mapi_func
*) _tbl
)[843];
9559 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, GLfloat x
, GLfloat y
, GLfloat z
, GLfloat w
)) _func
)(id
, len
, name
, x
, y
, z
, w
);
9562 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramNamedParameter4fvNV
)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLfloat
*v
)
9564 const struct mapi_table
*_tbl
= entry_current_get();
9565 mapi_func _func
= ((const mapi_func
*) _tbl
)[844];
9566 ((void (APIENTRY
*)(GLuint id
, GLsizei len
, const GLubyte
*name
, const GLfloat
*v
)) _func
)(id
, len
, name
, v
);
9569 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartIndexNV
)(GLuint index
)
9571 const struct mapi_table
*_tbl
= entry_current_get();
9572 mapi_func _func
= ((const mapi_func
*) _tbl
)[845];
9573 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
9576 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartIndex
)(GLuint index
)
9578 const struct mapi_table
*_tbl
= entry_current_get();
9579 mapi_func _func
= ((const mapi_func
*) _tbl
)[845];
9580 ((void (APIENTRY
*)(GLuint index
)) _func
)(index
);
9583 GLAPI
void APIENTRY
GLAPI_PREFIX(PrimitiveRestartNV
)(void)
9585 const struct mapi_table
*_tbl
= entry_current_get();
9586 mapi_func _func
= ((const mapi_func
*) _tbl
)[846];
9587 ((void (APIENTRY
*)(void)) _func
)();
9590 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFuncxOES
)(GLenum func
, GLclampx ref
)
9592 const struct mapi_table
*_tbl
= entry_current_get();
9593 mapi_func _func
= ((const mapi_func
*) _tbl
)[847];
9594 ((void (APIENTRY
*)(GLenum func
, GLclampx ref
)) _func
)(func
, ref
);
9597 GLAPI
void APIENTRY
GLAPI_PREFIX(AlphaFuncx
)(GLenum func
, GLclampx ref
)
9599 const struct mapi_table
*_tbl
= entry_current_get();
9600 mapi_func _func
= ((const mapi_func
*) _tbl
)[847];
9601 ((void (APIENTRY
*)(GLenum func
, GLclampx ref
)) _func
)(func
, ref
);
9604 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorxOES
)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
)
9606 const struct mapi_table
*_tbl
= entry_current_get();
9607 mapi_func _func
= ((const mapi_func
*) _tbl
)[848];
9608 ((void (APIENTRY
*)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
)) _func
)(red
, green
, blue
, alpha
);
9611 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorx
)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
)
9613 const struct mapi_table
*_tbl
= entry_current_get();
9614 mapi_func _func
= ((const mapi_func
*) _tbl
)[848];
9615 ((void (APIENTRY
*)(GLclampx red
, GLclampx green
, GLclampx blue
, GLclampx alpha
)) _func
)(red
, green
, blue
, alpha
);
9618 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthxOES
)(GLclampx depth
)
9620 const struct mapi_table
*_tbl
= entry_current_get();
9621 mapi_func _func
= ((const mapi_func
*) _tbl
)[849];
9622 ((void (APIENTRY
*)(GLclampx depth
)) _func
)(depth
);
9625 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearDepthx
)(GLclampx depth
)
9627 const struct mapi_table
*_tbl
= entry_current_get();
9628 mapi_func _func
= ((const mapi_func
*) _tbl
)[849];
9629 ((void (APIENTRY
*)(GLclampx depth
)) _func
)(depth
);
9632 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanexOES
)(GLenum plane
, const GLfixed
*equation
)
9634 const struct mapi_table
*_tbl
= entry_current_get();
9635 mapi_func _func
= ((const mapi_func
*) _tbl
)[850];
9636 ((void (APIENTRY
*)(GLenum plane
, const GLfixed
*equation
)) _func
)(plane
, equation
);
9639 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanex
)(GLenum plane
, const GLfixed
*equation
)
9641 const struct mapi_table
*_tbl
= entry_current_get();
9642 mapi_func _func
= ((const mapi_func
*) _tbl
)[850];
9643 ((void (APIENTRY
*)(GLenum plane
, const GLfixed
*equation
)) _func
)(plane
, equation
);
9646 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4xOES
)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
)
9648 const struct mapi_table
*_tbl
= entry_current_get();
9649 mapi_func _func
= ((const mapi_func
*) _tbl
)[851];
9650 ((void (APIENTRY
*)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
)) _func
)(red
, green
, blue
, alpha
);
9653 GLAPI
void APIENTRY
GLAPI_PREFIX(Color4x
)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
)
9655 const struct mapi_table
*_tbl
= entry_current_get();
9656 mapi_func _func
= ((const mapi_func
*) _tbl
)[851];
9657 ((void (APIENTRY
*)(GLfixed red
, GLfixed green
, GLfixed blue
, GLfixed alpha
)) _func
)(red
, green
, blue
, alpha
);
9660 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangexOES
)(GLclampx zNear
, GLclampx zFar
)
9662 const struct mapi_table
*_tbl
= entry_current_get();
9663 mapi_func _func
= ((const mapi_func
*) _tbl
)[852];
9664 ((void (APIENTRY
*)(GLclampx zNear
, GLclampx zFar
)) _func
)(zNear
, zFar
);
9667 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthRangex
)(GLclampx zNear
, GLclampx zFar
)
9669 const struct mapi_table
*_tbl
= entry_current_get();
9670 mapi_func _func
= ((const mapi_func
*) _tbl
)[852];
9671 ((void (APIENTRY
*)(GLclampx zNear
, GLclampx zFar
)) _func
)(zNear
, zFar
);
9674 GLAPI
void APIENTRY
GLAPI_PREFIX(FogxOES
)(GLenum pname
, GLfixed param
)
9676 const struct mapi_table
*_tbl
= entry_current_get();
9677 mapi_func _func
= ((const mapi_func
*) _tbl
)[853];
9678 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9681 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogx
)(GLenum pname
, GLfixed param
)
9683 const struct mapi_table
*_tbl
= entry_current_get();
9684 mapi_func _func
= ((const mapi_func
*) _tbl
)[853];
9685 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9688 GLAPI
void APIENTRY
GLAPI_PREFIX(FogxvOES
)(GLenum pname
, const GLfixed
*params
)
9690 const struct mapi_table
*_tbl
= entry_current_get();
9691 mapi_func _func
= ((const mapi_func
*) _tbl
)[854];
9692 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
9695 GLAPI
void APIENTRY
GLAPI_PREFIX(Fogxv
)(GLenum pname
, const GLfixed
*params
)
9697 const struct mapi_table
*_tbl
= entry_current_get();
9698 mapi_func _func
= ((const mapi_func
*) _tbl
)[854];
9699 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
9702 GLAPI
void APIENTRY
GLAPI_PREFIX(FrustumxOES
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)
9704 const struct mapi_table
*_tbl
= entry_current_get();
9705 mapi_func _func
= ((const mapi_func
*) _tbl
)[855];
9706 ((void (APIENTRY
*)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
9709 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustumx
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)
9711 const struct mapi_table
*_tbl
= entry_current_get();
9712 mapi_func _func
= ((const mapi_func
*) _tbl
)[855];
9713 ((void (APIENTRY
*)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
9716 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanexOES
)(GLenum plane
, GLfixed
*equation
)
9718 const struct mapi_table
*_tbl
= entry_current_get();
9719 mapi_func _func
= ((const mapi_func
*) _tbl
)[856];
9720 ((void (APIENTRY
*)(GLenum plane
, GLfixed
*equation
)) _func
)(plane
, equation
);
9723 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanex
)(GLenum plane
, GLfixed
*equation
)
9725 const struct mapi_table
*_tbl
= entry_current_get();
9726 mapi_func _func
= ((const mapi_func
*) _tbl
)[856];
9727 ((void (APIENTRY
*)(GLenum plane
, GLfixed
*equation
)) _func
)(plane
, equation
);
9730 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFixedvOES
)(GLenum pname
, GLfixed
*params
)
9732 const struct mapi_table
*_tbl
= entry_current_get();
9733 mapi_func _func
= ((const mapi_func
*) _tbl
)[857];
9734 ((void (APIENTRY
*)(GLenum pname
, GLfixed
*params
)) _func
)(pname
, params
);
9737 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFixedv
)(GLenum pname
, GLfixed
*params
)
9739 const struct mapi_table
*_tbl
= entry_current_get();
9740 mapi_func _func
= ((const mapi_func
*) _tbl
)[857];
9741 ((void (APIENTRY
*)(GLenum pname
, GLfixed
*params
)) _func
)(pname
, params
);
9744 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightxvOES
)(GLenum light
, GLenum pname
, GLfixed
*params
)
9746 const struct mapi_table
*_tbl
= entry_current_get();
9747 mapi_func _func
= ((const mapi_func
*) _tbl
)[858];
9748 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfixed
*params
)) _func
)(light
, pname
, params
);
9751 GLAPI
void APIENTRY
GLAPI_PREFIX(GetLightxv
)(GLenum light
, GLenum pname
, GLfixed
*params
)
9753 const struct mapi_table
*_tbl
= entry_current_get();
9754 mapi_func _func
= ((const mapi_func
*) _tbl
)[858];
9755 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfixed
*params
)) _func
)(light
, pname
, params
);
9758 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialxvOES
)(GLenum face
, GLenum pname
, GLfixed
*params
)
9760 const struct mapi_table
*_tbl
= entry_current_get();
9761 mapi_func _func
= ((const mapi_func
*) _tbl
)[859];
9762 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfixed
*params
)) _func
)(face
, pname
, params
);
9765 GLAPI
void APIENTRY
GLAPI_PREFIX(GetMaterialxv
)(GLenum face
, GLenum pname
, GLfixed
*params
)
9767 const struct mapi_table
*_tbl
= entry_current_get();
9768 mapi_func _func
= ((const mapi_func
*) _tbl
)[859];
9769 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfixed
*params
)) _func
)(face
, pname
, params
);
9772 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvxvOES
)(GLenum target
, GLenum pname
, GLfixed
*params
)
9774 const struct mapi_table
*_tbl
= entry_current_get();
9775 mapi_func _func
= ((const mapi_func
*) _tbl
)[860];
9776 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed
*params
)) _func
)(target
, pname
, params
);
9779 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexEnvxv
)(GLenum target
, GLenum pname
, GLfixed
*params
)
9781 const struct mapi_table
*_tbl
= entry_current_get();
9782 mapi_func _func
= ((const mapi_func
*) _tbl
)[860];
9783 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed
*params
)) _func
)(target
, pname
, params
);
9786 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexGenxvOES
)(GLenum coord
, GLenum pname
, GLfixed
*params
)
9788 const struct mapi_table
*_tbl
= entry_current_get();
9789 mapi_func _func
= ((const mapi_func
*) _tbl
)[861];
9790 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLfixed
*params
)) _func
)(coord
, pname
, params
);
9793 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterxvOES
)(GLenum target
, GLenum pname
, GLfixed
*params
)
9795 const struct mapi_table
*_tbl
= entry_current_get();
9796 mapi_func _func
= ((const mapi_func
*) _tbl
)[862];
9797 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed
*params
)) _func
)(target
, pname
, params
);
9800 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterxv
)(GLenum target
, GLenum pname
, GLfixed
*params
)
9802 const struct mapi_table
*_tbl
= entry_current_get();
9803 mapi_func _func
= ((const mapi_func
*) _tbl
)[862];
9804 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed
*params
)) _func
)(target
, pname
, params
);
9807 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxOES
)(GLenum pname
, GLfixed param
)
9809 const struct mapi_table
*_tbl
= entry_current_get();
9810 mapi_func _func
= ((const mapi_func
*) _tbl
)[863];
9811 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9814 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelx
)(GLenum pname
, GLfixed param
)
9816 const struct mapi_table
*_tbl
= entry_current_get();
9817 mapi_func _func
= ((const mapi_func
*) _tbl
)[863];
9818 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9821 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxvOES
)(GLenum pname
, const GLfixed
*params
)
9823 const struct mapi_table
*_tbl
= entry_current_get();
9824 mapi_func _func
= ((const mapi_func
*) _tbl
)[864];
9825 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
9828 GLAPI
void APIENTRY
GLAPI_PREFIX(LightModelxv
)(GLenum pname
, const GLfixed
*params
)
9830 const struct mapi_table
*_tbl
= entry_current_get();
9831 mapi_func _func
= ((const mapi_func
*) _tbl
)[864];
9832 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
9835 GLAPI
void APIENTRY
GLAPI_PREFIX(LightxOES
)(GLenum light
, GLenum pname
, GLfixed param
)
9837 const struct mapi_table
*_tbl
= entry_current_get();
9838 mapi_func _func
= ((const mapi_func
*) _tbl
)[865];
9839 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfixed param
)) _func
)(light
, pname
, param
);
9842 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightx
)(GLenum light
, GLenum pname
, GLfixed param
)
9844 const struct mapi_table
*_tbl
= entry_current_get();
9845 mapi_func _func
= ((const mapi_func
*) _tbl
)[865];
9846 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, GLfixed param
)) _func
)(light
, pname
, param
);
9849 GLAPI
void APIENTRY
GLAPI_PREFIX(LightxvOES
)(GLenum light
, GLenum pname
, const GLfixed
*params
)
9851 const struct mapi_table
*_tbl
= entry_current_get();
9852 mapi_func _func
= ((const mapi_func
*) _tbl
)[866];
9853 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, const GLfixed
*params
)) _func
)(light
, pname
, params
);
9856 GLAPI
void APIENTRY
GLAPI_PREFIX(Lightxv
)(GLenum light
, GLenum pname
, const GLfixed
*params
)
9858 const struct mapi_table
*_tbl
= entry_current_get();
9859 mapi_func _func
= ((const mapi_func
*) _tbl
)[866];
9860 ((void (APIENTRY
*)(GLenum light
, GLenum pname
, const GLfixed
*params
)) _func
)(light
, pname
, params
);
9863 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidthxOES
)(GLfixed width
)
9865 const struct mapi_table
*_tbl
= entry_current_get();
9866 mapi_func _func
= ((const mapi_func
*) _tbl
)[867];
9867 ((void (APIENTRY
*)(GLfixed width
)) _func
)(width
);
9870 GLAPI
void APIENTRY
GLAPI_PREFIX(LineWidthx
)(GLfixed width
)
9872 const struct mapi_table
*_tbl
= entry_current_get();
9873 mapi_func _func
= ((const mapi_func
*) _tbl
)[867];
9874 ((void (APIENTRY
*)(GLfixed width
)) _func
)(width
);
9877 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixxOES
)(const GLfixed
*m
)
9879 const struct mapi_table
*_tbl
= entry_current_get();
9880 mapi_func _func
= ((const mapi_func
*) _tbl
)[868];
9881 ((void (APIENTRY
*)(const GLfixed
*m
)) _func
)(m
);
9884 GLAPI
void APIENTRY
GLAPI_PREFIX(LoadMatrixx
)(const GLfixed
*m
)
9886 const struct mapi_table
*_tbl
= entry_current_get();
9887 mapi_func _func
= ((const mapi_func
*) _tbl
)[868];
9888 ((void (APIENTRY
*)(const GLfixed
*m
)) _func
)(m
);
9891 GLAPI
void APIENTRY
GLAPI_PREFIX(MaterialxOES
)(GLenum face
, GLenum pname
, GLfixed param
)
9893 const struct mapi_table
*_tbl
= entry_current_get();
9894 mapi_func _func
= ((const mapi_func
*) _tbl
)[869];
9895 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfixed param
)) _func
)(face
, pname
, param
);
9898 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialx
)(GLenum face
, GLenum pname
, GLfixed param
)
9900 const struct mapi_table
*_tbl
= entry_current_get();
9901 mapi_func _func
= ((const mapi_func
*) _tbl
)[869];
9902 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, GLfixed param
)) _func
)(face
, pname
, param
);
9905 GLAPI
void APIENTRY
GLAPI_PREFIX(MaterialxvOES
)(GLenum face
, GLenum pname
, const GLfixed
*params
)
9907 const struct mapi_table
*_tbl
= entry_current_get();
9908 mapi_func _func
= ((const mapi_func
*) _tbl
)[870];
9909 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, const GLfixed
*params
)) _func
)(face
, pname
, params
);
9912 GLAPI
void APIENTRY
GLAPI_PREFIX(Materialxv
)(GLenum face
, GLenum pname
, const GLfixed
*params
)
9914 const struct mapi_table
*_tbl
= entry_current_get();
9915 mapi_func _func
= ((const mapi_func
*) _tbl
)[870];
9916 ((void (APIENTRY
*)(GLenum face
, GLenum pname
, const GLfixed
*params
)) _func
)(face
, pname
, params
);
9919 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixxOES
)(const GLfixed
*m
)
9921 const struct mapi_table
*_tbl
= entry_current_get();
9922 mapi_func _func
= ((const mapi_func
*) _tbl
)[871];
9923 ((void (APIENTRY
*)(const GLfixed
*m
)) _func
)(m
);
9926 GLAPI
void APIENTRY
GLAPI_PREFIX(MultMatrixx
)(const GLfixed
*m
)
9928 const struct mapi_table
*_tbl
= entry_current_get();
9929 mapi_func _func
= ((const mapi_func
*) _tbl
)[871];
9930 ((void (APIENTRY
*)(const GLfixed
*m
)) _func
)(m
);
9933 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4xOES
)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
)
9935 const struct mapi_table
*_tbl
= entry_current_get();
9936 mapi_func _func
= ((const mapi_func
*) _tbl
)[872];
9937 ((void (APIENTRY
*)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
)) _func
)(target
, s
, t
, r
, q
);
9940 GLAPI
void APIENTRY
GLAPI_PREFIX(MultiTexCoord4x
)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
)
9942 const struct mapi_table
*_tbl
= entry_current_get();
9943 mapi_func _func
= ((const mapi_func
*) _tbl
)[872];
9944 ((void (APIENTRY
*)(GLenum target
, GLfixed s
, GLfixed t
, GLfixed r
, GLfixed q
)) _func
)(target
, s
, t
, r
, q
);
9947 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3xOES
)(GLfixed nx
, GLfixed ny
, GLfixed nz
)
9949 const struct mapi_table
*_tbl
= entry_current_get();
9950 mapi_func _func
= ((const mapi_func
*) _tbl
)[873];
9951 ((void (APIENTRY
*)(GLfixed nx
, GLfixed ny
, GLfixed nz
)) _func
)(nx
, ny
, nz
);
9954 GLAPI
void APIENTRY
GLAPI_PREFIX(Normal3x
)(GLfixed nx
, GLfixed ny
, GLfixed nz
)
9956 const struct mapi_table
*_tbl
= entry_current_get();
9957 mapi_func _func
= ((const mapi_func
*) _tbl
)[873];
9958 ((void (APIENTRY
*)(GLfixed nx
, GLfixed ny
, GLfixed nz
)) _func
)(nx
, ny
, nz
);
9961 GLAPI
void APIENTRY
GLAPI_PREFIX(OrthoxOES
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)
9963 const struct mapi_table
*_tbl
= entry_current_get();
9964 mapi_func _func
= ((const mapi_func
*) _tbl
)[874];
9965 ((void (APIENTRY
*)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
9968 GLAPI
void APIENTRY
GLAPI_PREFIX(Orthox
)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)
9970 const struct mapi_table
*_tbl
= entry_current_get();
9971 mapi_func _func
= ((const mapi_func
*) _tbl
)[874];
9972 ((void (APIENTRY
*)(GLfixed left
, GLfixed right
, GLfixed bottom
, GLfixed top
, GLfixed zNear
, GLfixed zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
9975 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxOES
)(GLenum pname
, GLfixed param
)
9977 const struct mapi_table
*_tbl
= entry_current_get();
9978 mapi_func _func
= ((const mapi_func
*) _tbl
)[875];
9979 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9982 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterx
)(GLenum pname
, GLfixed param
)
9984 const struct mapi_table
*_tbl
= entry_current_get();
9985 mapi_func _func
= ((const mapi_func
*) _tbl
)[875];
9986 ((void (APIENTRY
*)(GLenum pname
, GLfixed param
)) _func
)(pname
, param
);
9989 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxvOES
)(GLenum pname
, const GLfixed
*params
)
9991 const struct mapi_table
*_tbl
= entry_current_get();
9992 mapi_func _func
= ((const mapi_func
*) _tbl
)[876];
9993 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
9996 GLAPI
void APIENTRY
GLAPI_PREFIX(PointParameterxv
)(GLenum pname
, const GLfixed
*params
)
9998 const struct mapi_table
*_tbl
= entry_current_get();
9999 mapi_func _func
= ((const mapi_func
*) _tbl
)[876];
10000 ((void (APIENTRY
*)(GLenum pname
, const GLfixed
*params
)) _func
)(pname
, params
);
10003 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizexOES
)(GLfixed size
)
10005 const struct mapi_table
*_tbl
= entry_current_get();
10006 mapi_func _func
= ((const mapi_func
*) _tbl
)[877];
10007 ((void (APIENTRY
*)(GLfixed size
)) _func
)(size
);
10010 GLAPI
void APIENTRY
GLAPI_PREFIX(PointSizex
)(GLfixed size
)
10012 const struct mapi_table
*_tbl
= entry_current_get();
10013 mapi_func _func
= ((const mapi_func
*) _tbl
)[877];
10014 ((void (APIENTRY
*)(GLfixed size
)) _func
)(size
);
10017 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetxOES
)(GLfixed factor
, GLfixed units
)
10019 const struct mapi_table
*_tbl
= entry_current_get();
10020 mapi_func _func
= ((const mapi_func
*) _tbl
)[878];
10021 ((void (APIENTRY
*)(GLfixed factor
, GLfixed units
)) _func
)(factor
, units
);
10024 GLAPI
void APIENTRY
GLAPI_PREFIX(PolygonOffsetx
)(GLfixed factor
, GLfixed units
)
10026 const struct mapi_table
*_tbl
= entry_current_get();
10027 mapi_func _func
= ((const mapi_func
*) _tbl
)[878];
10028 ((void (APIENTRY
*)(GLfixed factor
, GLfixed units
)) _func
)(factor
, units
);
10031 GLAPI
void APIENTRY
GLAPI_PREFIX(RotatexOES
)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
)
10033 const struct mapi_table
*_tbl
= entry_current_get();
10034 mapi_func _func
= ((const mapi_func
*) _tbl
)[879];
10035 ((void (APIENTRY
*)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(angle
, x
, y
, z
);
10038 GLAPI
void APIENTRY
GLAPI_PREFIX(Rotatex
)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
)
10040 const struct mapi_table
*_tbl
= entry_current_get();
10041 mapi_func _func
= ((const mapi_func
*) _tbl
)[879];
10042 ((void (APIENTRY
*)(GLfixed angle
, GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(angle
, x
, y
, z
);
10045 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoveragexOES
)(GLclampx value
, GLboolean invert
)
10047 const struct mapi_table
*_tbl
= entry_current_get();
10048 mapi_func _func
= ((const mapi_func
*) _tbl
)[880];
10049 ((void (APIENTRY
*)(GLclampx value
, GLboolean invert
)) _func
)(value
, invert
);
10052 GLAPI
void APIENTRY
GLAPI_PREFIX(SampleCoveragex
)(GLclampx value
, GLboolean invert
)
10054 const struct mapi_table
*_tbl
= entry_current_get();
10055 mapi_func _func
= ((const mapi_func
*) _tbl
)[880];
10056 ((void (APIENTRY
*)(GLclampx value
, GLboolean invert
)) _func
)(value
, invert
);
10059 GLAPI
void APIENTRY
GLAPI_PREFIX(ScalexOES
)(GLfixed x
, GLfixed y
, GLfixed z
)
10061 const struct mapi_table
*_tbl
= entry_current_get();
10062 mapi_func _func
= ((const mapi_func
*) _tbl
)[881];
10063 ((void (APIENTRY
*)(GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(x
, y
, z
);
10066 GLAPI
void APIENTRY
GLAPI_PREFIX(Scalex
)(GLfixed x
, GLfixed y
, GLfixed z
)
10068 const struct mapi_table
*_tbl
= entry_current_get();
10069 mapi_func _func
= ((const mapi_func
*) _tbl
)[881];
10070 ((void (APIENTRY
*)(GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(x
, y
, z
);
10073 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxOES
)(GLenum target
, GLenum pname
, GLfixed param
)
10075 const struct mapi_table
*_tbl
= entry_current_get();
10076 mapi_func _func
= ((const mapi_func
*) _tbl
)[882];
10077 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed param
)) _func
)(target
, pname
, param
);
10080 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvx
)(GLenum target
, GLenum pname
, GLfixed param
)
10082 const struct mapi_table
*_tbl
= entry_current_get();
10083 mapi_func _func
= ((const mapi_func
*) _tbl
)[882];
10084 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed param
)) _func
)(target
, pname
, param
);
10087 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxvOES
)(GLenum target
, GLenum pname
, const GLfixed
*params
)
10089 const struct mapi_table
*_tbl
= entry_current_get();
10090 mapi_func _func
= ((const mapi_func
*) _tbl
)[883];
10091 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfixed
*params
)) _func
)(target
, pname
, params
);
10094 GLAPI
void APIENTRY
GLAPI_PREFIX(TexEnvxv
)(GLenum target
, GLenum pname
, const GLfixed
*params
)
10096 const struct mapi_table
*_tbl
= entry_current_get();
10097 mapi_func _func
= ((const mapi_func
*) _tbl
)[883];
10098 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfixed
*params
)) _func
)(target
, pname
, params
);
10101 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenxOES
)(GLenum coord
, GLenum pname
, GLint param
)
10103 const struct mapi_table
*_tbl
= entry_current_get();
10104 mapi_func _func
= ((const mapi_func
*) _tbl
)[884];
10105 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, GLint param
)) _func
)(coord
, pname
, param
);
10108 GLAPI
void APIENTRY
GLAPI_PREFIX(TexGenxvOES
)(GLenum coord
, GLenum pname
, const GLfixed
*params
)
10110 const struct mapi_table
*_tbl
= entry_current_get();
10111 mapi_func _func
= ((const mapi_func
*) _tbl
)[885];
10112 ((void (APIENTRY
*)(GLenum coord
, GLenum pname
, const GLfixed
*params
)) _func
)(coord
, pname
, params
);
10115 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxOES
)(GLenum target
, GLenum pname
, GLfixed param
)
10117 const struct mapi_table
*_tbl
= entry_current_get();
10118 mapi_func _func
= ((const mapi_func
*) _tbl
)[886];
10119 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed param
)) _func
)(target
, pname
, param
);
10122 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterx
)(GLenum target
, GLenum pname
, GLfixed param
)
10124 const struct mapi_table
*_tbl
= entry_current_get();
10125 mapi_func _func
= ((const mapi_func
*) _tbl
)[886];
10126 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLfixed param
)) _func
)(target
, pname
, param
);
10129 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxvOES
)(GLenum target
, GLenum pname
, const GLfixed
*params
)
10131 const struct mapi_table
*_tbl
= entry_current_get();
10132 mapi_func _func
= ((const mapi_func
*) _tbl
)[887];
10133 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfixed
*params
)) _func
)(target
, pname
, params
);
10136 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterxv
)(GLenum target
, GLenum pname
, const GLfixed
*params
)
10138 const struct mapi_table
*_tbl
= entry_current_get();
10139 mapi_func _func
= ((const mapi_func
*) _tbl
)[887];
10140 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLfixed
*params
)) _func
)(target
, pname
, params
);
10143 GLAPI
void APIENTRY
GLAPI_PREFIX(TranslatexOES
)(GLfixed x
, GLfixed y
, GLfixed z
)
10145 const struct mapi_table
*_tbl
= entry_current_get();
10146 mapi_func _func
= ((const mapi_func
*) _tbl
)[888];
10147 ((void (APIENTRY
*)(GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(x
, y
, z
);
10150 GLAPI
void APIENTRY
GLAPI_PREFIX(Translatex
)(GLfixed x
, GLfixed y
, GLfixed z
)
10152 const struct mapi_table
*_tbl
= entry_current_get();
10153 mapi_func _func
= ((const mapi_func
*) _tbl
)[888];
10154 ((void (APIENTRY
*)(GLfixed x
, GLfixed y
, GLfixed z
)) _func
)(x
, y
, z
);
10157 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanefOES
)(GLenum plane
, const GLfloat
*equation
)
10159 const struct mapi_table
*_tbl
= entry_current_get();
10160 mapi_func _func
= ((const mapi_func
*) _tbl
)[889];
10161 ((void (APIENTRY
*)(GLenum plane
, const GLfloat
*equation
)) _func
)(plane
, equation
);
10164 GLAPI
void APIENTRY
GLAPI_PREFIX(ClipPlanef
)(GLenum plane
, const GLfloat
*equation
)
10166 const struct mapi_table
*_tbl
= entry_current_get();
10167 mapi_func _func
= ((const mapi_func
*) _tbl
)[889];
10168 ((void (APIENTRY
*)(GLenum plane
, const GLfloat
*equation
)) _func
)(plane
, equation
);
10171 GLAPI
void APIENTRY
GLAPI_PREFIX(FrustumfOES
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)
10173 const struct mapi_table
*_tbl
= entry_current_get();
10174 mapi_func _func
= ((const mapi_func
*) _tbl
)[890];
10175 ((void (APIENTRY
*)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
10178 GLAPI
void APIENTRY
GLAPI_PREFIX(Frustumf
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)
10180 const struct mapi_table
*_tbl
= entry_current_get();
10181 mapi_func _func
= ((const mapi_func
*) _tbl
)[890];
10182 ((void (APIENTRY
*)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
10185 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanefOES
)(GLenum plane
, GLfloat
*equation
)
10187 const struct mapi_table
*_tbl
= entry_current_get();
10188 mapi_func _func
= ((const mapi_func
*) _tbl
)[891];
10189 ((void (APIENTRY
*)(GLenum plane
, GLfloat
*equation
)) _func
)(plane
, equation
);
10192 GLAPI
void APIENTRY
GLAPI_PREFIX(GetClipPlanef
)(GLenum plane
, GLfloat
*equation
)
10194 const struct mapi_table
*_tbl
= entry_current_get();
10195 mapi_func _func
= ((const mapi_func
*) _tbl
)[891];
10196 ((void (APIENTRY
*)(GLenum plane
, GLfloat
*equation
)) _func
)(plane
, equation
);
10199 GLAPI
void APIENTRY
GLAPI_PREFIX(OrthofOES
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)
10201 const struct mapi_table
*_tbl
= entry_current_get();
10202 mapi_func _func
= ((const mapi_func
*) _tbl
)[892];
10203 ((void (APIENTRY
*)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
10206 GLAPI
void APIENTRY
GLAPI_PREFIX(Orthof
)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)
10208 const struct mapi_table
*_tbl
= entry_current_get();
10209 mapi_func _func
= ((const mapi_func
*) _tbl
)[892];
10210 ((void (APIENTRY
*)(GLfloat left
, GLfloat right
, GLfloat bottom
, GLfloat top
, GLfloat zNear
, GLfloat zFar
)) _func
)(left
, right
, bottom
, top
, zNear
, zFar
);
10213 GLAPI
void APIENTRY
GLAPI_PREFIX(DepthBoundsEXT
)(GLclampd zmin
, GLclampd zmax
)
10215 const struct mapi_table
*_tbl
= entry_current_get();
10216 mapi_func _func
= ((const mapi_func
*) _tbl
)[893];
10217 ((void (APIENTRY
*)(GLclampd zmin
, GLclampd zmax
)) _func
)(zmin
, zmax
);
10220 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateEXT
)(GLenum modeRGB
, GLenum modeA
)
10222 const struct mapi_table
*_tbl
= entry_current_get();
10223 mapi_func _func
= ((const mapi_func
*) _tbl
)[894];
10224 ((void (APIENTRY
*)(GLenum modeRGB
, GLenum modeA
)) _func
)(modeRGB
, modeA
);
10227 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparate
)(GLenum modeRGB
, GLenum modeA
)
10229 const struct mapi_table
*_tbl
= entry_current_get();
10230 mapi_func _func
= ((const mapi_func
*) _tbl
)[894];
10231 ((void (APIENTRY
*)(GLenum modeRGB
, GLenum modeA
)) _func
)(modeRGB
, modeA
);
10234 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateATI
)(GLenum modeRGB
, GLenum modeA
)
10236 const struct mapi_table
*_tbl
= entry_current_get();
10237 mapi_func _func
= ((const mapi_func
*) _tbl
)[894];
10238 ((void (APIENTRY
*)(GLenum modeRGB
, GLenum modeA
)) _func
)(modeRGB
, modeA
);
10241 GLAPI
void APIENTRY
GLAPI_PREFIX(BlendEquationSeparateOES
)(GLenum modeRGB
, GLenum modeA
)
10243 const struct mapi_table
*_tbl
= entry_current_get();
10244 mapi_func _func
= ((const mapi_func
*) _tbl
)[894];
10245 ((void (APIENTRY
*)(GLenum modeRGB
, GLenum modeA
)) _func
)(modeRGB
, modeA
);
10248 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebufferEXT
)(GLenum target
, GLuint framebuffer
)
10250 const struct mapi_table
*_tbl
= entry_current_get();
10251 mapi_func _func
= ((const mapi_func
*) _tbl
)[895];
10252 ((void (APIENTRY
*)(GLenum target
, GLuint framebuffer
)) _func
)(target
, framebuffer
);
10255 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebuffer
)(GLenum target
, GLuint framebuffer
)
10257 const struct mapi_table
*_tbl
= entry_current_get();
10258 mapi_func _func
= ((const mapi_func
*) _tbl
)[895];
10259 ((void (APIENTRY
*)(GLenum target
, GLuint framebuffer
)) _func
)(target
, framebuffer
);
10262 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFramebufferOES
)(GLenum target
, GLuint framebuffer
)
10264 const struct mapi_table
*_tbl
= entry_current_get();
10265 mapi_func _func
= ((const mapi_func
*) _tbl
)[895];
10266 ((void (APIENTRY
*)(GLenum target
, GLuint framebuffer
)) _func
)(target
, framebuffer
);
10269 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbufferEXT
)(GLenum target
, GLuint renderbuffer
)
10271 const struct mapi_table
*_tbl
= entry_current_get();
10272 mapi_func _func
= ((const mapi_func
*) _tbl
)[896];
10273 ((void (APIENTRY
*)(GLenum target
, GLuint renderbuffer
)) _func
)(target
, renderbuffer
);
10276 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbuffer
)(GLenum target
, GLuint renderbuffer
)
10278 const struct mapi_table
*_tbl
= entry_current_get();
10279 mapi_func _func
= ((const mapi_func
*) _tbl
)[896];
10280 ((void (APIENTRY
*)(GLenum target
, GLuint renderbuffer
)) _func
)(target
, renderbuffer
);
10283 GLAPI
void APIENTRY
GLAPI_PREFIX(BindRenderbufferOES
)(GLenum target
, GLuint renderbuffer
)
10285 const struct mapi_table
*_tbl
= entry_current_get();
10286 mapi_func _func
= ((const mapi_func
*) _tbl
)[896];
10287 ((void (APIENTRY
*)(GLenum target
, GLuint renderbuffer
)) _func
)(target
, renderbuffer
);
10290 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatusEXT
)(GLenum target
)
10292 const struct mapi_table
*_tbl
= entry_current_get();
10293 mapi_func _func
= ((const mapi_func
*) _tbl
)[897];
10294 return ((GLenum (APIENTRY
*)(GLenum target
)) _func
)(target
);
10297 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatus
)(GLenum target
)
10299 const struct mapi_table
*_tbl
= entry_current_get();
10300 mapi_func _func
= ((const mapi_func
*) _tbl
)[897];
10301 return ((GLenum (APIENTRY
*)(GLenum target
)) _func
)(target
);
10304 GLAPI GLenum APIENTRY
GLAPI_PREFIX(CheckFramebufferStatusOES
)(GLenum target
)
10306 const struct mapi_table
*_tbl
= entry_current_get();
10307 mapi_func _func
= ((const mapi_func
*) _tbl
)[897];
10308 return ((GLenum (APIENTRY
*)(GLenum target
)) _func
)(target
);
10311 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffersEXT
)(GLsizei n
, const GLuint
*framebuffers
)
10313 const struct mapi_table
*_tbl
= entry_current_get();
10314 mapi_func _func
= ((const mapi_func
*) _tbl
)[898];
10315 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10318 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffers
)(GLsizei n
, const GLuint
*framebuffers
)
10320 const struct mapi_table
*_tbl
= entry_current_get();
10321 mapi_func _func
= ((const mapi_func
*) _tbl
)[898];
10322 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10325 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteFramebuffersOES
)(GLsizei n
, const GLuint
*framebuffers
)
10327 const struct mapi_table
*_tbl
= entry_current_get();
10328 mapi_func _func
= ((const mapi_func
*) _tbl
)[898];
10329 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10332 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffersEXT
)(GLsizei n
, const GLuint
*renderbuffers
)
10334 const struct mapi_table
*_tbl
= entry_current_get();
10335 mapi_func _func
= ((const mapi_func
*) _tbl
)[899];
10336 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10339 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffers
)(GLsizei n
, const GLuint
*renderbuffers
)
10341 const struct mapi_table
*_tbl
= entry_current_get();
10342 mapi_func _func
= ((const mapi_func
*) _tbl
)[899];
10343 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10346 GLAPI
void APIENTRY
GLAPI_PREFIX(DeleteRenderbuffersOES
)(GLsizei n
, const GLuint
*renderbuffers
)
10348 const struct mapi_table
*_tbl
= entry_current_get();
10349 mapi_func _func
= ((const mapi_func
*) _tbl
)[899];
10350 ((void (APIENTRY
*)(GLsizei n
, const GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10353 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbufferEXT
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)
10355 const struct mapi_table
*_tbl
= entry_current_get();
10356 mapi_func _func
= ((const mapi_func
*) _tbl
)[900];
10357 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)) _func
)(target
, attachment
, renderbuffertarget
, renderbuffer
);
10360 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbuffer
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)
10362 const struct mapi_table
*_tbl
= entry_current_get();
10363 mapi_func _func
= ((const mapi_func
*) _tbl
)[900];
10364 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)) _func
)(target
, attachment
, renderbuffertarget
, renderbuffer
);
10367 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferRenderbufferOES
)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)
10369 const struct mapi_table
*_tbl
= entry_current_get();
10370 mapi_func _func
= ((const mapi_func
*) _tbl
)[900];
10371 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum renderbuffertarget
, GLuint renderbuffer
)) _func
)(target
, attachment
, renderbuffertarget
, renderbuffer
);
10374 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture1DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)
10376 const struct mapi_table
*_tbl
= entry_current_get();
10377 mapi_func _func
= ((const mapi_func
*) _tbl
)[901];
10378 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, textarget
, texture
, level
);
10381 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture1D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)
10383 const struct mapi_table
*_tbl
= entry_current_get();
10384 mapi_func _func
= ((const mapi_func
*) _tbl
)[901];
10385 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, textarget
, texture
, level
);
10388 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)
10390 const struct mapi_table
*_tbl
= entry_current_get();
10391 mapi_func _func
= ((const mapi_func
*) _tbl
)[902];
10392 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, textarget
, texture
, level
);
10395 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)
10397 const struct mapi_table
*_tbl
= entry_current_get();
10398 mapi_func _func
= ((const mapi_func
*) _tbl
)[902];
10399 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, textarget
, texture
, level
);
10402 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture2DOES
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)
10404 const struct mapi_table
*_tbl
= entry_current_get();
10405 mapi_func _func
= ((const mapi_func
*) _tbl
)[902];
10406 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
)) _func
)(target
, attachment
, textarget
, texture
, level
);
10409 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3DEXT
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)
10411 const struct mapi_table
*_tbl
= entry_current_get();
10412 mapi_func _func
= ((const mapi_func
*) _tbl
)[903];
10413 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)) _func
)(target
, attachment
, textarget
, texture
, level
, zoffset
);
10416 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3D
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)
10418 const struct mapi_table
*_tbl
= entry_current_get();
10419 mapi_func _func
= ((const mapi_func
*) _tbl
)[903];
10420 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)) _func
)(target
, attachment
, textarget
, texture
, level
, zoffset
);
10423 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTexture3DOES
)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)
10425 const struct mapi_table
*_tbl
= entry_current_get();
10426 mapi_func _func
= ((const mapi_func
*) _tbl
)[903];
10427 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum textarget
, GLuint texture
, GLint level
, GLint zoffset
)) _func
)(target
, attachment
, textarget
, texture
, level
, zoffset
);
10430 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffersEXT
)(GLsizei n
, GLuint
*framebuffers
)
10432 const struct mapi_table
*_tbl
= entry_current_get();
10433 mapi_func _func
= ((const mapi_func
*) _tbl
)[904];
10434 ((void (APIENTRY
*)(GLsizei n
, GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10437 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffers
)(GLsizei n
, GLuint
*framebuffers
)
10439 const struct mapi_table
*_tbl
= entry_current_get();
10440 mapi_func _func
= ((const mapi_func
*) _tbl
)[904];
10441 ((void (APIENTRY
*)(GLsizei n
, GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10444 GLAPI
void APIENTRY
GLAPI_PREFIX(GenFramebuffersOES
)(GLsizei n
, GLuint
*framebuffers
)
10446 const struct mapi_table
*_tbl
= entry_current_get();
10447 mapi_func _func
= ((const mapi_func
*) _tbl
)[904];
10448 ((void (APIENTRY
*)(GLsizei n
, GLuint
*framebuffers
)) _func
)(n
, framebuffers
);
10451 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffersEXT
)(GLsizei n
, GLuint
*renderbuffers
)
10453 const struct mapi_table
*_tbl
= entry_current_get();
10454 mapi_func _func
= ((const mapi_func
*) _tbl
)[905];
10455 ((void (APIENTRY
*)(GLsizei n
, GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10458 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffers
)(GLsizei n
, GLuint
*renderbuffers
)
10460 const struct mapi_table
*_tbl
= entry_current_get();
10461 mapi_func _func
= ((const mapi_func
*) _tbl
)[905];
10462 ((void (APIENTRY
*)(GLsizei n
, GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10465 GLAPI
void APIENTRY
GLAPI_PREFIX(GenRenderbuffersOES
)(GLsizei n
, GLuint
*renderbuffers
)
10467 const struct mapi_table
*_tbl
= entry_current_get();
10468 mapi_func _func
= ((const mapi_func
*) _tbl
)[905];
10469 ((void (APIENTRY
*)(GLsizei n
, GLuint
*renderbuffers
)) _func
)(n
, renderbuffers
);
10472 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmapEXT
)(GLenum target
)
10474 const struct mapi_table
*_tbl
= entry_current_get();
10475 mapi_func _func
= ((const mapi_func
*) _tbl
)[906];
10476 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
10479 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmap
)(GLenum target
)
10481 const struct mapi_table
*_tbl
= entry_current_get();
10482 mapi_func _func
= ((const mapi_func
*) _tbl
)[906];
10483 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
10486 GLAPI
void APIENTRY
GLAPI_PREFIX(GenerateMipmapOES
)(GLenum target
)
10488 const struct mapi_table
*_tbl
= entry_current_get();
10489 mapi_func _func
= ((const mapi_func
*) _tbl
)[906];
10490 ((void (APIENTRY
*)(GLenum target
)) _func
)(target
);
10493 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameterivEXT
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)
10495 const struct mapi_table
*_tbl
= entry_current_get();
10496 mapi_func _func
= ((const mapi_func
*) _tbl
)[907];
10497 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)) _func
)(target
, attachment
, pname
, params
);
10500 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameteriv
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)
10502 const struct mapi_table
*_tbl
= entry_current_get();
10503 mapi_func _func
= ((const mapi_func
*) _tbl
)[907];
10504 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)) _func
)(target
, attachment
, pname
, params
);
10507 GLAPI
void APIENTRY
GLAPI_PREFIX(GetFramebufferAttachmentParameterivOES
)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)
10509 const struct mapi_table
*_tbl
= entry_current_get();
10510 mapi_func _func
= ((const mapi_func
*) _tbl
)[907];
10511 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLenum pname
, GLint
*params
)) _func
)(target
, attachment
, pname
, params
);
10514 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameterivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
10516 const struct mapi_table
*_tbl
= entry_current_get();
10517 mapi_func _func
= ((const mapi_func
*) _tbl
)[908];
10518 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
10521 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameteriv
)(GLenum target
, GLenum pname
, GLint
*params
)
10523 const struct mapi_table
*_tbl
= entry_current_get();
10524 mapi_func _func
= ((const mapi_func
*) _tbl
)[908];
10525 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
10528 GLAPI
void APIENTRY
GLAPI_PREFIX(GetRenderbufferParameterivOES
)(GLenum target
, GLenum pname
, GLint
*params
)
10530 const struct mapi_table
*_tbl
= entry_current_get();
10531 mapi_func _func
= ((const mapi_func
*) _tbl
)[908];
10532 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
10535 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebufferEXT
)(GLuint framebuffer
)
10537 const struct mapi_table
*_tbl
= entry_current_get();
10538 mapi_func _func
= ((const mapi_func
*) _tbl
)[909];
10539 return ((GLboolean (APIENTRY
*)(GLuint framebuffer
)) _func
)(framebuffer
);
10542 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebuffer
)(GLuint framebuffer
)
10544 const struct mapi_table
*_tbl
= entry_current_get();
10545 mapi_func _func
= ((const mapi_func
*) _tbl
)[909];
10546 return ((GLboolean (APIENTRY
*)(GLuint framebuffer
)) _func
)(framebuffer
);
10549 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsFramebufferOES
)(GLuint framebuffer
)
10551 const struct mapi_table
*_tbl
= entry_current_get();
10552 mapi_func _func
= ((const mapi_func
*) _tbl
)[909];
10553 return ((GLboolean (APIENTRY
*)(GLuint framebuffer
)) _func
)(framebuffer
);
10556 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbufferEXT
)(GLuint renderbuffer
)
10558 const struct mapi_table
*_tbl
= entry_current_get();
10559 mapi_func _func
= ((const mapi_func
*) _tbl
)[910];
10560 return ((GLboolean (APIENTRY
*)(GLuint renderbuffer
)) _func
)(renderbuffer
);
10563 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbuffer
)(GLuint renderbuffer
)
10565 const struct mapi_table
*_tbl
= entry_current_get();
10566 mapi_func _func
= ((const mapi_func
*) _tbl
)[910];
10567 return ((GLboolean (APIENTRY
*)(GLuint renderbuffer
)) _func
)(renderbuffer
);
10570 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsRenderbufferOES
)(GLuint renderbuffer
)
10572 const struct mapi_table
*_tbl
= entry_current_get();
10573 mapi_func _func
= ((const mapi_func
*) _tbl
)[910];
10574 return ((GLboolean (APIENTRY
*)(GLuint renderbuffer
)) _func
)(renderbuffer
);
10577 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageEXT
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)
10579 const struct mapi_table
*_tbl
= entry_current_get();
10580 mapi_func _func
= ((const mapi_func
*) _tbl
)[911];
10581 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)) _func
)(target
, internalformat
, width
, height
);
10584 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorage
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)
10586 const struct mapi_table
*_tbl
= entry_current_get();
10587 mapi_func _func
= ((const mapi_func
*) _tbl
)[911];
10588 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)) _func
)(target
, internalformat
, width
, height
);
10591 GLAPI
void APIENTRY
GLAPI_PREFIX(RenderbufferStorageOES
)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)
10593 const struct mapi_table
*_tbl
= entry_current_get();
10594 mapi_func _func
= ((const mapi_func
*) _tbl
)[911];
10595 ((void (APIENTRY
*)(GLenum target
, GLenum internalformat
, GLsizei width
, GLsizei height
)) _func
)(target
, internalformat
, width
, height
);
10598 GLAPI
void APIENTRY
GLAPI_PREFIX(BlitFramebufferEXT
)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
)
10600 const struct mapi_table
*_tbl
= entry_current_get();
10601 mapi_func _func
= ((const mapi_func
*) _tbl
)[912];
10602 ((void (APIENTRY
*)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
)) _func
)(srcX0
, srcY0
, srcX1
, srcY1
, dstX0
, dstY0
, dstX1
, dstY1
, mask
, filter
);
10605 GLAPI
void APIENTRY
GLAPI_PREFIX(BlitFramebuffer
)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
)
10607 const struct mapi_table
*_tbl
= entry_current_get();
10608 mapi_func _func
= ((const mapi_func
*) _tbl
)[912];
10609 ((void (APIENTRY
*)(GLint srcX0
, GLint srcY0
, GLint srcX1
, GLint srcY1
, GLint dstX0
, GLint dstY0
, GLint dstX1
, GLint dstY1
, GLbitfield mask
, GLenum filter
)) _func
)(srcX0
, srcY0
, srcX1
, srcY1
, dstX0
, dstY0
, dstX1
, dstY1
, mask
, filter
);
10612 GLAPI
void APIENTRY
GLAPI_PREFIX(BufferParameteriAPPLE
)(GLenum target
, GLenum pname
, GLint param
)
10614 const struct mapi_table
*_tbl
= entry_current_get();
10615 mapi_func _func
= ((const mapi_func
*) _tbl
)[913];
10616 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint param
)) _func
)(target
, pname
, param
);
10619 GLAPI
void APIENTRY
GLAPI_PREFIX(FlushMappedBufferRangeAPPLE
)(GLenum target
, GLintptr offset
, GLsizeiptr size
)
10621 const struct mapi_table
*_tbl
= entry_current_get();
10622 mapi_func _func
= ((const mapi_func
*) _tbl
)[914];
10623 ((void (APIENTRY
*)(GLenum target
, GLintptr offset
, GLsizeiptr size
)) _func
)(target
, offset
, size
);
10626 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragDataLocationEXT
)(GLuint program
, GLuint colorNumber
, const GLchar
*name
)
10628 const struct mapi_table
*_tbl
= entry_current_get();
10629 mapi_func _func
= ((const mapi_func
*) _tbl
)[915];
10630 ((void (APIENTRY
*)(GLuint program
, GLuint colorNumber
, const GLchar
*name
)) _func
)(program
, colorNumber
, name
);
10633 GLAPI
void APIENTRY
GLAPI_PREFIX(BindFragDataLocation
)(GLuint program
, GLuint colorNumber
, const GLchar
*name
)
10635 const struct mapi_table
*_tbl
= entry_current_get();
10636 mapi_func _func
= ((const mapi_func
*) _tbl
)[915];
10637 ((void (APIENTRY
*)(GLuint program
, GLuint colorNumber
, const GLchar
*name
)) _func
)(program
, colorNumber
, name
);
10640 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetFragDataLocationEXT
)(GLuint program
, const GLchar
*name
)
10642 const struct mapi_table
*_tbl
= entry_current_get();
10643 mapi_func _func
= ((const mapi_func
*) _tbl
)[916];
10644 return ((GLint (APIENTRY
*)(GLuint program
, const GLchar
*name
)) _func
)(program
, name
);
10647 GLAPI GLint APIENTRY
GLAPI_PREFIX(GetFragDataLocation
)(GLuint program
, const GLchar
*name
)
10649 const struct mapi_table
*_tbl
= entry_current_get();
10650 mapi_func _func
= ((const mapi_func
*) _tbl
)[916];
10651 return ((GLint (APIENTRY
*)(GLuint program
, const GLchar
*name
)) _func
)(program
, name
);
10654 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformuivEXT
)(GLuint program
, GLint location
, GLuint
*params
)
10656 const struct mapi_table
*_tbl
= entry_current_get();
10657 mapi_func _func
= ((const mapi_func
*) _tbl
)[917];
10658 ((void (APIENTRY
*)(GLuint program
, GLint location
, GLuint
*params
)) _func
)(program
, location
, params
);
10661 GLAPI
void APIENTRY
GLAPI_PREFIX(GetUniformuiv
)(GLuint program
, GLint location
, GLuint
*params
)
10663 const struct mapi_table
*_tbl
= entry_current_get();
10664 mapi_func _func
= ((const mapi_func
*) _tbl
)[917];
10665 ((void (APIENTRY
*)(GLuint program
, GLint location
, GLuint
*params
)) _func
)(program
, location
, params
);
10668 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIivEXT
)(GLuint index
, GLenum pname
, GLint
*params
)
10670 const struct mapi_table
*_tbl
= entry_current_get();
10671 mapi_func _func
= ((const mapi_func
*) _tbl
)[918];
10672 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLint
*params
)) _func
)(index
, pname
, params
);
10675 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIiv
)(GLuint index
, GLenum pname
, GLint
*params
)
10677 const struct mapi_table
*_tbl
= entry_current_get();
10678 mapi_func _func
= ((const mapi_func
*) _tbl
)[918];
10679 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLint
*params
)) _func
)(index
, pname
, params
);
10682 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIuivEXT
)(GLuint index
, GLenum pname
, GLuint
*params
)
10684 const struct mapi_table
*_tbl
= entry_current_get();
10685 mapi_func _func
= ((const mapi_func
*) _tbl
)[919];
10686 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLuint
*params
)) _func
)(index
, pname
, params
);
10689 GLAPI
void APIENTRY
GLAPI_PREFIX(GetVertexAttribIuiv
)(GLuint index
, GLenum pname
, GLuint
*params
)
10691 const struct mapi_table
*_tbl
= entry_current_get();
10692 mapi_func _func
= ((const mapi_func
*) _tbl
)[919];
10693 ((void (APIENTRY
*)(GLuint index
, GLenum pname
, GLuint
*params
)) _func
)(index
, pname
, params
);
10696 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uiEXT
)(GLint location
, GLuint x
)
10698 const struct mapi_table
*_tbl
= entry_current_get();
10699 mapi_func _func
= ((const mapi_func
*) _tbl
)[920];
10700 ((void (APIENTRY
*)(GLint location
, GLuint x
)) _func
)(location
, x
);
10703 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1ui
)(GLint location
, GLuint x
)
10705 const struct mapi_table
*_tbl
= entry_current_get();
10706 mapi_func _func
= ((const mapi_func
*) _tbl
)[920];
10707 ((void (APIENTRY
*)(GLint location
, GLuint x
)) _func
)(location
, x
);
10710 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
)
10712 const struct mapi_table
*_tbl
= entry_current_get();
10713 mapi_func _func
= ((const mapi_func
*) _tbl
)[921];
10714 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10717 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform1uiv
)(GLint location
, GLsizei count
, const GLuint
*value
)
10719 const struct mapi_table
*_tbl
= entry_current_get();
10720 mapi_func _func
= ((const mapi_func
*) _tbl
)[921];
10721 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10724 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uiEXT
)(GLint location
, GLuint x
, GLuint y
)
10726 const struct mapi_table
*_tbl
= entry_current_get();
10727 mapi_func _func
= ((const mapi_func
*) _tbl
)[922];
10728 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
)) _func
)(location
, x
, y
);
10731 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2ui
)(GLint location
, GLuint x
, GLuint y
)
10733 const struct mapi_table
*_tbl
= entry_current_get();
10734 mapi_func _func
= ((const mapi_func
*) _tbl
)[922];
10735 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
)) _func
)(location
, x
, y
);
10738 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
)
10740 const struct mapi_table
*_tbl
= entry_current_get();
10741 mapi_func _func
= ((const mapi_func
*) _tbl
)[923];
10742 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10745 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform2uiv
)(GLint location
, GLsizei count
, const GLuint
*value
)
10747 const struct mapi_table
*_tbl
= entry_current_get();
10748 mapi_func _func
= ((const mapi_func
*) _tbl
)[923];
10749 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10752 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uiEXT
)(GLint location
, GLuint x
, GLuint y
, GLuint z
)
10754 const struct mapi_table
*_tbl
= entry_current_get();
10755 mapi_func _func
= ((const mapi_func
*) _tbl
)[924];
10756 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
, GLuint z
)) _func
)(location
, x
, y
, z
);
10759 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3ui
)(GLint location
, GLuint x
, GLuint y
, GLuint z
)
10761 const struct mapi_table
*_tbl
= entry_current_get();
10762 mapi_func _func
= ((const mapi_func
*) _tbl
)[924];
10763 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
, GLuint z
)) _func
)(location
, x
, y
, z
);
10766 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
)
10768 const struct mapi_table
*_tbl
= entry_current_get();
10769 mapi_func _func
= ((const mapi_func
*) _tbl
)[925];
10770 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10773 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform3uiv
)(GLint location
, GLsizei count
, const GLuint
*value
)
10775 const struct mapi_table
*_tbl
= entry_current_get();
10776 mapi_func _func
= ((const mapi_func
*) _tbl
)[925];
10777 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10780 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uiEXT
)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)
10782 const struct mapi_table
*_tbl
= entry_current_get();
10783 mapi_func _func
= ((const mapi_func
*) _tbl
)[926];
10784 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)) _func
)(location
, x
, y
, z
, w
);
10787 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4ui
)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)
10789 const struct mapi_table
*_tbl
= entry_current_get();
10790 mapi_func _func
= ((const mapi_func
*) _tbl
)[926];
10791 ((void (APIENTRY
*)(GLint location
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)) _func
)(location
, x
, y
, z
, w
);
10794 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uivEXT
)(GLint location
, GLsizei count
, const GLuint
*value
)
10796 const struct mapi_table
*_tbl
= entry_current_get();
10797 mapi_func _func
= ((const mapi_func
*) _tbl
)[927];
10798 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10801 GLAPI
void APIENTRY
GLAPI_PREFIX(Uniform4uiv
)(GLint location
, GLsizei count
, const GLuint
*value
)
10803 const struct mapi_table
*_tbl
= entry_current_get();
10804 mapi_func _func
= ((const mapi_func
*) _tbl
)[927];
10805 ((void (APIENTRY
*)(GLint location
, GLsizei count
, const GLuint
*value
)) _func
)(location
, count
, value
);
10808 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1iEXT
)(GLuint index
, GLint x
)
10810 const struct mapi_table
*_tbl
= entry_current_get();
10811 mapi_func _func
= ((const mapi_func
*) _tbl
)[928];
10812 ((void (APIENTRY
*)(GLuint index
, GLint x
)) _func
)(index
, x
);
10815 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1i
)(GLuint index
, GLint x
)
10817 const struct mapi_table
*_tbl
= entry_current_get();
10818 mapi_func _func
= ((const mapi_func
*) _tbl
)[928];
10819 ((void (APIENTRY
*)(GLuint index
, GLint x
)) _func
)(index
, x
);
10822 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1ivEXT
)(GLuint index
, const GLint
*v
)
10824 const struct mapi_table
*_tbl
= entry_current_get();
10825 mapi_func _func
= ((const mapi_func
*) _tbl
)[929];
10826 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10829 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1iv
)(GLuint index
, const GLint
*v
)
10831 const struct mapi_table
*_tbl
= entry_current_get();
10832 mapi_func _func
= ((const mapi_func
*) _tbl
)[929];
10833 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10836 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uiEXT
)(GLuint index
, GLuint x
)
10838 const struct mapi_table
*_tbl
= entry_current_get();
10839 mapi_func _func
= ((const mapi_func
*) _tbl
)[930];
10840 ((void (APIENTRY
*)(GLuint index
, GLuint x
)) _func
)(index
, x
);
10843 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1ui
)(GLuint index
, GLuint x
)
10845 const struct mapi_table
*_tbl
= entry_current_get();
10846 mapi_func _func
= ((const mapi_func
*) _tbl
)[930];
10847 ((void (APIENTRY
*)(GLuint index
, GLuint x
)) _func
)(index
, x
);
10850 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uivEXT
)(GLuint index
, const GLuint
*v
)
10852 const struct mapi_table
*_tbl
= entry_current_get();
10853 mapi_func _func
= ((const mapi_func
*) _tbl
)[931];
10854 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10857 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI1uiv
)(GLuint index
, const GLuint
*v
)
10859 const struct mapi_table
*_tbl
= entry_current_get();
10860 mapi_func _func
= ((const mapi_func
*) _tbl
)[931];
10861 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10864 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2iEXT
)(GLuint index
, GLint x
, GLint y
)
10866 const struct mapi_table
*_tbl
= entry_current_get();
10867 mapi_func _func
= ((const mapi_func
*) _tbl
)[932];
10868 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
)) _func
)(index
, x
, y
);
10871 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2i
)(GLuint index
, GLint x
, GLint y
)
10873 const struct mapi_table
*_tbl
= entry_current_get();
10874 mapi_func _func
= ((const mapi_func
*) _tbl
)[932];
10875 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
)) _func
)(index
, x
, y
);
10878 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2ivEXT
)(GLuint index
, const GLint
*v
)
10880 const struct mapi_table
*_tbl
= entry_current_get();
10881 mapi_func _func
= ((const mapi_func
*) _tbl
)[933];
10882 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10885 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2iv
)(GLuint index
, const GLint
*v
)
10887 const struct mapi_table
*_tbl
= entry_current_get();
10888 mapi_func _func
= ((const mapi_func
*) _tbl
)[933];
10889 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10892 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uiEXT
)(GLuint index
, GLuint x
, GLuint y
)
10894 const struct mapi_table
*_tbl
= entry_current_get();
10895 mapi_func _func
= ((const mapi_func
*) _tbl
)[934];
10896 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
)) _func
)(index
, x
, y
);
10899 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2ui
)(GLuint index
, GLuint x
, GLuint y
)
10901 const struct mapi_table
*_tbl
= entry_current_get();
10902 mapi_func _func
= ((const mapi_func
*) _tbl
)[934];
10903 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
)) _func
)(index
, x
, y
);
10906 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uivEXT
)(GLuint index
, const GLuint
*v
)
10908 const struct mapi_table
*_tbl
= entry_current_get();
10909 mapi_func _func
= ((const mapi_func
*) _tbl
)[935];
10910 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10913 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI2uiv
)(GLuint index
, const GLuint
*v
)
10915 const struct mapi_table
*_tbl
= entry_current_get();
10916 mapi_func _func
= ((const mapi_func
*) _tbl
)[935];
10917 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10920 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3iEXT
)(GLuint index
, GLint x
, GLint y
, GLint z
)
10922 const struct mapi_table
*_tbl
= entry_current_get();
10923 mapi_func _func
= ((const mapi_func
*) _tbl
)[936];
10924 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
, GLint z
)) _func
)(index
, x
, y
, z
);
10927 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3i
)(GLuint index
, GLint x
, GLint y
, GLint z
)
10929 const struct mapi_table
*_tbl
= entry_current_get();
10930 mapi_func _func
= ((const mapi_func
*) _tbl
)[936];
10931 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
, GLint z
)) _func
)(index
, x
, y
, z
);
10934 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3ivEXT
)(GLuint index
, const GLint
*v
)
10936 const struct mapi_table
*_tbl
= entry_current_get();
10937 mapi_func _func
= ((const mapi_func
*) _tbl
)[937];
10938 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10941 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3iv
)(GLuint index
, const GLint
*v
)
10943 const struct mapi_table
*_tbl
= entry_current_get();
10944 mapi_func _func
= ((const mapi_func
*) _tbl
)[937];
10945 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
10948 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uiEXT
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
)
10950 const struct mapi_table
*_tbl
= entry_current_get();
10951 mapi_func _func
= ((const mapi_func
*) _tbl
)[938];
10952 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
, GLuint z
)) _func
)(index
, x
, y
, z
);
10955 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3ui
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
)
10957 const struct mapi_table
*_tbl
= entry_current_get();
10958 mapi_func _func
= ((const mapi_func
*) _tbl
)[938];
10959 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
, GLuint z
)) _func
)(index
, x
, y
, z
);
10962 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uivEXT
)(GLuint index
, const GLuint
*v
)
10964 const struct mapi_table
*_tbl
= entry_current_get();
10965 mapi_func _func
= ((const mapi_func
*) _tbl
)[939];
10966 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10969 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI3uiv
)(GLuint index
, const GLuint
*v
)
10971 const struct mapi_table
*_tbl
= entry_current_get();
10972 mapi_func _func
= ((const mapi_func
*) _tbl
)[939];
10973 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
10976 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4bvEXT
)(GLuint index
, const GLbyte
*v
)
10978 const struct mapi_table
*_tbl
= entry_current_get();
10979 mapi_func _func
= ((const mapi_func
*) _tbl
)[940];
10980 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
10983 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4bv
)(GLuint index
, const GLbyte
*v
)
10985 const struct mapi_table
*_tbl
= entry_current_get();
10986 mapi_func _func
= ((const mapi_func
*) _tbl
)[940];
10987 ((void (APIENTRY
*)(GLuint index
, const GLbyte
*v
)) _func
)(index
, v
);
10990 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4iEXT
)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
)
10992 const struct mapi_table
*_tbl
= entry_current_get();
10993 mapi_func _func
= ((const mapi_func
*) _tbl
)[941];
10994 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
)) _func
)(index
, x
, y
, z
, w
);
10997 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4i
)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
)
10999 const struct mapi_table
*_tbl
= entry_current_get();
11000 mapi_func _func
= ((const mapi_func
*) _tbl
)[941];
11001 ((void (APIENTRY
*)(GLuint index
, GLint x
, GLint y
, GLint z
, GLint w
)) _func
)(index
, x
, y
, z
, w
);
11004 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ivEXT
)(GLuint index
, const GLint
*v
)
11006 const struct mapi_table
*_tbl
= entry_current_get();
11007 mapi_func _func
= ((const mapi_func
*) _tbl
)[942];
11008 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
11011 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4iv
)(GLuint index
, const GLint
*v
)
11013 const struct mapi_table
*_tbl
= entry_current_get();
11014 mapi_func _func
= ((const mapi_func
*) _tbl
)[942];
11015 ((void (APIENTRY
*)(GLuint index
, const GLint
*v
)) _func
)(index
, v
);
11018 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4svEXT
)(GLuint index
, const GLshort
*v
)
11020 const struct mapi_table
*_tbl
= entry_current_get();
11021 mapi_func _func
= ((const mapi_func
*) _tbl
)[943];
11022 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
11025 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4sv
)(GLuint index
, const GLshort
*v
)
11027 const struct mapi_table
*_tbl
= entry_current_get();
11028 mapi_func _func
= ((const mapi_func
*) _tbl
)[943];
11029 ((void (APIENTRY
*)(GLuint index
, const GLshort
*v
)) _func
)(index
, v
);
11032 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ubvEXT
)(GLuint index
, const GLubyte
*v
)
11034 const struct mapi_table
*_tbl
= entry_current_get();
11035 mapi_func _func
= ((const mapi_func
*) _tbl
)[944];
11036 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
11039 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ubv
)(GLuint index
, const GLubyte
*v
)
11041 const struct mapi_table
*_tbl
= entry_current_get();
11042 mapi_func _func
= ((const mapi_func
*) _tbl
)[944];
11043 ((void (APIENTRY
*)(GLuint index
, const GLubyte
*v
)) _func
)(index
, v
);
11046 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uiEXT
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)
11048 const struct mapi_table
*_tbl
= entry_current_get();
11049 mapi_func _func
= ((const mapi_func
*) _tbl
)[945];
11050 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)) _func
)(index
, x
, y
, z
, w
);
11053 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4ui
)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)
11055 const struct mapi_table
*_tbl
= entry_current_get();
11056 mapi_func _func
= ((const mapi_func
*) _tbl
)[945];
11057 ((void (APIENTRY
*)(GLuint index
, GLuint x
, GLuint y
, GLuint z
, GLuint w
)) _func
)(index
, x
, y
, z
, w
);
11060 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uivEXT
)(GLuint index
, const GLuint
*v
)
11062 const struct mapi_table
*_tbl
= entry_current_get();
11063 mapi_func _func
= ((const mapi_func
*) _tbl
)[946];
11064 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
11067 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4uiv
)(GLuint index
, const GLuint
*v
)
11069 const struct mapi_table
*_tbl
= entry_current_get();
11070 mapi_func _func
= ((const mapi_func
*) _tbl
)[946];
11071 ((void (APIENTRY
*)(GLuint index
, const GLuint
*v
)) _func
)(index
, v
);
11074 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4usvEXT
)(GLuint index
, const GLushort
*v
)
11076 const struct mapi_table
*_tbl
= entry_current_get();
11077 mapi_func _func
= ((const mapi_func
*) _tbl
)[947];
11078 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
11081 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribI4usv
)(GLuint index
, const GLushort
*v
)
11083 const struct mapi_table
*_tbl
= entry_current_get();
11084 mapi_func _func
= ((const mapi_func
*) _tbl
)[947];
11085 ((void (APIENTRY
*)(GLuint index
, const GLushort
*v
)) _func
)(index
, v
);
11088 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribIPointerEXT
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
11090 const struct mapi_table
*_tbl
= entry_current_get();
11091 mapi_func _func
= ((const mapi_func
*) _tbl
)[948];
11092 ((void (APIENTRY
*)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(index
, size
, type
, stride
, pointer
);
11095 GLAPI
void APIENTRY
GLAPI_PREFIX(VertexAttribIPointer
)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)
11097 const struct mapi_table
*_tbl
= entry_current_get();
11098 mapi_func _func
= ((const mapi_func
*) _tbl
)[948];
11099 ((void (APIENTRY
*)(GLuint index
, GLint size
, GLenum type
, GLsizei stride
, const GLvoid
*pointer
)) _func
)(index
, size
, type
, stride
, pointer
);
11102 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayerEXT
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)
11104 const struct mapi_table
*_tbl
= entry_current_get();
11105 mapi_func _func
= ((const mapi_func
*) _tbl
)[949];
11106 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)) _func
)(target
, attachment
, texture
, level
, layer
);
11109 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayer
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)
11111 const struct mapi_table
*_tbl
= entry_current_get();
11112 mapi_func _func
= ((const mapi_func
*) _tbl
)[949];
11113 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)) _func
)(target
, attachment
, texture
, level
, layer
);
11116 GLAPI
void APIENTRY
GLAPI_PREFIX(FramebufferTextureLayerARB
)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)
11118 const struct mapi_table
*_tbl
= entry_current_get();
11119 mapi_func _func
= ((const mapi_func
*) _tbl
)[949];
11120 ((void (APIENTRY
*)(GLenum target
, GLenum attachment
, GLuint texture
, GLint level
, GLint layer
)) _func
)(target
, attachment
, texture
, level
, layer
);
11123 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaskIndexedEXT
)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
)
11125 const struct mapi_table
*_tbl
= entry_current_get();
11126 mapi_func _func
= ((const mapi_func
*) _tbl
)[950];
11127 ((void (APIENTRY
*)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
)) _func
)(buf
, r
, g
, b
, a
);
11130 GLAPI
void APIENTRY
GLAPI_PREFIX(ColorMaski
)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
)
11132 const struct mapi_table
*_tbl
= entry_current_get();
11133 mapi_func _func
= ((const mapi_func
*) _tbl
)[950];
11134 ((void (APIENTRY
*)(GLuint buf
, GLboolean r
, GLboolean g
, GLboolean b
, GLboolean a
)) _func
)(buf
, r
, g
, b
, a
);
11137 GLAPI
void APIENTRY
GLAPI_PREFIX(DisableIndexedEXT
)(GLenum target
, GLuint index
)
11139 const struct mapi_table
*_tbl
= entry_current_get();
11140 mapi_func _func
= ((const mapi_func
*) _tbl
)[951];
11141 ((void (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11144 GLAPI
void APIENTRY
GLAPI_PREFIX(Disablei
)(GLenum target
, GLuint index
)
11146 const struct mapi_table
*_tbl
= entry_current_get();
11147 mapi_func _func
= ((const mapi_func
*) _tbl
)[951];
11148 ((void (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11151 GLAPI
void APIENTRY
GLAPI_PREFIX(EnableIndexedEXT
)(GLenum target
, GLuint index
)
11153 const struct mapi_table
*_tbl
= entry_current_get();
11154 mapi_func _func
= ((const mapi_func
*) _tbl
)[952];
11155 ((void (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11158 GLAPI
void APIENTRY
GLAPI_PREFIX(Enablei
)(GLenum target
, GLuint index
)
11160 const struct mapi_table
*_tbl
= entry_current_get();
11161 mapi_func _func
= ((const mapi_func
*) _tbl
)[952];
11162 ((void (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11165 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleanIndexedvEXT
)(GLenum value
, GLuint index
, GLboolean
*data
)
11167 const struct mapi_table
*_tbl
= entry_current_get();
11168 mapi_func _func
= ((const mapi_func
*) _tbl
)[953];
11169 ((void (APIENTRY
*)(GLenum value
, GLuint index
, GLboolean
*data
)) _func
)(value
, index
, data
);
11172 GLAPI
void APIENTRY
GLAPI_PREFIX(GetBooleani_v
)(GLenum value
, GLuint index
, GLboolean
*data
)
11174 const struct mapi_table
*_tbl
= entry_current_get();
11175 mapi_func _func
= ((const mapi_func
*) _tbl
)[953];
11176 ((void (APIENTRY
*)(GLenum value
, GLuint index
, GLboolean
*data
)) _func
)(value
, index
, data
);
11179 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegerIndexedvEXT
)(GLenum value
, GLuint index
, GLint
*data
)
11181 const struct mapi_table
*_tbl
= entry_current_get();
11182 mapi_func _func
= ((const mapi_func
*) _tbl
)[954];
11183 ((void (APIENTRY
*)(GLenum value
, GLuint index
, GLint
*data
)) _func
)(value
, index
, data
);
11186 GLAPI
void APIENTRY
GLAPI_PREFIX(GetIntegeri_v
)(GLenum value
, GLuint index
, GLint
*data
)
11188 const struct mapi_table
*_tbl
= entry_current_get();
11189 mapi_func _func
= ((const mapi_func
*) _tbl
)[954];
11190 ((void (APIENTRY
*)(GLenum value
, GLuint index
, GLint
*data
)) _func
)(value
, index
, data
);
11193 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabledIndexedEXT
)(GLenum target
, GLuint index
)
11195 const struct mapi_table
*_tbl
= entry_current_get();
11196 mapi_func _func
= ((const mapi_func
*) _tbl
)[955];
11197 return ((GLboolean (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11200 GLAPI GLboolean APIENTRY
GLAPI_PREFIX(IsEnabledi
)(GLenum target
, GLuint index
)
11202 const struct mapi_table
*_tbl
= entry_current_get();
11203 mapi_func _func
= ((const mapi_func
*) _tbl
)[955];
11204 return ((GLboolean (APIENTRY
*)(GLenum target
, GLuint index
)) _func
)(target
, index
);
11207 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorIiEXT
)(GLint r
, GLint g
, GLint b
, GLint a
)
11209 const struct mapi_table
*_tbl
= entry_current_get();
11210 mapi_func _func
= ((const mapi_func
*) _tbl
)[956];
11211 ((void (APIENTRY
*)(GLint r
, GLint g
, GLint b
, GLint a
)) _func
)(r
, g
, b
, a
);
11214 GLAPI
void APIENTRY
GLAPI_PREFIX(ClearColorIuiEXT
)(GLuint r
, GLuint g
, GLuint b
, GLuint a
)
11216 const struct mapi_table
*_tbl
= entry_current_get();
11217 mapi_func _func
= ((const mapi_func
*) _tbl
)[957];
11218 ((void (APIENTRY
*)(GLuint r
, GLuint g
, GLuint b
, GLuint a
)) _func
)(r
, g
, b
, a
);
11221 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIivEXT
)(GLenum target
, GLenum pname
, GLint
*params
)
11223 const struct mapi_table
*_tbl
= entry_current_get();
11224 mapi_func _func
= ((const mapi_func
*) _tbl
)[958];
11225 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
11228 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIiv
)(GLenum target
, GLenum pname
, GLint
*params
)
11230 const struct mapi_table
*_tbl
= entry_current_get();
11231 mapi_func _func
= ((const mapi_func
*) _tbl
)[958];
11232 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLint
*params
)) _func
)(target
, pname
, params
);
11235 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIuivEXT
)(GLenum target
, GLenum pname
, GLuint
*params
)
11237 const struct mapi_table
*_tbl
= entry_current_get();
11238 mapi_func _func
= ((const mapi_func
*) _tbl
)[959];
11239 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLuint
*params
)) _func
)(target
, pname
, params
);
11242 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterIuiv
)(GLenum target
, GLenum pname
, GLuint
*params
)
11244 const struct mapi_table
*_tbl
= entry_current_get();
11245 mapi_func _func
= ((const mapi_func
*) _tbl
)[959];
11246 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLuint
*params
)) _func
)(target
, pname
, params
);
11249 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIivEXT
)(GLenum target
, GLenum pname
, const GLint
*params
)
11251 const struct mapi_table
*_tbl
= entry_current_get();
11252 mapi_func _func
= ((const mapi_func
*) _tbl
)[960];
11253 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
11256 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIiv
)(GLenum target
, GLenum pname
, const GLint
*params
)
11258 const struct mapi_table
*_tbl
= entry_current_get();
11259 mapi_func _func
= ((const mapi_func
*) _tbl
)[960];
11260 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLint
*params
)) _func
)(target
, pname
, params
);
11263 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIuivEXT
)(GLenum target
, GLenum pname
, const GLuint
*params
)
11265 const struct mapi_table
*_tbl
= entry_current_get();
11266 mapi_func _func
= ((const mapi_func
*) _tbl
)[961];
11267 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLuint
*params
)) _func
)(target
, pname
, params
);
11270 GLAPI
void APIENTRY
GLAPI_PREFIX(TexParameterIuiv
)(GLenum target
, GLenum pname
, const GLuint
*params
)
11272 const struct mapi_table
*_tbl
= entry_current_get();
11273 mapi_func _func
= ((const mapi_func
*) _tbl
)[961];
11274 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, const GLuint
*params
)) _func
)(target
, pname
, params
);
11277 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginConditionalRenderNV
)(GLuint query
, GLenum mode
)
11279 const struct mapi_table
*_tbl
= entry_current_get();
11280 mapi_func _func
= ((const mapi_func
*) _tbl
)[962];
11281 ((void (APIENTRY
*)(GLuint query
, GLenum mode
)) _func
)(query
, mode
);
11284 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginConditionalRender
)(GLuint query
, GLenum mode
)
11286 const struct mapi_table
*_tbl
= entry_current_get();
11287 mapi_func _func
= ((const mapi_func
*) _tbl
)[962];
11288 ((void (APIENTRY
*)(GLuint query
, GLenum mode
)) _func
)(query
, mode
);
11291 GLAPI
void APIENTRY
GLAPI_PREFIX(EndConditionalRenderNV
)(void)
11293 const struct mapi_table
*_tbl
= entry_current_get();
11294 mapi_func _func
= ((const mapi_func
*) _tbl
)[963];
11295 ((void (APIENTRY
*)(void)) _func
)();
11298 GLAPI
void APIENTRY
GLAPI_PREFIX(EndConditionalRender
)(void)
11300 const struct mapi_table
*_tbl
= entry_current_get();
11301 mapi_func _func
= ((const mapi_func
*) _tbl
)[963];
11302 ((void (APIENTRY
*)(void)) _func
)();
11305 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginTransformFeedbackEXT
)(GLenum mode
)
11307 const struct mapi_table
*_tbl
= entry_current_get();
11308 mapi_func _func
= ((const mapi_func
*) _tbl
)[964];
11309 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
11312 GLAPI
void APIENTRY
GLAPI_PREFIX(BeginTransformFeedback
)(GLenum mode
)
11314 const struct mapi_table
*_tbl
= entry_current_get();
11315 mapi_func _func
= ((const mapi_func
*) _tbl
)[964];
11316 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
11319 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferBaseEXT
)(GLenum target
, GLuint index
, GLuint buffer
)
11321 const struct mapi_table
*_tbl
= entry_current_get();
11322 mapi_func _func
= ((const mapi_func
*) _tbl
)[965];
11323 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLuint buffer
)) _func
)(target
, index
, buffer
);
11326 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferBase
)(GLenum target
, GLuint index
, GLuint buffer
)
11328 const struct mapi_table
*_tbl
= entry_current_get();
11329 mapi_func _func
= ((const mapi_func
*) _tbl
)[965];
11330 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLuint buffer
)) _func
)(target
, index
, buffer
);
11333 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferOffsetEXT
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
)
11335 const struct mapi_table
*_tbl
= entry_current_get();
11336 mapi_func _func
= ((const mapi_func
*) _tbl
)[966];
11337 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
)) _func
)(target
, index
, buffer
, offset
);
11340 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferRangeEXT
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
)
11342 const struct mapi_table
*_tbl
= entry_current_get();
11343 mapi_func _func
= ((const mapi_func
*) _tbl
)[967];
11344 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
)) _func
)(target
, index
, buffer
, offset
, size
);
11347 GLAPI
void APIENTRY
GLAPI_PREFIX(BindBufferRange
)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
)
11349 const struct mapi_table
*_tbl
= entry_current_get();
11350 mapi_func _func
= ((const mapi_func
*) _tbl
)[967];
11351 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLuint buffer
, GLintptr offset
, GLsizeiptr size
)) _func
)(target
, index
, buffer
, offset
, size
);
11354 GLAPI
void APIENTRY
GLAPI_PREFIX(EndTransformFeedbackEXT
)(void)
11356 const struct mapi_table
*_tbl
= entry_current_get();
11357 mapi_func _func
= ((const mapi_func
*) _tbl
)[968];
11358 ((void (APIENTRY
*)(void)) _func
)();
11361 GLAPI
void APIENTRY
GLAPI_PREFIX(EndTransformFeedback
)(void)
11363 const struct mapi_table
*_tbl
= entry_current_get();
11364 mapi_func _func
= ((const mapi_func
*) _tbl
)[968];
11365 ((void (APIENTRY
*)(void)) _func
)();
11368 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTransformFeedbackVaryingEXT
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
)
11370 const struct mapi_table
*_tbl
= entry_current_get();
11371 mapi_func _func
= ((const mapi_func
*) _tbl
)[969];
11372 ((void (APIENTRY
*)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
11375 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTransformFeedbackVarying
)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
)
11377 const struct mapi_table
*_tbl
= entry_current_get();
11378 mapi_func _func
= ((const mapi_func
*) _tbl
)[969];
11379 ((void (APIENTRY
*)(GLuint program
, GLuint index
, GLsizei bufSize
, GLsizei
*length
, GLsizei
*size
, GLenum
*type
, GLchar
*name
)) _func
)(program
, index
, bufSize
, length
, size
, type
, name
);
11382 GLAPI
void APIENTRY
GLAPI_PREFIX(TransformFeedbackVaryingsEXT
)(GLuint program
, GLsizei count
, const char **varyings
, GLenum bufferMode
)
11384 const struct mapi_table
*_tbl
= entry_current_get();
11385 mapi_func _func
= ((const mapi_func
*) _tbl
)[970];
11386 ((void (APIENTRY
*)(GLuint program
, GLsizei count
, const char **varyings
, GLenum bufferMode
)) _func
)(program
, count
, varyings
, bufferMode
);
11389 GLAPI
void APIENTRY
GLAPI_PREFIX(TransformFeedbackVaryings
)(GLuint program
, GLsizei count
, const GLchar
* *varyings
, GLenum bufferMode
)
11391 const struct mapi_table
*_tbl
= entry_current_get();
11392 mapi_func _func
= ((const mapi_func
*) _tbl
)[970];
11393 ((void (APIENTRY
*)(GLuint program
, GLsizei count
, const GLchar
* *varyings
, GLenum bufferMode
)) _func
)(program
, count
, varyings
, bufferMode
);
11396 GLAPI
void APIENTRY
GLAPI_PREFIX(ProvokingVertexEXT
)(GLenum mode
)
11398 const struct mapi_table
*_tbl
= entry_current_get();
11399 mapi_func _func
= ((const mapi_func
*) _tbl
)[971];
11400 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
11403 GLAPI
void APIENTRY
GLAPI_PREFIX(ProvokingVertex
)(GLenum mode
)
11405 const struct mapi_table
*_tbl
= entry_current_get();
11406 mapi_func _func
= ((const mapi_func
*) _tbl
)[971];
11407 ((void (APIENTRY
*)(GLenum mode
)) _func
)(mode
);
11410 GLAPI
void APIENTRY
GLAPI_PREFIX(GetTexParameterPointervAPPLE
)(GLenum target
, GLenum pname
, GLvoid
**params
)
11412 const struct mapi_table
*_tbl
= entry_current_get();
11413 mapi_func _func
= ((const mapi_func
*) _tbl
)[972];
11414 ((void (APIENTRY
*)(GLenum target
, GLenum pname
, GLvoid
**params
)) _func
)(target
, pname
, params
);
11417 GLAPI
void APIENTRY
GLAPI_PREFIX(TextureRangeAPPLE
)(GLenum target
, GLsizei length
, const GLvoid
*pointer
)
11419 const struct mapi_table
*_tbl
= entry_current_get();
11420 mapi_func _func
= ((const mapi_func
*) _tbl
)[973];
11421 ((void (APIENTRY
*)(GLenum target
, GLsizei length
, const GLvoid
*pointer
)) _func
)(target
, length
, pointer
);
11424 GLAPI
void APIENTRY
GLAPI_PREFIX(GetObjectParameterivAPPLE
)(GLenum objectType
, GLuint name
, GLenum pname
, GLint
*value
)
11426 const struct mapi_table
*_tbl
= entry_current_get();
11427 mapi_func _func
= ((const mapi_func
*) _tbl
)[974];
11428 ((void (APIENTRY
*)(GLenum objectType
, GLuint name
, GLenum pname
, GLint
*value
)) _func
)(objectType
, name
, pname
, value
);
11431 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ObjectPurgeableAPPLE
)(GLenum objectType
, GLuint name
, GLenum option
)
11433 const struct mapi_table
*_tbl
= entry_current_get();
11434 mapi_func _func
= ((const mapi_func
*) _tbl
)[975];
11435 return ((GLenum (APIENTRY
*)(GLenum objectType
, GLuint name
, GLenum option
)) _func
)(objectType
, name
, option
);
11438 GLAPI GLenum APIENTRY
GLAPI_PREFIX(ObjectUnpurgeableAPPLE
)(GLenum objectType
, GLuint name
, GLenum option
)
11440 const struct mapi_table
*_tbl
= entry_current_get();
11441 mapi_func _func
= ((const mapi_func
*) _tbl
)[976];
11442 return ((GLenum (APIENTRY
*)(GLenum objectType
, GLuint name
, GLenum option
)) _func
)(objectType
, name
, option
);
11445 GLAPI
void APIENTRY
GLAPI_PREFIX(ActiveProgramEXT
)(GLuint program
)
11447 const struct mapi_table
*_tbl
= entry_current_get();
11448 mapi_func _func
= ((const mapi_func
*) _tbl
)[977];
11449 ((void (APIENTRY
*)(GLuint program
)) _func
)(program
);
11452 GLAPI GLuint APIENTRY
GLAPI_PREFIX(CreateShaderProgramEXT
)(GLenum type
, const GLchar
*string
)
11454 const struct mapi_table
*_tbl
= entry_current_get();
11455 mapi_func _func
= ((const mapi_func
*) _tbl
)[978];
11456 return ((GLuint (APIENTRY
*)(GLenum type
, const GLchar
*string
)) _func
)(type
, string
);
11459 GLAPI
void APIENTRY
GLAPI_PREFIX(UseShaderProgramEXT
)(GLenum type
, GLuint program
)
11461 const struct mapi_table
*_tbl
= entry_current_get();
11462 mapi_func _func
= ((const mapi_func
*) _tbl
)[979];
11463 ((void (APIENTRY
*)(GLenum type
, GLuint program
)) _func
)(type
, program
);
11466 GLAPI
void APIENTRY
GLAPI_PREFIX(TextureBarrierNV
)(void)
11468 const struct mapi_table
*_tbl
= entry_current_get();
11469 mapi_func _func
= ((const mapi_func
*) _tbl
)[980];
11470 ((void (APIENTRY
*)(void)) _func
)();
11473 GLAPI
void APIENTRY
GLAPI_PREFIX(StencilFuncSeparateATI
)(GLenum frontfunc
, GLenum backfunc
, GLint ref
, GLuint mask
)
11475 const struct mapi_table
*_tbl
= entry_current_get();
11476 mapi_func _func
= ((const mapi_func
*) _tbl
)[981];
11477 ((void (APIENTRY
*)(GLenum frontfunc
, GLenum backfunc
, GLint ref
, GLuint mask
)) _func
)(frontfunc
, backfunc
, ref
, mask
);
11480 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramEnvParameters4fvEXT
)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
)
11482 const struct mapi_table
*_tbl
= entry_current_get();
11483 mapi_func _func
= ((const mapi_func
*) _tbl
)[982];
11484 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
)) _func
)(target
, index
, count
, params
);
11487 GLAPI
void APIENTRY
GLAPI_PREFIX(ProgramLocalParameters4fvEXT
)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
)
11489 const struct mapi_table
*_tbl
= entry_current_get();
11490 mapi_func _func
= ((const mapi_func
*) _tbl
)[983];
11491 ((void (APIENTRY
*)(GLenum target
, GLuint index
, GLsizei count
, const GLfloat
*params
)) _func
)(target
, index
, count
, params
);
11494 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjecti64vEXT
)(GLuint id
, GLenum pname
, GLint64EXT
*params
)
11496 const struct mapi_table
*_tbl
= entry_current_get();
11497 mapi_func _func
= ((const mapi_func
*) _tbl
)[984];
11498 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLint64EXT
*params
)) _func
)(id
, pname
, params
);
11501 GLAPI
void APIENTRY
GLAPI_PREFIX(GetQueryObjectui64vEXT
)(GLuint id
, GLenum pname
, GLuint64EXT
*params
)
11503 const struct mapi_table
*_tbl
= entry_current_get();
11504 mapi_func _func
= ((const mapi_func
*) _tbl
)[985];
11505 ((void (APIENTRY
*)(GLuint id
, GLenum pname
, GLuint64EXT
*params
)) _func
)(id
, pname
, params
);
11508 GLAPI
void APIENTRY
GLAPI_PREFIX(EGLImageTargetRenderbufferStorageOES
)(GLenum target
, GLvoid
*writeOffset
)
11510 const struct mapi_table
*_tbl
= entry_current_get();
11511 mapi_func _func
= ((const mapi_func
*) _tbl
)[986];
11512 ((void (APIENTRY
*)(GLenum target
, GLvoid
*writeOffset
)) _func
)(target
, writeOffset
);
11515 GLAPI
void APIENTRY
GLAPI_PREFIX(EGLImageTargetTexture2DOES
)(GLenum target
, GLvoid
*writeOffset
)
11517 const struct mapi_table
*_tbl
= entry_current_get();
11518 mapi_func _func
= ((const mapi_func
*) _tbl
)[987];
11519 ((void (APIENTRY
*)(GLenum target
, GLvoid
*writeOffset
)) _func
)(target
, writeOffset
);
11522 /* does not need public_entries */
11523 #undef MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN
11524 #endif /* MAPI_TMP_PUBLIC_ENTRIES_NO_HIDDEN */
11526 #ifdef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
11528 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NewList
))"\n"
11529 "\t"STUB_ASM_CODE("0")"\n"
11531 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndList
))"\n"
11532 "\t"STUB_ASM_CODE("1")"\n"
11534 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallList
))"\n"
11535 "\t"STUB_ASM_CODE("2")"\n"
11537 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CallLists
))"\n"
11538 "\t"STUB_ASM_CODE("3")"\n"
11540 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteLists
))"\n"
11541 "\t"STUB_ASM_CODE("4")"\n"
11543 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenLists
))"\n"
11544 "\t"STUB_ASM_CODE("5")"\n"
11546 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ListBase
))"\n"
11547 "\t"STUB_ASM_CODE("6")"\n"
11549 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Begin
))"\n"
11550 "\t"STUB_ASM_CODE("7")"\n"
11552 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Bitmap
))"\n"
11553 "\t"STUB_ASM_CODE("8")"\n"
11555 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3b
))"\n"
11556 "\t"STUB_ASM_CODE("9")"\n"
11558 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3bv
))"\n"
11559 "\t"STUB_ASM_CODE("10")"\n"
11561 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3d
))"\n"
11562 "\t"STUB_ASM_CODE("11")"\n"
11564 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3dv
))"\n"
11565 "\t"STUB_ASM_CODE("12")"\n"
11567 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3f
))"\n"
11568 "\t"STUB_ASM_CODE("13")"\n"
11570 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3fv
))"\n"
11571 "\t"STUB_ASM_CODE("14")"\n"
11573 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3i
))"\n"
11574 "\t"STUB_ASM_CODE("15")"\n"
11576 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3iv
))"\n"
11577 "\t"STUB_ASM_CODE("16")"\n"
11579 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3s
))"\n"
11580 "\t"STUB_ASM_CODE("17")"\n"
11582 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3sv
))"\n"
11583 "\t"STUB_ASM_CODE("18")"\n"
11585 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ub
))"\n"
11586 "\t"STUB_ASM_CODE("19")"\n"
11588 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ubv
))"\n"
11589 "\t"STUB_ASM_CODE("20")"\n"
11591 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3ui
))"\n"
11592 "\t"STUB_ASM_CODE("21")"\n"
11594 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3uiv
))"\n"
11595 "\t"STUB_ASM_CODE("22")"\n"
11597 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3us
))"\n"
11598 "\t"STUB_ASM_CODE("23")"\n"
11600 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color3usv
))"\n"
11601 "\t"STUB_ASM_CODE("24")"\n"
11603 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4b
))"\n"
11604 "\t"STUB_ASM_CODE("25")"\n"
11606 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4bv
))"\n"
11607 "\t"STUB_ASM_CODE("26")"\n"
11609 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4d
))"\n"
11610 "\t"STUB_ASM_CODE("27")"\n"
11612 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4dv
))"\n"
11613 "\t"STUB_ASM_CODE("28")"\n"
11615 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4f
))"\n"
11616 "\t"STUB_ASM_CODE("29")"\n"
11618 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4fv
))"\n"
11619 "\t"STUB_ASM_CODE("30")"\n"
11621 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4i
))"\n"
11622 "\t"STUB_ASM_CODE("31")"\n"
11624 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4iv
))"\n"
11625 "\t"STUB_ASM_CODE("32")"\n"
11627 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4s
))"\n"
11628 "\t"STUB_ASM_CODE("33")"\n"
11630 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4sv
))"\n"
11631 "\t"STUB_ASM_CODE("34")"\n"
11633 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ub
))"\n"
11634 "\t"STUB_ASM_CODE("35")"\n"
11636 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ubv
))"\n"
11637 "\t"STUB_ASM_CODE("36")"\n"
11639 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4ui
))"\n"
11640 "\t"STUB_ASM_CODE("37")"\n"
11642 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4uiv
))"\n"
11643 "\t"STUB_ASM_CODE("38")"\n"
11645 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4us
))"\n"
11646 "\t"STUB_ASM_CODE("39")"\n"
11648 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4usv
))"\n"
11649 "\t"STUB_ASM_CODE("40")"\n"
11651 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlag
))"\n"
11652 "\t"STUB_ASM_CODE("41")"\n"
11654 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagv
))"\n"
11655 "\t"STUB_ASM_CODE("42")"\n"
11657 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(End
))"\n"
11658 "\t"STUB_ASM_CODE("43")"\n"
11660 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexd
))"\n"
11661 "\t"STUB_ASM_CODE("44")"\n"
11663 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexdv
))"\n"
11664 "\t"STUB_ASM_CODE("45")"\n"
11666 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexf
))"\n"
11667 "\t"STUB_ASM_CODE("46")"\n"
11669 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexfv
))"\n"
11670 "\t"STUB_ASM_CODE("47")"\n"
11672 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexi
))"\n"
11673 "\t"STUB_ASM_CODE("48")"\n"
11675 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexiv
))"\n"
11676 "\t"STUB_ASM_CODE("49")"\n"
11678 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexs
))"\n"
11679 "\t"STUB_ASM_CODE("50")"\n"
11681 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexsv
))"\n"
11682 "\t"STUB_ASM_CODE("51")"\n"
11684 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3b
))"\n"
11685 "\t"STUB_ASM_CODE("52")"\n"
11687 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3bv
))"\n"
11688 "\t"STUB_ASM_CODE("53")"\n"
11690 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3d
))"\n"
11691 "\t"STUB_ASM_CODE("54")"\n"
11693 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3dv
))"\n"
11694 "\t"STUB_ASM_CODE("55")"\n"
11696 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3f
))"\n"
11697 "\t"STUB_ASM_CODE("56")"\n"
11699 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3fv
))"\n"
11700 "\t"STUB_ASM_CODE("57")"\n"
11702 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3i
))"\n"
11703 "\t"STUB_ASM_CODE("58")"\n"
11705 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3iv
))"\n"
11706 "\t"STUB_ASM_CODE("59")"\n"
11708 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3s
))"\n"
11709 "\t"STUB_ASM_CODE("60")"\n"
11711 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3sv
))"\n"
11712 "\t"STUB_ASM_CODE("61")"\n"
11714 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2d
))"\n"
11715 "\t"STUB_ASM_CODE("62")"\n"
11717 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2dv
))"\n"
11718 "\t"STUB_ASM_CODE("63")"\n"
11720 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2f
))"\n"
11721 "\t"STUB_ASM_CODE("64")"\n"
11723 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2fv
))"\n"
11724 "\t"STUB_ASM_CODE("65")"\n"
11726 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2i
))"\n"
11727 "\t"STUB_ASM_CODE("66")"\n"
11729 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2iv
))"\n"
11730 "\t"STUB_ASM_CODE("67")"\n"
11732 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2s
))"\n"
11733 "\t"STUB_ASM_CODE("68")"\n"
11735 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos2sv
))"\n"
11736 "\t"STUB_ASM_CODE("69")"\n"
11738 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3d
))"\n"
11739 "\t"STUB_ASM_CODE("70")"\n"
11741 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3dv
))"\n"
11742 "\t"STUB_ASM_CODE("71")"\n"
11744 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3f
))"\n"
11745 "\t"STUB_ASM_CODE("72")"\n"
11747 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3fv
))"\n"
11748 "\t"STUB_ASM_CODE("73")"\n"
11750 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3i
))"\n"
11751 "\t"STUB_ASM_CODE("74")"\n"
11753 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3iv
))"\n"
11754 "\t"STUB_ASM_CODE("75")"\n"
11756 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3s
))"\n"
11757 "\t"STUB_ASM_CODE("76")"\n"
11759 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos3sv
))"\n"
11760 "\t"STUB_ASM_CODE("77")"\n"
11762 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4d
))"\n"
11763 "\t"STUB_ASM_CODE("78")"\n"
11765 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4dv
))"\n"
11766 "\t"STUB_ASM_CODE("79")"\n"
11768 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4f
))"\n"
11769 "\t"STUB_ASM_CODE("80")"\n"
11771 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4fv
))"\n"
11772 "\t"STUB_ASM_CODE("81")"\n"
11774 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4i
))"\n"
11775 "\t"STUB_ASM_CODE("82")"\n"
11777 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4iv
))"\n"
11778 "\t"STUB_ASM_CODE("83")"\n"
11780 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4s
))"\n"
11781 "\t"STUB_ASM_CODE("84")"\n"
11783 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RasterPos4sv
))"\n"
11784 "\t"STUB_ASM_CODE("85")"\n"
11786 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectd
))"\n"
11787 "\t"STUB_ASM_CODE("86")"\n"
11789 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectdv
))"\n"
11790 "\t"STUB_ASM_CODE("87")"\n"
11792 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectf
))"\n"
11793 "\t"STUB_ASM_CODE("88")"\n"
11795 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectfv
))"\n"
11796 "\t"STUB_ASM_CODE("89")"\n"
11798 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Recti
))"\n"
11799 "\t"STUB_ASM_CODE("90")"\n"
11801 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectiv
))"\n"
11802 "\t"STUB_ASM_CODE("91")"\n"
11804 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rects
))"\n"
11805 "\t"STUB_ASM_CODE("92")"\n"
11807 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rectsv
))"\n"
11808 "\t"STUB_ASM_CODE("93")"\n"
11810 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1d
))"\n"
11811 "\t"STUB_ASM_CODE("94")"\n"
11813 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1dv
))"\n"
11814 "\t"STUB_ASM_CODE("95")"\n"
11816 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1f
))"\n"
11817 "\t"STUB_ASM_CODE("96")"\n"
11819 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1fv
))"\n"
11820 "\t"STUB_ASM_CODE("97")"\n"
11822 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1i
))"\n"
11823 "\t"STUB_ASM_CODE("98")"\n"
11825 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1iv
))"\n"
11826 "\t"STUB_ASM_CODE("99")"\n"
11828 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1s
))"\n"
11829 "\t"STUB_ASM_CODE("100")"\n"
11831 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord1sv
))"\n"
11832 "\t"STUB_ASM_CODE("101")"\n"
11834 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2d
))"\n"
11835 "\t"STUB_ASM_CODE("102")"\n"
11837 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2dv
))"\n"
11838 "\t"STUB_ASM_CODE("103")"\n"
11840 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2f
))"\n"
11841 "\t"STUB_ASM_CODE("104")"\n"
11843 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2fv
))"\n"
11844 "\t"STUB_ASM_CODE("105")"\n"
11846 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2i
))"\n"
11847 "\t"STUB_ASM_CODE("106")"\n"
11849 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2iv
))"\n"
11850 "\t"STUB_ASM_CODE("107")"\n"
11852 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2s
))"\n"
11853 "\t"STUB_ASM_CODE("108")"\n"
11855 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord2sv
))"\n"
11856 "\t"STUB_ASM_CODE("109")"\n"
11858 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3d
))"\n"
11859 "\t"STUB_ASM_CODE("110")"\n"
11861 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3dv
))"\n"
11862 "\t"STUB_ASM_CODE("111")"\n"
11864 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3f
))"\n"
11865 "\t"STUB_ASM_CODE("112")"\n"
11867 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3fv
))"\n"
11868 "\t"STUB_ASM_CODE("113")"\n"
11870 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3i
))"\n"
11871 "\t"STUB_ASM_CODE("114")"\n"
11873 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3iv
))"\n"
11874 "\t"STUB_ASM_CODE("115")"\n"
11876 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3s
))"\n"
11877 "\t"STUB_ASM_CODE("116")"\n"
11879 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord3sv
))"\n"
11880 "\t"STUB_ASM_CODE("117")"\n"
11882 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4d
))"\n"
11883 "\t"STUB_ASM_CODE("118")"\n"
11885 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4dv
))"\n"
11886 "\t"STUB_ASM_CODE("119")"\n"
11888 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4f
))"\n"
11889 "\t"STUB_ASM_CODE("120")"\n"
11891 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4fv
))"\n"
11892 "\t"STUB_ASM_CODE("121")"\n"
11894 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4i
))"\n"
11895 "\t"STUB_ASM_CODE("122")"\n"
11897 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4iv
))"\n"
11898 "\t"STUB_ASM_CODE("123")"\n"
11900 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4s
))"\n"
11901 "\t"STUB_ASM_CODE("124")"\n"
11903 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoord4sv
))"\n"
11904 "\t"STUB_ASM_CODE("125")"\n"
11906 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2d
))"\n"
11907 "\t"STUB_ASM_CODE("126")"\n"
11909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2dv
))"\n"
11910 "\t"STUB_ASM_CODE("127")"\n"
11912 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2f
))"\n"
11913 "\t"STUB_ASM_CODE("128")"\n"
11915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2fv
))"\n"
11916 "\t"STUB_ASM_CODE("129")"\n"
11918 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2i
))"\n"
11919 "\t"STUB_ASM_CODE("130")"\n"
11921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2iv
))"\n"
11922 "\t"STUB_ASM_CODE("131")"\n"
11924 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2s
))"\n"
11925 "\t"STUB_ASM_CODE("132")"\n"
11927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex2sv
))"\n"
11928 "\t"STUB_ASM_CODE("133")"\n"
11930 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3d
))"\n"
11931 "\t"STUB_ASM_CODE("134")"\n"
11933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3dv
))"\n"
11934 "\t"STUB_ASM_CODE("135")"\n"
11936 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3f
))"\n"
11937 "\t"STUB_ASM_CODE("136")"\n"
11939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3fv
))"\n"
11940 "\t"STUB_ASM_CODE("137")"\n"
11942 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3i
))"\n"
11943 "\t"STUB_ASM_CODE("138")"\n"
11945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3iv
))"\n"
11946 "\t"STUB_ASM_CODE("139")"\n"
11948 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3s
))"\n"
11949 "\t"STUB_ASM_CODE("140")"\n"
11951 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex3sv
))"\n"
11952 "\t"STUB_ASM_CODE("141")"\n"
11954 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4d
))"\n"
11955 "\t"STUB_ASM_CODE("142")"\n"
11957 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4dv
))"\n"
11958 "\t"STUB_ASM_CODE("143")"\n"
11960 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4f
))"\n"
11961 "\t"STUB_ASM_CODE("144")"\n"
11963 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4fv
))"\n"
11964 "\t"STUB_ASM_CODE("145")"\n"
11966 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4i
))"\n"
11967 "\t"STUB_ASM_CODE("146")"\n"
11969 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4iv
))"\n"
11970 "\t"STUB_ASM_CODE("147")"\n"
11972 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4s
))"\n"
11973 "\t"STUB_ASM_CODE("148")"\n"
11975 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Vertex4sv
))"\n"
11976 "\t"STUB_ASM_CODE("149")"\n"
11978 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlane
))"\n"
11979 "\t"STUB_ASM_CODE("150")"\n"
11981 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaterial
))"\n"
11982 "\t"STUB_ASM_CODE("151")"\n"
11984 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CullFace
))"\n"
11985 "\t"STUB_ASM_CODE("152")"\n"
11987 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogf
))"\n"
11988 "\t"STUB_ASM_CODE("153")"\n"
11990 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogfv
))"\n"
11991 "\t"STUB_ASM_CODE("154")"\n"
11993 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogi
))"\n"
11994 "\t"STUB_ASM_CODE("155")"\n"
11996 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Fogiv
))"\n"
11997 "\t"STUB_ASM_CODE("156")"\n"
11999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrontFace
))"\n"
12000 "\t"STUB_ASM_CODE("157")"\n"
12002 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Hint
))"\n"
12003 "\t"STUB_ASM_CODE("158")"\n"
12005 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightf
))"\n"
12006 "\t"STUB_ASM_CODE("159")"\n"
12008 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightfv
))"\n"
12009 "\t"STUB_ASM_CODE("160")"\n"
12011 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lighti
))"\n"
12012 "\t"STUB_ASM_CODE("161")"\n"
12014 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Lightiv
))"\n"
12015 "\t"STUB_ASM_CODE("162")"\n"
12017 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelf
))"\n"
12018 "\t"STUB_ASM_CODE("163")"\n"
12020 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelfv
))"\n"
12021 "\t"STUB_ASM_CODE("164")"\n"
12023 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeli
))"\n"
12024 "\t"STUB_ASM_CODE("165")"\n"
12026 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModeliv
))"\n"
12027 "\t"STUB_ASM_CODE("166")"\n"
12029 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineStipple
))"\n"
12030 "\t"STUB_ASM_CODE("167")"\n"
12032 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidth
))"\n"
12033 "\t"STUB_ASM_CODE("168")"\n"
12035 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialf
))"\n"
12036 "\t"STUB_ASM_CODE("169")"\n"
12038 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialfv
))"\n"
12039 "\t"STUB_ASM_CODE("170")"\n"
12041 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materiali
))"\n"
12042 "\t"STUB_ASM_CODE("171")"\n"
12044 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Materialiv
))"\n"
12045 "\t"STUB_ASM_CODE("172")"\n"
12047 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSize
))"\n"
12048 "\t"STUB_ASM_CODE("173")"\n"
12050 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonMode
))"\n"
12051 "\t"STUB_ASM_CODE("174")"\n"
12053 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonStipple
))"\n"
12054 "\t"STUB_ASM_CODE("175")"\n"
12056 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scissor
))"\n"
12057 "\t"STUB_ASM_CODE("176")"\n"
12059 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShadeModel
))"\n"
12060 "\t"STUB_ASM_CODE("177")"\n"
12062 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterf
))"\n"
12063 "\t"STUB_ASM_CODE("178")"\n"
12065 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterfv
))"\n"
12066 "\t"STUB_ASM_CODE("179")"\n"
12068 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteri
))"\n"
12069 "\t"STUB_ASM_CODE("180")"\n"
12071 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameteriv
))"\n"
12072 "\t"STUB_ASM_CODE("181")"\n"
12074 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage1D
))"\n"
12075 "\t"STUB_ASM_CODE("182")"\n"
12077 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage2D
))"\n"
12078 "\t"STUB_ASM_CODE("183")"\n"
12080 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvf
))"\n"
12081 "\t"STUB_ASM_CODE("184")"\n"
12083 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvfv
))"\n"
12084 "\t"STUB_ASM_CODE("185")"\n"
12086 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvi
))"\n"
12087 "\t"STUB_ASM_CODE("186")"\n"
12089 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnviv
))"\n"
12090 "\t"STUB_ASM_CODE("187")"\n"
12092 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGend
))"\n"
12093 "\t"STUB_ASM_CODE("188")"\n"
12095 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGendv
))"\n"
12096 "\t"STUB_ASM_CODE("189")"\n"
12098 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenf
))"\n"
12099 "\t"STUB_ASM_CODE("190")"\n"
12101 ".globl "GLAPI_PREFIX_STR(TexGenfOES
)"\n"
12102 ".set "GLAPI_PREFIX_STR(TexGenfOES
)", "GLAPI_PREFIX_STR(TexGenf
)"\n"
12104 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenfv
))"\n"
12105 "\t"STUB_ASM_CODE("191")"\n"
12107 ".globl "GLAPI_PREFIX_STR(TexGenfvOES
)"\n"
12108 ".set "GLAPI_PREFIX_STR(TexGenfvOES
)", "GLAPI_PREFIX_STR(TexGenfv
)"\n"
12110 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeni
))"\n"
12111 "\t"STUB_ASM_CODE("192")"\n"
12113 ".globl "GLAPI_PREFIX_STR(TexGeniOES
)"\n"
12114 ".set "GLAPI_PREFIX_STR(TexGeniOES
)", "GLAPI_PREFIX_STR(TexGeni
)"\n"
12116 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGeniv
))"\n"
12117 "\t"STUB_ASM_CODE("193")"\n"
12119 ".globl "GLAPI_PREFIX_STR(TexGenivOES
)"\n"
12120 ".set "GLAPI_PREFIX_STR(TexGenivOES
)", "GLAPI_PREFIX_STR(TexGeniv
)"\n"
12122 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FeedbackBuffer
))"\n"
12123 "\t"STUB_ASM_CODE("194")"\n"
12125 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SelectBuffer
))"\n"
12126 "\t"STUB_ASM_CODE("195")"\n"
12128 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderMode
))"\n"
12129 "\t"STUB_ASM_CODE("196")"\n"
12131 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InitNames
))"\n"
12132 "\t"STUB_ASM_CODE("197")"\n"
12134 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadName
))"\n"
12135 "\t"STUB_ASM_CODE("198")"\n"
12137 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassThrough
))"\n"
12138 "\t"STUB_ASM_CODE("199")"\n"
12140 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopName
))"\n"
12141 "\t"STUB_ASM_CODE("200")"\n"
12143 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushName
))"\n"
12144 "\t"STUB_ASM_CODE("201")"\n"
12146 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffer
))"\n"
12147 "\t"STUB_ASM_CODE("202")"\n"
12149 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Clear
))"\n"
12150 "\t"STUB_ASM_CODE("203")"\n"
12152 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearAccum
))"\n"
12153 "\t"STUB_ASM_CODE("204")"\n"
12155 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearIndex
))"\n"
12156 "\t"STUB_ASM_CODE("205")"\n"
12158 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColor
))"\n"
12159 "\t"STUB_ASM_CODE("206")"\n"
12161 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearStencil
))"\n"
12162 "\t"STUB_ASM_CODE("207")"\n"
12164 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepth
))"\n"
12165 "\t"STUB_ASM_CODE("208")"\n"
12167 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMask
))"\n"
12168 "\t"STUB_ASM_CODE("209")"\n"
12170 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMask
))"\n"
12171 "\t"STUB_ASM_CODE("210")"\n"
12173 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthMask
))"\n"
12174 "\t"STUB_ASM_CODE("211")"\n"
12176 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexMask
))"\n"
12177 "\t"STUB_ASM_CODE("212")"\n"
12179 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Accum
))"\n"
12180 "\t"STUB_ASM_CODE("213")"\n"
12182 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Disable
))"\n"
12183 "\t"STUB_ASM_CODE("214")"\n"
12185 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Enable
))"\n"
12186 "\t"STUB_ASM_CODE("215")"\n"
12188 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Finish
))"\n"
12189 "\t"STUB_ASM_CODE("216")"\n"
12191 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Flush
))"\n"
12192 "\t"STUB_ASM_CODE("217")"\n"
12194 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopAttrib
))"\n"
12195 "\t"STUB_ASM_CODE("218")"\n"
12197 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushAttrib
))"\n"
12198 "\t"STUB_ASM_CODE("219")"\n"
12200 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1d
))"\n"
12201 "\t"STUB_ASM_CODE("220")"\n"
12203 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map1f
))"\n"
12204 "\t"STUB_ASM_CODE("221")"\n"
12206 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2d
))"\n"
12207 "\t"STUB_ASM_CODE("222")"\n"
12209 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Map2f
))"\n"
12210 "\t"STUB_ASM_CODE("223")"\n"
12212 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1d
))"\n"
12213 "\t"STUB_ASM_CODE("224")"\n"
12215 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid1f
))"\n"
12216 "\t"STUB_ASM_CODE("225")"\n"
12218 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2d
))"\n"
12219 "\t"STUB_ASM_CODE("226")"\n"
12221 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapGrid2f
))"\n"
12222 "\t"STUB_ASM_CODE("227")"\n"
12224 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1d
))"\n"
12225 "\t"STUB_ASM_CODE("228")"\n"
12227 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1dv
))"\n"
12228 "\t"STUB_ASM_CODE("229")"\n"
12230 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1f
))"\n"
12231 "\t"STUB_ASM_CODE("230")"\n"
12233 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord1fv
))"\n"
12234 "\t"STUB_ASM_CODE("231")"\n"
12236 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2d
))"\n"
12237 "\t"STUB_ASM_CODE("232")"\n"
12239 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2dv
))"\n"
12240 "\t"STUB_ASM_CODE("233")"\n"
12242 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2f
))"\n"
12243 "\t"STUB_ASM_CODE("234")"\n"
12245 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalCoord2fv
))"\n"
12246 "\t"STUB_ASM_CODE("235")"\n"
12248 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh1
))"\n"
12249 "\t"STUB_ASM_CODE("236")"\n"
12251 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint1
))"\n"
12252 "\t"STUB_ASM_CODE("237")"\n"
12254 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalMesh2
))"\n"
12255 "\t"STUB_ASM_CODE("238")"\n"
12257 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EvalPoint2
))"\n"
12258 "\t"STUB_ASM_CODE("239")"\n"
12260 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFunc
))"\n"
12261 "\t"STUB_ASM_CODE("240")"\n"
12263 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunc
))"\n"
12264 "\t"STUB_ASM_CODE("241")"\n"
12266 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LogicOp
))"\n"
12267 "\t"STUB_ASM_CODE("242")"\n"
12269 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFunc
))"\n"
12270 "\t"STUB_ASM_CODE("243")"\n"
12272 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOp
))"\n"
12273 "\t"STUB_ASM_CODE("244")"\n"
12275 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthFunc
))"\n"
12276 "\t"STUB_ASM_CODE("245")"\n"
12278 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelZoom
))"\n"
12279 "\t"STUB_ASM_CODE("246")"\n"
12281 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferf
))"\n"
12282 "\t"STUB_ASM_CODE("247")"\n"
12284 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTransferi
))"\n"
12285 "\t"STUB_ASM_CODE("248")"\n"
12287 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStoref
))"\n"
12288 "\t"STUB_ASM_CODE("249")"\n"
12290 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelStorei
))"\n"
12291 "\t"STUB_ASM_CODE("250")"\n"
12293 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapfv
))"\n"
12294 "\t"STUB_ASM_CODE("251")"\n"
12296 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapuiv
))"\n"
12297 "\t"STUB_ASM_CODE("252")"\n"
12299 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelMapusv
))"\n"
12300 "\t"STUB_ASM_CODE("253")"\n"
12302 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadBuffer
))"\n"
12303 "\t"STUB_ASM_CODE("254")"\n"
12305 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyPixels
))"\n"
12306 "\t"STUB_ASM_CODE("255")"\n"
12308 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadPixels
))"\n"
12309 "\t"STUB_ASM_CODE("256")"\n"
12311 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawPixels
))"\n"
12312 "\t"STUB_ASM_CODE("257")"\n"
12314 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanv
))"\n"
12315 "\t"STUB_ASM_CODE("258")"\n"
12317 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlane
))"\n"
12318 "\t"STUB_ASM_CODE("259")"\n"
12320 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetDoublev
))"\n"
12321 "\t"STUB_ASM_CODE("260")"\n"
12323 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetError
))"\n"
12324 "\t"STUB_ASM_CODE("261")"\n"
12326 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFloatv
))"\n"
12327 "\t"STUB_ASM_CODE("262")"\n"
12329 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerv
))"\n"
12330 "\t"STUB_ASM_CODE("263")"\n"
12332 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightfv
))"\n"
12333 "\t"STUB_ASM_CODE("264")"\n"
12335 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightiv
))"\n"
12336 "\t"STUB_ASM_CODE("265")"\n"
12338 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapdv
))"\n"
12339 "\t"STUB_ASM_CODE("266")"\n"
12341 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapfv
))"\n"
12342 "\t"STUB_ASM_CODE("267")"\n"
12344 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMapiv
))"\n"
12345 "\t"STUB_ASM_CODE("268")"\n"
12347 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialfv
))"\n"
12348 "\t"STUB_ASM_CODE("269")"\n"
12350 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialiv
))"\n"
12351 "\t"STUB_ASM_CODE("270")"\n"
12353 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapfv
))"\n"
12354 "\t"STUB_ASM_CODE("271")"\n"
12356 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapuiv
))"\n"
12357 "\t"STUB_ASM_CODE("272")"\n"
12359 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelMapusv
))"\n"
12360 "\t"STUB_ASM_CODE("273")"\n"
12362 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPolygonStipple
))"\n"
12363 "\t"STUB_ASM_CODE("274")"\n"
12365 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetString
))"\n"
12366 "\t"STUB_ASM_CODE("275")"\n"
12368 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvfv
))"\n"
12369 "\t"STUB_ASM_CODE("276")"\n"
12371 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnviv
))"\n"
12372 "\t"STUB_ASM_CODE("277")"\n"
12374 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGendv
))"\n"
12375 "\t"STUB_ASM_CODE("278")"\n"
12377 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenfv
))"\n"
12378 "\t"STUB_ASM_CODE("279")"\n"
12380 ".globl "GLAPI_PREFIX_STR(GetTexGenfvOES
)"\n"
12381 ".set "GLAPI_PREFIX_STR(GetTexGenfvOES
)", "GLAPI_PREFIX_STR(GetTexGenfv
)"\n"
12383 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGeniv
))"\n"
12384 "\t"STUB_ASM_CODE("280")"\n"
12386 ".globl "GLAPI_PREFIX_STR(GetTexGenivOES
)"\n"
12387 ".set "GLAPI_PREFIX_STR(GetTexGenivOES
)", "GLAPI_PREFIX_STR(GetTexGeniv
)"\n"
12389 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexImage
))"\n"
12390 "\t"STUB_ASM_CODE("281")"\n"
12392 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterfv
))"\n"
12393 "\t"STUB_ASM_CODE("282")"\n"
12395 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameteriv
))"\n"
12396 "\t"STUB_ASM_CODE("283")"\n"
12398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameterfv
))"\n"
12399 "\t"STUB_ASM_CODE("284")"\n"
12401 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexLevelParameteriv
))"\n"
12402 "\t"STUB_ASM_CODE("285")"\n"
12404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabled
))"\n"
12405 "\t"STUB_ASM_CODE("286")"\n"
12407 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsList
))"\n"
12408 "\t"STUB_ASM_CODE("287")"\n"
12410 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRange
))"\n"
12411 "\t"STUB_ASM_CODE("288")"\n"
12413 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Frustum
))"\n"
12414 "\t"STUB_ASM_CODE("289")"\n"
12416 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadIdentity
))"\n"
12417 "\t"STUB_ASM_CODE("290")"\n"
12419 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixf
))"\n"
12420 "\t"STUB_ASM_CODE("291")"\n"
12422 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixd
))"\n"
12423 "\t"STUB_ASM_CODE("292")"\n"
12425 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MatrixMode
))"\n"
12426 "\t"STUB_ASM_CODE("293")"\n"
12428 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixf
))"\n"
12429 "\t"STUB_ASM_CODE("294")"\n"
12431 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixd
))"\n"
12432 "\t"STUB_ASM_CODE("295")"\n"
12434 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho
))"\n"
12435 "\t"STUB_ASM_CODE("296")"\n"
12437 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopMatrix
))"\n"
12438 "\t"STUB_ASM_CODE("297")"\n"
12440 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushMatrix
))"\n"
12441 "\t"STUB_ASM_CODE("298")"\n"
12443 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotated
))"\n"
12444 "\t"STUB_ASM_CODE("299")"\n"
12446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Rotatef
))"\n"
12447 "\t"STUB_ASM_CODE("300")"\n"
12449 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scaled
))"\n"
12450 "\t"STUB_ASM_CODE("301")"\n"
12452 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Scalef
))"\n"
12453 "\t"STUB_ASM_CODE("302")"\n"
12455 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translated
))"\n"
12456 "\t"STUB_ASM_CODE("303")"\n"
12458 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Translatef
))"\n"
12459 "\t"STUB_ASM_CODE("304")"\n"
12461 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Viewport
))"\n"
12462 "\t"STUB_ASM_CODE("305")"\n"
12464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ArrayElement
))"\n"
12465 "\t"STUB_ASM_CODE("306")"\n"
12467 ".globl "GLAPI_PREFIX_STR(ArrayElementEXT
)"\n"
12468 ".set "GLAPI_PREFIX_STR(ArrayElementEXT
)", "GLAPI_PREFIX_STR(ArrayElement
)"\n"
12470 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTexture
))"\n"
12471 "\t"STUB_ASM_CODE("307")"\n"
12473 ".globl "GLAPI_PREFIX_STR(BindTextureEXT
)"\n"
12474 ".set "GLAPI_PREFIX_STR(BindTextureEXT
)", "GLAPI_PREFIX_STR(BindTexture
)"\n"
12476 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointer
))"\n"
12477 "\t"STUB_ASM_CODE("308")"\n"
12479 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableClientState
))"\n"
12480 "\t"STUB_ASM_CODE("309")"\n"
12482 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArrays
))"\n"
12483 "\t"STUB_ASM_CODE("310")"\n"
12485 ".globl "GLAPI_PREFIX_STR(DrawArraysEXT
)"\n"
12486 ".set "GLAPI_PREFIX_STR(DrawArraysEXT
)", "GLAPI_PREFIX_STR(DrawArrays
)"\n"
12488 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElements
))"\n"
12489 "\t"STUB_ASM_CODE("311")"\n"
12491 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointer
))"\n"
12492 "\t"STUB_ASM_CODE("312")"\n"
12494 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableClientState
))"\n"
12495 "\t"STUB_ASM_CODE("313")"\n"
12497 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointer
))"\n"
12498 "\t"STUB_ASM_CODE("314")"\n"
12500 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexub
))"\n"
12501 "\t"STUB_ASM_CODE("315")"\n"
12503 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Indexubv
))"\n"
12504 "\t"STUB_ASM_CODE("316")"\n"
12506 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(InterleavedArrays
))"\n"
12507 "\t"STUB_ASM_CODE("317")"\n"
12509 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointer
))"\n"
12510 "\t"STUB_ASM_CODE("318")"\n"
12512 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffset
))"\n"
12513 "\t"STUB_ASM_CODE("319")"\n"
12515 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointer
))"\n"
12516 "\t"STUB_ASM_CODE("320")"\n"
12518 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointer
))"\n"
12519 "\t"STUB_ASM_CODE("321")"\n"
12521 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreTexturesResident
))"\n"
12522 "\t"STUB_ASM_CODE("322")"\n"
12525 ".globl "GLAPI_PREFIX_STR(AreTexturesResidentEXT
)"\n"
12526 ".set "GLAPI_PREFIX_STR(AreTexturesResidentEXT
)", "GLAPI_PREFIX_STR(AreTexturesResident
)"\n"
12529 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage1D
))"\n"
12530 "\t"STUB_ASM_CODE("323")"\n"
12532 ".globl "GLAPI_PREFIX_STR(CopyTexImage1DEXT
)"\n"
12533 ".set "GLAPI_PREFIX_STR(CopyTexImage1DEXT
)", "GLAPI_PREFIX_STR(CopyTexImage1D
)"\n"
12535 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexImage2D
))"\n"
12536 "\t"STUB_ASM_CODE("324")"\n"
12538 ".globl "GLAPI_PREFIX_STR(CopyTexImage2DEXT
)"\n"
12539 ".set "GLAPI_PREFIX_STR(CopyTexImage2DEXT
)", "GLAPI_PREFIX_STR(CopyTexImage2D
)"\n"
12541 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage1D
))"\n"
12542 "\t"STUB_ASM_CODE("325")"\n"
12544 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT
)"\n"
12545 ".set "GLAPI_PREFIX_STR(CopyTexSubImage1DEXT
)", "GLAPI_PREFIX_STR(CopyTexSubImage1D
)"\n"
12547 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage2D
))"\n"
12548 "\t"STUB_ASM_CODE("326")"\n"
12550 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT
)"\n"
12551 ".set "GLAPI_PREFIX_STR(CopyTexSubImage2DEXT
)", "GLAPI_PREFIX_STR(CopyTexSubImage2D
)"\n"
12553 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTextures
))"\n"
12554 "\t"STUB_ASM_CODE("327")"\n"
12557 ".globl "GLAPI_PREFIX_STR(DeleteTexturesEXT
)"\n"
12558 ".set "GLAPI_PREFIX_STR(DeleteTexturesEXT
)", "GLAPI_PREFIX_STR(DeleteTextures
)"\n"
12561 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTextures
))"\n"
12562 "\t"STUB_ASM_CODE("328")"\n"
12565 ".globl "GLAPI_PREFIX_STR(GenTexturesEXT
)"\n"
12566 ".set "GLAPI_PREFIX_STR(GenTexturesEXT
)", "GLAPI_PREFIX_STR(GenTextures
)"\n"
12569 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPointerv
))"\n"
12570 "\t"STUB_ASM_CODE("329")"\n"
12572 ".globl "GLAPI_PREFIX_STR(GetPointervEXT
)"\n"
12573 ".set "GLAPI_PREFIX_STR(GetPointervEXT
)", "GLAPI_PREFIX_STR(GetPointerv
)"\n"
12575 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTexture
))"\n"
12576 "\t"STUB_ASM_CODE("330")"\n"
12579 ".globl "GLAPI_PREFIX_STR(IsTextureEXT
)"\n"
12580 ".set "GLAPI_PREFIX_STR(IsTextureEXT
)", "GLAPI_PREFIX_STR(IsTexture
)"\n"
12583 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrioritizeTextures
))"\n"
12584 "\t"STUB_ASM_CODE("331")"\n"
12586 ".globl "GLAPI_PREFIX_STR(PrioritizeTexturesEXT
)"\n"
12587 ".set "GLAPI_PREFIX_STR(PrioritizeTexturesEXT
)", "GLAPI_PREFIX_STR(PrioritizeTextures
)"\n"
12589 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage1D
))"\n"
12590 "\t"STUB_ASM_CODE("332")"\n"
12592 ".globl "GLAPI_PREFIX_STR(TexSubImage1DEXT
)"\n"
12593 ".set "GLAPI_PREFIX_STR(TexSubImage1DEXT
)", "GLAPI_PREFIX_STR(TexSubImage1D
)"\n"
12595 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage2D
))"\n"
12596 "\t"STUB_ASM_CODE("333")"\n"
12598 ".globl "GLAPI_PREFIX_STR(TexSubImage2DEXT
)"\n"
12599 ".set "GLAPI_PREFIX_STR(TexSubImage2DEXT
)", "GLAPI_PREFIX_STR(TexSubImage2D
)"\n"
12601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PopClientAttrib
))"\n"
12602 "\t"STUB_ASM_CODE("334")"\n"
12604 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PushClientAttrib
))"\n"
12605 "\t"STUB_ASM_CODE("335")"\n"
12607 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendColor
))"\n"
12608 "\t"STUB_ASM_CODE("336")"\n"
12610 ".globl "GLAPI_PREFIX_STR(BlendColorEXT
)"\n"
12611 ".set "GLAPI_PREFIX_STR(BlendColorEXT
)", "GLAPI_PREFIX_STR(BlendColor
)"\n"
12613 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquation
))"\n"
12614 "\t"STUB_ASM_CODE("337")"\n"
12616 ".globl "GLAPI_PREFIX_STR(BlendEquationEXT
)"\n"
12617 ".set "GLAPI_PREFIX_STR(BlendEquationEXT
)", "GLAPI_PREFIX_STR(BlendEquation
)"\n"
12619 ".globl "GLAPI_PREFIX_STR(BlendEquationOES
)"\n"
12620 ".set "GLAPI_PREFIX_STR(BlendEquationOES
)", "GLAPI_PREFIX_STR(BlendEquation
)"\n"
12622 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElements
))"\n"
12623 "\t"STUB_ASM_CODE("338")"\n"
12625 ".globl "GLAPI_PREFIX_STR(DrawRangeElementsEXT
)"\n"
12626 ".set "GLAPI_PREFIX_STR(DrawRangeElementsEXT
)", "GLAPI_PREFIX_STR(DrawRangeElements
)"\n"
12628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTable
))"\n"
12629 "\t"STUB_ASM_CODE("339")"\n"
12631 ".globl "GLAPI_PREFIX_STR(ColorTableEXT
)"\n"
12632 ".set "GLAPI_PREFIX_STR(ColorTableEXT
)", "GLAPI_PREFIX_STR(ColorTable
)"\n"
12634 ".globl "GLAPI_PREFIX_STR(ColorTableSGI
)"\n"
12635 ".set "GLAPI_PREFIX_STR(ColorTableSGI
)", "GLAPI_PREFIX_STR(ColorTable
)"\n"
12637 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameterfv
))"\n"
12638 "\t"STUB_ASM_CODE("340")"\n"
12640 ".globl "GLAPI_PREFIX_STR(ColorTableParameterfvSGI
)"\n"
12641 ".set "GLAPI_PREFIX_STR(ColorTableParameterfvSGI
)", "GLAPI_PREFIX_STR(ColorTableParameterfv
)"\n"
12643 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorTableParameteriv
))"\n"
12644 "\t"STUB_ASM_CODE("341")"\n"
12646 ".globl "GLAPI_PREFIX_STR(ColorTableParameterivSGI
)"\n"
12647 ".set "GLAPI_PREFIX_STR(ColorTableParameterivSGI
)", "GLAPI_PREFIX_STR(ColorTableParameteriv
)"\n"
12649 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorTable
))"\n"
12650 "\t"STUB_ASM_CODE("342")"\n"
12652 ".globl "GLAPI_PREFIX_STR(CopyColorTableSGI
)"\n"
12653 ".set "GLAPI_PREFIX_STR(CopyColorTableSGI
)", "GLAPI_PREFIX_STR(CopyColorTable
)"\n"
12655 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTable
))"\n"
12656 "\t"STUB_ASM_CODE("343")"\n"
12659 ".globl "GLAPI_PREFIX_STR(GetColorTableEXT
)"\n"
12660 ".set "GLAPI_PREFIX_STR(GetColorTableEXT
)", "GLAPI_PREFIX_STR(GetColorTable
)"\n"
12664 ".globl "GLAPI_PREFIX_STR(GetColorTableSGI
)"\n"
12665 ".set "GLAPI_PREFIX_STR(GetColorTableSGI
)", "GLAPI_PREFIX_STR(GetColorTable
)"\n"
12668 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameterfv
))"\n"
12669 "\t"STUB_ASM_CODE("344")"\n"
12672 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT
)"\n"
12673 ".set "GLAPI_PREFIX_STR(GetColorTableParameterfvEXT
)", "GLAPI_PREFIX_STR(GetColorTableParameterfv
)"\n"
12677 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterfvSGI
)"\n"
12678 ".set "GLAPI_PREFIX_STR(GetColorTableParameterfvSGI
)", "GLAPI_PREFIX_STR(GetColorTableParameterfv
)"\n"
12681 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetColorTableParameteriv
))"\n"
12682 "\t"STUB_ASM_CODE("345")"\n"
12685 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterivEXT
)"\n"
12686 ".set "GLAPI_PREFIX_STR(GetColorTableParameterivEXT
)", "GLAPI_PREFIX_STR(GetColorTableParameteriv
)"\n"
12690 ".globl "GLAPI_PREFIX_STR(GetColorTableParameterivSGI
)"\n"
12691 ".set "GLAPI_PREFIX_STR(GetColorTableParameterivSGI
)", "GLAPI_PREFIX_STR(GetColorTableParameteriv
)"\n"
12694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorSubTable
))"\n"
12695 "\t"STUB_ASM_CODE("346")"\n"
12697 ".globl "GLAPI_PREFIX_STR(ColorSubTableEXT
)"\n"
12698 ".set "GLAPI_PREFIX_STR(ColorSubTableEXT
)", "GLAPI_PREFIX_STR(ColorSubTable
)"\n"
12700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyColorSubTable
))"\n"
12701 "\t"STUB_ASM_CODE("347")"\n"
12703 ".globl "GLAPI_PREFIX_STR(CopyColorSubTableEXT
)"\n"
12704 ".set "GLAPI_PREFIX_STR(CopyColorSubTableEXT
)", "GLAPI_PREFIX_STR(CopyColorSubTable
)"\n"
12706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter1D
))"\n"
12707 "\t"STUB_ASM_CODE("348")"\n"
12709 ".globl "GLAPI_PREFIX_STR(ConvolutionFilter1DEXT
)"\n"
12710 ".set "GLAPI_PREFIX_STR(ConvolutionFilter1DEXT
)", "GLAPI_PREFIX_STR(ConvolutionFilter1D
)"\n"
12712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionFilter2D
))"\n"
12713 "\t"STUB_ASM_CODE("349")"\n"
12715 ".globl "GLAPI_PREFIX_STR(ConvolutionFilter2DEXT
)"\n"
12716 ".set "GLAPI_PREFIX_STR(ConvolutionFilter2DEXT
)", "GLAPI_PREFIX_STR(ConvolutionFilter2D
)"\n"
12718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterf
))"\n"
12719 "\t"STUB_ASM_CODE("350")"\n"
12721 ".globl "GLAPI_PREFIX_STR(ConvolutionParameterfEXT
)"\n"
12722 ".set "GLAPI_PREFIX_STR(ConvolutionParameterfEXT
)", "GLAPI_PREFIX_STR(ConvolutionParameterf
)"\n"
12724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameterfv
))"\n"
12725 "\t"STUB_ASM_CODE("351")"\n"
12727 ".globl "GLAPI_PREFIX_STR(ConvolutionParameterfvEXT
)"\n"
12728 ".set "GLAPI_PREFIX_STR(ConvolutionParameterfvEXT
)", "GLAPI_PREFIX_STR(ConvolutionParameterfv
)"\n"
12730 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteri
))"\n"
12731 "\t"STUB_ASM_CODE("352")"\n"
12733 ".globl "GLAPI_PREFIX_STR(ConvolutionParameteriEXT
)"\n"
12734 ".set "GLAPI_PREFIX_STR(ConvolutionParameteriEXT
)", "GLAPI_PREFIX_STR(ConvolutionParameteri
)"\n"
12736 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ConvolutionParameteriv
))"\n"
12737 "\t"STUB_ASM_CODE("353")"\n"
12739 ".globl "GLAPI_PREFIX_STR(ConvolutionParameterivEXT
)"\n"
12740 ".set "GLAPI_PREFIX_STR(ConvolutionParameterivEXT
)", "GLAPI_PREFIX_STR(ConvolutionParameteriv
)"\n"
12742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter1D
))"\n"
12743 "\t"STUB_ASM_CODE("354")"\n"
12745 ".globl "GLAPI_PREFIX_STR(CopyConvolutionFilter1DEXT
)"\n"
12746 ".set "GLAPI_PREFIX_STR(CopyConvolutionFilter1DEXT
)", "GLAPI_PREFIX_STR(CopyConvolutionFilter1D
)"\n"
12748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyConvolutionFilter2D
))"\n"
12749 "\t"STUB_ASM_CODE("355")"\n"
12751 ".globl "GLAPI_PREFIX_STR(CopyConvolutionFilter2DEXT
)"\n"
12752 ".set "GLAPI_PREFIX_STR(CopyConvolutionFilter2DEXT
)", "GLAPI_PREFIX_STR(CopyConvolutionFilter2D
)"\n"
12754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionFilter
))"\n"
12755 "\t"STUB_ASM_CODE("356")"\n"
12758 ".globl "GLAPI_PREFIX_STR(GetConvolutionFilterEXT
)"\n"
12759 ".set "GLAPI_PREFIX_STR(GetConvolutionFilterEXT
)", "GLAPI_PREFIX_STR(GetConvolutionFilter
)"\n"
12762 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameterfv
))"\n"
12763 "\t"STUB_ASM_CODE("357")"\n"
12766 ".globl "GLAPI_PREFIX_STR(GetConvolutionParameterfvEXT
)"\n"
12767 ".set "GLAPI_PREFIX_STR(GetConvolutionParameterfvEXT
)", "GLAPI_PREFIX_STR(GetConvolutionParameterfv
)"\n"
12770 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetConvolutionParameteriv
))"\n"
12771 "\t"STUB_ASM_CODE("358")"\n"
12774 ".globl "GLAPI_PREFIX_STR(GetConvolutionParameterivEXT
)"\n"
12775 ".set "GLAPI_PREFIX_STR(GetConvolutionParameterivEXT
)", "GLAPI_PREFIX_STR(GetConvolutionParameteriv
)"\n"
12778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSeparableFilter
))"\n"
12779 "\t"STUB_ASM_CODE("359")"\n"
12782 ".globl "GLAPI_PREFIX_STR(GetSeparableFilterEXT
)"\n"
12783 ".set "GLAPI_PREFIX_STR(GetSeparableFilterEXT
)", "GLAPI_PREFIX_STR(GetSeparableFilter
)"\n"
12786 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SeparableFilter2D
))"\n"
12787 "\t"STUB_ASM_CODE("360")"\n"
12789 ".globl "GLAPI_PREFIX_STR(SeparableFilter2DEXT
)"\n"
12790 ".set "GLAPI_PREFIX_STR(SeparableFilter2DEXT
)", "GLAPI_PREFIX_STR(SeparableFilter2D
)"\n"
12792 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogram
))"\n"
12793 "\t"STUB_ASM_CODE("361")"\n"
12796 ".globl "GLAPI_PREFIX_STR(GetHistogramEXT
)"\n"
12797 ".set "GLAPI_PREFIX_STR(GetHistogramEXT
)", "GLAPI_PREFIX_STR(GetHistogram
)"\n"
12800 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameterfv
))"\n"
12801 "\t"STUB_ASM_CODE("362")"\n"
12804 ".globl "GLAPI_PREFIX_STR(GetHistogramParameterfvEXT
)"\n"
12805 ".set "GLAPI_PREFIX_STR(GetHistogramParameterfvEXT
)", "GLAPI_PREFIX_STR(GetHistogramParameterfv
)"\n"
12808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHistogramParameteriv
))"\n"
12809 "\t"STUB_ASM_CODE("363")"\n"
12812 ".globl "GLAPI_PREFIX_STR(GetHistogramParameterivEXT
)"\n"
12813 ".set "GLAPI_PREFIX_STR(GetHistogramParameterivEXT
)", "GLAPI_PREFIX_STR(GetHistogramParameteriv
)"\n"
12816 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmax
))"\n"
12817 "\t"STUB_ASM_CODE("364")"\n"
12820 ".globl "GLAPI_PREFIX_STR(GetMinmaxEXT
)"\n"
12821 ".set "GLAPI_PREFIX_STR(GetMinmaxEXT
)", "GLAPI_PREFIX_STR(GetMinmax
)"\n"
12824 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameterfv
))"\n"
12825 "\t"STUB_ASM_CODE("365")"\n"
12828 ".globl "GLAPI_PREFIX_STR(GetMinmaxParameterfvEXT
)"\n"
12829 ".set "GLAPI_PREFIX_STR(GetMinmaxParameterfvEXT
)", "GLAPI_PREFIX_STR(GetMinmaxParameterfv
)"\n"
12832 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMinmaxParameteriv
))"\n"
12833 "\t"STUB_ASM_CODE("366")"\n"
12836 ".globl "GLAPI_PREFIX_STR(GetMinmaxParameterivEXT
)"\n"
12837 ".set "GLAPI_PREFIX_STR(GetMinmaxParameterivEXT
)", "GLAPI_PREFIX_STR(GetMinmaxParameteriv
)"\n"
12840 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram
))"\n"
12841 "\t"STUB_ASM_CODE("367")"\n"
12843 ".globl "GLAPI_PREFIX_STR(HistogramEXT
)"\n"
12844 ".set "GLAPI_PREFIX_STR(HistogramEXT
)", "GLAPI_PREFIX_STR(Histogram
)"\n"
12846 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Minmax
))"\n"
12847 "\t"STUB_ASM_CODE("368")"\n"
12849 ".globl "GLAPI_PREFIX_STR(MinmaxEXT
)"\n"
12850 ".set "GLAPI_PREFIX_STR(MinmaxEXT
)", "GLAPI_PREFIX_STR(Minmax
)"\n"
12852 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetHistogram
))"\n"
12853 "\t"STUB_ASM_CODE("369")"\n"
12855 ".globl "GLAPI_PREFIX_STR(ResetHistogramEXT
)"\n"
12856 ".set "GLAPI_PREFIX_STR(ResetHistogramEXT
)", "GLAPI_PREFIX_STR(ResetHistogram
)"\n"
12858 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResetMinmax
))"\n"
12859 "\t"STUB_ASM_CODE("370")"\n"
12861 ".globl "GLAPI_PREFIX_STR(ResetMinmaxEXT
)"\n"
12862 ".set "GLAPI_PREFIX_STR(ResetMinmaxEXT
)", "GLAPI_PREFIX_STR(ResetMinmax
)"\n"
12864 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexImage3D
))"\n"
12865 "\t"STUB_ASM_CODE("371")"\n"
12867 ".globl "GLAPI_PREFIX_STR(TexImage3DEXT
)"\n"
12868 ".set "GLAPI_PREFIX_STR(TexImage3DEXT
)", "GLAPI_PREFIX_STR(TexImage3D
)"\n"
12870 ".globl "GLAPI_PREFIX_STR(TexImage3DOES
)"\n"
12871 ".set "GLAPI_PREFIX_STR(TexImage3DOES
)", "GLAPI_PREFIX_STR(TexImage3D
)"\n"
12873 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexSubImage3D
))"\n"
12874 "\t"STUB_ASM_CODE("372")"\n"
12876 ".globl "GLAPI_PREFIX_STR(TexSubImage3DEXT
)"\n"
12877 ".set "GLAPI_PREFIX_STR(TexSubImage3DEXT
)", "GLAPI_PREFIX_STR(TexSubImage3D
)"\n"
12879 ".globl "GLAPI_PREFIX_STR(TexSubImage3DOES
)"\n"
12880 ".set "GLAPI_PREFIX_STR(TexSubImage3DOES
)", "GLAPI_PREFIX_STR(TexSubImage3D
)"\n"
12882 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyTexSubImage3D
))"\n"
12883 "\t"STUB_ASM_CODE("373")"\n"
12885 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT
)"\n"
12886 ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DEXT
)", "GLAPI_PREFIX_STR(CopyTexSubImage3D
)"\n"
12888 ".globl "GLAPI_PREFIX_STR(CopyTexSubImage3DOES
)"\n"
12889 ".set "GLAPI_PREFIX_STR(CopyTexSubImage3DOES
)", "GLAPI_PREFIX_STR(CopyTexSubImage3D
)"\n"
12891 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveTextureARB
))"\n"
12892 "\t"STUB_ASM_CODE("374")"\n"
12894 ".globl "GLAPI_PREFIX_STR(ActiveTexture
)"\n"
12895 ".set "GLAPI_PREFIX_STR(ActiveTexture
)", "GLAPI_PREFIX_STR(ActiveTextureARB
)"\n"
12897 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientActiveTextureARB
))"\n"
12898 "\t"STUB_ASM_CODE("375")"\n"
12900 ".globl "GLAPI_PREFIX_STR(ClientActiveTexture
)"\n"
12901 ".set "GLAPI_PREFIX_STR(ClientActiveTexture
)", "GLAPI_PREFIX_STR(ClientActiveTextureARB
)"\n"
12903 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dARB
))"\n"
12904 "\t"STUB_ASM_CODE("376")"\n"
12906 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1d
)"\n"
12907 ".set "GLAPI_PREFIX_STR(MultiTexCoord1d
)", "GLAPI_PREFIX_STR(MultiTexCoord1dARB
)"\n"
12909 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1dvARB
))"\n"
12910 "\t"STUB_ASM_CODE("377")"\n"
12912 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1dv
)"\n"
12913 ".set "GLAPI_PREFIX_STR(MultiTexCoord1dv
)", "GLAPI_PREFIX_STR(MultiTexCoord1dvARB
)"\n"
12915 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fARB
))"\n"
12916 "\t"STUB_ASM_CODE("378")"\n"
12918 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1f
)"\n"
12919 ".set "GLAPI_PREFIX_STR(MultiTexCoord1f
)", "GLAPI_PREFIX_STR(MultiTexCoord1fARB
)"\n"
12921 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1fvARB
))"\n"
12922 "\t"STUB_ASM_CODE("379")"\n"
12924 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1fv
)"\n"
12925 ".set "GLAPI_PREFIX_STR(MultiTexCoord1fv
)", "GLAPI_PREFIX_STR(MultiTexCoord1fvARB
)"\n"
12927 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1iARB
))"\n"
12928 "\t"STUB_ASM_CODE("380")"\n"
12930 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1i
)"\n"
12931 ".set "GLAPI_PREFIX_STR(MultiTexCoord1i
)", "GLAPI_PREFIX_STR(MultiTexCoord1iARB
)"\n"
12933 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1ivARB
))"\n"
12934 "\t"STUB_ASM_CODE("381")"\n"
12936 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1iv
)"\n"
12937 ".set "GLAPI_PREFIX_STR(MultiTexCoord1iv
)", "GLAPI_PREFIX_STR(MultiTexCoord1ivARB
)"\n"
12939 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1sARB
))"\n"
12940 "\t"STUB_ASM_CODE("382")"\n"
12942 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1s
)"\n"
12943 ".set "GLAPI_PREFIX_STR(MultiTexCoord1s
)", "GLAPI_PREFIX_STR(MultiTexCoord1sARB
)"\n"
12945 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord1svARB
))"\n"
12946 "\t"STUB_ASM_CODE("383")"\n"
12948 ".globl "GLAPI_PREFIX_STR(MultiTexCoord1sv
)"\n"
12949 ".set "GLAPI_PREFIX_STR(MultiTexCoord1sv
)", "GLAPI_PREFIX_STR(MultiTexCoord1svARB
)"\n"
12951 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dARB
))"\n"
12952 "\t"STUB_ASM_CODE("384")"\n"
12954 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2d
)"\n"
12955 ".set "GLAPI_PREFIX_STR(MultiTexCoord2d
)", "GLAPI_PREFIX_STR(MultiTexCoord2dARB
)"\n"
12957 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2dvARB
))"\n"
12958 "\t"STUB_ASM_CODE("385")"\n"
12960 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2dv
)"\n"
12961 ".set "GLAPI_PREFIX_STR(MultiTexCoord2dv
)", "GLAPI_PREFIX_STR(MultiTexCoord2dvARB
)"\n"
12963 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fARB
))"\n"
12964 "\t"STUB_ASM_CODE("386")"\n"
12966 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2f
)"\n"
12967 ".set "GLAPI_PREFIX_STR(MultiTexCoord2f
)", "GLAPI_PREFIX_STR(MultiTexCoord2fARB
)"\n"
12969 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2fvARB
))"\n"
12970 "\t"STUB_ASM_CODE("387")"\n"
12972 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2fv
)"\n"
12973 ".set "GLAPI_PREFIX_STR(MultiTexCoord2fv
)", "GLAPI_PREFIX_STR(MultiTexCoord2fvARB
)"\n"
12975 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2iARB
))"\n"
12976 "\t"STUB_ASM_CODE("388")"\n"
12978 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2i
)"\n"
12979 ".set "GLAPI_PREFIX_STR(MultiTexCoord2i
)", "GLAPI_PREFIX_STR(MultiTexCoord2iARB
)"\n"
12981 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2ivARB
))"\n"
12982 "\t"STUB_ASM_CODE("389")"\n"
12984 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2iv
)"\n"
12985 ".set "GLAPI_PREFIX_STR(MultiTexCoord2iv
)", "GLAPI_PREFIX_STR(MultiTexCoord2ivARB
)"\n"
12987 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2sARB
))"\n"
12988 "\t"STUB_ASM_CODE("390")"\n"
12990 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2s
)"\n"
12991 ".set "GLAPI_PREFIX_STR(MultiTexCoord2s
)", "GLAPI_PREFIX_STR(MultiTexCoord2sARB
)"\n"
12993 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord2svARB
))"\n"
12994 "\t"STUB_ASM_CODE("391")"\n"
12996 ".globl "GLAPI_PREFIX_STR(MultiTexCoord2sv
)"\n"
12997 ".set "GLAPI_PREFIX_STR(MultiTexCoord2sv
)", "GLAPI_PREFIX_STR(MultiTexCoord2svARB
)"\n"
12999 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dARB
))"\n"
13000 "\t"STUB_ASM_CODE("392")"\n"
13002 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3d
)"\n"
13003 ".set "GLAPI_PREFIX_STR(MultiTexCoord3d
)", "GLAPI_PREFIX_STR(MultiTexCoord3dARB
)"\n"
13005 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3dvARB
))"\n"
13006 "\t"STUB_ASM_CODE("393")"\n"
13008 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3dv
)"\n"
13009 ".set "GLAPI_PREFIX_STR(MultiTexCoord3dv
)", "GLAPI_PREFIX_STR(MultiTexCoord3dvARB
)"\n"
13011 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fARB
))"\n"
13012 "\t"STUB_ASM_CODE("394")"\n"
13014 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3f
)"\n"
13015 ".set "GLAPI_PREFIX_STR(MultiTexCoord3f
)", "GLAPI_PREFIX_STR(MultiTexCoord3fARB
)"\n"
13017 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3fvARB
))"\n"
13018 "\t"STUB_ASM_CODE("395")"\n"
13020 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3fv
)"\n"
13021 ".set "GLAPI_PREFIX_STR(MultiTexCoord3fv
)", "GLAPI_PREFIX_STR(MultiTexCoord3fvARB
)"\n"
13023 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3iARB
))"\n"
13024 "\t"STUB_ASM_CODE("396")"\n"
13026 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3i
)"\n"
13027 ".set "GLAPI_PREFIX_STR(MultiTexCoord3i
)", "GLAPI_PREFIX_STR(MultiTexCoord3iARB
)"\n"
13029 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3ivARB
))"\n"
13030 "\t"STUB_ASM_CODE("397")"\n"
13032 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3iv
)"\n"
13033 ".set "GLAPI_PREFIX_STR(MultiTexCoord3iv
)", "GLAPI_PREFIX_STR(MultiTexCoord3ivARB
)"\n"
13035 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3sARB
))"\n"
13036 "\t"STUB_ASM_CODE("398")"\n"
13038 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3s
)"\n"
13039 ".set "GLAPI_PREFIX_STR(MultiTexCoord3s
)", "GLAPI_PREFIX_STR(MultiTexCoord3sARB
)"\n"
13041 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord3svARB
))"\n"
13042 "\t"STUB_ASM_CODE("399")"\n"
13044 ".globl "GLAPI_PREFIX_STR(MultiTexCoord3sv
)"\n"
13045 ".set "GLAPI_PREFIX_STR(MultiTexCoord3sv
)", "GLAPI_PREFIX_STR(MultiTexCoord3svARB
)"\n"
13047 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dARB
))"\n"
13048 "\t"STUB_ASM_CODE("400")"\n"
13050 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4d
)"\n"
13051 ".set "GLAPI_PREFIX_STR(MultiTexCoord4d
)", "GLAPI_PREFIX_STR(MultiTexCoord4dARB
)"\n"
13053 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4dvARB
))"\n"
13054 "\t"STUB_ASM_CODE("401")"\n"
13056 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4dv
)"\n"
13057 ".set "GLAPI_PREFIX_STR(MultiTexCoord4dv
)", "GLAPI_PREFIX_STR(MultiTexCoord4dvARB
)"\n"
13059 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fARB
))"\n"
13060 "\t"STUB_ASM_CODE("402")"\n"
13062 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4f
)"\n"
13063 ".set "GLAPI_PREFIX_STR(MultiTexCoord4f
)", "GLAPI_PREFIX_STR(MultiTexCoord4fARB
)"\n"
13065 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4fvARB
))"\n"
13066 "\t"STUB_ASM_CODE("403")"\n"
13068 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4fv
)"\n"
13069 ".set "GLAPI_PREFIX_STR(MultiTexCoord4fv
)", "GLAPI_PREFIX_STR(MultiTexCoord4fvARB
)"\n"
13071 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4iARB
))"\n"
13072 "\t"STUB_ASM_CODE("404")"\n"
13074 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4i
)"\n"
13075 ".set "GLAPI_PREFIX_STR(MultiTexCoord4i
)", "GLAPI_PREFIX_STR(MultiTexCoord4iARB
)"\n"
13077 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4ivARB
))"\n"
13078 "\t"STUB_ASM_CODE("405")"\n"
13080 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4iv
)"\n"
13081 ".set "GLAPI_PREFIX_STR(MultiTexCoord4iv
)", "GLAPI_PREFIX_STR(MultiTexCoord4ivARB
)"\n"
13083 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4sARB
))"\n"
13084 "\t"STUB_ASM_CODE("406")"\n"
13086 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4s
)"\n"
13087 ".set "GLAPI_PREFIX_STR(MultiTexCoord4s
)", "GLAPI_PREFIX_STR(MultiTexCoord4sARB
)"\n"
13089 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4svARB
))"\n"
13090 "\t"STUB_ASM_CODE("407")"\n"
13092 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4sv
)"\n"
13093 ".set "GLAPI_PREFIX_STR(MultiTexCoord4sv
)", "GLAPI_PREFIX_STR(MultiTexCoord4svARB
)"\n"
13095 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachShader
))"\n"
13096 "\t"STUB_ASM_CODE("408")"\n"
13098 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgram
))"\n"
13099 "\t"STUB_ASM_CODE("409")"\n"
13101 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShader
))"\n"
13102 "\t"STUB_ASM_CODE("410")"\n"
13104 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgram
))"\n"
13105 "\t"STUB_ASM_CODE("411")"\n"
13107 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteShader
))"\n"
13108 "\t"STUB_ASM_CODE("412")"\n"
13110 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachShader
))"\n"
13111 "\t"STUB_ASM_CODE("413")"\n"
13113 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedShaders
))"\n"
13114 "\t"STUB_ASM_CODE("414")"\n"
13116 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog
))"\n"
13117 "\t"STUB_ASM_CODE("415")"\n"
13119 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramiv
))"\n"
13120 "\t"STUB_ASM_CODE("416")"\n"
13122 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderInfoLog
))"\n"
13123 "\t"STUB_ASM_CODE("417")"\n"
13125 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderiv
))"\n"
13126 "\t"STUB_ASM_CODE("418")"\n"
13128 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgram
))"\n"
13129 "\t"STUB_ASM_CODE("419")"\n"
13131 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsShader
))"\n"
13132 "\t"STUB_ASM_CODE("420")"\n"
13134 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparate
))"\n"
13135 "\t"STUB_ASM_CODE("421")"\n"
13137 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilMaskSeparate
))"\n"
13138 "\t"STUB_ASM_CODE("422")"\n"
13140 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilOpSeparate
))"\n"
13141 "\t"STUB_ASM_CODE("423")"\n"
13143 ".globl "GLAPI_PREFIX_STR(StencilOpSeparateATI
)"\n"
13144 ".set "GLAPI_PREFIX_STR(StencilOpSeparateATI
)", "GLAPI_PREFIX_STR(StencilOpSeparate
)"\n"
13146 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x3fv
))"\n"
13147 "\t"STUB_ASM_CODE("424")"\n"
13149 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2x4fv
))"\n"
13150 "\t"STUB_ASM_CODE("425")"\n"
13152 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x2fv
))"\n"
13153 "\t"STUB_ASM_CODE("426")"\n"
13155 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3x4fv
))"\n"
13156 "\t"STUB_ASM_CODE("427")"\n"
13158 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x2fv
))"\n"
13159 "\t"STUB_ASM_CODE("428")"\n"
13161 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4x3fv
))"\n"
13162 "\t"STUB_ASM_CODE("429")"\n"
13164 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColor
))"\n"
13165 "\t"STUB_ASM_CODE("430")"\n"
13167 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfi
))"\n"
13168 "\t"STUB_ASM_CODE("431")"\n"
13170 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferfv
))"\n"
13171 "\t"STUB_ASM_CODE("432")"\n"
13173 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferiv
))"\n"
13174 "\t"STUB_ASM_CODE("433")"\n"
13176 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearBufferuiv
))"\n"
13177 "\t"STUB_ASM_CODE("434")"\n"
13179 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetStringi
))"\n"
13180 "\t"STUB_ASM_CODE("435")"\n"
13182 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBuffer
))"\n"
13183 "\t"STUB_ASM_CODE("436")"\n"
13185 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture
))"\n"
13186 "\t"STUB_ASM_CODE("437")"\n"
13188 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameteri64v
))"\n"
13189 "\t"STUB_ASM_CODE("438")"\n"
13191 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64i_v
))"\n"
13192 "\t"STUB_ASM_CODE("439")"\n"
13194 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisor
))"\n"
13195 "\t"STUB_ASM_CODE("440")"\n"
13197 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixdARB
))"\n"
13198 "\t"STUB_ASM_CODE("441")"\n"
13200 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixd
)"\n"
13201 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixd
)", "GLAPI_PREFIX_STR(LoadTransposeMatrixdARB
)"\n"
13203 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadTransposeMatrixfARB
))"\n"
13204 "\t"STUB_ASM_CODE("442")"\n"
13206 ".globl "GLAPI_PREFIX_STR(LoadTransposeMatrixf
)"\n"
13207 ".set "GLAPI_PREFIX_STR(LoadTransposeMatrixf
)", "GLAPI_PREFIX_STR(LoadTransposeMatrixfARB
)"\n"
13209 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixdARB
))"\n"
13210 "\t"STUB_ASM_CODE("443")"\n"
13212 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixd
)"\n"
13213 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixd
)", "GLAPI_PREFIX_STR(MultTransposeMatrixdARB
)"\n"
13215 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultTransposeMatrixfARB
))"\n"
13216 "\t"STUB_ASM_CODE("444")"\n"
13218 ".globl "GLAPI_PREFIX_STR(MultTransposeMatrixf
)"\n"
13219 ".set "GLAPI_PREFIX_STR(MultTransposeMatrixf
)", "GLAPI_PREFIX_STR(MultTransposeMatrixfARB
)"\n"
13221 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoverageARB
))"\n"
13222 "\t"STUB_ASM_CODE("445")"\n"
13224 ".globl "GLAPI_PREFIX_STR(SampleCoverage
)"\n"
13225 ".set "GLAPI_PREFIX_STR(SampleCoverage
)", "GLAPI_PREFIX_STR(SampleCoverageARB
)"\n"
13227 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage1DARB
))"\n"
13228 "\t"STUB_ASM_CODE("446")"\n"
13230 ".globl "GLAPI_PREFIX_STR(CompressedTexImage1D
)"\n"
13231 ".set "GLAPI_PREFIX_STR(CompressedTexImage1D
)", "GLAPI_PREFIX_STR(CompressedTexImage1DARB
)"\n"
13233 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage2DARB
))"\n"
13234 "\t"STUB_ASM_CODE("447")"\n"
13236 ".globl "GLAPI_PREFIX_STR(CompressedTexImage2D
)"\n"
13237 ".set "GLAPI_PREFIX_STR(CompressedTexImage2D
)", "GLAPI_PREFIX_STR(CompressedTexImage2DARB
)"\n"
13239 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexImage3DARB
))"\n"
13240 "\t"STUB_ASM_CODE("448")"\n"
13242 ".globl "GLAPI_PREFIX_STR(CompressedTexImage3D
)"\n"
13243 ".set "GLAPI_PREFIX_STR(CompressedTexImage3D
)", "GLAPI_PREFIX_STR(CompressedTexImage3DARB
)"\n"
13245 ".globl "GLAPI_PREFIX_STR(CompressedTexImage3DOES
)"\n"
13246 ".set "GLAPI_PREFIX_STR(CompressedTexImage3DOES
)", "GLAPI_PREFIX_STR(CompressedTexImage3DARB
)"\n"
13248 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage1DARB
))"\n"
13249 "\t"STUB_ASM_CODE("449")"\n"
13251 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage1D
)"\n"
13252 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage1D
)", "GLAPI_PREFIX_STR(CompressedTexSubImage1DARB
)"\n"
13254 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage2DARB
))"\n"
13255 "\t"STUB_ASM_CODE("450")"\n"
13257 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage2D
)"\n"
13258 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage2D
)", "GLAPI_PREFIX_STR(CompressedTexSubImage2DARB
)"\n"
13260 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompressedTexSubImage3DARB
))"\n"
13261 "\t"STUB_ASM_CODE("451")"\n"
13263 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3D
)"\n"
13264 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3D
)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB
)"\n"
13266 ".globl "GLAPI_PREFIX_STR(CompressedTexSubImage3DOES
)"\n"
13267 ".set "GLAPI_PREFIX_STR(CompressedTexSubImage3DOES
)", "GLAPI_PREFIX_STR(CompressedTexSubImage3DARB
)"\n"
13269 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCompressedTexImageARB
))"\n"
13270 "\t"STUB_ASM_CODE("452")"\n"
13272 ".globl "GLAPI_PREFIX_STR(GetCompressedTexImage
)"\n"
13273 ".set "GLAPI_PREFIX_STR(GetCompressedTexImage
)", "GLAPI_PREFIX_STR(GetCompressedTexImageARB
)"\n"
13275 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableVertexAttribArrayARB
))"\n"
13276 "\t"STUB_ASM_CODE("453")"\n"
13278 ".globl "GLAPI_PREFIX_STR(DisableVertexAttribArray
)"\n"
13279 ".set "GLAPI_PREFIX_STR(DisableVertexAttribArray
)", "GLAPI_PREFIX_STR(DisableVertexAttribArrayARB
)"\n"
13281 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableVertexAttribArrayARB
))"\n"
13282 "\t"STUB_ASM_CODE("454")"\n"
13284 ".globl "GLAPI_PREFIX_STR(EnableVertexAttribArray
)"\n"
13285 ".set "GLAPI_PREFIX_STR(EnableVertexAttribArray
)", "GLAPI_PREFIX_STR(EnableVertexAttribArrayARB
)"\n"
13287 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterdvARB
))"\n"
13288 "\t"STUB_ASM_CODE("455")"\n"
13290 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramEnvParameterfvARB
))"\n"
13291 "\t"STUB_ASM_CODE("456")"\n"
13293 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterdvARB
))"\n"
13294 "\t"STUB_ASM_CODE("457")"\n"
13296 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramLocalParameterfvARB
))"\n"
13297 "\t"STUB_ASM_CODE("458")"\n"
13299 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringARB
))"\n"
13300 "\t"STUB_ASM_CODE("459")"\n"
13302 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivARB
))"\n"
13303 "\t"STUB_ASM_CODE("460")"\n"
13305 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvARB
))"\n"
13306 "\t"STUB_ASM_CODE("461")"\n"
13308 ".globl "GLAPI_PREFIX_STR(GetVertexAttribdv
)"\n"
13309 ".set "GLAPI_PREFIX_STR(GetVertexAttribdv
)", "GLAPI_PREFIX_STR(GetVertexAttribdvARB
)"\n"
13311 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvARB
))"\n"
13312 "\t"STUB_ASM_CODE("462")"\n"
13314 ".globl "GLAPI_PREFIX_STR(GetVertexAttribfv
)"\n"
13315 ".set "GLAPI_PREFIX_STR(GetVertexAttribfv
)", "GLAPI_PREFIX_STR(GetVertexAttribfvARB
)"\n"
13317 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivARB
))"\n"
13318 "\t"STUB_ASM_CODE("463")"\n"
13320 ".globl "GLAPI_PREFIX_STR(GetVertexAttribiv
)"\n"
13321 ".set "GLAPI_PREFIX_STR(GetVertexAttribiv
)", "GLAPI_PREFIX_STR(GetVertexAttribivARB
)"\n"
13323 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dARB
))"\n"
13324 "\t"STUB_ASM_CODE("464")"\n"
13326 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dNV
)"\n"
13327 ".set "GLAPI_PREFIX_STR(ProgramParameter4dNV
)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dARB
)"\n"
13329 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB
))"\n"
13330 "\t"STUB_ASM_CODE("465")"\n"
13332 ".globl "GLAPI_PREFIX_STR(ProgramParameter4dvNV
)"\n"
13333 ".set "GLAPI_PREFIX_STR(ProgramParameter4dvNV
)", "GLAPI_PREFIX_STR(ProgramEnvParameter4dvARB
)"\n"
13335 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fARB
))"\n"
13336 "\t"STUB_ASM_CODE("466")"\n"
13338 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fNV
)"\n"
13339 ".set "GLAPI_PREFIX_STR(ProgramParameter4fNV
)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fARB
)"\n"
13341 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB
))"\n"
13342 "\t"STUB_ASM_CODE("467")"\n"
13344 ".globl "GLAPI_PREFIX_STR(ProgramParameter4fvNV
)"\n"
13345 ".set "GLAPI_PREFIX_STR(ProgramParameter4fvNV
)", "GLAPI_PREFIX_STR(ProgramEnvParameter4fvARB
)"\n"
13347 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dARB
))"\n"
13348 "\t"STUB_ASM_CODE("468")"\n"
13350 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4dvARB
))"\n"
13351 "\t"STUB_ASM_CODE("469")"\n"
13353 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fARB
))"\n"
13354 "\t"STUB_ASM_CODE("470")"\n"
13356 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameter4fvARB
))"\n"
13357 "\t"STUB_ASM_CODE("471")"\n"
13359 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramStringARB
))"\n"
13360 "\t"STUB_ASM_CODE("472")"\n"
13362 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dARB
))"\n"
13363 "\t"STUB_ASM_CODE("473")"\n"
13365 ".globl "GLAPI_PREFIX_STR(VertexAttrib1d
)"\n"
13366 ".set "GLAPI_PREFIX_STR(VertexAttrib1d
)", "GLAPI_PREFIX_STR(VertexAttrib1dARB
)"\n"
13368 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvARB
))"\n"
13369 "\t"STUB_ASM_CODE("474")"\n"
13371 ".globl "GLAPI_PREFIX_STR(VertexAttrib1dv
)"\n"
13372 ".set "GLAPI_PREFIX_STR(VertexAttrib1dv
)", "GLAPI_PREFIX_STR(VertexAttrib1dvARB
)"\n"
13374 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fARB
))"\n"
13375 "\t"STUB_ASM_CODE("475")"\n"
13377 ".globl "GLAPI_PREFIX_STR(VertexAttrib1f
)"\n"
13378 ".set "GLAPI_PREFIX_STR(VertexAttrib1f
)", "GLAPI_PREFIX_STR(VertexAttrib1fARB
)"\n"
13380 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvARB
))"\n"
13381 "\t"STUB_ASM_CODE("476")"\n"
13383 ".globl "GLAPI_PREFIX_STR(VertexAttrib1fv
)"\n"
13384 ".set "GLAPI_PREFIX_STR(VertexAttrib1fv
)", "GLAPI_PREFIX_STR(VertexAttrib1fvARB
)"\n"
13386 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sARB
))"\n"
13387 "\t"STUB_ASM_CODE("477")"\n"
13389 ".globl "GLAPI_PREFIX_STR(VertexAttrib1s
)"\n"
13390 ".set "GLAPI_PREFIX_STR(VertexAttrib1s
)", "GLAPI_PREFIX_STR(VertexAttrib1sARB
)"\n"
13392 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svARB
))"\n"
13393 "\t"STUB_ASM_CODE("478")"\n"
13395 ".globl "GLAPI_PREFIX_STR(VertexAttrib1sv
)"\n"
13396 ".set "GLAPI_PREFIX_STR(VertexAttrib1sv
)", "GLAPI_PREFIX_STR(VertexAttrib1svARB
)"\n"
13398 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dARB
))"\n"
13399 "\t"STUB_ASM_CODE("479")"\n"
13401 ".globl "GLAPI_PREFIX_STR(VertexAttrib2d
)"\n"
13402 ".set "GLAPI_PREFIX_STR(VertexAttrib2d
)", "GLAPI_PREFIX_STR(VertexAttrib2dARB
)"\n"
13404 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvARB
))"\n"
13405 "\t"STUB_ASM_CODE("480")"\n"
13407 ".globl "GLAPI_PREFIX_STR(VertexAttrib2dv
)"\n"
13408 ".set "GLAPI_PREFIX_STR(VertexAttrib2dv
)", "GLAPI_PREFIX_STR(VertexAttrib2dvARB
)"\n"
13410 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fARB
))"\n"
13411 "\t"STUB_ASM_CODE("481")"\n"
13413 ".globl "GLAPI_PREFIX_STR(VertexAttrib2f
)"\n"
13414 ".set "GLAPI_PREFIX_STR(VertexAttrib2f
)", "GLAPI_PREFIX_STR(VertexAttrib2fARB
)"\n"
13416 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvARB
))"\n"
13417 "\t"STUB_ASM_CODE("482")"\n"
13419 ".globl "GLAPI_PREFIX_STR(VertexAttrib2fv
)"\n"
13420 ".set "GLAPI_PREFIX_STR(VertexAttrib2fv
)", "GLAPI_PREFIX_STR(VertexAttrib2fvARB
)"\n"
13422 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sARB
))"\n"
13423 "\t"STUB_ASM_CODE("483")"\n"
13425 ".globl "GLAPI_PREFIX_STR(VertexAttrib2s
)"\n"
13426 ".set "GLAPI_PREFIX_STR(VertexAttrib2s
)", "GLAPI_PREFIX_STR(VertexAttrib2sARB
)"\n"
13428 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svARB
))"\n"
13429 "\t"STUB_ASM_CODE("484")"\n"
13431 ".globl "GLAPI_PREFIX_STR(VertexAttrib2sv
)"\n"
13432 ".set "GLAPI_PREFIX_STR(VertexAttrib2sv
)", "GLAPI_PREFIX_STR(VertexAttrib2svARB
)"\n"
13434 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dARB
))"\n"
13435 "\t"STUB_ASM_CODE("485")"\n"
13437 ".globl "GLAPI_PREFIX_STR(VertexAttrib3d
)"\n"
13438 ".set "GLAPI_PREFIX_STR(VertexAttrib3d
)", "GLAPI_PREFIX_STR(VertexAttrib3dARB
)"\n"
13440 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvARB
))"\n"
13441 "\t"STUB_ASM_CODE("486")"\n"
13443 ".globl "GLAPI_PREFIX_STR(VertexAttrib3dv
)"\n"
13444 ".set "GLAPI_PREFIX_STR(VertexAttrib3dv
)", "GLAPI_PREFIX_STR(VertexAttrib3dvARB
)"\n"
13446 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fARB
))"\n"
13447 "\t"STUB_ASM_CODE("487")"\n"
13449 ".globl "GLAPI_PREFIX_STR(VertexAttrib3f
)"\n"
13450 ".set "GLAPI_PREFIX_STR(VertexAttrib3f
)", "GLAPI_PREFIX_STR(VertexAttrib3fARB
)"\n"
13452 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvARB
))"\n"
13453 "\t"STUB_ASM_CODE("488")"\n"
13455 ".globl "GLAPI_PREFIX_STR(VertexAttrib3fv
)"\n"
13456 ".set "GLAPI_PREFIX_STR(VertexAttrib3fv
)", "GLAPI_PREFIX_STR(VertexAttrib3fvARB
)"\n"
13458 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sARB
))"\n"
13459 "\t"STUB_ASM_CODE("489")"\n"
13461 ".globl "GLAPI_PREFIX_STR(VertexAttrib3s
)"\n"
13462 ".set "GLAPI_PREFIX_STR(VertexAttrib3s
)", "GLAPI_PREFIX_STR(VertexAttrib3sARB
)"\n"
13464 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svARB
))"\n"
13465 "\t"STUB_ASM_CODE("490")"\n"
13467 ".globl "GLAPI_PREFIX_STR(VertexAttrib3sv
)"\n"
13468 ".set "GLAPI_PREFIX_STR(VertexAttrib3sv
)", "GLAPI_PREFIX_STR(VertexAttrib3svARB
)"\n"
13470 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NbvARB
))"\n"
13471 "\t"STUB_ASM_CODE("491")"\n"
13473 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nbv
)"\n"
13474 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nbv
)", "GLAPI_PREFIX_STR(VertexAttrib4NbvARB
)"\n"
13476 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NivARB
))"\n"
13477 "\t"STUB_ASM_CODE("492")"\n"
13479 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Niv
)"\n"
13480 ".set "GLAPI_PREFIX_STR(VertexAttrib4Niv
)", "GLAPI_PREFIX_STR(VertexAttrib4NivARB
)"\n"
13482 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NsvARB
))"\n"
13483 "\t"STUB_ASM_CODE("493")"\n"
13485 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nsv
)"\n"
13486 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nsv
)", "GLAPI_PREFIX_STR(VertexAttrib4NsvARB
)"\n"
13488 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubARB
))"\n"
13489 "\t"STUB_ASM_CODE("494")"\n"
13491 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nub
)"\n"
13492 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nub
)", "GLAPI_PREFIX_STR(VertexAttrib4NubARB
)"\n"
13494 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NubvARB
))"\n"
13495 "\t"STUB_ASM_CODE("495")"\n"
13497 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nubv
)"\n"
13498 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nubv
)", "GLAPI_PREFIX_STR(VertexAttrib4NubvARB
)"\n"
13500 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NuivARB
))"\n"
13501 "\t"STUB_ASM_CODE("496")"\n"
13503 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nuiv
)"\n"
13504 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nuiv
)", "GLAPI_PREFIX_STR(VertexAttrib4NuivARB
)"\n"
13506 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4NusvARB
))"\n"
13507 "\t"STUB_ASM_CODE("497")"\n"
13509 ".globl "GLAPI_PREFIX_STR(VertexAttrib4Nusv
)"\n"
13510 ".set "GLAPI_PREFIX_STR(VertexAttrib4Nusv
)", "GLAPI_PREFIX_STR(VertexAttrib4NusvARB
)"\n"
13512 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4bvARB
))"\n"
13513 "\t"STUB_ASM_CODE("498")"\n"
13515 ".globl "GLAPI_PREFIX_STR(VertexAttrib4bv
)"\n"
13516 ".set "GLAPI_PREFIX_STR(VertexAttrib4bv
)", "GLAPI_PREFIX_STR(VertexAttrib4bvARB
)"\n"
13518 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dARB
))"\n"
13519 "\t"STUB_ASM_CODE("499")"\n"
13521 ".globl "GLAPI_PREFIX_STR(VertexAttrib4d
)"\n"
13522 ".set "GLAPI_PREFIX_STR(VertexAttrib4d
)", "GLAPI_PREFIX_STR(VertexAttrib4dARB
)"\n"
13524 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvARB
))"\n"
13525 "\t"STUB_ASM_CODE("500")"\n"
13527 ".globl "GLAPI_PREFIX_STR(VertexAttrib4dv
)"\n"
13528 ".set "GLAPI_PREFIX_STR(VertexAttrib4dv
)", "GLAPI_PREFIX_STR(VertexAttrib4dvARB
)"\n"
13530 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fARB
))"\n"
13531 "\t"STUB_ASM_CODE("501")"\n"
13533 ".globl "GLAPI_PREFIX_STR(VertexAttrib4f
)"\n"
13534 ".set "GLAPI_PREFIX_STR(VertexAttrib4f
)", "GLAPI_PREFIX_STR(VertexAttrib4fARB
)"\n"
13536 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvARB
))"\n"
13537 "\t"STUB_ASM_CODE("502")"\n"
13539 ".globl "GLAPI_PREFIX_STR(VertexAttrib4fv
)"\n"
13540 ".set "GLAPI_PREFIX_STR(VertexAttrib4fv
)", "GLAPI_PREFIX_STR(VertexAttrib4fvARB
)"\n"
13542 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ivARB
))"\n"
13543 "\t"STUB_ASM_CODE("503")"\n"
13545 ".globl "GLAPI_PREFIX_STR(VertexAttrib4iv
)"\n"
13546 ".set "GLAPI_PREFIX_STR(VertexAttrib4iv
)", "GLAPI_PREFIX_STR(VertexAttrib4ivARB
)"\n"
13548 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sARB
))"\n"
13549 "\t"STUB_ASM_CODE("504")"\n"
13551 ".globl "GLAPI_PREFIX_STR(VertexAttrib4s
)"\n"
13552 ".set "GLAPI_PREFIX_STR(VertexAttrib4s
)", "GLAPI_PREFIX_STR(VertexAttrib4sARB
)"\n"
13554 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svARB
))"\n"
13555 "\t"STUB_ASM_CODE("505")"\n"
13557 ".globl "GLAPI_PREFIX_STR(VertexAttrib4sv
)"\n"
13558 ".set "GLAPI_PREFIX_STR(VertexAttrib4sv
)", "GLAPI_PREFIX_STR(VertexAttrib4svARB
)"\n"
13560 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvARB
))"\n"
13561 "\t"STUB_ASM_CODE("506")"\n"
13563 ".globl "GLAPI_PREFIX_STR(VertexAttrib4ubv
)"\n"
13564 ".set "GLAPI_PREFIX_STR(VertexAttrib4ubv
)", "GLAPI_PREFIX_STR(VertexAttrib4ubvARB
)"\n"
13566 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4uivARB
))"\n"
13567 "\t"STUB_ASM_CODE("507")"\n"
13569 ".globl "GLAPI_PREFIX_STR(VertexAttrib4uiv
)"\n"
13570 ".set "GLAPI_PREFIX_STR(VertexAttrib4uiv
)", "GLAPI_PREFIX_STR(VertexAttrib4uivARB
)"\n"
13572 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4usvARB
))"\n"
13573 "\t"STUB_ASM_CODE("508")"\n"
13575 ".globl "GLAPI_PREFIX_STR(VertexAttrib4usv
)"\n"
13576 ".set "GLAPI_PREFIX_STR(VertexAttrib4usv
)", "GLAPI_PREFIX_STR(VertexAttrib4usvARB
)"\n"
13578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerARB
))"\n"
13579 "\t"STUB_ASM_CODE("509")"\n"
13581 ".globl "GLAPI_PREFIX_STR(VertexAttribPointer
)"\n"
13582 ".set "GLAPI_PREFIX_STR(VertexAttribPointer
)", "GLAPI_PREFIX_STR(VertexAttribPointerARB
)"\n"
13584 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferARB
))"\n"
13585 "\t"STUB_ASM_CODE("510")"\n"
13587 ".globl "GLAPI_PREFIX_STR(BindBuffer
)"\n"
13588 ".set "GLAPI_PREFIX_STR(BindBuffer
)", "GLAPI_PREFIX_STR(BindBufferARB
)"\n"
13590 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferDataARB
))"\n"
13591 "\t"STUB_ASM_CODE("511")"\n"
13593 ".globl "GLAPI_PREFIX_STR(BufferData
)"\n"
13594 ".set "GLAPI_PREFIX_STR(BufferData
)", "GLAPI_PREFIX_STR(BufferDataARB
)"\n"
13596 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferSubDataARB
))"\n"
13597 "\t"STUB_ASM_CODE("512")"\n"
13599 ".globl "GLAPI_PREFIX_STR(BufferSubData
)"\n"
13600 ".set "GLAPI_PREFIX_STR(BufferSubData
)", "GLAPI_PREFIX_STR(BufferSubDataARB
)"\n"
13602 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteBuffersARB
))"\n"
13603 "\t"STUB_ASM_CODE("513")"\n"
13605 ".globl "GLAPI_PREFIX_STR(DeleteBuffers
)"\n"
13606 ".set "GLAPI_PREFIX_STR(DeleteBuffers
)", "GLAPI_PREFIX_STR(DeleteBuffersARB
)"\n"
13608 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenBuffersARB
))"\n"
13609 "\t"STUB_ASM_CODE("514")"\n"
13611 ".globl "GLAPI_PREFIX_STR(GenBuffers
)"\n"
13612 ".set "GLAPI_PREFIX_STR(GenBuffers
)", "GLAPI_PREFIX_STR(GenBuffersARB
)"\n"
13614 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferParameterivARB
))"\n"
13615 "\t"STUB_ASM_CODE("515")"\n"
13617 ".globl "GLAPI_PREFIX_STR(GetBufferParameteriv
)"\n"
13618 ".set "GLAPI_PREFIX_STR(GetBufferParameteriv
)", "GLAPI_PREFIX_STR(GetBufferParameterivARB
)"\n"
13620 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferPointervARB
))"\n"
13621 "\t"STUB_ASM_CODE("516")"\n"
13623 ".globl "GLAPI_PREFIX_STR(GetBufferPointerv
)"\n"
13624 ".set "GLAPI_PREFIX_STR(GetBufferPointerv
)", "GLAPI_PREFIX_STR(GetBufferPointervARB
)"\n"
13626 ".globl "GLAPI_PREFIX_STR(GetBufferPointervOES
)"\n"
13627 ".set "GLAPI_PREFIX_STR(GetBufferPointervOES
)", "GLAPI_PREFIX_STR(GetBufferPointervARB
)"\n"
13629 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBufferSubDataARB
))"\n"
13630 "\t"STUB_ASM_CODE("517")"\n"
13632 ".globl "GLAPI_PREFIX_STR(GetBufferSubData
)"\n"
13633 ".set "GLAPI_PREFIX_STR(GetBufferSubData
)", "GLAPI_PREFIX_STR(GetBufferSubDataARB
)"\n"
13635 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsBufferARB
))"\n"
13636 "\t"STUB_ASM_CODE("518")"\n"
13638 ".globl "GLAPI_PREFIX_STR(IsBuffer
)"\n"
13639 ".set "GLAPI_PREFIX_STR(IsBuffer
)", "GLAPI_PREFIX_STR(IsBufferARB
)"\n"
13641 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferARB
))"\n"
13642 "\t"STUB_ASM_CODE("519")"\n"
13644 ".globl "GLAPI_PREFIX_STR(MapBuffer
)"\n"
13645 ".set "GLAPI_PREFIX_STR(MapBuffer
)", "GLAPI_PREFIX_STR(MapBufferARB
)"\n"
13647 ".globl "GLAPI_PREFIX_STR(MapBufferOES
)"\n"
13648 ".set "GLAPI_PREFIX_STR(MapBufferOES
)", "GLAPI_PREFIX_STR(MapBufferARB
)"\n"
13650 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnmapBufferARB
))"\n"
13651 "\t"STUB_ASM_CODE("520")"\n"
13653 ".globl "GLAPI_PREFIX_STR(UnmapBuffer
)"\n"
13654 ".set "GLAPI_PREFIX_STR(UnmapBuffer
)", "GLAPI_PREFIX_STR(UnmapBufferARB
)"\n"
13656 ".globl "GLAPI_PREFIX_STR(UnmapBufferOES
)"\n"
13657 ".set "GLAPI_PREFIX_STR(UnmapBufferOES
)", "GLAPI_PREFIX_STR(UnmapBufferARB
)"\n"
13659 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginQueryARB
))"\n"
13660 "\t"STUB_ASM_CODE("521")"\n"
13662 ".globl "GLAPI_PREFIX_STR(BeginQuery
)"\n"
13663 ".set "GLAPI_PREFIX_STR(BeginQuery
)", "GLAPI_PREFIX_STR(BeginQueryARB
)"\n"
13665 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteQueriesARB
))"\n"
13666 "\t"STUB_ASM_CODE("522")"\n"
13668 ".globl "GLAPI_PREFIX_STR(DeleteQueries
)"\n"
13669 ".set "GLAPI_PREFIX_STR(DeleteQueries
)", "GLAPI_PREFIX_STR(DeleteQueriesARB
)"\n"
13671 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndQueryARB
))"\n"
13672 "\t"STUB_ASM_CODE("523")"\n"
13674 ".globl "GLAPI_PREFIX_STR(EndQuery
)"\n"
13675 ".set "GLAPI_PREFIX_STR(EndQuery
)", "GLAPI_PREFIX_STR(EndQueryARB
)"\n"
13677 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenQueriesARB
))"\n"
13678 "\t"STUB_ASM_CODE("524")"\n"
13680 ".globl "GLAPI_PREFIX_STR(GenQueries
)"\n"
13681 ".set "GLAPI_PREFIX_STR(GenQueries
)", "GLAPI_PREFIX_STR(GenQueriesARB
)"\n"
13683 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectivARB
))"\n"
13684 "\t"STUB_ASM_CODE("525")"\n"
13686 ".globl "GLAPI_PREFIX_STR(GetQueryObjectiv
)"\n"
13687 ".set "GLAPI_PREFIX_STR(GetQueryObjectiv
)", "GLAPI_PREFIX_STR(GetQueryObjectivARB
)"\n"
13689 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectuivARB
))"\n"
13690 "\t"STUB_ASM_CODE("526")"\n"
13692 ".globl "GLAPI_PREFIX_STR(GetQueryObjectuiv
)"\n"
13693 ".set "GLAPI_PREFIX_STR(GetQueryObjectuiv
)", "GLAPI_PREFIX_STR(GetQueryObjectuivARB
)"\n"
13695 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryivARB
))"\n"
13696 "\t"STUB_ASM_CODE("527")"\n"
13698 ".globl "GLAPI_PREFIX_STR(GetQueryiv
)"\n"
13699 ".set "GLAPI_PREFIX_STR(GetQueryiv
)", "GLAPI_PREFIX_STR(GetQueryivARB
)"\n"
13701 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsQueryARB
))"\n"
13702 "\t"STUB_ASM_CODE("528")"\n"
13704 ".globl "GLAPI_PREFIX_STR(IsQuery
)"\n"
13705 ".set "GLAPI_PREFIX_STR(IsQuery
)", "GLAPI_PREFIX_STR(IsQueryARB
)"\n"
13707 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AttachObjectARB
))"\n"
13708 "\t"STUB_ASM_CODE("529")"\n"
13710 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CompileShaderARB
))"\n"
13711 "\t"STUB_ASM_CODE("530")"\n"
13713 ".globl "GLAPI_PREFIX_STR(CompileShader
)"\n"
13714 ".set "GLAPI_PREFIX_STR(CompileShader
)", "GLAPI_PREFIX_STR(CompileShaderARB
)"\n"
13716 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateProgramObjectARB
))"\n"
13717 "\t"STUB_ASM_CODE("531")"\n"
13719 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderObjectARB
))"\n"
13720 "\t"STUB_ASM_CODE("532")"\n"
13722 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteObjectARB
))"\n"
13723 "\t"STUB_ASM_CODE("533")"\n"
13725 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DetachObjectARB
))"\n"
13726 "\t"STUB_ASM_CODE("534")"\n"
13728 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveUniformARB
))"\n"
13729 "\t"STUB_ASM_CODE("535")"\n"
13731 ".globl "GLAPI_PREFIX_STR(GetActiveUniform
)"\n"
13732 ".set "GLAPI_PREFIX_STR(GetActiveUniform
)", "GLAPI_PREFIX_STR(GetActiveUniformARB
)"\n"
13734 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttachedObjectsARB
))"\n"
13735 "\t"STUB_ASM_CODE("536")"\n"
13737 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetHandleARB
))"\n"
13738 "\t"STUB_ASM_CODE("537")"\n"
13740 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInfoLogARB
))"\n"
13741 "\t"STUB_ASM_CODE("538")"\n"
13743 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterfvARB
))"\n"
13744 "\t"STUB_ASM_CODE("539")"\n"
13746 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivARB
))"\n"
13747 "\t"STUB_ASM_CODE("540")"\n"
13749 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderSourceARB
))"\n"
13750 "\t"STUB_ASM_CODE("541")"\n"
13752 ".globl "GLAPI_PREFIX_STR(GetShaderSource
)"\n"
13753 ".set "GLAPI_PREFIX_STR(GetShaderSource
)", "GLAPI_PREFIX_STR(GetShaderSourceARB
)"\n"
13755 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformLocationARB
))"\n"
13756 "\t"STUB_ASM_CODE("542")"\n"
13758 ".globl "GLAPI_PREFIX_STR(GetUniformLocation
)"\n"
13759 ".set "GLAPI_PREFIX_STR(GetUniformLocation
)", "GLAPI_PREFIX_STR(GetUniformLocationARB
)"\n"
13761 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformfvARB
))"\n"
13762 "\t"STUB_ASM_CODE("543")"\n"
13764 ".globl "GLAPI_PREFIX_STR(GetUniformfv
)"\n"
13765 ".set "GLAPI_PREFIX_STR(GetUniformfv
)", "GLAPI_PREFIX_STR(GetUniformfvARB
)"\n"
13767 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformivARB
))"\n"
13768 "\t"STUB_ASM_CODE("544")"\n"
13770 ".globl "GLAPI_PREFIX_STR(GetUniformiv
)"\n"
13771 ".set "GLAPI_PREFIX_STR(GetUniformiv
)", "GLAPI_PREFIX_STR(GetUniformivARB
)"\n"
13773 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LinkProgramARB
))"\n"
13774 "\t"STUB_ASM_CODE("545")"\n"
13776 ".globl "GLAPI_PREFIX_STR(LinkProgram
)"\n"
13777 ".set "GLAPI_PREFIX_STR(LinkProgram
)", "GLAPI_PREFIX_STR(LinkProgramARB
)"\n"
13779 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderSourceARB
))"\n"
13780 "\t"STUB_ASM_CODE("546")"\n"
13782 ".globl "GLAPI_PREFIX_STR(ShaderSource
)"\n"
13783 ".set "GLAPI_PREFIX_STR(ShaderSource
)", "GLAPI_PREFIX_STR(ShaderSourceARB
)"\n"
13785 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fARB
))"\n"
13786 "\t"STUB_ASM_CODE("547")"\n"
13788 ".globl "GLAPI_PREFIX_STR(Uniform1f
)"\n"
13789 ".set "GLAPI_PREFIX_STR(Uniform1f
)", "GLAPI_PREFIX_STR(Uniform1fARB
)"\n"
13791 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1fvARB
))"\n"
13792 "\t"STUB_ASM_CODE("548")"\n"
13794 ".globl "GLAPI_PREFIX_STR(Uniform1fv
)"\n"
13795 ".set "GLAPI_PREFIX_STR(Uniform1fv
)", "GLAPI_PREFIX_STR(Uniform1fvARB
)"\n"
13797 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1iARB
))"\n"
13798 "\t"STUB_ASM_CODE("549")"\n"
13800 ".globl "GLAPI_PREFIX_STR(Uniform1i
)"\n"
13801 ".set "GLAPI_PREFIX_STR(Uniform1i
)", "GLAPI_PREFIX_STR(Uniform1iARB
)"\n"
13803 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1ivARB
))"\n"
13804 "\t"STUB_ASM_CODE("550")"\n"
13806 ".globl "GLAPI_PREFIX_STR(Uniform1iv
)"\n"
13807 ".set "GLAPI_PREFIX_STR(Uniform1iv
)", "GLAPI_PREFIX_STR(Uniform1ivARB
)"\n"
13809 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fARB
))"\n"
13810 "\t"STUB_ASM_CODE("551")"\n"
13812 ".globl "GLAPI_PREFIX_STR(Uniform2f
)"\n"
13813 ".set "GLAPI_PREFIX_STR(Uniform2f
)", "GLAPI_PREFIX_STR(Uniform2fARB
)"\n"
13815 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2fvARB
))"\n"
13816 "\t"STUB_ASM_CODE("552")"\n"
13818 ".globl "GLAPI_PREFIX_STR(Uniform2fv
)"\n"
13819 ".set "GLAPI_PREFIX_STR(Uniform2fv
)", "GLAPI_PREFIX_STR(Uniform2fvARB
)"\n"
13821 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2iARB
))"\n"
13822 "\t"STUB_ASM_CODE("553")"\n"
13824 ".globl "GLAPI_PREFIX_STR(Uniform2i
)"\n"
13825 ".set "GLAPI_PREFIX_STR(Uniform2i
)", "GLAPI_PREFIX_STR(Uniform2iARB
)"\n"
13827 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2ivARB
))"\n"
13828 "\t"STUB_ASM_CODE("554")"\n"
13830 ".globl "GLAPI_PREFIX_STR(Uniform2iv
)"\n"
13831 ".set "GLAPI_PREFIX_STR(Uniform2iv
)", "GLAPI_PREFIX_STR(Uniform2ivARB
)"\n"
13833 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fARB
))"\n"
13834 "\t"STUB_ASM_CODE("555")"\n"
13836 ".globl "GLAPI_PREFIX_STR(Uniform3f
)"\n"
13837 ".set "GLAPI_PREFIX_STR(Uniform3f
)", "GLAPI_PREFIX_STR(Uniform3fARB
)"\n"
13839 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3fvARB
))"\n"
13840 "\t"STUB_ASM_CODE("556")"\n"
13842 ".globl "GLAPI_PREFIX_STR(Uniform3fv
)"\n"
13843 ".set "GLAPI_PREFIX_STR(Uniform3fv
)", "GLAPI_PREFIX_STR(Uniform3fvARB
)"\n"
13845 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3iARB
))"\n"
13846 "\t"STUB_ASM_CODE("557")"\n"
13848 ".globl "GLAPI_PREFIX_STR(Uniform3i
)"\n"
13849 ".set "GLAPI_PREFIX_STR(Uniform3i
)", "GLAPI_PREFIX_STR(Uniform3iARB
)"\n"
13851 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3ivARB
))"\n"
13852 "\t"STUB_ASM_CODE("558")"\n"
13854 ".globl "GLAPI_PREFIX_STR(Uniform3iv
)"\n"
13855 ".set "GLAPI_PREFIX_STR(Uniform3iv
)", "GLAPI_PREFIX_STR(Uniform3ivARB
)"\n"
13857 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fARB
))"\n"
13858 "\t"STUB_ASM_CODE("559")"\n"
13860 ".globl "GLAPI_PREFIX_STR(Uniform4f
)"\n"
13861 ".set "GLAPI_PREFIX_STR(Uniform4f
)", "GLAPI_PREFIX_STR(Uniform4fARB
)"\n"
13863 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4fvARB
))"\n"
13864 "\t"STUB_ASM_CODE("560")"\n"
13866 ".globl "GLAPI_PREFIX_STR(Uniform4fv
)"\n"
13867 ".set "GLAPI_PREFIX_STR(Uniform4fv
)", "GLAPI_PREFIX_STR(Uniform4fvARB
)"\n"
13869 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4iARB
))"\n"
13870 "\t"STUB_ASM_CODE("561")"\n"
13872 ".globl "GLAPI_PREFIX_STR(Uniform4i
)"\n"
13873 ".set "GLAPI_PREFIX_STR(Uniform4i
)", "GLAPI_PREFIX_STR(Uniform4iARB
)"\n"
13875 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4ivARB
))"\n"
13876 "\t"STUB_ASM_CODE("562")"\n"
13878 ".globl "GLAPI_PREFIX_STR(Uniform4iv
)"\n"
13879 ".set "GLAPI_PREFIX_STR(Uniform4iv
)", "GLAPI_PREFIX_STR(Uniform4ivARB
)"\n"
13881 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix2fvARB
))"\n"
13882 "\t"STUB_ASM_CODE("563")"\n"
13884 ".globl "GLAPI_PREFIX_STR(UniformMatrix2fv
)"\n"
13885 ".set "GLAPI_PREFIX_STR(UniformMatrix2fv
)", "GLAPI_PREFIX_STR(UniformMatrix2fvARB
)"\n"
13887 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix3fvARB
))"\n"
13888 "\t"STUB_ASM_CODE("564")"\n"
13890 ".globl "GLAPI_PREFIX_STR(UniformMatrix3fv
)"\n"
13891 ".set "GLAPI_PREFIX_STR(UniformMatrix3fv
)", "GLAPI_PREFIX_STR(UniformMatrix3fvARB
)"\n"
13893 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UniformMatrix4fvARB
))"\n"
13894 "\t"STUB_ASM_CODE("565")"\n"
13896 ".globl "GLAPI_PREFIX_STR(UniformMatrix4fv
)"\n"
13897 ".set "GLAPI_PREFIX_STR(UniformMatrix4fv
)", "GLAPI_PREFIX_STR(UniformMatrix4fvARB
)"\n"
13899 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseProgramObjectARB
))"\n"
13900 "\t"STUB_ASM_CODE("566")"\n"
13902 ".globl "GLAPI_PREFIX_STR(UseProgram
)"\n"
13903 ".set "GLAPI_PREFIX_STR(UseProgram
)", "GLAPI_PREFIX_STR(UseProgramObjectARB
)"\n"
13905 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ValidateProgramARB
))"\n"
13906 "\t"STUB_ASM_CODE("567")"\n"
13908 ".globl "GLAPI_PREFIX_STR(ValidateProgram
)"\n"
13909 ".set "GLAPI_PREFIX_STR(ValidateProgram
)", "GLAPI_PREFIX_STR(ValidateProgramARB
)"\n"
13911 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindAttribLocationARB
))"\n"
13912 "\t"STUB_ASM_CODE("568")"\n"
13914 ".globl "GLAPI_PREFIX_STR(BindAttribLocation
)"\n"
13915 ".set "GLAPI_PREFIX_STR(BindAttribLocation
)", "GLAPI_PREFIX_STR(BindAttribLocationARB
)"\n"
13917 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetActiveAttribARB
))"\n"
13918 "\t"STUB_ASM_CODE("569")"\n"
13920 ".globl "GLAPI_PREFIX_STR(GetActiveAttrib
)"\n"
13921 ".set "GLAPI_PREFIX_STR(GetActiveAttrib
)", "GLAPI_PREFIX_STR(GetActiveAttribARB
)"\n"
13923 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetAttribLocationARB
))"\n"
13924 "\t"STUB_ASM_CODE("570")"\n"
13926 ".globl "GLAPI_PREFIX_STR(GetAttribLocation
)"\n"
13927 ".set "GLAPI_PREFIX_STR(GetAttribLocation
)", "GLAPI_PREFIX_STR(GetAttribLocationARB
)"\n"
13929 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawBuffersARB
))"\n"
13930 "\t"STUB_ASM_CODE("571")"\n"
13932 ".globl "GLAPI_PREFIX_STR(DrawBuffers
)"\n"
13933 ".set "GLAPI_PREFIX_STR(DrawBuffers
)", "GLAPI_PREFIX_STR(DrawBuffersARB
)"\n"
13935 ".globl "GLAPI_PREFIX_STR(DrawBuffersATI
)"\n"
13936 ".set "GLAPI_PREFIX_STR(DrawBuffersATI
)", "GLAPI_PREFIX_STR(DrawBuffersARB
)"\n"
13938 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClampColorARB
))"\n"
13939 "\t"STUB_ASM_CODE("572")"\n"
13941 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawArraysInstancedARB
))"\n"
13942 "\t"STUB_ASM_CODE("573")"\n"
13944 ".globl "GLAPI_PREFIX_STR(DrawArraysInstanced
)"\n"
13945 ".set "GLAPI_PREFIX_STR(DrawArraysInstanced
)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB
)"\n"
13947 ".globl "GLAPI_PREFIX_STR(DrawArraysInstancedEXT
)"\n"
13948 ".set "GLAPI_PREFIX_STR(DrawArraysInstancedEXT
)", "GLAPI_PREFIX_STR(DrawArraysInstancedARB
)"\n"
13950 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedARB
))"\n"
13951 "\t"STUB_ASM_CODE("574")"\n"
13953 ".globl "GLAPI_PREFIX_STR(DrawElementsInstanced
)"\n"
13954 ".set "GLAPI_PREFIX_STR(DrawElementsInstanced
)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB
)"\n"
13956 ".globl "GLAPI_PREFIX_STR(DrawElementsInstancedEXT
)"\n"
13957 ".set "GLAPI_PREFIX_STR(DrawElementsInstancedEXT
)", "GLAPI_PREFIX_STR(DrawElementsInstancedARB
)"\n"
13959 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageMultisample
))"\n"
13960 "\t"STUB_ASM_CODE("575")"\n"
13962 ".globl "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT
)"\n"
13963 ".set "GLAPI_PREFIX_STR(RenderbufferStorageMultisampleEXT
)", "GLAPI_PREFIX_STR(RenderbufferStorageMultisample
)"\n"
13965 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureARB
))"\n"
13966 "\t"STUB_ASM_CODE("576")"\n"
13968 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureFaceARB
))"\n"
13969 "\t"STUB_ASM_CODE("577")"\n"
13971 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteriARB
))"\n"
13972 "\t"STUB_ASM_CODE("578")"\n"
13974 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribDivisorARB
))"\n"
13975 "\t"STUB_ASM_CODE("579")"\n"
13977 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRange
))"\n"
13978 "\t"STUB_ASM_CODE("580")"\n"
13980 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MapBufferRange
))"\n"
13981 "\t"STUB_ASM_CODE("581")"\n"
13983 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBufferARB
))"\n"
13984 "\t"STUB_ASM_CODE("582")"\n"
13986 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArray
))"\n"
13987 "\t"STUB_ASM_CODE("583")"\n"
13989 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArrays
))"\n"
13990 "\t"STUB_ASM_CODE("584")"\n"
13992 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CopyBufferSubData
))"\n"
13993 "\t"STUB_ASM_CODE("585")"\n"
13995 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClientWaitSync
))"\n"
13996 "\t"STUB_ASM_CODE("586")"\n"
13998 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSync
))"\n"
13999 "\t"STUB_ASM_CODE("587")"\n"
14001 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FenceSync
))"\n"
14002 "\t"STUB_ASM_CODE("588")"\n"
14004 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetInteger64v
))"\n"
14005 "\t"STUB_ASM_CODE("589")"\n"
14007 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSynciv
))"\n"
14008 "\t"STUB_ASM_CODE("590")"\n"
14010 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSync
))"\n"
14011 "\t"STUB_ASM_CODE("591")"\n"
14013 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WaitSync
))"\n"
14014 "\t"STUB_ASM_CODE("592")"\n"
14016 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsBaseVertex
))"\n"
14017 "\t"STUB_ASM_CODE("593")"\n"
14019 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawElementsInstancedBaseVertex
))"\n"
14020 "\t"STUB_ASM_CODE("594")"\n"
14022 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawRangeElementsBaseVertex
))"\n"
14023 "\t"STUB_ASM_CODE("595")"\n"
14025 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsBaseVertex
))"\n"
14026 "\t"STUB_ASM_CODE("596")"\n"
14028 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateiARB
))"\n"
14029 "\t"STUB_ASM_CODE("597")"\n"
14031 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD
)"\n"
14032 ".set "GLAPI_PREFIX_STR(BlendEquationSeparateIndexedAMD
)", "GLAPI_PREFIX_STR(BlendEquationSeparateiARB
)"\n"
14034 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationiARB
))"\n"
14035 "\t"STUB_ASM_CODE("598")"\n"
14037 ".globl "GLAPI_PREFIX_STR(BlendEquationIndexedAMD
)"\n"
14038 ".set "GLAPI_PREFIX_STR(BlendEquationIndexedAMD
)", "GLAPI_PREFIX_STR(BlendEquationiARB
)"\n"
14040 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateiARB
))"\n"
14041 "\t"STUB_ASM_CODE("599")"\n"
14043 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD
)"\n"
14044 ".set "GLAPI_PREFIX_STR(BlendFuncSeparateIndexedAMD
)", "GLAPI_PREFIX_STR(BlendFuncSeparateiARB
)"\n"
14046 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFunciARB
))"\n"
14047 "\t"STUB_ASM_CODE("600")"\n"
14049 ".globl "GLAPI_PREFIX_STR(BlendFuncIndexedAMD
)"\n"
14050 ".set "GLAPI_PREFIX_STR(BlendFuncIndexedAMD
)", "GLAPI_PREFIX_STR(BlendFunciARB
)"\n"
14052 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindSampler
))"\n"
14053 "\t"STUB_ASM_CODE("601")"\n"
14055 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteSamplers
))"\n"
14056 "\t"STUB_ASM_CODE("602")"\n"
14058 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenSamplers
))"\n"
14059 "\t"STUB_ASM_CODE("603")"\n"
14061 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIiv
))"\n"
14062 "\t"STUB_ASM_CODE("604")"\n"
14064 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterIuiv
))"\n"
14065 "\t"STUB_ASM_CODE("605")"\n"
14067 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameterfv
))"\n"
14068 "\t"STUB_ASM_CODE("606")"\n"
14070 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetSamplerParameteriv
))"\n"
14071 "\t"STUB_ASM_CODE("607")"\n"
14073 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsSampler
))"\n"
14074 "\t"STUB_ASM_CODE("608")"\n"
14076 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIiv
))"\n"
14077 "\t"STUB_ASM_CODE("609")"\n"
14079 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterIuiv
))"\n"
14080 "\t"STUB_ASM_CODE("610")"\n"
14082 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterf
))"\n"
14083 "\t"STUB_ASM_CODE("611")"\n"
14085 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameterfv
))"\n"
14086 "\t"STUB_ASM_CODE("612")"\n"
14088 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteri
))"\n"
14089 "\t"STUB_ASM_CODE("613")"\n"
14091 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplerParameteriv
))"\n"
14092 "\t"STUB_ASM_CODE("614")"\n"
14094 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindTransformFeedback
))"\n"
14095 "\t"STUB_ASM_CODE("615")"\n"
14097 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteTransformFeedbacks
))"\n"
14098 "\t"STUB_ASM_CODE("616")"\n"
14100 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTransformFeedback
))"\n"
14101 "\t"STUB_ASM_CODE("617")"\n"
14103 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenTransformFeedbacks
))"\n"
14104 "\t"STUB_ASM_CODE("618")"\n"
14106 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsTransformFeedback
))"\n"
14107 "\t"STUB_ASM_CODE("619")"\n"
14109 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PauseTransformFeedback
))"\n"
14110 "\t"STUB_ASM_CODE("620")"\n"
14112 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResumeTransformFeedback
))"\n"
14113 "\t"STUB_ASM_CODE("621")"\n"
14115 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthf
))"\n"
14116 "\t"STUB_ASM_CODE("622")"\n"
14118 ".globl "GLAPI_PREFIX_STR(ClearDepthfOES
)"\n"
14119 ".set "GLAPI_PREFIX_STR(ClearDepthfOES
)", "GLAPI_PREFIX_STR(ClearDepthf
)"\n"
14121 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangef
))"\n"
14122 "\t"STUB_ASM_CODE("623")"\n"
14124 ".globl "GLAPI_PREFIX_STR(DepthRangefOES
)"\n"
14125 ".set "GLAPI_PREFIX_STR(DepthRangefOES
)", "GLAPI_PREFIX_STR(DepthRangef
)"\n"
14127 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetShaderPrecisionFormat
))"\n"
14128 "\t"STUB_ASM_CODE("624")"\n"
14130 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReleaseShaderCompiler
))"\n"
14131 "\t"STUB_ASM_CODE("625")"\n"
14133 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ShaderBinary
))"\n"
14134 "\t"STUB_ASM_CODE("626")"\n"
14136 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramBinary
))"\n"
14137 "\t"STUB_ASM_CODE("627")"\n"
14139 ".globl "GLAPI_PREFIX_STR(GetProgramBinaryOES
)"\n"
14140 ".set "GLAPI_PREFIX_STR(GetProgramBinaryOES
)", "GLAPI_PREFIX_STR(GetProgramBinary
)"\n"
14142 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramBinary
))"\n"
14143 "\t"STUB_ASM_CODE("628")"\n"
14145 ".globl "GLAPI_PREFIX_STR(ProgramBinaryOES
)"\n"
14146 ".set "GLAPI_PREFIX_STR(ProgramBinaryOES
)", "GLAPI_PREFIX_STR(ProgramBinary
)"\n"
14148 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameteri
))"\n"
14149 "\t"STUB_ASM_CODE("629")"\n"
14151 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetGraphicsResetStatusARB
))"\n"
14152 "\t"STUB_ASM_CODE("630")"\n"
14154 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnColorTableARB
))"\n"
14155 "\t"STUB_ASM_CODE("631")"\n"
14157 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnCompressedTexImageARB
))"\n"
14158 "\t"STUB_ASM_CODE("632")"\n"
14160 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnConvolutionFilterARB
))"\n"
14161 "\t"STUB_ASM_CODE("633")"\n"
14163 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnHistogramARB
))"\n"
14164 "\t"STUB_ASM_CODE("634")"\n"
14166 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapdvARB
))"\n"
14167 "\t"STUB_ASM_CODE("635")"\n"
14169 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapfvARB
))"\n"
14170 "\t"STUB_ASM_CODE("636")"\n"
14172 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMapivARB
))"\n"
14173 "\t"STUB_ASM_CODE("637")"\n"
14175 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnMinmaxARB
))"\n"
14176 "\t"STUB_ASM_CODE("638")"\n"
14178 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapfvARB
))"\n"
14179 "\t"STUB_ASM_CODE("639")"\n"
14181 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapuivARB
))"\n"
14182 "\t"STUB_ASM_CODE("640")"\n"
14184 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPixelMapusvARB
))"\n"
14185 "\t"STUB_ASM_CODE("641")"\n"
14187 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnPolygonStippleARB
))"\n"
14188 "\t"STUB_ASM_CODE("642")"\n"
14190 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnSeparableFilterARB
))"\n"
14191 "\t"STUB_ASM_CODE("643")"\n"
14193 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnTexImageARB
))"\n"
14194 "\t"STUB_ASM_CODE("644")"\n"
14196 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformdvARB
))"\n"
14197 "\t"STUB_ASM_CODE("645")"\n"
14199 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformfvARB
))"\n"
14200 "\t"STUB_ASM_CODE("646")"\n"
14202 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformivARB
))"\n"
14203 "\t"STUB_ASM_CODE("647")"\n"
14205 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetnUniformuivARB
))"\n"
14206 "\t"STUB_ASM_CODE("648")"\n"
14208 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ReadnPixelsARB
))"\n"
14209 "\t"STUB_ASM_CODE("649")"\n"
14211 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetEXT
))"\n"
14212 "\t"STUB_ASM_CODE("650")"\n"
14214 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexfOES
))"\n"
14215 "\t"STUB_ASM_CODE("651")"\n"
14217 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexfvOES
))"\n"
14218 "\t"STUB_ASM_CODE("652")"\n"
14220 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexiOES
))"\n"
14221 "\t"STUB_ASM_CODE("653")"\n"
14223 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexivOES
))"\n"
14224 "\t"STUB_ASM_CODE("654")"\n"
14226 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexsOES
))"\n"
14227 "\t"STUB_ASM_CODE("655")"\n"
14229 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexsvOES
))"\n"
14230 "\t"STUB_ASM_CODE("656")"\n"
14232 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexxOES
))"\n"
14233 "\t"STUB_ASM_CODE("657")"\n"
14235 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DrawTexxvOES
))"\n"
14236 "\t"STUB_ASM_CODE("658")"\n"
14238 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSizePointerOES
))"\n"
14239 "\t"STUB_ASM_CODE("659")"\n"
14241 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelTexGenParameterfvSGIS
))"\n"
14242 "\t"STUB_ASM_CODE("660")"\n"
14244 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetPixelTexGenParameterivSGIS
))"\n"
14245 "\t"STUB_ASM_CODE("661")"\n"
14247 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTexGenParameterfSGIS
))"\n"
14248 "\t"STUB_ASM_CODE("662")"\n"
14250 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTexGenParameterfvSGIS
))"\n"
14251 "\t"STUB_ASM_CODE("663")"\n"
14253 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTexGenParameteriSGIS
))"\n"
14254 "\t"STUB_ASM_CODE("664")"\n"
14256 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTexGenParameterivSGIS
))"\n"
14257 "\t"STUB_ASM_CODE("665")"\n"
14259 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(QueryMatrixxOES
))"\n"
14260 "\t"STUB_ASM_CODE("666")"\n"
14262 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMaskSGIS
))"\n"
14263 "\t"STUB_ASM_CODE("667")"\n"
14265 ".globl "GLAPI_PREFIX_STR(SampleMaskEXT
)"\n"
14266 ".set "GLAPI_PREFIX_STR(SampleMaskEXT
)", "GLAPI_PREFIX_STR(SampleMaskSGIS
)"\n"
14268 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SamplePatternSGIS
))"\n"
14269 "\t"STUB_ASM_CODE("668")"\n"
14271 ".globl "GLAPI_PREFIX_STR(SamplePatternEXT
)"\n"
14272 ".set "GLAPI_PREFIX_STR(SamplePatternEXT
)", "GLAPI_PREFIX_STR(SamplePatternSGIS
)"\n"
14274 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorPointerEXT
))"\n"
14275 "\t"STUB_ASM_CODE("669")"\n"
14277 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EdgeFlagPointerEXT
))"\n"
14278 "\t"STUB_ASM_CODE("670")"\n"
14280 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IndexPointerEXT
))"\n"
14281 "\t"STUB_ASM_CODE("671")"\n"
14283 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(NormalPointerEXT
))"\n"
14284 "\t"STUB_ASM_CODE("672")"\n"
14286 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexCoordPointerEXT
))"\n"
14287 "\t"STUB_ASM_CODE("673")"\n"
14289 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexPointerEXT
))"\n"
14290 "\t"STUB_ASM_CODE("674")"\n"
14292 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfEXT
))"\n"
14293 "\t"STUB_ASM_CODE("675")"\n"
14295 ".globl "GLAPI_PREFIX_STR(PointParameterf
)"\n"
14296 ".set "GLAPI_PREFIX_STR(PointParameterf
)", "GLAPI_PREFIX_STR(PointParameterfEXT
)"\n"
14298 ".globl "GLAPI_PREFIX_STR(PointParameterfARB
)"\n"
14299 ".set "GLAPI_PREFIX_STR(PointParameterfARB
)", "GLAPI_PREFIX_STR(PointParameterfEXT
)"\n"
14301 ".globl "GLAPI_PREFIX_STR(PointParameterfSGIS
)"\n"
14302 ".set "GLAPI_PREFIX_STR(PointParameterfSGIS
)", "GLAPI_PREFIX_STR(PointParameterfEXT
)"\n"
14304 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterfvEXT
))"\n"
14305 "\t"STUB_ASM_CODE("676")"\n"
14307 ".globl "GLAPI_PREFIX_STR(PointParameterfv
)"\n"
14308 ".set "GLAPI_PREFIX_STR(PointParameterfv
)", "GLAPI_PREFIX_STR(PointParameterfvEXT
)"\n"
14310 ".globl "GLAPI_PREFIX_STR(PointParameterfvARB
)"\n"
14311 ".set "GLAPI_PREFIX_STR(PointParameterfvARB
)", "GLAPI_PREFIX_STR(PointParameterfvEXT
)"\n"
14313 ".globl "GLAPI_PREFIX_STR(PointParameterfvSGIS
)"\n"
14314 ".set "GLAPI_PREFIX_STR(PointParameterfvSGIS
)", "GLAPI_PREFIX_STR(PointParameterfvEXT
)"\n"
14316 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LockArraysEXT
))"\n"
14317 "\t"STUB_ASM_CODE("677")"\n"
14319 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UnlockArraysEXT
))"\n"
14320 "\t"STUB_ASM_CODE("678")"\n"
14322 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bEXT
))"\n"
14323 "\t"STUB_ASM_CODE("679")"\n"
14325 ".globl "GLAPI_PREFIX_STR(SecondaryColor3b
)"\n"
14326 ".set "GLAPI_PREFIX_STR(SecondaryColor3b
)", "GLAPI_PREFIX_STR(SecondaryColor3bEXT
)"\n"
14328 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3bvEXT
))"\n"
14329 "\t"STUB_ASM_CODE("680")"\n"
14331 ".globl "GLAPI_PREFIX_STR(SecondaryColor3bv
)"\n"
14332 ".set "GLAPI_PREFIX_STR(SecondaryColor3bv
)", "GLAPI_PREFIX_STR(SecondaryColor3bvEXT
)"\n"
14334 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dEXT
))"\n"
14335 "\t"STUB_ASM_CODE("681")"\n"
14337 ".globl "GLAPI_PREFIX_STR(SecondaryColor3d
)"\n"
14338 ".set "GLAPI_PREFIX_STR(SecondaryColor3d
)", "GLAPI_PREFIX_STR(SecondaryColor3dEXT
)"\n"
14340 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3dvEXT
))"\n"
14341 "\t"STUB_ASM_CODE("682")"\n"
14343 ".globl "GLAPI_PREFIX_STR(SecondaryColor3dv
)"\n"
14344 ".set "GLAPI_PREFIX_STR(SecondaryColor3dv
)", "GLAPI_PREFIX_STR(SecondaryColor3dvEXT
)"\n"
14346 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fEXT
))"\n"
14347 "\t"STUB_ASM_CODE("683")"\n"
14349 ".globl "GLAPI_PREFIX_STR(SecondaryColor3f
)"\n"
14350 ".set "GLAPI_PREFIX_STR(SecondaryColor3f
)", "GLAPI_PREFIX_STR(SecondaryColor3fEXT
)"\n"
14352 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3fvEXT
))"\n"
14353 "\t"STUB_ASM_CODE("684")"\n"
14355 ".globl "GLAPI_PREFIX_STR(SecondaryColor3fv
)"\n"
14356 ".set "GLAPI_PREFIX_STR(SecondaryColor3fv
)", "GLAPI_PREFIX_STR(SecondaryColor3fvEXT
)"\n"
14358 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3iEXT
))"\n"
14359 "\t"STUB_ASM_CODE("685")"\n"
14361 ".globl "GLAPI_PREFIX_STR(SecondaryColor3i
)"\n"
14362 ".set "GLAPI_PREFIX_STR(SecondaryColor3i
)", "GLAPI_PREFIX_STR(SecondaryColor3iEXT
)"\n"
14364 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ivEXT
))"\n"
14365 "\t"STUB_ASM_CODE("686")"\n"
14367 ".globl "GLAPI_PREFIX_STR(SecondaryColor3iv
)"\n"
14368 ".set "GLAPI_PREFIX_STR(SecondaryColor3iv
)", "GLAPI_PREFIX_STR(SecondaryColor3ivEXT
)"\n"
14370 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3sEXT
))"\n"
14371 "\t"STUB_ASM_CODE("687")"\n"
14373 ".globl "GLAPI_PREFIX_STR(SecondaryColor3s
)"\n"
14374 ".set "GLAPI_PREFIX_STR(SecondaryColor3s
)", "GLAPI_PREFIX_STR(SecondaryColor3sEXT
)"\n"
14376 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3svEXT
))"\n"
14377 "\t"STUB_ASM_CODE("688")"\n"
14379 ".globl "GLAPI_PREFIX_STR(SecondaryColor3sv
)"\n"
14380 ".set "GLAPI_PREFIX_STR(SecondaryColor3sv
)", "GLAPI_PREFIX_STR(SecondaryColor3svEXT
)"\n"
14382 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubEXT
))"\n"
14383 "\t"STUB_ASM_CODE("689")"\n"
14385 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ub
)"\n"
14386 ".set "GLAPI_PREFIX_STR(SecondaryColor3ub
)", "GLAPI_PREFIX_STR(SecondaryColor3ubEXT
)"\n"
14388 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3ubvEXT
))"\n"
14389 "\t"STUB_ASM_CODE("690")"\n"
14391 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ubv
)"\n"
14392 ".set "GLAPI_PREFIX_STR(SecondaryColor3ubv
)", "GLAPI_PREFIX_STR(SecondaryColor3ubvEXT
)"\n"
14394 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uiEXT
))"\n"
14395 "\t"STUB_ASM_CODE("691")"\n"
14397 ".globl "GLAPI_PREFIX_STR(SecondaryColor3ui
)"\n"
14398 ".set "GLAPI_PREFIX_STR(SecondaryColor3ui
)", "GLAPI_PREFIX_STR(SecondaryColor3uiEXT
)"\n"
14400 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3uivEXT
))"\n"
14401 "\t"STUB_ASM_CODE("692")"\n"
14403 ".globl "GLAPI_PREFIX_STR(SecondaryColor3uiv
)"\n"
14404 ".set "GLAPI_PREFIX_STR(SecondaryColor3uiv
)", "GLAPI_PREFIX_STR(SecondaryColor3uivEXT
)"\n"
14406 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usEXT
))"\n"
14407 "\t"STUB_ASM_CODE("693")"\n"
14409 ".globl "GLAPI_PREFIX_STR(SecondaryColor3us
)"\n"
14410 ".set "GLAPI_PREFIX_STR(SecondaryColor3us
)", "GLAPI_PREFIX_STR(SecondaryColor3usEXT
)"\n"
14412 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColor3usvEXT
))"\n"
14413 "\t"STUB_ASM_CODE("694")"\n"
14415 ".globl "GLAPI_PREFIX_STR(SecondaryColor3usv
)"\n"
14416 ".set "GLAPI_PREFIX_STR(SecondaryColor3usv
)", "GLAPI_PREFIX_STR(SecondaryColor3usvEXT
)"\n"
14418 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SecondaryColorPointerEXT
))"\n"
14419 "\t"STUB_ASM_CODE("695")"\n"
14421 ".globl "GLAPI_PREFIX_STR(SecondaryColorPointer
)"\n"
14422 ".set "GLAPI_PREFIX_STR(SecondaryColorPointer
)", "GLAPI_PREFIX_STR(SecondaryColorPointerEXT
)"\n"
14424 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawArraysEXT
))"\n"
14425 "\t"STUB_ASM_CODE("696")"\n"
14427 ".globl "GLAPI_PREFIX_STR(MultiDrawArrays
)"\n"
14428 ".set "GLAPI_PREFIX_STR(MultiDrawArrays
)", "GLAPI_PREFIX_STR(MultiDrawArraysEXT
)"\n"
14430 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiDrawElementsEXT
))"\n"
14431 "\t"STUB_ASM_CODE("697")"\n"
14433 ".globl "GLAPI_PREFIX_STR(MultiDrawElements
)"\n"
14434 ".set "GLAPI_PREFIX_STR(MultiDrawElements
)", "GLAPI_PREFIX_STR(MultiDrawElementsEXT
)"\n"
14436 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordPointerEXT
))"\n"
14437 "\t"STUB_ASM_CODE("698")"\n"
14439 ".globl "GLAPI_PREFIX_STR(FogCoordPointer
)"\n"
14440 ".set "GLAPI_PREFIX_STR(FogCoordPointer
)", "GLAPI_PREFIX_STR(FogCoordPointerEXT
)"\n"
14442 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddEXT
))"\n"
14443 "\t"STUB_ASM_CODE("699")"\n"
14445 ".globl "GLAPI_PREFIX_STR(FogCoordd
)"\n"
14446 ".set "GLAPI_PREFIX_STR(FogCoordd
)", "GLAPI_PREFIX_STR(FogCoorddEXT
)"\n"
14448 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoorddvEXT
))"\n"
14449 "\t"STUB_ASM_CODE("700")"\n"
14451 ".globl "GLAPI_PREFIX_STR(FogCoorddv
)"\n"
14452 ".set "GLAPI_PREFIX_STR(FogCoorddv
)", "GLAPI_PREFIX_STR(FogCoorddvEXT
)"\n"
14454 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfEXT
))"\n"
14455 "\t"STUB_ASM_CODE("701")"\n"
14457 ".globl "GLAPI_PREFIX_STR(FogCoordf
)"\n"
14458 ".set "GLAPI_PREFIX_STR(FogCoordf
)", "GLAPI_PREFIX_STR(FogCoordfEXT
)"\n"
14460 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogCoordfvEXT
))"\n"
14461 "\t"STUB_ASM_CODE("702")"\n"
14463 ".globl "GLAPI_PREFIX_STR(FogCoordfv
)"\n"
14464 ".set "GLAPI_PREFIX_STR(FogCoordfv
)", "GLAPI_PREFIX_STR(FogCoordfvEXT
)"\n"
14466 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PixelTexGenSGIX
))"\n"
14467 "\t"STUB_ASM_CODE("703")"\n"
14469 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendFuncSeparateEXT
))"\n"
14470 "\t"STUB_ASM_CODE("704")"\n"
14472 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparate
)"\n"
14473 ".set "GLAPI_PREFIX_STR(BlendFuncSeparate
)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT
)"\n"
14475 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateINGR
)"\n"
14476 ".set "GLAPI_PREFIX_STR(BlendFuncSeparateINGR
)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT
)"\n"
14478 ".globl "GLAPI_PREFIX_STR(BlendFuncSeparateOES
)"\n"
14479 ".set "GLAPI_PREFIX_STR(BlendFuncSeparateOES
)", "GLAPI_PREFIX_STR(BlendFuncSeparateEXT
)"\n"
14481 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushVertexArrayRangeNV
))"\n"
14482 "\t"STUB_ASM_CODE("705")"\n"
14484 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexArrayRangeNV
))"\n"
14485 "\t"STUB_ASM_CODE("706")"\n"
14487 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerInputNV
))"\n"
14488 "\t"STUB_ASM_CODE("707")"\n"
14490 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerOutputNV
))"\n"
14491 "\t"STUB_ASM_CODE("708")"\n"
14493 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfNV
))"\n"
14494 "\t"STUB_ASM_CODE("709")"\n"
14496 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterfvNV
))"\n"
14497 "\t"STUB_ASM_CODE("710")"\n"
14499 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameteriNV
))"\n"
14500 "\t"STUB_ASM_CODE("711")"\n"
14502 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CombinerParameterivNV
))"\n"
14503 "\t"STUB_ASM_CODE("712")"\n"
14505 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinalCombinerInputNV
))"\n"
14506 "\t"STUB_ASM_CODE("713")"\n"
14508 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterfvNV
))"\n"
14509 "\t"STUB_ASM_CODE("714")"\n"
14511 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerInputParameterivNV
))"\n"
14512 "\t"STUB_ASM_CODE("715")"\n"
14514 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterfvNV
))"\n"
14515 "\t"STUB_ASM_CODE("716")"\n"
14517 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetCombinerOutputParameterivNV
))"\n"
14518 "\t"STUB_ASM_CODE("717")"\n"
14520 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterfvNV
))"\n"
14521 "\t"STUB_ASM_CODE("718")"\n"
14523 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFinalCombinerInputParameterivNV
))"\n"
14524 "\t"STUB_ASM_CODE("719")"\n"
14526 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ResizeBuffersMESA
))"\n"
14527 "\t"STUB_ASM_CODE("720")"\n"
14529 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dMESA
))"\n"
14530 "\t"STUB_ASM_CODE("721")"\n"
14532 ".globl "GLAPI_PREFIX_STR(WindowPos2d
)"\n"
14533 ".set "GLAPI_PREFIX_STR(WindowPos2d
)", "GLAPI_PREFIX_STR(WindowPos2dMESA
)"\n"
14535 ".globl "GLAPI_PREFIX_STR(WindowPos2dARB
)"\n"
14536 ".set "GLAPI_PREFIX_STR(WindowPos2dARB
)", "GLAPI_PREFIX_STR(WindowPos2dMESA
)"\n"
14538 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2dvMESA
))"\n"
14539 "\t"STUB_ASM_CODE("722")"\n"
14541 ".globl "GLAPI_PREFIX_STR(WindowPos2dv
)"\n"
14542 ".set "GLAPI_PREFIX_STR(WindowPos2dv
)", "GLAPI_PREFIX_STR(WindowPos2dvMESA
)"\n"
14544 ".globl "GLAPI_PREFIX_STR(WindowPos2dvARB
)"\n"
14545 ".set "GLAPI_PREFIX_STR(WindowPos2dvARB
)", "GLAPI_PREFIX_STR(WindowPos2dvMESA
)"\n"
14547 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fMESA
))"\n"
14548 "\t"STUB_ASM_CODE("723")"\n"
14550 ".globl "GLAPI_PREFIX_STR(WindowPos2f
)"\n"
14551 ".set "GLAPI_PREFIX_STR(WindowPos2f
)", "GLAPI_PREFIX_STR(WindowPos2fMESA
)"\n"
14553 ".globl "GLAPI_PREFIX_STR(WindowPos2fARB
)"\n"
14554 ".set "GLAPI_PREFIX_STR(WindowPos2fARB
)", "GLAPI_PREFIX_STR(WindowPos2fMESA
)"\n"
14556 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2fvMESA
))"\n"
14557 "\t"STUB_ASM_CODE("724")"\n"
14559 ".globl "GLAPI_PREFIX_STR(WindowPos2fv
)"\n"
14560 ".set "GLAPI_PREFIX_STR(WindowPos2fv
)", "GLAPI_PREFIX_STR(WindowPos2fvMESA
)"\n"
14562 ".globl "GLAPI_PREFIX_STR(WindowPos2fvARB
)"\n"
14563 ".set "GLAPI_PREFIX_STR(WindowPos2fvARB
)", "GLAPI_PREFIX_STR(WindowPos2fvMESA
)"\n"
14565 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2iMESA
))"\n"
14566 "\t"STUB_ASM_CODE("725")"\n"
14568 ".globl "GLAPI_PREFIX_STR(WindowPos2i
)"\n"
14569 ".set "GLAPI_PREFIX_STR(WindowPos2i
)", "GLAPI_PREFIX_STR(WindowPos2iMESA
)"\n"
14571 ".globl "GLAPI_PREFIX_STR(WindowPos2iARB
)"\n"
14572 ".set "GLAPI_PREFIX_STR(WindowPos2iARB
)", "GLAPI_PREFIX_STR(WindowPos2iMESA
)"\n"
14574 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2ivMESA
))"\n"
14575 "\t"STUB_ASM_CODE("726")"\n"
14577 ".globl "GLAPI_PREFIX_STR(WindowPos2iv
)"\n"
14578 ".set "GLAPI_PREFIX_STR(WindowPos2iv
)", "GLAPI_PREFIX_STR(WindowPos2ivMESA
)"\n"
14580 ".globl "GLAPI_PREFIX_STR(WindowPos2ivARB
)"\n"
14581 ".set "GLAPI_PREFIX_STR(WindowPos2ivARB
)", "GLAPI_PREFIX_STR(WindowPos2ivMESA
)"\n"
14583 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2sMESA
))"\n"
14584 "\t"STUB_ASM_CODE("727")"\n"
14586 ".globl "GLAPI_PREFIX_STR(WindowPos2s
)"\n"
14587 ".set "GLAPI_PREFIX_STR(WindowPos2s
)", "GLAPI_PREFIX_STR(WindowPos2sMESA
)"\n"
14589 ".globl "GLAPI_PREFIX_STR(WindowPos2sARB
)"\n"
14590 ".set "GLAPI_PREFIX_STR(WindowPos2sARB
)", "GLAPI_PREFIX_STR(WindowPos2sMESA
)"\n"
14592 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos2svMESA
))"\n"
14593 "\t"STUB_ASM_CODE("728")"\n"
14595 ".globl "GLAPI_PREFIX_STR(WindowPos2sv
)"\n"
14596 ".set "GLAPI_PREFIX_STR(WindowPos2sv
)", "GLAPI_PREFIX_STR(WindowPos2svMESA
)"\n"
14598 ".globl "GLAPI_PREFIX_STR(WindowPos2svARB
)"\n"
14599 ".set "GLAPI_PREFIX_STR(WindowPos2svARB
)", "GLAPI_PREFIX_STR(WindowPos2svMESA
)"\n"
14601 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dMESA
))"\n"
14602 "\t"STUB_ASM_CODE("729")"\n"
14604 ".globl "GLAPI_PREFIX_STR(WindowPos3d
)"\n"
14605 ".set "GLAPI_PREFIX_STR(WindowPos3d
)", "GLAPI_PREFIX_STR(WindowPos3dMESA
)"\n"
14607 ".globl "GLAPI_PREFIX_STR(WindowPos3dARB
)"\n"
14608 ".set "GLAPI_PREFIX_STR(WindowPos3dARB
)", "GLAPI_PREFIX_STR(WindowPos3dMESA
)"\n"
14610 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3dvMESA
))"\n"
14611 "\t"STUB_ASM_CODE("730")"\n"
14613 ".globl "GLAPI_PREFIX_STR(WindowPos3dv
)"\n"
14614 ".set "GLAPI_PREFIX_STR(WindowPos3dv
)", "GLAPI_PREFIX_STR(WindowPos3dvMESA
)"\n"
14616 ".globl "GLAPI_PREFIX_STR(WindowPos3dvARB
)"\n"
14617 ".set "GLAPI_PREFIX_STR(WindowPos3dvARB
)", "GLAPI_PREFIX_STR(WindowPos3dvMESA
)"\n"
14619 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fMESA
))"\n"
14620 "\t"STUB_ASM_CODE("731")"\n"
14622 ".globl "GLAPI_PREFIX_STR(WindowPos3f
)"\n"
14623 ".set "GLAPI_PREFIX_STR(WindowPos3f
)", "GLAPI_PREFIX_STR(WindowPos3fMESA
)"\n"
14625 ".globl "GLAPI_PREFIX_STR(WindowPos3fARB
)"\n"
14626 ".set "GLAPI_PREFIX_STR(WindowPos3fARB
)", "GLAPI_PREFIX_STR(WindowPos3fMESA
)"\n"
14628 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3fvMESA
))"\n"
14629 "\t"STUB_ASM_CODE("732")"\n"
14631 ".globl "GLAPI_PREFIX_STR(WindowPos3fv
)"\n"
14632 ".set "GLAPI_PREFIX_STR(WindowPos3fv
)", "GLAPI_PREFIX_STR(WindowPos3fvMESA
)"\n"
14634 ".globl "GLAPI_PREFIX_STR(WindowPos3fvARB
)"\n"
14635 ".set "GLAPI_PREFIX_STR(WindowPos3fvARB
)", "GLAPI_PREFIX_STR(WindowPos3fvMESA
)"\n"
14637 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3iMESA
))"\n"
14638 "\t"STUB_ASM_CODE("733")"\n"
14640 ".globl "GLAPI_PREFIX_STR(WindowPos3i
)"\n"
14641 ".set "GLAPI_PREFIX_STR(WindowPos3i
)", "GLAPI_PREFIX_STR(WindowPos3iMESA
)"\n"
14643 ".globl "GLAPI_PREFIX_STR(WindowPos3iARB
)"\n"
14644 ".set "GLAPI_PREFIX_STR(WindowPos3iARB
)", "GLAPI_PREFIX_STR(WindowPos3iMESA
)"\n"
14646 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3ivMESA
))"\n"
14647 "\t"STUB_ASM_CODE("734")"\n"
14649 ".globl "GLAPI_PREFIX_STR(WindowPos3iv
)"\n"
14650 ".set "GLAPI_PREFIX_STR(WindowPos3iv
)", "GLAPI_PREFIX_STR(WindowPos3ivMESA
)"\n"
14652 ".globl "GLAPI_PREFIX_STR(WindowPos3ivARB
)"\n"
14653 ".set "GLAPI_PREFIX_STR(WindowPos3ivARB
)", "GLAPI_PREFIX_STR(WindowPos3ivMESA
)"\n"
14655 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3sMESA
))"\n"
14656 "\t"STUB_ASM_CODE("735")"\n"
14658 ".globl "GLAPI_PREFIX_STR(WindowPos3s
)"\n"
14659 ".set "GLAPI_PREFIX_STR(WindowPos3s
)", "GLAPI_PREFIX_STR(WindowPos3sMESA
)"\n"
14661 ".globl "GLAPI_PREFIX_STR(WindowPos3sARB
)"\n"
14662 ".set "GLAPI_PREFIX_STR(WindowPos3sARB
)", "GLAPI_PREFIX_STR(WindowPos3sMESA
)"\n"
14664 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos3svMESA
))"\n"
14665 "\t"STUB_ASM_CODE("736")"\n"
14667 ".globl "GLAPI_PREFIX_STR(WindowPos3sv
)"\n"
14668 ".set "GLAPI_PREFIX_STR(WindowPos3sv
)", "GLAPI_PREFIX_STR(WindowPos3svMESA
)"\n"
14670 ".globl "GLAPI_PREFIX_STR(WindowPos3svARB
)"\n"
14671 ".set "GLAPI_PREFIX_STR(WindowPos3svARB
)", "GLAPI_PREFIX_STR(WindowPos3svMESA
)"\n"
14673 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dMESA
))"\n"
14674 "\t"STUB_ASM_CODE("737")"\n"
14676 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4dvMESA
))"\n"
14677 "\t"STUB_ASM_CODE("738")"\n"
14679 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fMESA
))"\n"
14680 "\t"STUB_ASM_CODE("739")"\n"
14682 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4fvMESA
))"\n"
14683 "\t"STUB_ASM_CODE("740")"\n"
14685 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4iMESA
))"\n"
14686 "\t"STUB_ASM_CODE("741")"\n"
14688 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4ivMESA
))"\n"
14689 "\t"STUB_ASM_CODE("742")"\n"
14691 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4sMESA
))"\n"
14692 "\t"STUB_ASM_CODE("743")"\n"
14694 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(WindowPos4svMESA
))"\n"
14695 "\t"STUB_ASM_CODE("744")"\n"
14697 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiModeDrawArraysIBM
))"\n"
14698 "\t"STUB_ASM_CODE("745")"\n"
14700 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiModeDrawElementsIBM
))"\n"
14701 "\t"STUB_ASM_CODE("746")"\n"
14703 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFencesNV
))"\n"
14704 "\t"STUB_ASM_CODE("747")"\n"
14706 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FinishFenceNV
))"\n"
14707 "\t"STUB_ASM_CODE("748")"\n"
14709 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFencesNV
))"\n"
14710 "\t"STUB_ASM_CODE("749")"\n"
14712 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFenceivNV
))"\n"
14713 "\t"STUB_ASM_CODE("750")"\n"
14715 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFenceNV
))"\n"
14716 "\t"STUB_ASM_CODE("751")"\n"
14718 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFenceNV
))"\n"
14719 "\t"STUB_ASM_CODE("752")"\n"
14721 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TestFenceNV
))"\n"
14722 "\t"STUB_ASM_CODE("753")"\n"
14724 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AreProgramsResidentNV
))"\n"
14725 "\t"STUB_ASM_CODE("754")"\n"
14727 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindProgramNV
))"\n"
14728 "\t"STUB_ASM_CODE("755")"\n"
14730 ".globl "GLAPI_PREFIX_STR(BindProgramARB
)"\n"
14731 ".set "GLAPI_PREFIX_STR(BindProgramARB
)", "GLAPI_PREFIX_STR(BindProgramNV
)"\n"
14733 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteProgramsNV
))"\n"
14734 "\t"STUB_ASM_CODE("756")"\n"
14736 ".globl "GLAPI_PREFIX_STR(DeleteProgramsARB
)"\n"
14737 ".set "GLAPI_PREFIX_STR(DeleteProgramsARB
)", "GLAPI_PREFIX_STR(DeleteProgramsNV
)"\n"
14739 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ExecuteProgramNV
))"\n"
14740 "\t"STUB_ASM_CODE("757")"\n"
14742 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenProgramsNV
))"\n"
14743 "\t"STUB_ASM_CODE("758")"\n"
14745 ".globl "GLAPI_PREFIX_STR(GenProgramsARB
)"\n"
14746 ".set "GLAPI_PREFIX_STR(GenProgramsARB
)", "GLAPI_PREFIX_STR(GenProgramsNV
)"\n"
14748 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterdvNV
))"\n"
14749 "\t"STUB_ASM_CODE("759")"\n"
14751 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramParameterfvNV
))"\n"
14752 "\t"STUB_ASM_CODE("760")"\n"
14754 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramStringNV
))"\n"
14755 "\t"STUB_ASM_CODE("761")"\n"
14757 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramivNV
))"\n"
14758 "\t"STUB_ASM_CODE("762")"\n"
14760 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTrackMatrixivNV
))"\n"
14761 "\t"STUB_ASM_CODE("763")"\n"
14763 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribPointervNV
))"\n"
14764 "\t"STUB_ASM_CODE("764")"\n"
14766 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointerv
)"\n"
14767 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointerv
)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV
)"\n"
14769 ".globl "GLAPI_PREFIX_STR(GetVertexAttribPointervARB
)"\n"
14770 ".set "GLAPI_PREFIX_STR(GetVertexAttribPointervARB
)", "GLAPI_PREFIX_STR(GetVertexAttribPointervNV
)"\n"
14772 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribdvNV
))"\n"
14773 "\t"STUB_ASM_CODE("765")"\n"
14775 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribfvNV
))"\n"
14776 "\t"STUB_ASM_CODE("766")"\n"
14778 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribivNV
))"\n"
14779 "\t"STUB_ASM_CODE("767")"\n"
14781 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsProgramNV
))"\n"
14782 "\t"STUB_ASM_CODE("768")"\n"
14784 ".globl "GLAPI_PREFIX_STR(IsProgramARB
)"\n"
14785 ".set "GLAPI_PREFIX_STR(IsProgramARB
)", "GLAPI_PREFIX_STR(IsProgramNV
)"\n"
14787 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadProgramNV
))"\n"
14788 "\t"STUB_ASM_CODE("769")"\n"
14790 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4dvNV
))"\n"
14791 "\t"STUB_ASM_CODE("770")"\n"
14793 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramParameters4fvNV
))"\n"
14794 "\t"STUB_ASM_CODE("771")"\n"
14796 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RequestResidentProgramsNV
))"\n"
14797 "\t"STUB_ASM_CODE("772")"\n"
14799 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TrackMatrixNV
))"\n"
14800 "\t"STUB_ASM_CODE("773")"\n"
14802 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dNV
))"\n"
14803 "\t"STUB_ASM_CODE("774")"\n"
14805 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1dvNV
))"\n"
14806 "\t"STUB_ASM_CODE("775")"\n"
14808 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fNV
))"\n"
14809 "\t"STUB_ASM_CODE("776")"\n"
14811 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1fvNV
))"\n"
14812 "\t"STUB_ASM_CODE("777")"\n"
14814 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1sNV
))"\n"
14815 "\t"STUB_ASM_CODE("778")"\n"
14817 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib1svNV
))"\n"
14818 "\t"STUB_ASM_CODE("779")"\n"
14820 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dNV
))"\n"
14821 "\t"STUB_ASM_CODE("780")"\n"
14823 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2dvNV
))"\n"
14824 "\t"STUB_ASM_CODE("781")"\n"
14826 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fNV
))"\n"
14827 "\t"STUB_ASM_CODE("782")"\n"
14829 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2fvNV
))"\n"
14830 "\t"STUB_ASM_CODE("783")"\n"
14832 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2sNV
))"\n"
14833 "\t"STUB_ASM_CODE("784")"\n"
14835 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib2svNV
))"\n"
14836 "\t"STUB_ASM_CODE("785")"\n"
14838 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dNV
))"\n"
14839 "\t"STUB_ASM_CODE("786")"\n"
14841 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3dvNV
))"\n"
14842 "\t"STUB_ASM_CODE("787")"\n"
14844 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fNV
))"\n"
14845 "\t"STUB_ASM_CODE("788")"\n"
14847 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3fvNV
))"\n"
14848 "\t"STUB_ASM_CODE("789")"\n"
14850 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3sNV
))"\n"
14851 "\t"STUB_ASM_CODE("790")"\n"
14853 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib3svNV
))"\n"
14854 "\t"STUB_ASM_CODE("791")"\n"
14856 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dNV
))"\n"
14857 "\t"STUB_ASM_CODE("792")"\n"
14859 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4dvNV
))"\n"
14860 "\t"STUB_ASM_CODE("793")"\n"
14862 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fNV
))"\n"
14863 "\t"STUB_ASM_CODE("794")"\n"
14865 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4fvNV
))"\n"
14866 "\t"STUB_ASM_CODE("795")"\n"
14868 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4sNV
))"\n"
14869 "\t"STUB_ASM_CODE("796")"\n"
14871 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4svNV
))"\n"
14872 "\t"STUB_ASM_CODE("797")"\n"
14874 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubNV
))"\n"
14875 "\t"STUB_ASM_CODE("798")"\n"
14877 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttrib4ubvNV
))"\n"
14878 "\t"STUB_ASM_CODE("799")"\n"
14880 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribPointerNV
))"\n"
14881 "\t"STUB_ASM_CODE("800")"\n"
14883 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1dvNV
))"\n"
14884 "\t"STUB_ASM_CODE("801")"\n"
14886 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1fvNV
))"\n"
14887 "\t"STUB_ASM_CODE("802")"\n"
14889 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs1svNV
))"\n"
14890 "\t"STUB_ASM_CODE("803")"\n"
14892 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2dvNV
))"\n"
14893 "\t"STUB_ASM_CODE("804")"\n"
14895 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2fvNV
))"\n"
14896 "\t"STUB_ASM_CODE("805")"\n"
14898 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs2svNV
))"\n"
14899 "\t"STUB_ASM_CODE("806")"\n"
14901 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3dvNV
))"\n"
14902 "\t"STUB_ASM_CODE("807")"\n"
14904 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3fvNV
))"\n"
14905 "\t"STUB_ASM_CODE("808")"\n"
14907 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs3svNV
))"\n"
14908 "\t"STUB_ASM_CODE("809")"\n"
14910 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4dvNV
))"\n"
14911 "\t"STUB_ASM_CODE("810")"\n"
14913 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4fvNV
))"\n"
14914 "\t"STUB_ASM_CODE("811")"\n"
14916 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4svNV
))"\n"
14917 "\t"STUB_ASM_CODE("812")"\n"
14919 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribs4ubvNV
))"\n"
14920 "\t"STUB_ASM_CODE("813")"\n"
14922 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterfvATI
))"\n"
14923 "\t"STUB_ASM_CODE("814")"\n"
14925 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexBumpParameterivATI
))"\n"
14926 "\t"STUB_ASM_CODE("815")"\n"
14928 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterfvATI
))"\n"
14929 "\t"STUB_ASM_CODE("816")"\n"
14931 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexBumpParameterivATI
))"\n"
14932 "\t"STUB_ASM_CODE("817")"\n"
14934 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp1ATI
))"\n"
14935 "\t"STUB_ASM_CODE("818")"\n"
14937 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp2ATI
))"\n"
14938 "\t"STUB_ASM_CODE("819")"\n"
14940 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFragmentOp3ATI
))"\n"
14941 "\t"STUB_ASM_CODE("820")"\n"
14943 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginFragmentShaderATI
))"\n"
14944 "\t"STUB_ASM_CODE("821")"\n"
14946 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragmentShaderATI
))"\n"
14947 "\t"STUB_ASM_CODE("822")"\n"
14949 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp1ATI
))"\n"
14950 "\t"STUB_ASM_CODE("823")"\n"
14952 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp2ATI
))"\n"
14953 "\t"STUB_ASM_CODE("824")"\n"
14955 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorFragmentOp3ATI
))"\n"
14956 "\t"STUB_ASM_CODE("825")"\n"
14958 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFragmentShaderATI
))"\n"
14959 "\t"STUB_ASM_CODE("826")"\n"
14961 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndFragmentShaderATI
))"\n"
14962 "\t"STUB_ASM_CODE("827")"\n"
14964 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFragmentShadersATI
))"\n"
14965 "\t"STUB_ASM_CODE("828")"\n"
14967 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PassTexCoordATI
))"\n"
14968 "\t"STUB_ASM_CODE("829")"\n"
14970 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleMapATI
))"\n"
14971 "\t"STUB_ASM_CODE("830")"\n"
14973 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SetFragmentShaderConstantATI
))"\n"
14974 "\t"STUB_ASM_CODE("831")"\n"
14976 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameteriNV
))"\n"
14977 "\t"STUB_ASM_CODE("832")"\n"
14979 ".globl "GLAPI_PREFIX_STR(PointParameteri
)"\n"
14980 ".set "GLAPI_PREFIX_STR(PointParameteri
)", "GLAPI_PREFIX_STR(PointParameteriNV
)"\n"
14982 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterivNV
))"\n"
14983 "\t"STUB_ASM_CODE("833")"\n"
14985 ".globl "GLAPI_PREFIX_STR(PointParameteriv
)"\n"
14986 ".set "GLAPI_PREFIX_STR(PointParameteriv
)", "GLAPI_PREFIX_STR(PointParameterivNV
)"\n"
14988 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveStencilFaceEXT
))"\n"
14989 "\t"STUB_ASM_CODE("834")"\n"
14991 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindVertexArrayAPPLE
))"\n"
14992 "\t"STUB_ASM_CODE("835")"\n"
14994 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteVertexArraysAPPLE
))"\n"
14995 "\t"STUB_ASM_CODE("836")"\n"
14997 ".globl "GLAPI_PREFIX_STR(DeleteVertexArrays
)"\n"
14998 ".set "GLAPI_PREFIX_STR(DeleteVertexArrays
)", "GLAPI_PREFIX_STR(DeleteVertexArraysAPPLE
)"\n"
15000 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenVertexArraysAPPLE
))"\n"
15001 "\t"STUB_ASM_CODE("837")"\n"
15003 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsVertexArrayAPPLE
))"\n"
15004 "\t"STUB_ASM_CODE("838")"\n"
15006 ".globl "GLAPI_PREFIX_STR(IsVertexArray
)"\n"
15007 ".set "GLAPI_PREFIX_STR(IsVertexArray
)", "GLAPI_PREFIX_STR(IsVertexArrayAPPLE
)"\n"
15009 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterdvNV
))"\n"
15010 "\t"STUB_ASM_CODE("839")"\n"
15012 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramNamedParameterfvNV
))"\n"
15013 "\t"STUB_ASM_CODE("840")"\n"
15015 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dNV
))"\n"
15016 "\t"STUB_ASM_CODE("841")"\n"
15018 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4dvNV
))"\n"
15019 "\t"STUB_ASM_CODE("842")"\n"
15021 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fNV
))"\n"
15022 "\t"STUB_ASM_CODE("843")"\n"
15024 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramNamedParameter4fvNV
))"\n"
15025 "\t"STUB_ASM_CODE("844")"\n"
15027 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartIndexNV
))"\n"
15028 "\t"STUB_ASM_CODE("845")"\n"
15030 ".globl "GLAPI_PREFIX_STR(PrimitiveRestartIndex
)"\n"
15031 ".set "GLAPI_PREFIX_STR(PrimitiveRestartIndex
)", "GLAPI_PREFIX_STR(PrimitiveRestartIndexNV
)"\n"
15033 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PrimitiveRestartNV
))"\n"
15034 "\t"STUB_ASM_CODE("846")"\n"
15036 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(AlphaFuncxOES
))"\n"
15037 "\t"STUB_ASM_CODE("847")"\n"
15039 ".globl "GLAPI_PREFIX_STR(AlphaFuncx
)"\n"
15040 ".set "GLAPI_PREFIX_STR(AlphaFuncx
)", "GLAPI_PREFIX_STR(AlphaFuncxOES
)"\n"
15042 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorxOES
))"\n"
15043 "\t"STUB_ASM_CODE("848")"\n"
15045 ".globl "GLAPI_PREFIX_STR(ClearColorx
)"\n"
15046 ".set "GLAPI_PREFIX_STR(ClearColorx
)", "GLAPI_PREFIX_STR(ClearColorxOES
)"\n"
15048 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearDepthxOES
))"\n"
15049 "\t"STUB_ASM_CODE("849")"\n"
15051 ".globl "GLAPI_PREFIX_STR(ClearDepthx
)"\n"
15052 ".set "GLAPI_PREFIX_STR(ClearDepthx
)", "GLAPI_PREFIX_STR(ClearDepthxOES
)"\n"
15054 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlanexOES
))"\n"
15055 "\t"STUB_ASM_CODE("850")"\n"
15057 ".globl "GLAPI_PREFIX_STR(ClipPlanex
)"\n"
15058 ".set "GLAPI_PREFIX_STR(ClipPlanex
)", "GLAPI_PREFIX_STR(ClipPlanexOES
)"\n"
15060 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Color4xOES
))"\n"
15061 "\t"STUB_ASM_CODE("851")"\n"
15063 ".globl "GLAPI_PREFIX_STR(Color4x
)"\n"
15064 ".set "GLAPI_PREFIX_STR(Color4x
)", "GLAPI_PREFIX_STR(Color4xOES
)"\n"
15066 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthRangexOES
))"\n"
15067 "\t"STUB_ASM_CODE("852")"\n"
15069 ".globl "GLAPI_PREFIX_STR(DepthRangex
)"\n"
15070 ".set "GLAPI_PREFIX_STR(DepthRangex
)", "GLAPI_PREFIX_STR(DepthRangexOES
)"\n"
15072 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogxOES
))"\n"
15073 "\t"STUB_ASM_CODE("853")"\n"
15075 ".globl "GLAPI_PREFIX_STR(Fogx
)"\n"
15076 ".set "GLAPI_PREFIX_STR(Fogx
)", "GLAPI_PREFIX_STR(FogxOES
)"\n"
15078 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FogxvOES
))"\n"
15079 "\t"STUB_ASM_CODE("854")"\n"
15081 ".globl "GLAPI_PREFIX_STR(Fogxv
)"\n"
15082 ".set "GLAPI_PREFIX_STR(Fogxv
)", "GLAPI_PREFIX_STR(FogxvOES
)"\n"
15084 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrustumxOES
))"\n"
15085 "\t"STUB_ASM_CODE("855")"\n"
15087 ".globl "GLAPI_PREFIX_STR(Frustumx
)"\n"
15088 ".set "GLAPI_PREFIX_STR(Frustumx
)", "GLAPI_PREFIX_STR(FrustumxOES
)"\n"
15090 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlanexOES
))"\n"
15091 "\t"STUB_ASM_CODE("856")"\n"
15093 ".globl "GLAPI_PREFIX_STR(GetClipPlanex
)"\n"
15094 ".set "GLAPI_PREFIX_STR(GetClipPlanex
)", "GLAPI_PREFIX_STR(GetClipPlanexOES
)"\n"
15096 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFixedvOES
))"\n"
15097 "\t"STUB_ASM_CODE("857")"\n"
15099 ".globl "GLAPI_PREFIX_STR(GetFixedv
)"\n"
15100 ".set "GLAPI_PREFIX_STR(GetFixedv
)", "GLAPI_PREFIX_STR(GetFixedvOES
)"\n"
15102 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetLightxvOES
))"\n"
15103 "\t"STUB_ASM_CODE("858")"\n"
15105 ".globl "GLAPI_PREFIX_STR(GetLightxv
)"\n"
15106 ".set "GLAPI_PREFIX_STR(GetLightxv
)", "GLAPI_PREFIX_STR(GetLightxvOES
)"\n"
15108 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetMaterialxvOES
))"\n"
15109 "\t"STUB_ASM_CODE("859")"\n"
15111 ".globl "GLAPI_PREFIX_STR(GetMaterialxv
)"\n"
15112 ".set "GLAPI_PREFIX_STR(GetMaterialxv
)", "GLAPI_PREFIX_STR(GetMaterialxvOES
)"\n"
15114 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexEnvxvOES
))"\n"
15115 "\t"STUB_ASM_CODE("860")"\n"
15117 ".globl "GLAPI_PREFIX_STR(GetTexEnvxv
)"\n"
15118 ".set "GLAPI_PREFIX_STR(GetTexEnvxv
)", "GLAPI_PREFIX_STR(GetTexEnvxvOES
)"\n"
15120 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexGenxvOES
))"\n"
15121 "\t"STUB_ASM_CODE("861")"\n"
15123 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterxvOES
))"\n"
15124 "\t"STUB_ASM_CODE("862")"\n"
15126 ".globl "GLAPI_PREFIX_STR(GetTexParameterxv
)"\n"
15127 ".set "GLAPI_PREFIX_STR(GetTexParameterxv
)", "GLAPI_PREFIX_STR(GetTexParameterxvOES
)"\n"
15129 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelxOES
))"\n"
15130 "\t"STUB_ASM_CODE("863")"\n"
15132 ".globl "GLAPI_PREFIX_STR(LightModelx
)"\n"
15133 ".set "GLAPI_PREFIX_STR(LightModelx
)", "GLAPI_PREFIX_STR(LightModelxOES
)"\n"
15135 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightModelxvOES
))"\n"
15136 "\t"STUB_ASM_CODE("864")"\n"
15138 ".globl "GLAPI_PREFIX_STR(LightModelxv
)"\n"
15139 ".set "GLAPI_PREFIX_STR(LightModelxv
)", "GLAPI_PREFIX_STR(LightModelxvOES
)"\n"
15141 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightxOES
))"\n"
15142 "\t"STUB_ASM_CODE("865")"\n"
15144 ".globl "GLAPI_PREFIX_STR(Lightx
)"\n"
15145 ".set "GLAPI_PREFIX_STR(Lightx
)", "GLAPI_PREFIX_STR(LightxOES
)"\n"
15147 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LightxvOES
))"\n"
15148 "\t"STUB_ASM_CODE("866")"\n"
15150 ".globl "GLAPI_PREFIX_STR(Lightxv
)"\n"
15151 ".set "GLAPI_PREFIX_STR(Lightxv
)", "GLAPI_PREFIX_STR(LightxvOES
)"\n"
15153 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LineWidthxOES
))"\n"
15154 "\t"STUB_ASM_CODE("867")"\n"
15156 ".globl "GLAPI_PREFIX_STR(LineWidthx
)"\n"
15157 ".set "GLAPI_PREFIX_STR(LineWidthx
)", "GLAPI_PREFIX_STR(LineWidthxOES
)"\n"
15159 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(LoadMatrixxOES
))"\n"
15160 "\t"STUB_ASM_CODE("868")"\n"
15162 ".globl "GLAPI_PREFIX_STR(LoadMatrixx
)"\n"
15163 ".set "GLAPI_PREFIX_STR(LoadMatrixx
)", "GLAPI_PREFIX_STR(LoadMatrixxOES
)"\n"
15165 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MaterialxOES
))"\n"
15166 "\t"STUB_ASM_CODE("869")"\n"
15168 ".globl "GLAPI_PREFIX_STR(Materialx
)"\n"
15169 ".set "GLAPI_PREFIX_STR(Materialx
)", "GLAPI_PREFIX_STR(MaterialxOES
)"\n"
15171 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MaterialxvOES
))"\n"
15172 "\t"STUB_ASM_CODE("870")"\n"
15174 ".globl "GLAPI_PREFIX_STR(Materialxv
)"\n"
15175 ".set "GLAPI_PREFIX_STR(Materialxv
)", "GLAPI_PREFIX_STR(MaterialxvOES
)"\n"
15177 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultMatrixxOES
))"\n"
15178 "\t"STUB_ASM_CODE("871")"\n"
15180 ".globl "GLAPI_PREFIX_STR(MultMatrixx
)"\n"
15181 ".set "GLAPI_PREFIX_STR(MultMatrixx
)", "GLAPI_PREFIX_STR(MultMatrixxOES
)"\n"
15183 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(MultiTexCoord4xOES
))"\n"
15184 "\t"STUB_ASM_CODE("872")"\n"
15186 ".globl "GLAPI_PREFIX_STR(MultiTexCoord4x
)"\n"
15187 ".set "GLAPI_PREFIX_STR(MultiTexCoord4x
)", "GLAPI_PREFIX_STR(MultiTexCoord4xOES
)"\n"
15189 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Normal3xOES
))"\n"
15190 "\t"STUB_ASM_CODE("873")"\n"
15192 ".globl "GLAPI_PREFIX_STR(Normal3x
)"\n"
15193 ".set "GLAPI_PREFIX_STR(Normal3x
)", "GLAPI_PREFIX_STR(Normal3xOES
)"\n"
15195 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(OrthoxOES
))"\n"
15196 "\t"STUB_ASM_CODE("874")"\n"
15198 ".globl "GLAPI_PREFIX_STR(Orthox
)"\n"
15199 ".set "GLAPI_PREFIX_STR(Orthox
)", "GLAPI_PREFIX_STR(OrthoxOES
)"\n"
15201 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterxOES
))"\n"
15202 "\t"STUB_ASM_CODE("875")"\n"
15204 ".globl "GLAPI_PREFIX_STR(PointParameterx
)"\n"
15205 ".set "GLAPI_PREFIX_STR(PointParameterx
)", "GLAPI_PREFIX_STR(PointParameterxOES
)"\n"
15207 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointParameterxvOES
))"\n"
15208 "\t"STUB_ASM_CODE("876")"\n"
15210 ".globl "GLAPI_PREFIX_STR(PointParameterxv
)"\n"
15211 ".set "GLAPI_PREFIX_STR(PointParameterxv
)", "GLAPI_PREFIX_STR(PointParameterxvOES
)"\n"
15213 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PointSizexOES
))"\n"
15214 "\t"STUB_ASM_CODE("877")"\n"
15216 ".globl "GLAPI_PREFIX_STR(PointSizex
)"\n"
15217 ".set "GLAPI_PREFIX_STR(PointSizex
)", "GLAPI_PREFIX_STR(PointSizexOES
)"\n"
15219 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(PolygonOffsetxOES
))"\n"
15220 "\t"STUB_ASM_CODE("878")"\n"
15222 ".globl "GLAPI_PREFIX_STR(PolygonOffsetx
)"\n"
15223 ".set "GLAPI_PREFIX_STR(PolygonOffsetx
)", "GLAPI_PREFIX_STR(PolygonOffsetxOES
)"\n"
15225 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RotatexOES
))"\n"
15226 "\t"STUB_ASM_CODE("879")"\n"
15228 ".globl "GLAPI_PREFIX_STR(Rotatex
)"\n"
15229 ".set "GLAPI_PREFIX_STR(Rotatex
)", "GLAPI_PREFIX_STR(RotatexOES
)"\n"
15231 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(SampleCoveragexOES
))"\n"
15232 "\t"STUB_ASM_CODE("880")"\n"
15234 ".globl "GLAPI_PREFIX_STR(SampleCoveragex
)"\n"
15235 ".set "GLAPI_PREFIX_STR(SampleCoveragex
)", "GLAPI_PREFIX_STR(SampleCoveragexOES
)"\n"
15237 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ScalexOES
))"\n"
15238 "\t"STUB_ASM_CODE("881")"\n"
15240 ".globl "GLAPI_PREFIX_STR(Scalex
)"\n"
15241 ".set "GLAPI_PREFIX_STR(Scalex
)", "GLAPI_PREFIX_STR(ScalexOES
)"\n"
15243 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvxOES
))"\n"
15244 "\t"STUB_ASM_CODE("882")"\n"
15246 ".globl "GLAPI_PREFIX_STR(TexEnvx
)"\n"
15247 ".set "GLAPI_PREFIX_STR(TexEnvx
)", "GLAPI_PREFIX_STR(TexEnvxOES
)"\n"
15249 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexEnvxvOES
))"\n"
15250 "\t"STUB_ASM_CODE("883")"\n"
15252 ".globl "GLAPI_PREFIX_STR(TexEnvxv
)"\n"
15253 ".set "GLAPI_PREFIX_STR(TexEnvxv
)", "GLAPI_PREFIX_STR(TexEnvxvOES
)"\n"
15255 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenxOES
))"\n"
15256 "\t"STUB_ASM_CODE("884")"\n"
15258 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexGenxvOES
))"\n"
15259 "\t"STUB_ASM_CODE("885")"\n"
15261 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterxOES
))"\n"
15262 "\t"STUB_ASM_CODE("886")"\n"
15264 ".globl "GLAPI_PREFIX_STR(TexParameterx
)"\n"
15265 ".set "GLAPI_PREFIX_STR(TexParameterx
)", "GLAPI_PREFIX_STR(TexParameterxOES
)"\n"
15267 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterxvOES
))"\n"
15268 "\t"STUB_ASM_CODE("887")"\n"
15270 ".globl "GLAPI_PREFIX_STR(TexParameterxv
)"\n"
15271 ".set "GLAPI_PREFIX_STR(TexParameterxv
)", "GLAPI_PREFIX_STR(TexParameterxvOES
)"\n"
15273 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TranslatexOES
))"\n"
15274 "\t"STUB_ASM_CODE("888")"\n"
15276 ".globl "GLAPI_PREFIX_STR(Translatex
)"\n"
15277 ".set "GLAPI_PREFIX_STR(Translatex
)", "GLAPI_PREFIX_STR(TranslatexOES
)"\n"
15279 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClipPlanefOES
))"\n"
15280 "\t"STUB_ASM_CODE("889")"\n"
15282 ".globl "GLAPI_PREFIX_STR(ClipPlanef
)"\n"
15283 ".set "GLAPI_PREFIX_STR(ClipPlanef
)", "GLAPI_PREFIX_STR(ClipPlanefOES
)"\n"
15285 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FrustumfOES
))"\n"
15286 "\t"STUB_ASM_CODE("890")"\n"
15288 ".globl "GLAPI_PREFIX_STR(Frustumf
)"\n"
15289 ".set "GLAPI_PREFIX_STR(Frustumf
)", "GLAPI_PREFIX_STR(FrustumfOES
)"\n"
15291 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetClipPlanefOES
))"\n"
15292 "\t"STUB_ASM_CODE("891")"\n"
15294 ".globl "GLAPI_PREFIX_STR(GetClipPlanef
)"\n"
15295 ".set "GLAPI_PREFIX_STR(GetClipPlanef
)", "GLAPI_PREFIX_STR(GetClipPlanefOES
)"\n"
15297 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(OrthofOES
))"\n"
15298 "\t"STUB_ASM_CODE("892")"\n"
15300 ".globl "GLAPI_PREFIX_STR(Orthof
)"\n"
15301 ".set "GLAPI_PREFIX_STR(Orthof
)", "GLAPI_PREFIX_STR(OrthofOES
)"\n"
15303 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DepthBoundsEXT
))"\n"
15304 "\t"STUB_ASM_CODE("893")"\n"
15306 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlendEquationSeparateEXT
))"\n"
15307 "\t"STUB_ASM_CODE("894")"\n"
15309 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparate
)"\n"
15310 ".set "GLAPI_PREFIX_STR(BlendEquationSeparate
)", "GLAPI_PREFIX_STR(BlendEquationSeparateEXT
)"\n"
15312 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparateATI
)"\n"
15313 ".set "GLAPI_PREFIX_STR(BlendEquationSeparateATI
)", "GLAPI_PREFIX_STR(BlendEquationSeparateEXT
)"\n"
15315 ".globl "GLAPI_PREFIX_STR(BlendEquationSeparateOES
)"\n"
15316 ".set "GLAPI_PREFIX_STR(BlendEquationSeparateOES
)", "GLAPI_PREFIX_STR(BlendEquationSeparateEXT
)"\n"
15318 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFramebufferEXT
))"\n"
15319 "\t"STUB_ASM_CODE("895")"\n"
15321 ".globl "GLAPI_PREFIX_STR(BindFramebuffer
)"\n"
15322 ".set "GLAPI_PREFIX_STR(BindFramebuffer
)", "GLAPI_PREFIX_STR(BindFramebufferEXT
)"\n"
15324 ".globl "GLAPI_PREFIX_STR(BindFramebufferOES
)"\n"
15325 ".set "GLAPI_PREFIX_STR(BindFramebufferOES
)", "GLAPI_PREFIX_STR(BindFramebufferEXT
)"\n"
15327 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindRenderbufferEXT
))"\n"
15328 "\t"STUB_ASM_CODE("896")"\n"
15330 ".globl "GLAPI_PREFIX_STR(BindRenderbuffer
)"\n"
15331 ".set "GLAPI_PREFIX_STR(BindRenderbuffer
)", "GLAPI_PREFIX_STR(BindRenderbufferEXT
)"\n"
15333 ".globl "GLAPI_PREFIX_STR(BindRenderbufferOES
)"\n"
15334 ".set "GLAPI_PREFIX_STR(BindRenderbufferOES
)", "GLAPI_PREFIX_STR(BindRenderbufferEXT
)"\n"
15336 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CheckFramebufferStatusEXT
))"\n"
15337 "\t"STUB_ASM_CODE("897")"\n"
15339 ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatus
)"\n"
15340 ".set "GLAPI_PREFIX_STR(CheckFramebufferStatus
)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT
)"\n"
15342 ".globl "GLAPI_PREFIX_STR(CheckFramebufferStatusOES
)"\n"
15343 ".set "GLAPI_PREFIX_STR(CheckFramebufferStatusOES
)", "GLAPI_PREFIX_STR(CheckFramebufferStatusEXT
)"\n"
15345 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteFramebuffersEXT
))"\n"
15346 "\t"STUB_ASM_CODE("898")"\n"
15348 ".globl "GLAPI_PREFIX_STR(DeleteFramebuffers
)"\n"
15349 ".set "GLAPI_PREFIX_STR(DeleteFramebuffers
)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT
)"\n"
15351 ".globl "GLAPI_PREFIX_STR(DeleteFramebuffersOES
)"\n"
15352 ".set "GLAPI_PREFIX_STR(DeleteFramebuffersOES
)", "GLAPI_PREFIX_STR(DeleteFramebuffersEXT
)"\n"
15354 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DeleteRenderbuffersEXT
))"\n"
15355 "\t"STUB_ASM_CODE("899")"\n"
15357 ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffers
)"\n"
15358 ".set "GLAPI_PREFIX_STR(DeleteRenderbuffers
)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT
)"\n"
15360 ".globl "GLAPI_PREFIX_STR(DeleteRenderbuffersOES
)"\n"
15361 ".set "GLAPI_PREFIX_STR(DeleteRenderbuffersOES
)", "GLAPI_PREFIX_STR(DeleteRenderbuffersEXT
)"\n"
15363 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferRenderbufferEXT
))"\n"
15364 "\t"STUB_ASM_CODE("900")"\n"
15366 ".globl "GLAPI_PREFIX_STR(FramebufferRenderbuffer
)"\n"
15367 ".set "GLAPI_PREFIX_STR(FramebufferRenderbuffer
)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT
)"\n"
15369 ".globl "GLAPI_PREFIX_STR(FramebufferRenderbufferOES
)"\n"
15370 ".set "GLAPI_PREFIX_STR(FramebufferRenderbufferOES
)", "GLAPI_PREFIX_STR(FramebufferRenderbufferEXT
)"\n"
15372 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture1DEXT
))"\n"
15373 "\t"STUB_ASM_CODE("901")"\n"
15375 ".globl "GLAPI_PREFIX_STR(FramebufferTexture1D
)"\n"
15376 ".set "GLAPI_PREFIX_STR(FramebufferTexture1D
)", "GLAPI_PREFIX_STR(FramebufferTexture1DEXT
)"\n"
15378 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture2DEXT
))"\n"
15379 "\t"STUB_ASM_CODE("902")"\n"
15381 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2D
)"\n"
15382 ".set "GLAPI_PREFIX_STR(FramebufferTexture2D
)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT
)"\n"
15384 ".globl "GLAPI_PREFIX_STR(FramebufferTexture2DOES
)"\n"
15385 ".set "GLAPI_PREFIX_STR(FramebufferTexture2DOES
)", "GLAPI_PREFIX_STR(FramebufferTexture2DEXT
)"\n"
15387 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTexture3DEXT
))"\n"
15388 "\t"STUB_ASM_CODE("903")"\n"
15390 ".globl "GLAPI_PREFIX_STR(FramebufferTexture3D
)"\n"
15391 ".set "GLAPI_PREFIX_STR(FramebufferTexture3D
)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT
)"\n"
15393 ".globl "GLAPI_PREFIX_STR(FramebufferTexture3DOES
)"\n"
15394 ".set "GLAPI_PREFIX_STR(FramebufferTexture3DOES
)", "GLAPI_PREFIX_STR(FramebufferTexture3DEXT
)"\n"
15396 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenFramebuffersEXT
))"\n"
15397 "\t"STUB_ASM_CODE("904")"\n"
15399 ".globl "GLAPI_PREFIX_STR(GenFramebuffers
)"\n"
15400 ".set "GLAPI_PREFIX_STR(GenFramebuffers
)", "GLAPI_PREFIX_STR(GenFramebuffersEXT
)"\n"
15402 ".globl "GLAPI_PREFIX_STR(GenFramebuffersOES
)"\n"
15403 ".set "GLAPI_PREFIX_STR(GenFramebuffersOES
)", "GLAPI_PREFIX_STR(GenFramebuffersEXT
)"\n"
15405 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenRenderbuffersEXT
))"\n"
15406 "\t"STUB_ASM_CODE("905")"\n"
15408 ".globl "GLAPI_PREFIX_STR(GenRenderbuffers
)"\n"
15409 ".set "GLAPI_PREFIX_STR(GenRenderbuffers
)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT
)"\n"
15411 ".globl "GLAPI_PREFIX_STR(GenRenderbuffersOES
)"\n"
15412 ".set "GLAPI_PREFIX_STR(GenRenderbuffersOES
)", "GLAPI_PREFIX_STR(GenRenderbuffersEXT
)"\n"
15414 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GenerateMipmapEXT
))"\n"
15415 "\t"STUB_ASM_CODE("906")"\n"
15417 ".globl "GLAPI_PREFIX_STR(GenerateMipmap
)"\n"
15418 ".set "GLAPI_PREFIX_STR(GenerateMipmap
)", "GLAPI_PREFIX_STR(GenerateMipmapEXT
)"\n"
15420 ".globl "GLAPI_PREFIX_STR(GenerateMipmapOES
)"\n"
15421 ".set "GLAPI_PREFIX_STR(GenerateMipmapOES
)", "GLAPI_PREFIX_STR(GenerateMipmapEXT
)"\n"
15423 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT
))"\n"
15424 "\t"STUB_ASM_CODE("907")"\n"
15426 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv
)"\n"
15427 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameteriv
)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT
)"\n"
15429 ".globl "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivOES
)"\n"
15430 ".set "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivOES
)", "GLAPI_PREFIX_STR(GetFramebufferAttachmentParameterivEXT
)"\n"
15432 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT
))"\n"
15433 "\t"STUB_ASM_CODE("908")"\n"
15435 ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameteriv
)"\n"
15436 ".set "GLAPI_PREFIX_STR(GetRenderbufferParameteriv
)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT
)"\n"
15438 ".globl "GLAPI_PREFIX_STR(GetRenderbufferParameterivOES
)"\n"
15439 ".set "GLAPI_PREFIX_STR(GetRenderbufferParameterivOES
)", "GLAPI_PREFIX_STR(GetRenderbufferParameterivEXT
)"\n"
15441 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsFramebufferEXT
))"\n"
15442 "\t"STUB_ASM_CODE("909")"\n"
15444 ".globl "GLAPI_PREFIX_STR(IsFramebuffer
)"\n"
15445 ".set "GLAPI_PREFIX_STR(IsFramebuffer
)", "GLAPI_PREFIX_STR(IsFramebufferEXT
)"\n"
15447 ".globl "GLAPI_PREFIX_STR(IsFramebufferOES
)"\n"
15448 ".set "GLAPI_PREFIX_STR(IsFramebufferOES
)", "GLAPI_PREFIX_STR(IsFramebufferEXT
)"\n"
15450 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsRenderbufferEXT
))"\n"
15451 "\t"STUB_ASM_CODE("910")"\n"
15453 ".globl "GLAPI_PREFIX_STR(IsRenderbuffer
)"\n"
15454 ".set "GLAPI_PREFIX_STR(IsRenderbuffer
)", "GLAPI_PREFIX_STR(IsRenderbufferEXT
)"\n"
15456 ".globl "GLAPI_PREFIX_STR(IsRenderbufferOES
)"\n"
15457 ".set "GLAPI_PREFIX_STR(IsRenderbufferOES
)", "GLAPI_PREFIX_STR(IsRenderbufferEXT
)"\n"
15459 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(RenderbufferStorageEXT
))"\n"
15460 "\t"STUB_ASM_CODE("911")"\n"
15462 ".globl "GLAPI_PREFIX_STR(RenderbufferStorage
)"\n"
15463 ".set "GLAPI_PREFIX_STR(RenderbufferStorage
)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT
)"\n"
15465 ".globl "GLAPI_PREFIX_STR(RenderbufferStorageOES
)"\n"
15466 ".set "GLAPI_PREFIX_STR(RenderbufferStorageOES
)", "GLAPI_PREFIX_STR(RenderbufferStorageEXT
)"\n"
15468 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BlitFramebufferEXT
))"\n"
15469 "\t"STUB_ASM_CODE("912")"\n"
15471 ".globl "GLAPI_PREFIX_STR(BlitFramebuffer
)"\n"
15472 ".set "GLAPI_PREFIX_STR(BlitFramebuffer
)", "GLAPI_PREFIX_STR(BlitFramebufferEXT
)"\n"
15474 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BufferParameteriAPPLE
))"\n"
15475 "\t"STUB_ASM_CODE("913")"\n"
15477 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FlushMappedBufferRangeAPPLE
))"\n"
15478 "\t"STUB_ASM_CODE("914")"\n"
15480 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindFragDataLocationEXT
))"\n"
15481 "\t"STUB_ASM_CODE("915")"\n"
15483 ".globl "GLAPI_PREFIX_STR(BindFragDataLocation
)"\n"
15484 ".set "GLAPI_PREFIX_STR(BindFragDataLocation
)", "GLAPI_PREFIX_STR(BindFragDataLocationEXT
)"\n"
15486 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetFragDataLocationEXT
))"\n"
15487 "\t"STUB_ASM_CODE("916")"\n"
15489 ".globl "GLAPI_PREFIX_STR(GetFragDataLocation
)"\n"
15490 ".set "GLAPI_PREFIX_STR(GetFragDataLocation
)", "GLAPI_PREFIX_STR(GetFragDataLocationEXT
)"\n"
15492 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetUniformuivEXT
))"\n"
15493 "\t"STUB_ASM_CODE("917")"\n"
15495 ".globl "GLAPI_PREFIX_STR(GetUniformuiv
)"\n"
15496 ".set "GLAPI_PREFIX_STR(GetUniformuiv
)", "GLAPI_PREFIX_STR(GetUniformuivEXT
)"\n"
15498 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIivEXT
))"\n"
15499 "\t"STUB_ASM_CODE("918")"\n"
15501 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIiv
)"\n"
15502 ".set "GLAPI_PREFIX_STR(GetVertexAttribIiv
)", "GLAPI_PREFIX_STR(GetVertexAttribIivEXT
)"\n"
15504 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetVertexAttribIuivEXT
))"\n"
15505 "\t"STUB_ASM_CODE("919")"\n"
15507 ".globl "GLAPI_PREFIX_STR(GetVertexAttribIuiv
)"\n"
15508 ".set "GLAPI_PREFIX_STR(GetVertexAttribIuiv
)", "GLAPI_PREFIX_STR(GetVertexAttribIuivEXT
)"\n"
15510 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uiEXT
))"\n"
15511 "\t"STUB_ASM_CODE("920")"\n"
15513 ".globl "GLAPI_PREFIX_STR(Uniform1ui
)"\n"
15514 ".set "GLAPI_PREFIX_STR(Uniform1ui
)", "GLAPI_PREFIX_STR(Uniform1uiEXT
)"\n"
15516 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform1uivEXT
))"\n"
15517 "\t"STUB_ASM_CODE("921")"\n"
15519 ".globl "GLAPI_PREFIX_STR(Uniform1uiv
)"\n"
15520 ".set "GLAPI_PREFIX_STR(Uniform1uiv
)", "GLAPI_PREFIX_STR(Uniform1uivEXT
)"\n"
15522 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uiEXT
))"\n"
15523 "\t"STUB_ASM_CODE("922")"\n"
15525 ".globl "GLAPI_PREFIX_STR(Uniform2ui
)"\n"
15526 ".set "GLAPI_PREFIX_STR(Uniform2ui
)", "GLAPI_PREFIX_STR(Uniform2uiEXT
)"\n"
15528 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform2uivEXT
))"\n"
15529 "\t"STUB_ASM_CODE("923")"\n"
15531 ".globl "GLAPI_PREFIX_STR(Uniform2uiv
)"\n"
15532 ".set "GLAPI_PREFIX_STR(Uniform2uiv
)", "GLAPI_PREFIX_STR(Uniform2uivEXT
)"\n"
15534 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uiEXT
))"\n"
15535 "\t"STUB_ASM_CODE("924")"\n"
15537 ".globl "GLAPI_PREFIX_STR(Uniform3ui
)"\n"
15538 ".set "GLAPI_PREFIX_STR(Uniform3ui
)", "GLAPI_PREFIX_STR(Uniform3uiEXT
)"\n"
15540 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform3uivEXT
))"\n"
15541 "\t"STUB_ASM_CODE("925")"\n"
15543 ".globl "GLAPI_PREFIX_STR(Uniform3uiv
)"\n"
15544 ".set "GLAPI_PREFIX_STR(Uniform3uiv
)", "GLAPI_PREFIX_STR(Uniform3uivEXT
)"\n"
15546 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uiEXT
))"\n"
15547 "\t"STUB_ASM_CODE("926")"\n"
15549 ".globl "GLAPI_PREFIX_STR(Uniform4ui
)"\n"
15550 ".set "GLAPI_PREFIX_STR(Uniform4ui
)", "GLAPI_PREFIX_STR(Uniform4uiEXT
)"\n"
15552 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Uniform4uivEXT
))"\n"
15553 "\t"STUB_ASM_CODE("927")"\n"
15555 ".globl "GLAPI_PREFIX_STR(Uniform4uiv
)"\n"
15556 ".set "GLAPI_PREFIX_STR(Uniform4uiv
)", "GLAPI_PREFIX_STR(Uniform4uivEXT
)"\n"
15558 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1iEXT
))"\n"
15559 "\t"STUB_ASM_CODE("928")"\n"
15561 ".globl "GLAPI_PREFIX_STR(VertexAttribI1i
)"\n"
15562 ".set "GLAPI_PREFIX_STR(VertexAttribI1i
)", "GLAPI_PREFIX_STR(VertexAttribI1iEXT
)"\n"
15564 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1ivEXT
))"\n"
15565 "\t"STUB_ASM_CODE("929")"\n"
15567 ".globl "GLAPI_PREFIX_STR(VertexAttribI1iv
)"\n"
15568 ".set "GLAPI_PREFIX_STR(VertexAttribI1iv
)", "GLAPI_PREFIX_STR(VertexAttribI1ivEXT
)"\n"
15570 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uiEXT
))"\n"
15571 "\t"STUB_ASM_CODE("930")"\n"
15573 ".globl "GLAPI_PREFIX_STR(VertexAttribI1ui
)"\n"
15574 ".set "GLAPI_PREFIX_STR(VertexAttribI1ui
)", "GLAPI_PREFIX_STR(VertexAttribI1uiEXT
)"\n"
15576 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI1uivEXT
))"\n"
15577 "\t"STUB_ASM_CODE("931")"\n"
15579 ".globl "GLAPI_PREFIX_STR(VertexAttribI1uiv
)"\n"
15580 ".set "GLAPI_PREFIX_STR(VertexAttribI1uiv
)", "GLAPI_PREFIX_STR(VertexAttribI1uivEXT
)"\n"
15582 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2iEXT
))"\n"
15583 "\t"STUB_ASM_CODE("932")"\n"
15585 ".globl "GLAPI_PREFIX_STR(VertexAttribI2i
)"\n"
15586 ".set "GLAPI_PREFIX_STR(VertexAttribI2i
)", "GLAPI_PREFIX_STR(VertexAttribI2iEXT
)"\n"
15588 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2ivEXT
))"\n"
15589 "\t"STUB_ASM_CODE("933")"\n"
15591 ".globl "GLAPI_PREFIX_STR(VertexAttribI2iv
)"\n"
15592 ".set "GLAPI_PREFIX_STR(VertexAttribI2iv
)", "GLAPI_PREFIX_STR(VertexAttribI2ivEXT
)"\n"
15594 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uiEXT
))"\n"
15595 "\t"STUB_ASM_CODE("934")"\n"
15597 ".globl "GLAPI_PREFIX_STR(VertexAttribI2ui
)"\n"
15598 ".set "GLAPI_PREFIX_STR(VertexAttribI2ui
)", "GLAPI_PREFIX_STR(VertexAttribI2uiEXT
)"\n"
15600 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI2uivEXT
))"\n"
15601 "\t"STUB_ASM_CODE("935")"\n"
15603 ".globl "GLAPI_PREFIX_STR(VertexAttribI2uiv
)"\n"
15604 ".set "GLAPI_PREFIX_STR(VertexAttribI2uiv
)", "GLAPI_PREFIX_STR(VertexAttribI2uivEXT
)"\n"
15606 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3iEXT
))"\n"
15607 "\t"STUB_ASM_CODE("936")"\n"
15609 ".globl "GLAPI_PREFIX_STR(VertexAttribI3i
)"\n"
15610 ".set "GLAPI_PREFIX_STR(VertexAttribI3i
)", "GLAPI_PREFIX_STR(VertexAttribI3iEXT
)"\n"
15612 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3ivEXT
))"\n"
15613 "\t"STUB_ASM_CODE("937")"\n"
15615 ".globl "GLAPI_PREFIX_STR(VertexAttribI3iv
)"\n"
15616 ".set "GLAPI_PREFIX_STR(VertexAttribI3iv
)", "GLAPI_PREFIX_STR(VertexAttribI3ivEXT
)"\n"
15618 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uiEXT
))"\n"
15619 "\t"STUB_ASM_CODE("938")"\n"
15621 ".globl "GLAPI_PREFIX_STR(VertexAttribI3ui
)"\n"
15622 ".set "GLAPI_PREFIX_STR(VertexAttribI3ui
)", "GLAPI_PREFIX_STR(VertexAttribI3uiEXT
)"\n"
15624 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI3uivEXT
))"\n"
15625 "\t"STUB_ASM_CODE("939")"\n"
15627 ".globl "GLAPI_PREFIX_STR(VertexAttribI3uiv
)"\n"
15628 ".set "GLAPI_PREFIX_STR(VertexAttribI3uiv
)", "GLAPI_PREFIX_STR(VertexAttribI3uivEXT
)"\n"
15630 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4bvEXT
))"\n"
15631 "\t"STUB_ASM_CODE("940")"\n"
15633 ".globl "GLAPI_PREFIX_STR(VertexAttribI4bv
)"\n"
15634 ".set "GLAPI_PREFIX_STR(VertexAttribI4bv
)", "GLAPI_PREFIX_STR(VertexAttribI4bvEXT
)"\n"
15636 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4iEXT
))"\n"
15637 "\t"STUB_ASM_CODE("941")"\n"
15639 ".globl "GLAPI_PREFIX_STR(VertexAttribI4i
)"\n"
15640 ".set "GLAPI_PREFIX_STR(VertexAttribI4i
)", "GLAPI_PREFIX_STR(VertexAttribI4iEXT
)"\n"
15642 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ivEXT
))"\n"
15643 "\t"STUB_ASM_CODE("942")"\n"
15645 ".globl "GLAPI_PREFIX_STR(VertexAttribI4iv
)"\n"
15646 ".set "GLAPI_PREFIX_STR(VertexAttribI4iv
)", "GLAPI_PREFIX_STR(VertexAttribI4ivEXT
)"\n"
15648 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4svEXT
))"\n"
15649 "\t"STUB_ASM_CODE("943")"\n"
15651 ".globl "GLAPI_PREFIX_STR(VertexAttribI4sv
)"\n"
15652 ".set "GLAPI_PREFIX_STR(VertexAttribI4sv
)", "GLAPI_PREFIX_STR(VertexAttribI4svEXT
)"\n"
15654 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4ubvEXT
))"\n"
15655 "\t"STUB_ASM_CODE("944")"\n"
15657 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ubv
)"\n"
15658 ".set "GLAPI_PREFIX_STR(VertexAttribI4ubv
)", "GLAPI_PREFIX_STR(VertexAttribI4ubvEXT
)"\n"
15660 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uiEXT
))"\n"
15661 "\t"STUB_ASM_CODE("945")"\n"
15663 ".globl "GLAPI_PREFIX_STR(VertexAttribI4ui
)"\n"
15664 ".set "GLAPI_PREFIX_STR(VertexAttribI4ui
)", "GLAPI_PREFIX_STR(VertexAttribI4uiEXT
)"\n"
15666 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4uivEXT
))"\n"
15667 "\t"STUB_ASM_CODE("946")"\n"
15669 ".globl "GLAPI_PREFIX_STR(VertexAttribI4uiv
)"\n"
15670 ".set "GLAPI_PREFIX_STR(VertexAttribI4uiv
)", "GLAPI_PREFIX_STR(VertexAttribI4uivEXT
)"\n"
15672 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribI4usvEXT
))"\n"
15673 "\t"STUB_ASM_CODE("947")"\n"
15675 ".globl "GLAPI_PREFIX_STR(VertexAttribI4usv
)"\n"
15676 ".set "GLAPI_PREFIX_STR(VertexAttribI4usv
)", "GLAPI_PREFIX_STR(VertexAttribI4usvEXT
)"\n"
15678 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(VertexAttribIPointerEXT
))"\n"
15679 "\t"STUB_ASM_CODE("948")"\n"
15681 ".globl "GLAPI_PREFIX_STR(VertexAttribIPointer
)"\n"
15682 ".set "GLAPI_PREFIX_STR(VertexAttribIPointer
)", "GLAPI_PREFIX_STR(VertexAttribIPointerEXT
)"\n"
15684 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(FramebufferTextureLayerEXT
))"\n"
15685 "\t"STUB_ASM_CODE("949")"\n"
15687 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayer
)"\n"
15688 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayer
)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT
)"\n"
15690 ".globl "GLAPI_PREFIX_STR(FramebufferTextureLayerARB
)"\n"
15691 ".set "GLAPI_PREFIX_STR(FramebufferTextureLayerARB
)", "GLAPI_PREFIX_STR(FramebufferTextureLayerEXT
)"\n"
15693 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ColorMaskIndexedEXT
))"\n"
15694 "\t"STUB_ASM_CODE("950")"\n"
15696 ".globl "GLAPI_PREFIX_STR(ColorMaski
)"\n"
15697 ".set "GLAPI_PREFIX_STR(ColorMaski
)", "GLAPI_PREFIX_STR(ColorMaskIndexedEXT
)"\n"
15699 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(DisableIndexedEXT
))"\n"
15700 "\t"STUB_ASM_CODE("951")"\n"
15702 ".globl "GLAPI_PREFIX_STR(Disablei
)"\n"
15703 ".set "GLAPI_PREFIX_STR(Disablei
)", "GLAPI_PREFIX_STR(DisableIndexedEXT
)"\n"
15705 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EnableIndexedEXT
))"\n"
15706 "\t"STUB_ASM_CODE("952")"\n"
15708 ".globl "GLAPI_PREFIX_STR(Enablei
)"\n"
15709 ".set "GLAPI_PREFIX_STR(Enablei
)", "GLAPI_PREFIX_STR(EnableIndexedEXT
)"\n"
15711 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetBooleanIndexedvEXT
))"\n"
15712 "\t"STUB_ASM_CODE("953")"\n"
15714 ".globl "GLAPI_PREFIX_STR(GetBooleani_v
)"\n"
15715 ".set "GLAPI_PREFIX_STR(GetBooleani_v
)", "GLAPI_PREFIX_STR(GetBooleanIndexedvEXT
)"\n"
15717 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetIntegerIndexedvEXT
))"\n"
15718 "\t"STUB_ASM_CODE("954")"\n"
15720 ".globl "GLAPI_PREFIX_STR(GetIntegeri_v
)"\n"
15721 ".set "GLAPI_PREFIX_STR(GetIntegeri_v
)", "GLAPI_PREFIX_STR(GetIntegerIndexedvEXT
)"\n"
15723 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(IsEnabledIndexedEXT
))"\n"
15724 "\t"STUB_ASM_CODE("955")"\n"
15726 ".globl "GLAPI_PREFIX_STR(IsEnabledi
)"\n"
15727 ".set "GLAPI_PREFIX_STR(IsEnabledi
)", "GLAPI_PREFIX_STR(IsEnabledIndexedEXT
)"\n"
15729 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIiEXT
))"\n"
15730 "\t"STUB_ASM_CODE("956")"\n"
15732 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ClearColorIuiEXT
))"\n"
15733 "\t"STUB_ASM_CODE("957")"\n"
15735 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIivEXT
))"\n"
15736 "\t"STUB_ASM_CODE("958")"\n"
15738 ".globl "GLAPI_PREFIX_STR(GetTexParameterIiv
)"\n"
15739 ".set "GLAPI_PREFIX_STR(GetTexParameterIiv
)", "GLAPI_PREFIX_STR(GetTexParameterIivEXT
)"\n"
15741 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterIuivEXT
))"\n"
15742 "\t"STUB_ASM_CODE("959")"\n"
15744 ".globl "GLAPI_PREFIX_STR(GetTexParameterIuiv
)"\n"
15745 ".set "GLAPI_PREFIX_STR(GetTexParameterIuiv
)", "GLAPI_PREFIX_STR(GetTexParameterIuivEXT
)"\n"
15747 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIivEXT
))"\n"
15748 "\t"STUB_ASM_CODE("960")"\n"
15750 ".globl "GLAPI_PREFIX_STR(TexParameterIiv
)"\n"
15751 ".set "GLAPI_PREFIX_STR(TexParameterIiv
)", "GLAPI_PREFIX_STR(TexParameterIivEXT
)"\n"
15753 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TexParameterIuivEXT
))"\n"
15754 "\t"STUB_ASM_CODE("961")"\n"
15756 ".globl "GLAPI_PREFIX_STR(TexParameterIuiv
)"\n"
15757 ".set "GLAPI_PREFIX_STR(TexParameterIuiv
)", "GLAPI_PREFIX_STR(TexParameterIuivEXT
)"\n"
15759 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginConditionalRenderNV
))"\n"
15760 "\t"STUB_ASM_CODE("962")"\n"
15762 ".globl "GLAPI_PREFIX_STR(BeginConditionalRender
)"\n"
15763 ".set "GLAPI_PREFIX_STR(BeginConditionalRender
)", "GLAPI_PREFIX_STR(BeginConditionalRenderNV
)"\n"
15765 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndConditionalRenderNV
))"\n"
15766 "\t"STUB_ASM_CODE("963")"\n"
15768 ".globl "GLAPI_PREFIX_STR(EndConditionalRender
)"\n"
15769 ".set "GLAPI_PREFIX_STR(EndConditionalRender
)", "GLAPI_PREFIX_STR(EndConditionalRenderNV
)"\n"
15771 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BeginTransformFeedbackEXT
))"\n"
15772 "\t"STUB_ASM_CODE("964")"\n"
15774 ".globl "GLAPI_PREFIX_STR(BeginTransformFeedback
)"\n"
15775 ".set "GLAPI_PREFIX_STR(BeginTransformFeedback
)", "GLAPI_PREFIX_STR(BeginTransformFeedbackEXT
)"\n"
15777 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferBaseEXT
))"\n"
15778 "\t"STUB_ASM_CODE("965")"\n"
15780 ".globl "GLAPI_PREFIX_STR(BindBufferBase
)"\n"
15781 ".set "GLAPI_PREFIX_STR(BindBufferBase
)", "GLAPI_PREFIX_STR(BindBufferBaseEXT
)"\n"
15783 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferOffsetEXT
))"\n"
15784 "\t"STUB_ASM_CODE("966")"\n"
15786 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(BindBufferRangeEXT
))"\n"
15787 "\t"STUB_ASM_CODE("967")"\n"
15789 ".globl "GLAPI_PREFIX_STR(BindBufferRange
)"\n"
15790 ".set "GLAPI_PREFIX_STR(BindBufferRange
)", "GLAPI_PREFIX_STR(BindBufferRangeEXT
)"\n"
15792 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EndTransformFeedbackEXT
))"\n"
15793 "\t"STUB_ASM_CODE("968")"\n"
15795 ".globl "GLAPI_PREFIX_STR(EndTransformFeedback
)"\n"
15796 ".set "GLAPI_PREFIX_STR(EndTransformFeedback
)", "GLAPI_PREFIX_STR(EndTransformFeedbackEXT
)"\n"
15798 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT
))"\n"
15799 "\t"STUB_ASM_CODE("969")"\n"
15801 ".globl "GLAPI_PREFIX_STR(GetTransformFeedbackVarying
)"\n"
15802 ".set "GLAPI_PREFIX_STR(GetTransformFeedbackVarying
)", "GLAPI_PREFIX_STR(GetTransformFeedbackVaryingEXT
)"\n"
15804 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT
))"\n"
15805 "\t"STUB_ASM_CODE("970")"\n"
15807 ".globl "GLAPI_PREFIX_STR(TransformFeedbackVaryings
)"\n"
15808 ".set "GLAPI_PREFIX_STR(TransformFeedbackVaryings
)", "GLAPI_PREFIX_STR(TransformFeedbackVaryingsEXT
)"\n"
15810 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProvokingVertexEXT
))"\n"
15811 "\t"STUB_ASM_CODE("971")"\n"
15813 ".globl "GLAPI_PREFIX_STR(ProvokingVertex
)"\n"
15814 ".set "GLAPI_PREFIX_STR(ProvokingVertex
)", "GLAPI_PREFIX_STR(ProvokingVertexEXT
)"\n"
15816 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetTexParameterPointervAPPLE
))"\n"
15817 "\t"STUB_ASM_CODE("972")"\n"
15819 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureRangeAPPLE
))"\n"
15820 "\t"STUB_ASM_CODE("973")"\n"
15822 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetObjectParameterivAPPLE
))"\n"
15823 "\t"STUB_ASM_CODE("974")"\n"
15825 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectPurgeableAPPLE
))"\n"
15826 "\t"STUB_ASM_CODE("975")"\n"
15828 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ObjectUnpurgeableAPPLE
))"\n"
15829 "\t"STUB_ASM_CODE("976")"\n"
15831 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ActiveProgramEXT
))"\n"
15832 "\t"STUB_ASM_CODE("977")"\n"
15834 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(CreateShaderProgramEXT
))"\n"
15835 "\t"STUB_ASM_CODE("978")"\n"
15837 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(UseShaderProgramEXT
))"\n"
15838 "\t"STUB_ASM_CODE("979")"\n"
15840 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(TextureBarrierNV
))"\n"
15841 "\t"STUB_ASM_CODE("980")"\n"
15843 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(StencilFuncSeparateATI
))"\n"
15844 "\t"STUB_ASM_CODE("981")"\n"
15846 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramEnvParameters4fvEXT
))"\n"
15847 "\t"STUB_ASM_CODE("982")"\n"
15849 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(ProgramLocalParameters4fvEXT
))"\n"
15850 "\t"STUB_ASM_CODE("983")"\n"
15852 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjecti64vEXT
))"\n"
15853 "\t"STUB_ASM_CODE("984")"\n"
15855 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetQueryObjectui64vEXT
))"\n"
15856 "\t"STUB_ASM_CODE("985")"\n"
15858 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetRenderbufferStorageOES
))"\n"
15859 "\t"STUB_ASM_CODE("986")"\n"
15861 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(EGLImageTargetTexture2DOES
))"\n"
15862 "\t"STUB_ASM_CODE("987")"\n"
15865 #undef MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN
15866 #endif /* MAPI_TMP_STUB_ASM_GCC_NO_HIDDEN */