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