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, glBeginQueryEXT, GLenum target, GLuint id 17void, glBindAttribLocation, GLuint program, GLuint index, const GLchar* name 18void, glBindBuffer, GLenum target, GLuint buffer 19void, glBindFramebuffer, GLenum target, GLuint framebuffer 20void, glBindFramebufferOES, GLenum target, GLuint framebuffer 21void, glBindProgramPipelineEXT, GLuint pipeline 22void, glBindRenderbuffer, GLenum target, GLuint renderbuffer 23void, glBindRenderbufferOES, GLenum target, GLuint renderbuffer 24void, glBindTexture, GLenum target, GLuint texture 25void, glBindVertexArrayOES, GLuint array 26void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 27void, glBlendEquation, GLenum mode 28void, glBlendEquationOES, GLenum mode 29void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha 30void, glBlendEquationSeparateOES, GLenum modeRGB, GLenum modeAlpha 31void, glBlendFunc, GLenum sfactor, GLenum dfactor 32void, glBlendFuncSeparate, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha 33void, glBlendFuncSeparateOES, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha 34void, glBlitFramebufferANGLE, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter 35void, glBufferData, GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage 36void, glBufferSubData, GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data 37GLenum, glCheckFramebufferStatus, GLenum target 38GLenum, glCheckFramebufferStatusOES, GLenum target 39void, glClear, GLbitfield mask 40void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 41void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha 42void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha 43void, glClearDepthf, GLclampf depth 44void, glClearDepthfOES, GLclampf depth 45void, glClearDepthx, GLclampx depth 46void, glClearDepthxOES, GLclampx depth 47void, glClearStencil, GLint s 48void, glClientActiveTexture, GLenum texture 49void, glClipPlanef, GLenum plane, const GLfloat* equation 50void, glClipPlanefIMG, GLenum p, const GLfloat* eqn 51void, glClipPlanefOES, GLenum plane, const GLfloat* equation 52void, glClipPlanex, GLenum plane, const GLfixed* equation 53void, glClipPlanexIMG, GLenum p, const GLfixed* eqn 54void, glClipPlanexOES, GLenum plane, const GLfixed* equation 55void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha 56void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha 57void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha 58void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha 59void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha 60void, glColorPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer 61void, glCompileShader, GLuint shader 62void, glCompressedTexImage2D, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data 63void, glCompressedTexImage3DOES, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data 64void, glCompressedTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data 65void, glCompressedTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data 66void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border 67void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height 68void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height 69void, glCoverageMaskNV, GLboolean mask 70void, glCoverageOperationNV, GLenum operation 71GLuint, glCreateProgram, void 72GLuint, glCreateShader, GLenum type 73GLuint, glCreateShaderProgramvEXT, GLenum type, GLsizei count, const GLchar** strings 74void, glCullFace, GLenum mode 75void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex 76void, glDeleteBuffers, GLsizei n, const GLuint* buffers 77void, glDeleteFencesNV, GLsizei n, const GLuint* fences 78void, glDeleteFramebuffers, GLsizei n, const GLuint* framebuffers 79void, glDeleteFramebuffersOES, GLsizei n, const GLuint* framebuffers 80void, glDeletePerfMonitorsAMD, GLsizei n, GLuint* monitors 81void, glDeleteProgram, GLuint program 82void, glDeleteProgramPipelinesEXT, GLsizei n, const GLuint* pipelines 83void, glDeleteQueriesEXT, GLsizei n, const GLuint* ids 84void, glDeleteRenderbuffers, GLsizei n, const GLuint* renderbuffers 85void, glDeleteRenderbuffersOES, GLsizei n, const GLuint* renderbuffers 86void, glDeleteShader, GLuint shader 87void, glDeleteTextures, GLsizei n, const GLuint* textures 88void, glDeleteVertexArraysOES, GLsizei n, const GLuint* arrays 89void, glDepthFunc, GLenum func 90void, glDepthMask, GLboolean flag 91void, glDepthRangef, GLclampf zNear, GLclampf zFar 92void, glDepthRangefOES, GLclampf zNear, GLclampf zFar 93void, glDepthRangex, GLclampx zNear, GLclampx zFar 94void, glDepthRangexOES, GLclampx zNear, GLclampx zFar 95void, glDetachShader, GLuint program, GLuint shader 96void, glDisable, GLenum cap 97void, glDisableClientState, GLenum array 98void, glDisableDriverControlQCOM, GLuint driverControl 99void, glDisableVertexAttribArray, GLuint index 100void, glDiscardFramebufferEXT, GLenum target, GLsizei numAttachments, const GLenum* attachments 101void, glDrawArrays, GLenum mode, GLint first, GLsizei count 102void, glDrawBuffersNV, GLsizei n, const GLenum* bufs 103void, glDrawElements, GLenum mode, GLsizei count, GLenum type, const GLvoid* indices 104void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height 105void, glDrawTexfvOES, const GLfloat* coords 106void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height 107void, glDrawTexivOES, const GLint* coords 108void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height 109void, glDrawTexsvOES, const GLshort* coords 110void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height 111void, glDrawTexxvOES, const GLfixed* coords 112void, glEGLImageTargetRenderbufferStorageOES, GLenum target, GLeglImageOES image 113void, glEGLImageTargetTexture2DOES, GLenum target, GLeglImageOES image 114void, glEnable, GLenum cap 115void, glEnableClientState, GLenum array 116void, glEnableDriverControlQCOM, GLuint driverControl 117void, glEnableVertexAttribArray, GLuint index 118void, glEndPerfMonitorAMD, GLuint monitor 119void, glEndQueryEXT, GLenum target 120void, glEndTilingQCOM, GLbitfield preserveMask 121void, glExtGetBufferPointervQCOM, GLenum target, GLvoid** params 122void, glExtGetBuffersQCOM, GLuint* buffers, GLint maxBuffers, GLint* numBuffers 123void, glExtGetFramebuffersQCOM, GLuint* framebuffers, GLint maxFramebuffers, GLint* numFramebuffers 124void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar* source, GLint* length 125void, glExtGetProgramsQCOM, GLuint* programs, GLint maxPrograms, GLint* numPrograms 126void, glExtGetRenderbuffersQCOM, GLuint* renderbuffers, GLint maxRenderbuffers, GLint* numRenderbuffers 127void, glExtGetShadersQCOM, GLuint* shaders, GLint maxShaders, GLint* numShaders 128void, glExtGetTexLevelParameterivQCOM, GLuint texture, GLenum face, GLint level, GLenum pname, GLint* params 129void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels 130void, glExtGetTexturesQCOM, GLuint* textures, GLint maxTextures, GLint* numTextures 131GLboolean, glExtIsProgramBinaryQCOM, GLuint program 132void, glExtTexObjectStateOverrideiQCOM, GLenum target, GLenum pname, GLint param 133void, glFinish, void 134void, glFinishFenceNV, GLuint fence 135void, glFlush, void 136void, glFogf, GLenum pname, GLfloat param 137void, glFogfv, GLenum pname, const GLfloat* params 138void, glFogx, GLenum pname, GLfixed param 139void, glFogxOES, GLenum pname, GLfixed param 140void, glFogxv, GLenum pname, const GLfixed* params 141void, glFogxvOES, GLenum pname, const GLfixed* params 142void, glFramebufferRenderbuffer, GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer 143void, glFramebufferRenderbufferOES, GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer 144void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level 145void, glFramebufferTexture2DMultisampleEXT, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples 146void, glFramebufferTexture2DMultisampleIMG, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples 147void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level 148void, glFramebufferTexture3DOES, GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset 149void, glFrontFace, GLenum mode 150void, glFrustumf, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar 151void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar 152void, glFrustumx, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar 153void, glFrustumxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar 154void, glGenBuffers, GLsizei n, GLuint* buffers 155void, glGenFencesNV, GLsizei n, GLuint* fences 156void, glGenFramebuffers, GLsizei n, GLuint* framebuffers 157void, glGenFramebuffersOES, GLsizei n, GLuint* framebuffers 158void, glGenPerfMonitorsAMD, GLsizei n, GLuint* monitors 159void, glGenProgramPipelinesEXT, GLsizei n, GLuint* pipelines 160void, glGenQueriesEXT, GLsizei n, GLuint* ids 161void, glGenRenderbuffers, GLsizei n, GLuint* renderbuffers 162void, glGenRenderbuffersOES, GLsizei n, GLuint* renderbuffers 163void, glGenTextures, GLsizei n, GLuint* textures 164void, glGenVertexArraysOES, GLsizei n, GLuint* arrays 165void, glGenerateMipmap, GLenum target 166void, glGenerateMipmapOES, GLenum target 167void, glGetActiveAttrib, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name 168void, glGetActiveUniform, GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name 169void, glGetAttachedShaders, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders 170int, glGetAttribLocation, GLuint program, const GLchar* name 171void, glGetBooleanv, GLenum pname, GLboolean* params 172void, glGetBufferParameteriv, GLenum target, GLenum pname, GLint* params 173void, glGetBufferPointervOES, GLenum target, GLenum pname, GLvoid** params 174void, glGetClipPlanef, GLenum pname, GLfloat eqn[4] 175void, glGetClipPlanefOES, GLenum pname, GLfloat eqn[4] 176void, glGetClipPlanex, GLenum pname, GLfixed eqn[4] 177void, glGetClipPlanexOES, GLenum pname, GLfixed eqn[4] 178void, glGetDriverControlStringQCOM, GLuint driverControl, GLsizei bufSize, GLsizei* length, GLchar* driverControlString 179void, glGetDriverControlsQCOM, GLint* num, GLsizei size, GLuint* driverControls 180GLenum, glGetError, void 181void, glGetFenceivNV, GLuint fence, GLenum pname, GLint* params 182void, glGetFixedv, GLenum pname, GLfixed* params 183void, glGetFixedvOES, GLenum pname, GLfixed* params 184void, glGetFloatv, GLenum pname, GLfloat* params 185void, glGetFramebufferAttachmentParameteriv, GLenum target, GLenum attachment, GLenum pname, GLint* params 186void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum pname, GLint* params 187GLenum, glGetGraphicsResetStatusEXT, void 188void, glGetIntegerv, GLenum pname, GLint* params 189void, glGetLightfv, GLenum light, GLenum pname, GLfloat* params 190void, glGetLightxv, GLenum light, GLenum pname, GLfixed* params 191void, glGetLightxvOES, GLenum light, GLenum pname, GLfixed* params 192void, glGetMaterialfv, GLenum face, GLenum pname, GLfloat* params 193void, glGetMaterialxv, GLenum face, GLenum pname, GLfixed* params 194void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed* params 195void, glGetObjectLabelEXT, GLenum type, GLuint object, GLsizei bufSize, GLsizei* length, GLchar* label 196void, glGetPerfMonitorCounterDataAMD, GLuint monitor, GLenum pname, GLsizei dataSize, GLuint* data, GLint* bytesWritten 197void, glGetPerfMonitorCounterInfoAMD, GLuint group, GLuint counter, GLenum pname, GLvoid* data 198void, glGetPerfMonitorCounterStringAMD, GLuint group, GLuint counter, GLsizei bufSize, GLsizei* length, GLchar* counterString 199void, glGetPerfMonitorCountersAMD, GLuint group, GLint* numCounters, GLint* maxActiveCounters, GLsizei counterSize, GLuint* counters 200void, glGetPerfMonitorGroupStringAMD, GLuint group, GLsizei bufSize, GLsizei* length, GLchar* groupString 201void, glGetPerfMonitorGroupsAMD, GLint* numGroups, GLsizei groupsSize, GLuint* groups 202void, glGetPointerv, GLenum pname, GLvoid** params 203void, glGetProgramBinaryOES, GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary 204void, glGetProgramInfoLog, GLuint program, GLsizei bufsize, GLsizei* length, GLchar* infolog 205void, glGetProgramPipelineInfoLogEXT, GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog 206void, glGetProgramPipelineivEXT, GLuint pipeline, GLenum pname, GLint* params 207void, glGetProgramiv, GLuint program, GLenum pname, GLint* params 208void, glGetQueryObjectuivEXT, GLuint id, GLenum pname, GLuint* params 209void, glGetQueryivEXT, GLenum target, GLenum pname, GLint* params 210void, glGetRenderbufferParameteriv, GLenum target, GLenum pname, GLint* params 211void, glGetRenderbufferParameterivOES, GLenum target, GLenum pname, GLint* params 212void, glGetShaderInfoLog, GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* infolog 213void, glGetShaderPrecisionFormat, GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision 214void, glGetShaderSource, GLuint shader, GLsizei bufsize, GLsizei* length, GLchar* source 215void, glGetShaderiv, GLuint shader, GLenum pname, GLint* params 216const GLchar* , glGetString, GLenum name 217void, glGetTexEnvfv, GLenum env, GLenum pname, GLfloat* params 218void, glGetTexEnviv, GLenum env, GLenum pname, GLint* params 219void, glGetTexEnvxv, GLenum env, GLenum pname, GLfixed* params 220void, glGetTexEnvxvOES, GLenum env, GLenum pname, GLfixed* params 221void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat* params 222void, glGetTexGenivOES, GLenum coord, GLenum pname, GLint* params 223void, glGetTexGenxvOES, GLenum coord, GLenum pname, GLfixed* params 224void, glGetTexParameterfv, GLenum target, GLenum pname, GLfloat* params 225void, glGetTexParameteriv, GLenum target, GLenum pname, GLint* params 226void, glGetTexParameterxv, GLenum target, GLenum pname, GLfixed* params 227void, glGetTexParameterxvOES, GLenum target, GLenum pname, GLfixed* params 228int, glGetUniformLocation, GLuint program, const GLchar* name 229void, glGetUniformfv, GLuint program, GLint location, GLfloat* params 230void, glGetUniformiv, GLuint program, GLint location, GLint* params 231void, glGetVertexAttribPointerv, GLuint index, GLenum pname, GLvoid** pointer 232void, glGetVertexAttribfv, GLuint index, GLenum pname, GLfloat* params 233void, glGetVertexAttribiv, GLuint index, GLenum pname, GLint* params 234void, glGetnUniformfvEXT, GLuint program, GLint location, GLsizei bufSize, float* params 235void, glGetnUniformivEXT, GLuint program, GLint location, GLsizei bufSize, GLint* params 236void, glHint, GLenum target, GLenum mode 237void, glInsertEventMarkerEXT, GLsizei length, const GLchar* marker 238GLboolean, glIsBuffer, GLuint buffer 239GLboolean, glIsEnabled, GLenum cap 240GLboolean, glIsFenceNV, GLuint fence 241GLboolean, glIsFramebuffer, GLuint framebuffer 242GLboolean, glIsFramebufferOES, GLuint framebuffer 243GLboolean, glIsProgram, GLuint program 244GLboolean, glIsProgramPipelineEXT, GLuint pipeline 245GLboolean, glIsQueryEXT, GLuint id 246GLboolean, glIsRenderbuffer, GLuint renderbuffer 247GLboolean, glIsRenderbufferOES, GLuint renderbuffer 248GLboolean, glIsShader, GLuint shader 249GLboolean, glIsTexture, GLuint texture 250GLboolean, glIsVertexArrayOES, GLuint array 251void, glLabelObjectEXT, GLenum type, GLuint object, GLsizei length, const GLchar* label 252void, glLightModelf, GLenum pname, GLfloat param 253void, glLightModelfv, GLenum pname, const GLfloat* params 254void, glLightModelx, GLenum pname, GLfixed param 255void, glLightModelxOES, GLenum pname, GLfixed param 256void, glLightModelxv, GLenum pname, const GLfixed* params 257void, glLightModelxvOES, GLenum pname, const GLfixed* params 258void, glLightf, GLenum light, GLenum pname, GLfloat param 259void, glLightfv, GLenum light, GLenum pname, const GLfloat* params 260void, glLightx, GLenum light, GLenum pname, GLfixed param 261void, glLightxOES, GLenum light, GLenum pname, GLfixed param 262void, glLightxv, GLenum light, GLenum pname, const GLfixed* params 263void, glLightxvOES, GLenum light, GLenum pname, const GLfixed* params 264void, glLineWidth, GLfloat width 265void, glLineWidthx, GLfixed width 266void, glLineWidthxOES, GLfixed width 267void, glLinkProgram, GLuint program 268void, glLoadIdentity, void 269void, glLoadMatrixf, const GLfloat* m 270void, glLoadMatrixx, const GLfixed* m 271void, glLoadMatrixxOES, const GLfixed* m 272void, glLoadPaletteFromModelViewMatrixOES, void 273void, glLogicOp, GLenum opcode 274void*, glMapBufferOES, GLenum target, GLenum access 275void, glMaterialf, GLenum face, GLenum pname, GLfloat param 276void, glMaterialfv, GLenum face, GLenum pname, const GLfloat* params 277void, glMaterialx, GLenum face, GLenum pname, GLfixed param 278void, glMaterialxOES, GLenum face, GLenum pname, GLfixed param 279void, glMaterialxv, GLenum face, GLenum pname, const GLfixed* params 280void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed* params 281void, glMatrixIndexPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer 282void, glMatrixMode, GLenum mode 283void, glMultMatrixf, const GLfloat* m 284void, glMultMatrixx, const GLfixed* m 285void, glMultMatrixxOES, const GLfixed* m 286void, glMultiDrawArraysEXT, GLenum mode, GLint* first, GLsizei* count, GLsizei primcount 287void, glMultiDrawElementsEXT, GLenum mode, const GLsizei* count, GLenum type, const GLvoid** indices, GLsizei primcount 288void, glMultiTexCoord4f, GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q 289void, glMultiTexCoord4x, GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q 290void, glMultiTexCoord4xOES, GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q 291void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz 292void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz 293void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz 294void, glNormalPointer, GLenum type, GLsizei stride, const GLvoid* pointer 295void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar 296void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar 297void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar 298void, glOrthoxOES, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar 299void, glPixelStorei, GLenum pname, GLint param 300void, glPointParameterf, GLenum pname, GLfloat param 301void, glPointParameterfv, GLenum pname, const GLfloat* params 302void, glPointParameterx, GLenum pname, GLfixed param 303void, glPointParameterxOES, GLenum pname, GLfixed param 304void, glPointParameterxv, GLenum pname, const GLfixed* params 305void, glPointParameterxvOES, GLenum pname, const GLfixed* params 306void, glPointSize, GLfloat size 307void, glPointSizePointerOES, GLenum type, GLsizei stride, const GLvoid* pointer 308void, glPointSizex, GLfixed size 309void, glPointSizexOES, GLfixed size 310void, glPolygonOffset, GLfloat factor, GLfloat units 311void, glPolygonOffsetx, GLfixed factor, GLfixed units 312void, glPolygonOffsetxOES, GLfixed factor, GLfixed units 313void, glPopGroupMarkerEXT, void 314void, glPopMatrix, void 315void, glProgramBinaryOES, GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length 316void, glProgramParameteriEXT, GLuint program, GLenum pname, GLint value 317void, glProgramUniform1fEXT, GLuint program, GLint location, GLfloat x 318void, glProgramUniform1fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value 319void, glProgramUniform1iEXT, GLuint program, GLint location, GLint x 320void, glProgramUniform1ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value 321void, glProgramUniform2fEXT, GLuint program, GLint location, GLfloat x, GLfloat y 322void, glProgramUniform2fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value 323void, glProgramUniform2iEXT, GLuint program, GLint location, GLint x, GLint y 324void, glProgramUniform2ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value 325void, glProgramUniform3fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z 326void, glProgramUniform3fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value 327void, glProgramUniform3iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z 328void, glProgramUniform3ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value 329void, glProgramUniform4fEXT, GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w 330void, glProgramUniform4fvEXT, GLuint program, GLint location, GLsizei count, const GLfloat* value 331void, glProgramUniform4iEXT, GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w 332void, glProgramUniform4ivEXT, GLuint program, GLint location, GLsizei count, const GLint* value 333void, glProgramUniformMatrix2fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 334void, glProgramUniformMatrix3fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 335void, glProgramUniformMatrix4fvEXT, GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 336void, glPushGroupMarkerEXT, GLsizei length, const GLchar* marker 337void, glPushMatrix, void 338GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16] 339void, glReadBufferNV, GLenum mode 340void, glReadPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels 341void, glReadnPixelsEXT, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data 342void, glReleaseShaderCompiler, void 343void, glRenderbufferStorage, GLenum target, GLenum internalformat, GLsizei width, GLsizei height 344void, glRenderbufferStorageMultisampleANGLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height 345void, glRenderbufferStorageMultisampleAPPLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height 346void, glRenderbufferStorageMultisampleEXT, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height 347void, glRenderbufferStorageMultisampleIMG, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height 348void, glRenderbufferStorageOES, GLenum target, GLenum internalformat, GLsizei width, GLsizei height 349void, glResolveMultisampleFramebufferAPPLE, void 350void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z 351void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z 352void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z 353void, glSampleCoverage, GLclampf value, GLboolean invert 354void, glSampleCoveragex, GLclampx value, GLboolean invert 355void, glSampleCoveragexOES, GLclampx value, GLboolean invert 356void, glScalef, GLfloat x, GLfloat y, GLfloat z 357void, glScalex, GLfixed x, GLfixed y, GLfixed z 358void, glScalexOES, GLfixed x, GLfixed y, GLfixed z 359void, glScissor, GLint x, GLint y, GLsizei width, GLsizei height 360void, glSelectPerfMonitorCountersAMD, GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint* countersList 361void, glSetFenceNV, GLuint fence, GLenum condition 362void, glShadeModel, GLenum mode 363void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length 364void, glShaderSource, GLuint shader, GLsizei count, const GLchar** string, const GLint* length 365void, glStartTilingQCOM, GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask 366void, glStencilFunc, GLenum func, GLint ref, GLuint mask 367void, glStencilFuncSeparate, GLenum face, GLenum func, GLint ref, GLuint mask 368void, glStencilMask, GLuint mask 369void, glStencilMaskSeparate, GLenum face, GLuint mask 370void, glStencilOp, GLenum fail, GLenum zfail, GLenum zpass 371void, glStencilOpSeparate, GLenum face, GLenum fail, GLenum zfail, GLenum zpass 372GLboolean, glTestFenceNV, GLuint fence 373void, glTexCoordPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer 374void, glTexEnvf, GLenum target, GLenum pname, GLfloat param 375void, glTexEnvfv, GLenum target, GLenum pname, const GLfloat* params 376void, glTexEnvi, GLenum target, GLenum pname, GLint param 377void, glTexEnviv, GLenum target, GLenum pname, const GLint* params 378void, glTexEnvx, GLenum target, GLenum pname, GLfixed param 379void, glTexEnvxOES, GLenum target, GLenum pname, GLfixed param 380void, glTexEnvxv, GLenum target, GLenum pname, const GLfixed* params 381void, glTexEnvxvOES, GLenum target, GLenum pname, const GLfixed* params 382void, glTexGenfOES, GLenum coord, GLenum pname, GLfloat param 383void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat* params 384void, glTexGeniOES, GLenum coord, GLenum pname, GLint param 385void, glTexGenivOES, GLenum coord, GLenum pname, const GLint* params 386void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param 387void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed* params 388void, glTexImage2D, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels 389void, glTexImage3DOES, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels 390void, glTexParameterf, GLenum target, GLenum pname, GLfloat param 391void, glTexParameterfv, GLenum target, GLenum pname, const GLfloat* params 392void, glTexParameteri, GLenum target, GLenum pname, GLint param 393void, glTexParameteriv, GLenum target, GLenum pname, const GLint* params 394void, glTexParameterx, GLenum target, GLenum pname, GLfixed param 395void, glTexParameterxOES, GLenum target, GLenum pname, GLfixed param 396void, glTexParameterxv, GLenum target, GLenum pname, const GLfixed* params 397void, glTexParameterxvOES, GLenum target, GLenum pname, const GLfixed* params 398void, glTexStorage1DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width 399void, glTexStorage2DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height 400void, glTexStorage3DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth 401void, glTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels 402void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels 403void, glTextureStorage1DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width 404void, glTextureStorage2DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height 405void, glTextureStorage3DEXT, GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth 406void, glTranslatef, GLfloat x, GLfloat y, GLfloat z 407void, glTranslatex, GLfixed x, GLfixed y, GLfixed z 408void, glTranslatexOES, GLfixed x, GLfixed y, GLfixed z 409void, glUniform1f, GLint location, GLfloat x 410void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v 411void, glUniform1i, GLint location, GLint x 412void, glUniform1iv, GLint location, GLsizei count, const GLint* v 413void, glUniform2f, GLint location, GLfloat x, GLfloat y 414void, glUniform2fv, GLint location, GLsizei count, const GLfloat* v 415void, glUniform2i, GLint location, GLint x, GLint y 416void, glUniform2iv, GLint location, GLsizei count, const GLint* v 417void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z 418void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v 419void, glUniform3i, GLint location, GLint x, GLint y, GLint z 420void, glUniform3iv, GLint location, GLsizei count, const GLint* v 421void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w 422void, glUniform4fv, GLint location, GLsizei count, const GLfloat* v 423void, glUniform4i, GLint location, GLint x, GLint y, GLint z, GLint w 424void, glUniform4iv, GLint location, GLsizei count, const GLint* v 425void, glUniformMatrix2fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 426void, glUniformMatrix3fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 427void, glUniformMatrix4fv, GLint location, GLsizei count, GLboolean transpose, const GLfloat* value 428GLboolean, glUnmapBufferOES, GLenum target 429void, glUseProgram, GLuint program 430void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program 431void, glValidateProgram, GLuint program 432void, glValidateProgramPipelineEXT, GLuint pipeline 433void, glVertexAttrib1f, GLuint indx, GLfloat x 434void, glVertexAttrib1fv, GLuint indx, const GLfloat* values 435void, glVertexAttrib2f, GLuint indx, GLfloat x, GLfloat y 436void, glVertexAttrib2fv, GLuint indx, const GLfloat* values 437void, glVertexAttrib3f, GLuint indx, GLfloat x, GLfloat y, GLfloat z 438void, glVertexAttrib3fv, GLuint indx, const GLfloat* values 439void, glVertexAttrib4f, GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w 440void, glVertexAttrib4fv, GLuint indx, const GLfloat* values 441void, glVertexAttribPointer, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr 442void, glVertexAttribPointerData, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex 443void, glVertexPointer, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer 444void, glViewport, GLint x, GLint y, GLsizei width, GLsizei height 445void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const GLvoid* pointer 446