1# com.android.ide.eclipse.gltrace.glentries, v1
2# This file is a slightly processed version of $ANDROID_SRC/frameworks/base/opengl/libs/entries.in
3# The only differences are that the GL_ENTRY() text is removed, and all pointers are associated
4# with the data type as opposed to the variable name. e.g. "void *data" will is converted to
5# "void* data".
6void, eglCreateContext, int version, int context
7void, eglMakeCurrent, int context
8void, glActiveShaderProgramEXT, GLuint pipeline, GLuint program
9void, glActiveTexture, GLenum texture
10void, glAlphaFunc, GLenum func, GLclampf ref
11void, glAlphaFuncQCOM, GLenum func, GLclampf ref
12void, glAlphaFuncx, GLenum func, GLclampx ref
13void, glAlphaFuncxOES, GLenum func, GLclampx ref
14void, glAttachShader, GLuint program, GLuint shader
15void, glBeginPerfMonitorAMD, GLuint monitor
16void, glBeginQuery, GLenum target, GLuint id
17void, glBeginQueryEXT, GLenum target, GLuint id
18void, glBeginTransformFeedback, GLenum primitiveMode
19void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name
20void, glBindBuffer, GLenum target, GLuint buffer
21void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer
22void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size
23void, glBindFramebuffer, GLenum target, GLuint framebuffer
24void, glBindFramebufferOES, GLenum target, GLuint framebuffer
25void, glBindProgramPipelineEXT, GLuint pipeline
26void, glBindRenderbuffer, GLenum target, GLuint renderbuffer
27void, glBindRenderbufferOES, GLenum target, GLuint renderbuffer
28void, glBindSampler, GLuint unit, GLuint sampler
29void, glBindTexture, GLenum target, GLuint texture
30void, glBindTransformFeedback, GLenum target, GLuint id
31void, glBindVertexArray, GLuint array
32void, glBindVertexArrayOES, GLuint array
33void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
34void, glBlendEquation,  GLenum mode
35void, glBlendEquationOES, GLenum mode
36void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha
37void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha
38void, glBlendFunc, GLenum sfactor, GLenum dfactor
39void, glBlendFuncSeparate, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha
40void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha
41void, glBlitFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter
42void, glBlitFramebufferANGLE, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter
43void, glBufferData, GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage
44void, glBufferSubData, GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data
45GLenum, glCheckFramebufferStatus, GLenum target
46GLenum, glCheckFramebufferStatusOES, GLenum target
47void, glClear, GLbitfield mask
48void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil
49void, glClearBufferfv, GLenum buffer, GLint drawbuffer, const GLfloat* value
50void, glClearBufferiv, GLenum buffer, GLint drawbuffer, const GLint* value
51void, glClearBufferuiv, GLenum buffer, GLint drawbuffer, const GLuint* value
52void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
53void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha
54void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha
55void, glClearDepthf, GLclampf depth
56void, glClearDepthfOES, GLclampf depth
57void, glClearDepthx, GLclampx depth
58void, glClearDepthxOES, GLclampx depth
59void, glClearStencil, GLint s
60void, glClientActiveTexture, GLenum texture
61GLenum, glClientWaitSync, GLsync sync, GLbitfield flags, GLuint64 timeout
62void, glClipPlanef, GLenum plane, const GLfloat* equation
63void, glClipPlanefIMG, GLenum p, const GLfloat* eqn
64void, glClipPlanefOES, GLenum plane, const GLfloat* equation
65void, glClipPlanex, GLenum plane, const GLfixed* equation
66void, glClipPlanexIMG, GLenum p, const GLfixed* eqn
67void, glClipPlanexOES, GLenum plane, const GLfixed* equation
68void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha
69void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha
70void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
71void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha
72void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha
73void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
74void, glCompileShader, GLuint shader
75void, glCompressedTexImage2D, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data
76void, glCompressedTexImage3D, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data
77void, glCompressedTexImage3DOES, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data
78void, glCompressedTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data
79void, glCompressedTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data
80void, glCompressedTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data
81void, glCopyBufferSubData, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size
82void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border
83void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height
84void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height
85void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height
86void, glCoverageMaskNV, GLboolean mask
87void, glCoverageOperationNV, GLenum operation
88GLuint, glCreateProgram, void
89GLuint, glCreateShader, GLenum type
90GLuint, glCreateShaderProgramvEXT, GLenum type, GLsizei count, const GLchar** strings
91void, glCullFace, GLenum mode
92void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex
93void, glDeleteBuffers, GLsizei n, const GLuint* buffers
94void, glDeleteFencesNV, GLsizei n, const GLuint* fences
95void, glDeleteFramebuffers, GLsizei n, const GLuint* framebuffers
96void, glDeleteFramebuffersOES, GLsizei n, const GLuint* framebuffers
97void, glDeletePerfMonitorsAMD, GLsizei n, GLuint* monitors
98void, glDeleteProgram, GLuint program
99void, glDeleteProgramPipelinesEXT, GLsizei n, const GLuint* pipelines
100void, glDeleteQueries, GLsizei n, const GLuint* ids
101void, glDeleteQueriesEXT, GLsizei n, const GLuint* ids
102void, glDeleteRenderbuffers, GLsizei n, const GLuint* renderbuffers
103void, glDeleteRenderbuffersOES, GLsizei n, const GLuint* renderbuffers
104void, glDeleteSamplers, GLsizei count, const GLuint* samplers
105void, glDeleteShader, GLuint shader
106void, glDeleteSync, GLsync sync
107void, glDeleteTextures, GLsizei n, const GLuint* textures
108void, glDeleteTransformFeedbacks, GLsizei n, const GLuint* ids
109void, glDeleteVertexArrays, GLsizei n, const GLuint* arrays
110void, glDeleteVertexArraysOES, GLsizei n, const GLuint* arrays
111void, glDepthFunc, GLenum func
112void, glDepthMask, GLboolean flag
113void, glDepthRangef, GLclampf zNear, GLclampf zFar
114void, glDepthRangefOES, GLclampf zNear, GLclampf zFar
115void, glDepthRangex, GLclampx zNear, GLclampx zFar
116void, glDepthRangexOES, GLclampx zNear, GLclampx zFar
117void, glDetachShader, GLuint program, GLuint shader
118void, glDisable, GLenum cap
119void, glDisableClientState, GLenum array
120void, glDisableDriverControlQCOM, GLuint driverControl
121void, glDisableVertexAttribArray, GLuint index
122void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum* attachments
123void, glDrawArrays, GLenum mode, GLint first, GLsizei count
124void, glDrawArraysInstanced, GLenum mode, GLint first, GLsizei count, GLsizei instanceCount
125void, glDrawBuffers, GLsizei n, const GLenum* bufs
126void, glDrawBuffersNV, GLsizei n, const GLenum* bufs
127void, glDrawElements, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices
128void, glDrawElementsInstanced, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instanceCount
129void, glDrawRangeElements, GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices
130void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height
131void, glDrawTexfvOES, const GLfloat* coords
132void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height
133void, glDrawTexivOES, const GLint* coords
134void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height
135void, glDrawTexsvOES, const GLshort* coords
136void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height
137void, glDrawTexxvOES, const GLfixed* coords
138void, glEGLImageTargetRenderbufferStorageOES, GLenum target, GLeglImageOES image
139void, glEGLImageTargetTexture2DOES, GLenum target, GLeglImageOES image
140void, glEnable, GLenum cap
141void, glEnableClientState, GLenum array
142void, glEnableDriverControlQCOM, GLuint driverControl
143void, glEnableVertexAttribArray, GLuint index
144void, glEndPerfMonitorAMD, GLuint monitor
145void, glEndQuery, GLenum target
146void, glEndQueryEXT, GLenum target
147void, glEndTilingQCOM, GLbitfield preserveMask
148void, glEndTransformFeedback, void
149void, glExtGetBufferPointervQCOM, GLenum target, GLvoid** params
150void, glExtGetBuffersQCOM, GLuint* buffers, GLint maxBuffers, GLint* numBuffers
151void, glExtGetFramebuffersQCOM, GLuint* framebuffers, GLint maxFramebuffers, GLint* numFramebuffers
152void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar* source, GLint* length
153void, glExtGetProgramsQCOM, GLuint* programs, GLint maxPrograms, GLint* numPrograms
154void, glExtGetRenderbuffersQCOM, GLuint* renderbuffers, GLint maxRenderbuffers, GLint* numRenderbuffers
155void, glExtGetShadersQCOM, GLuint* shaders, GLint maxShaders, GLint* numShaders
156void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params
157void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels
158void, glExtGetTexturesQCOM, GLuint* textures, GLint maxTextures, GLint* numTextures
159GLboolean, glExtIsProgramBinaryQCOM, GLuint program
160void, glExtTexObjectStateOverrideiQCOM, GLenum target, GLenum pname, GLint param
161GLsync, glFenceSync, GLenum condition, GLbitfield flags
162void, glFinish, void
163void, glFinishFenceNV, GLuint fence
164void, glFlush, void
165void, glFlushMappedBufferRange, GLenum target, GLintptr offset, GLsizeiptr length
166void, glFogf, GLenum pname, GLfloat param
167void, glFogfv, GLenum pname, const GLfloat* params
168void, glFogx, GLenum pname, GLfixed param
169void, glFogxOES, GLenum pname, GLfixed param
170void, glFogxv, GLenum pname, const GLfixed* params
171void, glFogxvOES, GLenum pname, const GLfixed* params
172void, glFramebufferRenderbuffer, GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer
173void, glFramebufferRenderbufferOES, GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer
174void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level
175void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples
176void, glFramebufferTexture2DMultisampleIMG, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples
177void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level
178void, glFramebufferTexture3DOES, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset
179void, glFramebufferTextureLayer, GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer
180void, glFrontFace, GLenum mode
181void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
182void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
183void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
184void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
185void, glGenBuffers, GLsizei n, GLuint* buffers
186void, glGenFencesNV, GLsizei n, GLuint* fences
187void, glGenFramebuffers, GLsizei n, GLuint* framebuffers
188void, glGenFramebuffersOES, GLsizei n, GLuint* framebuffers
189void, glGenPerfMonitorsAMD, GLsizei n, GLuint* monitors
190void, glGenProgramPipelinesEXT, GLsizei n, GLuint* pipelines
191void, glGenQueries, GLsizei n, GLuint* ids
192void, glGenQueriesEXT, GLsizei n, GLuint* ids
193void, glGenRenderbuffers, GLsizei n, GLuint* renderbuffers
194void, glGenRenderbuffersOES, GLsizei n, GLuint* renderbuffers
195void, glGenSamplers, GLsizei count, GLuint* samplers
196void, glGenTextures, GLsizei n, GLuint* textures
197void, glGenTransformFeedbacks, GLsizei n, GLuint* ids
198void, glGenVertexArrays, GLsizei n, GLuint* arrays
199void, glGenVertexArraysOES, GLsizei n, GLuint* arrays
200void, glGenerateMipmap, GLenum target
201void, glGenerateMipmapOES, GLenum target
202void, glGetActiveAttrib, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name
203void, glGetActiveUniform, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name
204void, glGetActiveUniformBlockName, GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName
205void, glGetActiveUniformBlockiv, GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params
206void, glGetActiveUniformsiv, GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GLenum pname, GLint* params
207void, glGetAttachedShaders, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders
208GLint, glGetAttribLocation, GLuint program, const GLchar* name
209void, glGetBooleanv, GLenum pname, GLboolean* params
210void, glGetBufferParameteri64v, GLenum target, GLenum pname, GLint64* params
211void, glGetBufferParameteriv, GLenum target, GLenum pname, GLint* params
212void, glGetBufferPointerv, GLenum target, GLenum pname, GLvoid** params
213void, glGetBufferPointervOES, GLenum target, GLenum pname, GLvoid**  params
214void, glGetClipPlanef, GLenum pname, GLfloat eqn[4]
215void, glGetClipPlanefOES, GLenum pname, GLfloat eqn[4]
216void, glGetClipPlanex, GLenum pname, GLfixed eqn[4]
217void, glGetClipPlanexOES, GLenum pname, GLfixed eqn[4]
218void, glGetDriverControlStringQCOM, GLuint driverControl, GLsizei bufSize, GLsizei* length, GLchar* driverControlString
219void, glGetDriverControlsQCOM, GLint* num, GLsizei size, GLuint* driverControls
220GLenum, glGetError, void
221void, glGetFenceivNV, GLuint fence, GLenum pname, GLint* params
222void, glGetFixedv, GLenum pname, GLfixed* params
223void, glGetFixedvOES, GLenum pname, GLfixed* params
224void, glGetFloatv, GLenum pname, GLfloat* params
225GLint, glGetFragDataLocation, GLuint program, const GLchar* name
226void, glGetFramebufferAttachmentParameteriv, GLenum target, GLenum attachment, GLenum pname, GLint* params
227void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum pname, GLint* params
228GLenum, glGetGraphicsResetStatusEXT, void
229void, glGetInteger64i_v, GLenum target, GLuint index, GLint64* data
230void, glGetInteger64v, GLenum pname, GLint64* params
231void, glGetIntegeri_v, GLenum target, GLuint index, GLint* data
232void, glGetIntegerv, GLenum pname, GLint* params
233void, glGetInternalformativ, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params
234void, glGetLightfv, GLenum light, GLenum pname, GLfloat* params
235void, glGetLightxv, GLenum light, GLenum pname, GLfixed* params
236void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed* params
237void, glGetMaterialfv, GLenum face, GLenum pname, GLfloat* params
238void, glGetMaterialxv, GLenum face, GLenum pname, GLfixed* params
239void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed* params
240void, glGetObjectLabelEXT, GLenum type, GLuint object, GLsizei bufSize, GLsizei* length, GLchar* label
241void, glGetPerfMonitorCounterDataAMD, GLuint monitor, GLenum pname, GLsizei dataSize, GLuint* data, GLint* bytesWritten
242void, glGetPerfMonitorCounterInfoAMD, GLuint group, GLuint counter, GLenum pname, GLvoid* data
243void, glGetPerfMonitorCounterStringAMD, GLuint group, GLuint counter, GLsizei bufSize, GLsizei* length, GLchar* counterString
244void, glGetPerfMonitorCountersAMD, GLuint group, GLint* numCounters, GLint* maxActiveCounters, GLsizei counterSize, GLuint* counters
245void, glGetPerfMonitorGroupStringAMD, GLuint group, GLsizei bufSize, GLsizei* length, GLchar* groupString
246void, glGetPerfMonitorGroupsAMD, GLint* numGroups, GLsizei groupsSize, GLuint* groups
247void, glGetPointerv, GLenum pname, GLvoid** params
248void, glGetProgramBinary, GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary
249void, glGetProgramBinaryOES, GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary
250void, glGetProgramInfoLog, GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog
251void, glGetProgramPipelineInfoLogEXT, GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog
252void, glGetProgramPipelineivEXT, GLuint pipeline, GLenum pname, GLint* params
253void, glGetProgramiv, GLuint program, GLenum pname, GLint* params
254void, glGetQueryObjectuiv, GLuint id, GLenum pname, GLuint* params
255void, glGetQueryObjectuivEXT, GLuint id, GLenum pname, GLuint* params
256void, glGetQueryiv, GLenum target, GLenum pname, GLint* params
257void, glGetQueryivEXT, GLenum target, GLenum pname, GLint* params
258void, glGetRenderbufferParameteriv, GLenum target, GLenum pname, GLint* params
259void, glGetRenderbufferParameterivOES, GLenum target, GLenum pname, GLint* params
260void, glGetSamplerParameterfv, GLuint sampler, GLenum pname, GLfloat* params
261void, glGetSamplerParameteriv, GLuint sampler, GLenum pname, GLint* params
262void, glGetShaderInfoLog, GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog
263void, glGetShaderPrecisionFormat, GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision
264void, glGetShaderSource, GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source
265void, glGetShaderiv, GLuint shader, GLenum pname, GLint* params
266const GLchar* , glGetString, GLenum name
267const GLubyte*, glGetStringi, GLenum name, GLuint index
268void, glGetSynciv, GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values
269void, glGetTexEnvfv, GLenum env, GLenum pname, GLfloat* params
270void, glGetTexEnviv, GLenum env, GLenum pname, GLint* params
271void, glGetTexEnvxv, GLenum env, GLenum pname, GLfixed* params
272void, glGetTexEnvxvOES, GLenum env, GLenum pname, GLfixed* params
273void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat* params
274void, glGetTexGenivOES, GLenum coord, GLenum pname, GLint* params
275void, glGetTexGenxvOES, GLenum coord, GLenum pname, GLfixed* params
276void, glGetTexParameterfv, GLenum target, GLenum pname, GLfloat* params
277void, glGetTexParameteriv, GLenum target, GLenum pname, GLint* params
278void, glGetTexParameterxv, GLenum target, GLenum pname, GLfixed* params
279void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed* params
280void, glGetTransformFeedbackVarying, GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name
281GLuint, glGetUniformBlockIndex, GLuint program, const GLchar* uniformBlockName
282void, glGetUniformIndices, GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices
283GLint, glGetUniformLocation, GLuint program, const GLchar* name
284void, glGetUniformfv, GLuint program, GLint location, GLfloat* params
285void, glGetUniformiv, GLuint program, GLint location, GLint* params
286void, glGetUniformuiv, GLuint program, GLint location, GLuint* params
287void, glGetVertexAttribIiv, GLuint index, GLenum pname, GLint* params
288void, glGetVertexAttribIuiv, GLuint index, GLenum pname, GLuint* params
289void, glGetVertexAttribPointerv, GLuint index, GLenum pname, GLvoid** pointer
290void, glGetVertexAttribfv, GLuint index, GLenum pname, GLfloat* params
291void, glGetVertexAttribiv, GLuint index, GLenum pname, GLint* params
292void, glGetnUniformfvEXT, GLuint program, GLint location, GLsizei bufSize, float* params
293void, glGetnUniformivEXT, GLuint program, GLint location, GLsizei bufSize, GLint* params
294void, glHint, GLenum target, GLenum mode
295void, glInsertEventMarkerEXT, GLsizei length, const GLchar* marker
296void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum* attachments
297void, glInvalidateSubFramebuffer, GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height
298GLboolean, glIsBuffer, GLuint buffer
299GLboolean, glIsEnabled, GLenum cap
300GLboolean, glIsFenceNV, GLuint fence
301GLboolean, glIsFramebuffer, GLuint framebuffer
302GLboolean, glIsFramebufferOES, GLuint framebuffer
303GLboolean, glIsProgram, GLuint program
304GLboolean, glIsProgramPipelineEXT, GLuint pipeline
305GLboolean, glIsQuery, GLuint id
306GLboolean, glIsQueryEXT, GLuint id
307GLboolean, glIsRenderbuffer, GLuint renderbuffer
308GLboolean, glIsRenderbufferOES, GLuint renderbuffer
309GLboolean, glIsSampler, GLuint sampler
310GLboolean, glIsShader, GLuint shader
311GLboolean, glIsSync, GLsync sync
312GLboolean, glIsTexture, GLuint texture
313GLboolean, glIsTransformFeedback, GLuint id
314GLboolean, glIsVertexArray, GLuint array
315GLboolean, glIsVertexArrayOES, GLuint array
316void, glLabelObjectEXT, GLenum type, GLuint object, GLsizei length, const GLchar* label
317void, glLightModelf, GLenum pname, GLfloat param
318void, glLightModelfv, GLenum pname, const GLfloat* params
319void, glLightModelx, GLenum pname, GLfixed param
320void, glLightModelxOES, GLenum pname, GLfixed param
321void, glLightModelxv, GLenum pname, const GLfixed* params
322void, glLightModelxvOES, GLenum pname, const GLfixed* params
323void, glLightf, GLenum light, GLenum pname, GLfloat param
324void, glLightfv, GLenum light, GLenum pname, const GLfloat* params
325void, glLightx, GLenum light, GLenum pname, GLfixed param
326void, glLightxOES, GLenum light, GLenum pname, GLfixed param
327void, glLightxv, GLenum light, GLenum pname, const GLfixed* params
328void, glLightxvOES, GLenum light, GLenum pname, const GLfixed* params
329void, glLineWidth, GLfloat width
330void, glLineWidthx, GLfixed width
331void, glLineWidthxOES, GLfixed width
332void, glLinkProgram, GLuint program
333void, glLoadIdentity, void
334void, glLoadMatrixf, const GLfloat* m
335void, glLoadMatrixx, const GLfixed* m
336void, glLoadMatrixxOES, const GLfixed* m
337void, glLoadPaletteFromModelViewMatrixOES, void
338void, glLogicOp, GLenum opcode
339void*, glMapBufferOES, GLenum target, GLenum access
340GLvoid*, glMapBufferRange, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access
341void, glMaterialf, GLenum face, GLenum pname, GLfloat param
342void, glMaterialfv, GLenum face, GLenum pname, const GLfloat* params
343void, glMaterialx, GLenum face, GLenum pname, GLfixed param
344void, glMaterialxOES, GLenum face, GLenum pname, GLfixed param
345void, glMaterialxv, GLenum face, GLenum pname, const GLfixed* params
346void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed* params
347void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
348void, glMatrixMode, GLenum mode
349void, glMultMatrixf, const GLfloat* m
350void, glMultMatrixx, const GLfixed* m
351void, glMultMatrixxOES, const GLfixed* m
352void, glMultiDrawArraysEXT, GLenum mode, GLint* first, GLsizei* count, GLsizei primcount
353void, glMultiDrawElementsEXT, GLenum mode, const GLsizei* count, GLenum type, const GLvoid** indices, GLsizei primcount
354void, glMultiTexCoord4f, GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q
355void, glMultiTexCoord4x, GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q
356void, glMultiTexCoord4xOES, GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q
357void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz
358void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz
359void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz
360void, glNormalPointer, GLenum type, GLsizei stride, const GLvoid* pointer
361void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
362void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar
363void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
364void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar
365void, glPauseTransformFeedback, void
366void, glPixelStorei, GLenum pname, GLint param
367void, glPointParameterf, GLenum pname, GLfloat param
368void, glPointParameterfv, GLenum pname, const GLfloat* params
369void, glPointParameterx, GLenum pname, GLfixed param
370void, glPointParameterxOES, GLenum pname, GLfixed param
371void, glPointParameterxv, GLenum pname, const GLfixed* params
372void, glPointParameterxvOES, GLenum pname, const GLfixed* params
373void, glPointSize, GLfloat size
374void, glPointSizePointerOES, GLenum type, GLsizei stride, const GLvoid* pointer
375void, glPointSizex, GLfixed size
376void, glPointSizexOES, GLfixed size
377void, glPolygonOffset, GLfloat factor, GLfloat units
378void, glPolygonOffsetx, GLfixed factor, GLfixed units
379void, glPolygonOffsetxOES, GLfixed factor, GLfixed units
380void, glPopGroupMarkerEXT, void
381void, glPopMatrix, void
382void, glProgramBinary, GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length
383void, glProgramBinaryOES, GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length
384void, glProgramParameteri, GLuint program, GLenum pname, GLint value
385void, glProgramParameteriEXT, GLuint program, GLenum pname, GLint value
386void, glProgramUniform1fEXT, GLuint program, GLint location, GLfloat x
387void, glProgramUniform1fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value
388void, glProgramUniform1iEXT, GLuint program, GLint location, GLint x
389void, glProgramUniform1ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value
390void, glProgramUniform2fEXT, GLuint program, GLint location, GLfloat x, GLfloat y
391void, glProgramUniform2fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value
392void, glProgramUniform2iEXT, GLuint program, GLint location, GLint x, GLint y
393void, glProgramUniform2ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value
394void, glProgramUniform3fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z
395void, glProgramUniform3fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value
396void, glProgramUniform3iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z
397void, glProgramUniform3ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value
398void, glProgramUniform4fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w
399void, glProgramUniform4fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value
400void, glProgramUniform4iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w
401void, glProgramUniform4ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value
402void, glProgramUniformMatrix2fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
403void, glProgramUniformMatrix3fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
404void, glProgramUniformMatrix4fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
405void, glPushGroupMarkerEXT, GLsizei length, const GLchar* marker
406void, glPushMatrix, void
407GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16]
408void, glReadBuffer, GLenum mode
409void, glReadBufferNV, GLenum mode
410void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels
411void, glReadnPixelsEXT, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data
412void, glReleaseShaderCompiler, void
413void, glRenderbufferStorage, GLenum target, GLenum internalformat, GLsizei width, GLsizei height
414void, glRenderbufferStorageMultisample, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height
415void, glRenderbufferStorageMultisampleANGLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height
416void, glRenderbufferStorageMultisampleAPPLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height
417void, glRenderbufferStorageMultisampleEXT, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height
418void, glRenderbufferStorageMultisampleIMG, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height
419void, glRenderbufferStorageOES, GLenum target, GLenum internalformat, GLsizei width, GLsizei height
420void, glResolveMultisampleFramebufferAPPLE, void
421void, glResumeTransformFeedback, void
422void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z
423void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
424void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
425void, glSampleCoverage, GLclampf value, GLboolean invert
426void, glSampleCoveragex, GLclampx value, GLboolean invert
427void, glSampleCoveragexOES, GLclampx value, GLboolean invert
428void, glSamplerParameterf, GLuint sampler, GLenum pname, GLfloat param
429void, glSamplerParameterfv, GLuint sampler, GLenum pname, const GLfloat* param
430void, glSamplerParameteri, GLuint sampler, GLenum pname, GLint param
431void, glSamplerParameteriv, GLuint sampler, GLenum pname, const GLint* param
432void, glScalef, GLfloat x, GLfloat y, GLfloat z
433void, glScalex, GLfixed x, GLfixed y, GLfixed z
434void, glScalexOES, GLfixed x, GLfixed y, GLfixed z
435void, glScissor, GLint x, GLint y, GLsizei width, GLsizei height
436void, glSelectPerfMonitorCountersAMD, GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint* countersList
437void, glSetFenceNV, GLuint fence, GLenum condition
438void, glShadeModel, GLenum mode
439void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length
440void, glShaderSource, GLuint shader, GLsizei count, const GLchar** string, const GLint* length
441void, glStartTilingQCOM, GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask
442void, glStencilFunc, GLenum func, GLint ref, GLuint mask
443void, glStencilFuncSeparate, GLenum face, GLenum func, GLint ref, GLuint mask
444void, glStencilMask, GLuint mask
445void, glStencilMaskSeparate, GLenum face, GLuint mask
446void, glStencilOp, GLenum fail, GLenum zfail, GLenum zpass
447void, glStencilOpSeparate, GLenum face, GLenum fail, GLenum zfail, GLenum zpass
448GLboolean, glTestFenceNV, GLuint fence
449void, glTexCoordPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
450void, glTexEnvf, GLenum target, GLenum pname, GLfloat param
451void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat* params
452void, glTexEnvi, GLenum target, GLenum pname, GLint param
453void, glTexEnviv, GLenum target, GLenum pname, const GLint* params
454void, glTexEnvx, GLenum target, GLenum pname, GLfixed param
455void, glTexEnvxOES, GLenum target, GLenum pname, GLfixed param
456void, glTexEnvxv, GLenum target, GLenum pname, const GLfixed* params
457void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed* params
458void, glTexGenfOES, GLenum coord, GLenum pname, GLfloat param
459void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat* params
460void, glTexGeniOES, GLenum coord, GLenum pname, GLint param
461void, glTexGenivOES, GLenum coord, GLenum pname, const GLint* params
462void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param
463void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed* params
464void, glTexImage2D, GLenum target, GLint level, GLEnum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels
465void, glTexImage3D, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels
466void, glTexImage3DOES, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels
467void, glTexParameterf, GLenum target, GLenum pname, GLfloat param
468void, glTexParameterfv, GLenum target, GLenum pname, const GLfloat* params
469void, glTexParameteri, GLenum target, GLenum pname, GLint param
470void, glTexParameteriv, GLenum target, GLenum pname, const GLint* params
471void, glTexParameterx, GLenum target, GLenum pname, GLfixed param
472void, glTexParameterxOES, GLenum target, GLenum pname, GLfixed param
473void, glTexParameterxv, GLenum target, GLenum pname, const GLfixed* params
474void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed* params
475void, glTexStorage1DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width
476void, glTexStorage2D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height
477void, glTexStorage2DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height
478void, glTexStorage3D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth
479void, glTexStorage3DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth
480void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels
481void, glTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels
482void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels
483void, glTextureStorage1DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width
484void, glTextureStorage2DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height
485void, glTextureStorage3DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth
486void, glTransformFeedbackVaryings, GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode
487void, glTranslatef, GLfloat x, GLfloat y, GLfloat z
488void, glTranslatex, GLfixed x, GLfixed y, GLfixed z
489void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z
490void, glUniform1f, GLint location, GLfloat x
491void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v
492void, glUniform1i, GLint location, GLint x
493void, glUniform1iv, GLint location, GLsizei count, const GLint* v
494void, glUniform1ui, GLint location, GLuint v0
495void, glUniform1uiv, GLint location, GLsizei count, const GLuint* value
496void, glUniform2f, GLint location, GLfloat x, GLfloat y
497void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v
498void, glUniform2i, GLint location, GLint x, GLint y
499void, glUniform2iv, GLint location, GLsizei count, const GLint* v
500void, glUniform2ui, GLint location, GLuint v0, GLuint v1
501void, glUniform2uiv, GLint location, GLsizei count, const GLuint* value
502void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z
503void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v
504void, glUniform3i, GLint location, GLint x, GLint y, GLint z
505void, glUniform3iv, GLint location, GLsizei count, const GLint* v
506void, glUniform3ui, GLint location, GLuint v0, GLuint v1, GLuint v2
507void, glUniform3uiv, GLint location, GLsizei count, const GLuint* value
508void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w
509void, glUniform4fv, GLint location, GLsizei count, const GLfloat* v
510void, glUniform4i, GLint location, GLint x, GLint y, GLint z, GLint w
511void, glUniform4iv, GLint location, GLsizei count, const GLint* v
512void, glUniform4ui, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3
513void, glUniform4uiv, GLint location, GLsizei count, const GLuint* value
514void, glUniformBlockBinding, GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding
515void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
516void, glUniformMatrix2x3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
517void, glUniformMatrix2x4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
518void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
519void, glUniformMatrix3x2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
520void, glUniformMatrix3x4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
521void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
522void, glUniformMatrix4x2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
523void, glUniformMatrix4x3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value
524GLboolean, glUnmapBuffer, GLenum target
525GLboolean, glUnmapBufferOES, GLenum target
526void, glUseProgram, GLuint program
527void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program
528void, glValidateProgram, GLuint program
529void, glValidateProgramPipelineEXT, GLuint pipeline
530void, glVertexAttrib1f, GLuint indx, GLfloat x
531void, glVertexAttrib1fv, GLuint indx, const GLfloat* values
532void, glVertexAttrib2f, GLuint indx, GLfloat x, GLfloat y
533void, glVertexAttrib2fv, GLuint indx, const GLfloat* values
534void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z
535void, glVertexAttrib3fv, GLuint indx, const GLfloat* values
536void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w
537void, glVertexAttrib4fv, GLuint indx, const GLfloat* values
538void, glVertexAttribDivisor, GLuint index, GLuint divisor
539void, glVertexAttribI4i, GLuint index, GLint x, GLint y, GLint z, GLint w
540void, glVertexAttribI4iv, GLuint index, const GLint* v
541void, glVertexAttribI4ui, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w
542void, glVertexAttribI4uiv, GLuint index, const GLuint* v
543void, glVertexAttribIPointer, GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
544void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr
545void, glVertexAttribPointerData, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex
546void, glVertexPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
547void, glViewport, GLint x, GLint y, GLsizei width, GLsizei height
548void, glWaitSync, GLsync sync, GLbitfield flags, GLuint64 timeout
549void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer
550