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