1fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glActiveShaderProgram, (GLuint pipeline, GLuint program), (pipeline, program), 2, "GLuint", pipeline, "GLuint", program)
231272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glActiveShaderProgramEXT, (GLuint pipeline, GLuint program), (pipeline, program), 2, "GLuint", pipeline, "GLuint", program)
3a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glActiveTexture, (GLenum texture), (texture), 1, "GLenum", texture)
43703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glAlphaFunc, (GLenum func, GLfloat ref), (func, ref), 2, "GLenum", func, "GLfloat", ref)
531272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glAlphaFuncQCOM, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf", ref)
63703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glAlphaFuncx, (GLenum func, GLfixed ref), (func, ref), 2, "GLenum", func, "GLfixed", ref)
73703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glAlphaFuncxOES, (GLenum func, GLfixed ref), (func, ref), 2, "GLenum", func, "GLfixed", ref)
8a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glAttachShader, (GLuint program, GLuint shader), (program, shader), 2, "GLuint", program, "GLuint", shader)
9a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBeginPerfMonitorAMD, (GLuint monitor), (monitor), 1, "GLuint", monitor)
103703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBeginPerfQueryINTEL, (GLuint queryHandle), (queryHandle), 1, "GLuint", queryHandle)
114774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBeginQuery, (GLenum target, GLuint id), (target, id), 2, "GLenum", target, "GLuint", id)
1231272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glBeginQueryEXT, (GLenum target, GLuint id), (target, id), 2, "GLenum", target, "GLuint", id)
134774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBeginTransformFeedback, (GLenum primitiveMode), (primitiveMode), 1, "GLenum", primitiveMode)
143703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBindAttribLocation, (GLuint program, GLuint index, const GLchar * name), (program, index, name), 3, "GLuint", program, "GLuint", index, "const GLchar *", name)
15a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindBuffer, (GLenum target, GLuint buffer), (target, buffer), 2, "GLenum", target, "GLuint", buffer)
164774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBindBufferBase, (GLenum target, GLuint index, GLuint buffer), (target, index, buffer), 3, "GLenum", target, "GLuint", index, "GLuint", buffer)
174774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBindBufferRange, (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size), (target, index, buffer, offset, size), 5, "GLenum", target, "GLuint", index, "GLuint", buffer, "GLintptr", offset, "GLsizeiptr", size)
18a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindFramebuffer, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
19a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
20fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBindImageTexture, (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format), (unit, texture, level, layered, layer, access, format), 7, "GLuint", unit, "GLuint", texture, "GLint", level, "GLboolean", layered, "GLint", layer, "GLenum", access, "GLenum", format)
21fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBindProgramPipeline, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
2231272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glBindProgramPipelineEXT, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
23a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindRenderbuffer, (GLenum target, GLuint renderbuffer), (target, renderbuffer), 2, "GLenum", target, "GLuint", renderbuffer)
24a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindRenderbufferOES, (GLenum target, GLuint renderbuffer), (target, renderbuffer), 2, "GLenum", target, "GLuint", renderbuffer)
254774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBindSampler, (GLuint unit, GLuint sampler), (unit, sampler), 2, "GLuint", unit, "GLuint", sampler)
26a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindTexture, (GLenum target, GLuint texture), (target, texture), 2, "GLenum", target, "GLuint", texture)
274774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBindTransformFeedback, (GLenum target, GLuint id), (target, id), 2, "GLenum", target, "GLuint", id)
284774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBindVertexArray, (GLuint array), (array), 1, "GLuint", array)
29a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBindVertexArrayOES, (GLuint array), (array), 1, "GLuint", array)
30fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBindVertexBuffer, (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride), (bindingindex, buffer, offset, stride), 4, "GLuint", bindingindex, "GLuint", buffer, "GLintptr", offset, "GLsizei", stride)
313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendBarrierKHR, (void), (), 0)
323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendBarrierNV, (void), (), 0)
333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloat", red, "GLfloat", green, "GLfloat", blue, "GLfloat", alpha)
343703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendEquation, (GLenum mode), (mode), 1, "GLenum", mode)
35a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBlendEquationOES, (GLenum mode), (mode), 1, "GLenum", mode)
36a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBlendEquationSeparate, (GLenum modeRGB, GLenum modeAlpha), (modeRGB, modeAlpha), 2, "GLenum", modeRGB, "GLenum", modeAlpha)
37a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBlendEquationSeparateOES, (GLenum modeRGB, GLenum modeAlpha), (modeRGB, modeAlpha), 2, "GLenum", modeRGB, "GLenum", modeAlpha)
38fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBlendEquationSeparateiEXT, (GLuint buf, GLenum modeRGB, GLenum modeAlpha), (buf, modeRGB, modeAlpha), 3, "GLuint", buf, "GLenum", modeRGB, "GLenum", modeAlpha)
39fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBlendEquationiEXT, (GLuint buf, GLenum mode), (buf, mode), 2, "GLuint", buf, "GLenum", mode)
40a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBlendFunc, (GLenum sfactor, GLenum dfactor), (sfactor, dfactor), 2, "GLenum", sfactor, "GLenum", dfactor)
413703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendFuncSeparate, (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha), (sfactorRGB, dfactorRGB, sfactorAlpha, dfactorAlpha), 4, "GLenum", sfactorRGB, "GLenum", dfactorRGB, "GLenum", sfactorAlpha, "GLenum", dfactorAlpha)
42a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glBlendFuncSeparateOES, (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha), (srcRGB, dstRGB, srcAlpha, dstAlpha), 4, "GLenum", srcRGB, "GLenum", dstRGB, "GLenum", srcAlpha, "GLenum", dstAlpha)
43fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBlendFuncSeparateiEXT, (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha), (buf, srcRGB, dstRGB, srcAlpha, dstAlpha), 5, "GLuint", buf, "GLenum", srcRGB, "GLenum", dstRGB, "GLenum", srcAlpha, "GLenum", dstAlpha)
44fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glBlendFunciEXT, (GLuint buf, GLenum src, GLenum dst), (buf, src, dst), 3, "GLuint", buf, "GLenum", src, "GLenum", dst)
453703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlendParameteriNV, (GLenum pname, GLint value), (pname, value), 2, "GLenum", pname, "GLint", value)
464774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glBlitFramebuffer, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), 10, "GLint", srcX0, "GLint", srcY0, "GLint", srcX1, "GLint", srcY1, "GLint", dstX0, "GLint", dstY0, "GLint", dstX1, "GLint", dstY1, "GLbitfield", mask, "GLenum", filter)
4731272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glBlitFramebufferANGLE, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), 10, "GLint", srcX0, "GLint", srcY0, "GLint", srcX1, "GLint", srcY1, "GLint", dstX0, "GLint", dstY0, "GLint", dstX1, "GLint", dstY1, "GLbitfield", mask, "GLenum", filter)
483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBlitFramebufferNV, (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter), (srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter), 10, "GLint", srcX0, "GLint", srcY0, "GLint", srcX1, "GLint", srcY1, "GLint", dstX0, "GLint", dstY0, "GLint", dstX1, "GLint", dstY1, "GLbitfield", mask, "GLenum", filter)
493703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBufferData, (GLenum target, GLsizeiptr size, const void * data, GLenum usage), (target, size, data, usage), 4, "GLenum", target, "GLsizeiptr", size, "const void *", data, "GLenum", usage)
503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glBufferSubData, (GLenum target, GLintptr offset, GLsizeiptr size, const void * data), (target, offset, size, data), 4, "GLenum", target, "GLintptr", offset, "GLsizeiptr", size, "const void *", data)
51a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLenum, glCheckFramebufferStatus, (GLenum target), (target), 1, "GLenum", target)
52a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLenum, glCheckFramebufferStatusOES, (GLenum target), (target), 1, "GLenum", target)
53a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glClear, (GLbitfield mask), (mask), 1, "GLbitfield", mask)
544774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glClearBufferfi, (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil), (buffer, drawbuffer, depth, stencil), 4, "GLenum", buffer, "GLint", drawbuffer, "GLfloat", depth, "GLint", stencil)
553703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearBufferfv, (GLenum buffer, GLint drawbuffer, const GLfloat * value), (buffer, drawbuffer, value), 3, "GLenum", buffer, "GLint", drawbuffer, "const GLfloat *", value)
563703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearBufferiv, (GLenum buffer, GLint drawbuffer, const GLint * value), (buffer, drawbuffer, value), 3, "GLenum", buffer, "GLint", drawbuffer, "const GLint *", value)
573703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearBufferuiv, (GLenum buffer, GLint drawbuffer, const GLuint * value), (buffer, drawbuffer, value), 3, "GLenum", buffer, "GLint", drawbuffer, "const GLuint *", value)
583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloat", red, "GLfloat", green, "GLfloat", blue, "GLfloat", alpha)
593703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearColorx, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixed", red, "GLfixed", green, "GLfixed", blue, "GLfixed", alpha)
603703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearColorxOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixed", red, "GLfixed", green, "GLfixed", blue, "GLfixed", alpha)
613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearDepthf, (GLfloat d), (d), 1, "GLfloat", d)
62a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glClearDepthfOES, (GLclampf depth), (depth), 1, "GLclampf", depth)
633703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearDepthx, (GLfixed depth), (depth), 1, "GLfixed", depth)
643703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClearDepthxOES, (GLfixed depth), (depth), 1, "GLfixed", depth)
65a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glClearStencil, (GLint s), (s), 1, "GLint", s)
66a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glClientActiveTexture, (GLenum texture), (texture), 1, "GLenum", texture)
674774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLenum, glClientWaitSync, (GLsync sync, GLbitfield flags, GLuint64 timeout), (sync, flags, timeout), 3, "GLsync", sync, "GLbitfield", flags, "GLuint64", timeout)
683703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLenum, glClientWaitSyncAPPLE, (GLsync sync, GLbitfield flags, GLuint64 timeout), (sync, flags, timeout), 3, "GLsync", sync, "GLbitfield", flags, "GLuint64", timeout)
693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanef, (GLenum p, const GLfloat * eqn), (p, eqn), 2, "GLenum", p, "const GLfloat *", eqn)
703703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanefIMG, (GLenum p, const GLfloat * eqn), (p, eqn), 2, "GLenum", p, "const GLfloat *", eqn)
713703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanefOES, (GLenum plane, const GLfloat * equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation)
723703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanex, (GLenum plane, const GLfixed * equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation)
733703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanexIMG, (GLenum p, const GLfixed * eqn), (p, eqn), 2, "GLenum", p, "const GLfixed *", eqn)
743703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glClipPlanexOES, (GLenum plane, const GLfixed * equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation)
75a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloat", red, "GLfloat", green, "GLfloat", blue, "GLfloat", alpha)
76a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, alpha), 4, "GLubyte", red, "GLubyte", green, "GLubyte", blue, "GLubyte", alpha)
77a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixed", red, "GLfixed", green, "GLfixed", blue, "GLfixed", alpha)
78a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glColor4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha), 4, "GLfixed", red, "GLfixed", green, "GLfixed", blue, "GLfixed", alpha)
79a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glColorMask, (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha), (red, green, blue, alpha), 4, "GLboolean", red, "GLboolean", green, "GLboolean", blue, "GLboolean", alpha)
80fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glColorMaskiEXT, (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a), (index, r, g, b, a), 5, "GLuint", index, "GLboolean", r, "GLboolean", g, "GLboolean", b, "GLboolean", a)
813703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glColorPointer, (GLint size, GLenum type, GLsizei stride, const void * pointer), (size, type, stride, pointer), 4, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
82a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCompileShader, (GLuint shader), (shader), 1, "GLuint", shader)
833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexImage2D, (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data), (target, level, internalformat, width, height, border, imageSize, data), 8, "GLenum", target, "GLint", level, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLint", border, "GLsizei", imageSize, "const void *", data)
843703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexImage3D, (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data), (target, level, internalformat, width, height, depth, border, imageSize, data), 9, "GLenum", target, "GLint", level, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLint", border, "GLsizei", imageSize, "const void *", data)
853703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexImage3DOES, (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void * data), (target, level, internalformat, width, height, depth, border, imageSize, data), 9, "GLenum", target, "GLint", level, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLint", border, "GLsizei", imageSize, "const void *", data)
863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data), (target, level, xoffset, yoffset, width, height, format, imageSize, data), 9, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLsizei", width, "GLsizei", height, "GLenum", format, "GLsizei", imageSize, "const void *", data)
873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data), (target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data), 11, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLenum", format, "GLsizei", imageSize, "const void *", data)
883703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCompressedTexSubImage3DOES, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void * data), (target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data), 11, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLenum", format, "GLsizei", imageSize, "const void *", data)
894774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glCopyBufferSubData, (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size), (readTarget, writeTarget, readOffset, writeOffset, size), 5, "GLenum", readTarget, "GLenum", writeTarget, "GLintptr", readOffset, "GLintptr", writeOffset, "GLsizeiptr", size)
903703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCopyBufferSubDataNV, (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size), (readTarget, writeTarget, readOffset, writeOffset, size), 5, "GLenum", readTarget, "GLenum", writeTarget, "GLintptr", readOffset, "GLintptr", writeOffset, "GLsizeiptr", size)
91fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glCopyImageSubDataEXT, (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth), (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth), 15, "GLuint", srcName, "GLenum", srcTarget, "GLint", srcLevel, "GLint", srcX, "GLint", srcY, "GLint", srcZ, "GLuint", dstName, "GLenum", dstTarget, "GLint", dstLevel, "GLint", dstX, "GLint", dstY, "GLint", dstZ, "GLsizei", srcWidth, "GLsizei", srcHeight, "GLsizei", srcDepth)
92a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCopyTexImage2D, (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border), (target, level, internalformat, x, y, width, height, border), 8, "GLenum", target, "GLint", level, "GLenum", internalformat, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height, "GLint", border)
93a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCopyTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height), (target, level, xoffset, yoffset, x, y, width, height), 8, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
944774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glCopyTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height), (target, level, xoffset, yoffset, zoffset, x, y, width, height), 9, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
95a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCopyTexSubImage3DOES, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height), (target, level, xoffset, yoffset, zoffset, x, y, width, height), 9, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
963703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCopyTextureLevelsAPPLE, (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount), (destinationTexture, sourceTexture, sourceBaseLevel, sourceLevelCount), 4, "GLuint", destinationTexture, "GLuint", sourceTexture, "GLint", sourceBaseLevel, "GLsizei", sourceLevelCount)
97a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCoverageMaskNV, (GLboolean mask), (mask), 1, "GLboolean", mask)
98a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCoverageOperationNV, (GLenum operation), (operation), 1, "GLenum", operation)
993703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glCreatePerfQueryINTEL, (GLuint queryId, GLuint * queryHandle), (queryId, queryHandle), 2, "GLuint", queryId, "GLuint *", queryHandle)
100a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLuint, glCreateProgram, (void), (), 0)
101a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLuint, glCreateShader, (GLenum type), (type), 1, "GLenum", type)
102fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL(GLuint, glCreateShaderProgramv, (GLenum type, GLsizei count, const GLchar *const* strings), (type, count, strings), 3, "GLenum", type, "GLsizei", count, "const GLchar *const*", strings)
1033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLuint, glCreateShaderProgramvEXT, (GLenum type, GLsizei count, const GLchar ** strings), (type, count, strings), 3, "GLenum", type, "GLsizei", count, "const GLchar **", strings)
104a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCullFace, (GLenum mode), (mode), 1, "GLenum", mode)
105a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glCurrentPaletteMatrixOES, (GLuint matrixpaletteindex), (matrixpaletteindex), 1, "GLuint", matrixpaletteindex)
1063703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDebugMessageCallbackKHR, (GLDEBUGPROCKHR callback, const void * userParam), (callback, userParam), 2, "GLDEBUGPROCKHR", callback, "const void *", userParam)
1073703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDebugMessageControlKHR, (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled), (source, type, severity, count, ids, enabled), 6, "GLenum", source, "GLenum", type, "GLenum", severity, "GLsizei", count, "const GLuint *", ids, "GLboolean", enabled)
1083703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDebugMessageInsertKHR, (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf), (source, type, id, severity, length, buf), 6, "GLenum", source, "GLenum", type, "GLuint", id, "GLenum", severity, "GLsizei", length, "const GLchar *", buf)
1093703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteBuffers, (GLsizei n, const GLuint * buffers), (n, buffers), 2, "GLsizei", n, "const GLuint *", buffers)
1103703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteFencesNV, (GLsizei n, const GLuint * fences), (n, fences), 2, "GLsizei", n, "const GLuint *", fences)
1113703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteFramebuffers, (GLsizei n, const GLuint * framebuffers), (n, framebuffers), 2, "GLsizei", n, "const GLuint *", framebuffers)
1123703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteFramebuffersOES, (GLsizei n, const GLuint * framebuffers), (n, framebuffers), 2, "GLsizei", n, "const GLuint *", framebuffers)
1133703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeletePerfMonitorsAMD, (GLsizei n, GLuint * monitors), (n, monitors), 2, "GLsizei", n, "GLuint *", monitors)
1143703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeletePerfQueryINTEL, (GLuint queryHandle), (queryHandle), 1, "GLuint", queryHandle)
115a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDeleteProgram, (GLuint program), (program), 1, "GLuint", program)
116fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDeleteProgramPipelines, (GLsizei n, const GLuint * pipelines), (n, pipelines), 2, "GLsizei", n, "const GLuint *", pipelines)
1173703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteProgramPipelinesEXT, (GLsizei n, const GLuint * pipelines), (n, pipelines), 2, "GLsizei", n, "const GLuint *", pipelines)
1183703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteQueries, (GLsizei n, const GLuint * ids), (n, ids), 2, "GLsizei", n, "const GLuint *", ids)
1193703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteQueriesEXT, (GLsizei n, const GLuint * ids), (n, ids), 2, "GLsizei", n, "const GLuint *", ids)
1203703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteRenderbuffers, (GLsizei n, const GLuint * renderbuffers), (n, renderbuffers), 2, "GLsizei", n, "const GLuint *", renderbuffers)
1213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteRenderbuffersOES, (GLsizei n, const GLuint * renderbuffers), (n, renderbuffers), 2, "GLsizei", n, "const GLuint *", renderbuffers)
1223703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteSamplers, (GLsizei count, const GLuint * samplers), (count, samplers), 2, "GLsizei", count, "const GLuint *", samplers)
123a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDeleteShader, (GLuint shader), (shader), 1, "GLuint", shader)
1244774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glDeleteSync, (GLsync sync), (sync), 1, "GLsync", sync)
1253703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteSyncAPPLE, (GLsync sync), (sync), 1, "GLsync", sync)
1263703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteTextures, (GLsizei n, const GLuint * textures), (n, textures), 2, "GLsizei", n, "const GLuint *", textures)
1273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteTransformFeedbacks, (GLsizei n, const GLuint * ids), (n, ids), 2, "GLsizei", n, "const GLuint *", ids)
1283703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteVertexArrays, (GLsizei n, const GLuint * arrays), (n, arrays), 2, "GLsizei", n, "const GLuint *", arrays)
1293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDeleteVertexArraysOES, (GLsizei n, const GLuint * arrays), (n, arrays), 2, "GLsizei", n, "const GLuint *", arrays)
130a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDepthFunc, (GLenum func), (func), 1, "GLenum", func)
131a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDepthMask, (GLboolean flag), (flag), 1, "GLboolean", flag)
1323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDepthRangef, (GLfloat n, GLfloat f), (n, f), 2, "GLfloat", n, "GLfloat", f)
1333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDepthRangefOES, (GLclampf n, GLclampf f), (n, f), 2, "GLclampf", n, "GLclampf", f)
1343703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDepthRangex, (GLfixed n, GLfixed f), (n, f), 2, "GLfixed", n, "GLfixed", f)
1353703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDepthRangexOES, (GLfixed n, GLfixed f), (n, f), 2, "GLfixed", n, "GLfixed", f)
136a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDetachShader, (GLuint program, GLuint shader), (program, shader), 2, "GLuint", program, "GLuint", shader)
137a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDisable, (GLenum cap), (cap), 1, "GLenum", cap)
138a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDisableClientState, (GLenum array), (array), 1, "GLenum", array)
139a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDisableDriverControlQCOM, (GLuint driverControl), (driverControl), 1, "GLuint", driverControl)
140a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDisableVertexAttribArray, (GLuint index), (index), 1, "GLuint", index)
141fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDisableiEXT, (GLenum target, GLuint index), (target, index), 2, "GLenum", target, "GLuint", index)
1423703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDiscardFramebufferEXT, (GLenum target, GLsizei numAttachments, const GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", numAttachments, "const GLenum *", attachments)
143fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDispatchCompute, (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z), (num_groups_x, num_groups_y, num_groups_z), 3, "GLuint", num_groups_x, "GLuint", num_groups_y, "GLuint", num_groups_z)
144fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDispatchComputeIndirect, (GLintptr indirect), (indirect), 1, "GLintptr", indirect)
145a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDrawArrays, (GLenum mode, GLint first, GLsizei count), (mode, first, count), 3, "GLenum", mode, "GLint", first, "GLsizei", count)
146fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDrawArraysIndirect, (GLenum mode, const void * indirect), (mode, indirect), 2, "GLenum", mode, "const void *", indirect)
1473703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawArraysInstanced, (GLenum mode, GLint first, GLsizei count, GLsizei instancecount), (mode, first, count, instancecount), 4, "GLenum", mode, "GLint", first, "GLsizei", count, "GLsizei", instancecount)
1483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawArraysInstancedANGLE, (GLenum mode, GLint first, GLsizei count, GLsizei primcount), (mode, first, count, primcount), 4, "GLenum", mode, "GLint", first, "GLsizei", count, "GLsizei", primcount)
1493703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawArraysInstancedEXT, (GLenum mode, GLint start, GLsizei count, GLsizei primcount), (mode, start, count, primcount), 4, "GLenum", mode, "GLint", start, "GLsizei", count, "GLsizei", primcount)
1503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawArraysInstancedNV, (GLenum mode, GLint first, GLsizei count, GLsizei primcount), (mode, first, count, primcount), 4, "GLenum", mode, "GLint", first, "GLsizei", count, "GLsizei", primcount)
1513703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawBuffers, (GLsizei n, const GLenum * bufs), (n, bufs), 2, "GLsizei", n, "const GLenum *", bufs)
1523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawBuffersEXT, (GLsizei n, const GLenum * bufs), (n, bufs), 2, "GLsizei", n, "const GLenum *", bufs)
1533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawBuffersIndexedEXT, (GLint n, const GLenum * location, const GLint * indices), (n, location, indices), 3, "GLint", n, "const GLenum *", location, "const GLint *", indices)
1543703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawBuffersNV, (GLsizei n, const GLenum * bufs), (n, bufs), 2, "GLsizei", n, "const GLenum *", bufs)
1553703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawElements, (GLenum mode, GLsizei count, GLenum type, const void * indices), (mode, count, type, indices), 4, "GLenum", mode, "GLsizei", count, "GLenum", type, "const void *", indices)
156fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glDrawElementsIndirect, (GLenum mode, GLenum type, const void * indirect), (mode, type, indirect), 3, "GLenum", mode, "GLenum", type, "const void *", indirect)
1573703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawElementsInstanced, (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei instancecount), (mode, count, type, indices, instancecount), 5, "GLenum", mode, "GLsizei", count, "GLenum", type, "const void *", indices, "GLsizei", instancecount)
1583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawElementsInstancedANGLE, (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount), (mode, count, type, indices, primcount), 5, "GLenum", mode, "GLsizei", count, "GLenum", type, "const void *", indices, "GLsizei", primcount)
1593703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawElementsInstancedEXT, (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount), (mode, count, type, indices, primcount), 5, "GLenum", mode, "GLsizei", count, "GLenum", type, "const void *", indices, "GLsizei", primcount)
1603703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawElementsInstancedNV, (GLenum mode, GLsizei count, GLenum type, const void * indices, GLsizei primcount), (mode, count, type, indices, primcount), 5, "GLenum", mode, "GLsizei", count, "GLenum", type, "const void *", indices, "GLsizei", primcount)
1613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawRangeElements, (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void * indices), (mode, start, end, count, type, indices), 6, "GLenum", mode, "GLuint", start, "GLuint", end, "GLsizei", count, "GLenum", type, "const void *", indices)
162a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, y, z, width, height), 5, "GLfloat", x, "GLfloat", y, "GLfloat", z, "GLfloat", width, "GLfloat", height)
1633703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawTexfvOES, (const GLfloat * coords), (coords), 1, "const GLfloat *", coords)
164a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDrawTexiOES, (GLint x, GLint y, GLint z, GLint width, GLint height), (x, y, z, width, height), 5, "GLint", x, "GLint", y, "GLint", z, "GLint", width, "GLint", height)
1653703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawTexivOES, (const GLint * coords), (coords), 1, "const GLint *", coords)
166a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDrawTexsOES, (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z, width, height), 5, "GLshort", x, "GLshort", y, "GLshort", z, "GLshort", width, "GLshort", height)
1673703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawTexsvOES, (const GLshort * coords), (coords), 1, "const GLshort *", coords)
168a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glDrawTexxOES, (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z, width, height), 5, "GLfixed", x, "GLfixed", y, "GLfixed", z, "GLfixed", width, "GLfixed", height)
1693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glDrawTexxvOES, (const GLfixed * coords), (coords), 1, "const GLfixed *", coords)
170a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEGLImageTargetRenderbufferStorageOES, (GLenum target, GLeglImageOES image), (target, image), 2, "GLenum", target, "GLeglImageOES", image)
171a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEGLImageTargetTexture2DOES, (GLenum target, GLeglImageOES image), (target, image), 2, "GLenum", target, "GLeglImageOES", image)
172a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEnable, (GLenum cap), (cap), 1, "GLenum", cap)
173a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEnableClientState, (GLenum array), (array), 1, "GLenum", array)
174a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEnableDriverControlQCOM, (GLuint driverControl), (driverControl), 1, "GLuint", driverControl)
175a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEnableVertexAttribArray, (GLuint index), (index), 1, "GLuint", index)
176fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glEnableiEXT, (GLenum target, GLuint index), (target, index), 2, "GLenum", target, "GLuint", index)
177a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEndPerfMonitorAMD, (GLuint monitor), (monitor), 1, "GLuint", monitor)
1783703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glEndPerfQueryINTEL, (GLuint queryHandle), (queryHandle), 1, "GLuint", queryHandle)
1794774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glEndQuery, (GLenum target), (target), 1, "GLenum", target)
18031272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glEndQueryEXT, (GLenum target), (target), 1, "GLenum", target)
181a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glEndTilingQCOM, (GLbitfield preserveMask), (preserveMask), 1, "GLbitfield", preserveMask)
1824774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glEndTransformFeedback, (void), (), 0)
1833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetBufferPointervQCOM, (GLenum target, void ** params), (target, params), 2, "GLenum", target, "void **", params)
1843703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetBuffersQCOM, (GLuint * buffers, GLint maxBuffers, GLint * numBuffers), (buffers, maxBuffers, numBuffers), 3, "GLuint *", buffers, "GLint", maxBuffers, "GLint *", numBuffers)
1853703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetFramebuffersQCOM, (GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers), (framebuffers, maxFramebuffers, numFramebuffers), 3, "GLuint *", framebuffers, "GLint", maxFramebuffers, "GLint *", numFramebuffers)
1863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetProgramBinarySourceQCOM, (GLuint program, GLenum shadertype, GLchar * source, GLint * length), (program, shadertype, source, length), 4, "GLuint", program, "GLenum", shadertype, "GLchar *", source, "GLint *", length)
1873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetProgramsQCOM, (GLuint * programs, GLint maxPrograms, GLint * numPrograms), (programs, maxPrograms, numPrograms), 3, "GLuint *", programs, "GLint", maxPrograms, "GLint *", numPrograms)
1883703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetRenderbuffersQCOM, (GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers), (renderbuffers, maxRenderbuffers, numRenderbuffers), 3, "GLuint *", renderbuffers, "GLint", maxRenderbuffers, "GLint *", numRenderbuffers)
1893703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetShadersQCOM, (GLuint * shaders, GLint maxShaders, GLint * numShaders), (shaders, maxShaders, numShaders), 3, "GLuint *", shaders, "GLint", maxShaders, "GLint *", numShaders)
1903703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetTexLevelParameterivQCOM, (GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params), (texture, face, level, pname, params), 5, "GLuint", texture, "GLenum", face, "GLint", level, "GLenum", pname, "GLint *", params)
1913703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetTexSubImageQCOM, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * texels), (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels), 11, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLenum", format, "GLenum", type, "void *", texels)
1923703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glExtGetTexturesQCOM, (GLuint * textures, GLint maxTextures, GLint * numTextures), (textures, maxTextures, numTextures), 3, "GLuint *", textures, "GLint", maxTextures, "GLint *", numTextures)
193a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glExtIsProgramBinaryQCOM, (GLuint program), (program), 1, "GLuint", program)
194a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glExtTexObjectStateOverrideiQCOM, (GLenum target, GLenum pname, GLint param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLint", param)
1954774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLsync, glFenceSync, (GLenum condition, GLbitfield flags), (condition, flags), 2, "GLenum", condition, "GLbitfield", flags)
1963703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLsync, glFenceSyncAPPLE, (GLenum condition, GLbitfield flags), (condition, flags), 2, "GLenum", condition, "GLbitfield", flags)
197a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFinish, (void), (), 0)
198a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFinishFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
199a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFlush, (void), (), 0)
2004774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glFlushMappedBufferRange, (GLenum target, GLintptr offset, GLsizeiptr length), (target, offset, length), 3, "GLenum", target, "GLintptr", offset, "GLsizeiptr", length)
2013703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFlushMappedBufferRangeEXT, (GLenum target, GLintptr offset, GLsizeiptr length), (target, offset, length), 3, "GLenum", target, "GLintptr", offset, "GLsizeiptr", length)
202a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFogf, (GLenum pname, GLfloat param), (pname, param), 2, "GLenum", pname, "GLfloat", param)
2033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFogfv, (GLenum pname, const GLfloat * params), (pname, params), 2, "GLenum", pname, "const GLfloat *", params)
204a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFogx, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
205a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFogxOES, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
2063703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFogxv, (GLenum pname, const GLfixed * param), (pname, param), 2, "GLenum", pname, "const GLfixed *", param)
2073703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFogxvOES, (GLenum pname, const GLfixed * param), (pname, param), 2, "GLenum", pname, "const GLfixed *", param)
208fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glFramebufferParameteri, (GLenum target, GLenum pname, GLint param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLint", param)
209a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferRenderbuffer, (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer), (target, attachment, renderbuffertarget, renderbuffer), 4, "GLenum", target, "GLenum", attachment, "GLenum", renderbuffertarget, "GLuint", renderbuffer)
210a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferRenderbufferOES, (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer), (target, attachment, renderbuffertarget, renderbuffer), 4, "GLenum", target, "GLenum", attachment, "GLenum", renderbuffertarget, "GLuint", renderbuffer)
211a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferTexture2D, (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level), (target, attachment, textarget, texture, level), 5, "GLenum", target, "GLenum", attachment, "GLenum", textarget, "GLuint", texture, "GLint", level)
21231272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glFramebufferTexture2DMultisampleEXT, (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples), (target, attachment, textarget, texture, level, samples), 6, "GLenum", target, "GLenum", attachment, "GLenum", textarget, "GLuint", texture, "GLint", level, "GLsizei", samples)
213a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferTexture2DMultisampleIMG, (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples), (target, attachment, textarget, texture, level, samples), 6, "GLenum", target, "GLenum", attachment, "GLenum", textarget, "GLuint", texture, "GLint", level, "GLsizei", samples)
214a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level), (target, attachment, textarget, texture, level), 5, "GLenum", target, "GLenum", attachment, "GLenum", textarget, "GLuint", texture, "GLint", level)
215a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFramebufferTexture3DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset), (target, attachment, textarget, texture, level, zoffset), 6, "GLenum", target, "GLenum", attachment, "GLenum", textarget, "GLuint", texture, "GLint", level, "GLint", zoffset)
216fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glFramebufferTextureEXT, (GLenum target, GLenum attachment, GLuint texture, GLint level), (target, attachment, texture, level), 4, "GLenum", target, "GLenum", attachment, "GLuint", texture, "GLint", level)
2174774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glFramebufferTextureLayer, (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer), (target, attachment, texture, level, layer), 5, "GLenum", target, "GLenum", attachment, "GLuint", texture, "GLint", level, "GLint", layer)
218a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glFrontFace, (GLenum mode), (mode), 1, "GLenum", mode)
2193703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFrustumf, (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f), (l, r, b, t, n, f), 6, "GLfloat", l, "GLfloat", r, "GLfloat", b, "GLfloat", t, "GLfloat", n, "GLfloat", f)
2203703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFrustumfOES, (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f), (l, r, b, t, n, f), 6, "GLfloat", l, "GLfloat", r, "GLfloat", b, "GLfloat", t, "GLfloat", n, "GLfloat", f)
2213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFrustumx, (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f), (l, r, b, t, n, f), 6, "GLfixed", l, "GLfixed", r, "GLfixed", b, "GLfixed", t, "GLfixed", n, "GLfixed", f)
2223703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glFrustumxOES, (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f), (l, r, b, t, n, f), 6, "GLfixed", l, "GLfixed", r, "GLfixed", b, "GLfixed", t, "GLfixed", n, "GLfixed", f)
2233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenBuffers, (GLsizei n, GLuint * buffers), (n, buffers), 2, "GLsizei", n, "GLuint *", buffers)
2243703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenFencesNV, (GLsizei n, GLuint * fences), (n, fences), 2, "GLsizei", n, "GLuint *", fences)
2253703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenFramebuffers, (GLsizei n, GLuint * framebuffers), (n, framebuffers), 2, "GLsizei", n, "GLuint *", framebuffers)
2263703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenFramebuffersOES, (GLsizei n, GLuint * framebuffers), (n, framebuffers), 2, "GLsizei", n, "GLuint *", framebuffers)
2273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenPerfMonitorsAMD, (GLsizei n, GLuint * monitors), (n, monitors), 2, "GLsizei", n, "GLuint *", monitors)
228fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGenProgramPipelines, (GLsizei n, GLuint * pipelines), (n, pipelines), 2, "GLsizei", n, "GLuint *", pipelines)
2293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenProgramPipelinesEXT, (GLsizei n, GLuint * pipelines), (n, pipelines), 2, "GLsizei", n, "GLuint *", pipelines)
2303703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenQueries, (GLsizei n, GLuint * ids), (n, ids), 2, "GLsizei", n, "GLuint *", ids)
2313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenQueriesEXT, (GLsizei n, GLuint * ids), (n, ids), 2, "GLsizei", n, "GLuint *", ids)
2323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenRenderbuffers, (GLsizei n, GLuint * renderbuffers), (n, renderbuffers), 2, "GLsizei", n, "GLuint *", renderbuffers)
2333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenRenderbuffersOES, (GLsizei n, GLuint * renderbuffers), (n, renderbuffers), 2, "GLsizei", n, "GLuint *", renderbuffers)
2343703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenSamplers, (GLsizei count, GLuint * samplers), (count, samplers), 2, "GLsizei", count, "GLuint *", samplers)
2353703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenTextures, (GLsizei n, GLuint * textures), (n, textures), 2, "GLsizei", n, "GLuint *", textures)
2363703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenTransformFeedbacks, (GLsizei n, GLuint * ids), (n, ids), 2, "GLsizei", n, "GLuint *", ids)
2373703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenVertexArrays, (GLsizei n, GLuint * arrays), (n, arrays), 2, "GLsizei", n, "GLuint *", arrays)
2383703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGenVertexArraysOES, (GLsizei n, GLuint * arrays), (n, arrays), 2, "GLsizei", n, "GLuint *", arrays)
239a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glGenerateMipmap, (GLenum target), (target), 1, "GLenum", target)
240a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glGenerateMipmapOES, (GLenum target), (target), 1, "GLenum", target)
2413703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetActiveAttrib, (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name), (program, index, bufSize, length, size, type, name), 7, "GLuint", program, "GLuint", index, "GLsizei", bufSize, "GLsizei *", length, "GLint *", size, "GLenum *", type, "GLchar *", name)
2423703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetActiveUniform, (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name), (program, index, bufSize, length, size, type, name), 7, "GLuint", program, "GLuint", index, "GLsizei", bufSize, "GLsizei *", length, "GLint *", size, "GLenum *", type, "GLchar *", name)
2433703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetActiveUniformBlockName, (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName), (program, uniformBlockIndex, bufSize, length, uniformBlockName), 5, "GLuint", program, "GLuint", uniformBlockIndex, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", uniformBlockName)
2443703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetActiveUniformBlockiv, (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint * params), (program, uniformBlockIndex, pname, params), 4, "GLuint", program, "GLuint", uniformBlockIndex, "GLenum", pname, "GLint *", params)
2453703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetActiveUniformsiv, (GLuint program, GLsizei uniformCount, const GLuint * uniformIndices, GLenum pname, GLint * params), (program, uniformCount, uniformIndices, pname, params), 5, "GLuint", program, "GLsizei", uniformCount, "const GLuint *", uniformIndices, "GLenum", pname, "GLint *", params)
2463703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetAttachedShaders, (GLuint program, GLsizei maxCount, GLsizei * count, GLuint * shaders), (program, maxCount, count, shaders), 4, "GLuint", program, "GLsizei", maxCount, "GLsizei *", count, "GLuint *", shaders)
2473703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLint, glGetAttribLocation, (GLuint program, const GLchar * name), (program, name), 2, "GLuint", program, "const GLchar *", name)
248fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetBooleani_v, (GLenum target, GLuint index, GLboolean * data), (target, index, data), 3, "GLenum", target, "GLuint", index, "GLboolean *", data)
2493703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetBooleanv, (GLenum pname, GLboolean * data), (pname, data), 2, "GLenum", pname, "GLboolean *", data)
2503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetBufferParameteri64v, (GLenum target, GLenum pname, GLint64 * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint64 *", params)
2513703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetBufferParameteriv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
2523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetBufferPointerv, (GLenum target, GLenum pname, void ** params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "void **", params)
2533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetBufferPointervOES, (GLenum target, GLenum pname, void ** params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "void **", params)
2543703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetClipPlanef, (GLenum plane, GLfloat * equation), (plane, equation), 2, "GLenum", plane, "GLfloat *", equation)
2553703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetClipPlanefOES, (GLenum plane, GLfloat * equation), (plane, equation), 2, "GLenum", plane, "GLfloat *", equation)
2563703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetClipPlanex, (GLenum plane, GLfixed * equation), (plane, equation), 2, "GLenum", plane, "GLfixed *", equation)
2573703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetClipPlanexOES, (GLenum plane, GLfixed * equation), (plane, equation), 2, "GLenum", plane, "GLfixed *", equation)
2583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLuint, glGetDebugMessageLogKHR, (GLuint count, GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog), (count, bufSize, sources, types, ids, severities, lengths, messageLog), 8, "GLuint", count, "GLsizei", bufSize, "GLenum *", sources, "GLenum *", types, "GLuint *", ids, "GLenum *", severities, "GLsizei *", lengths, "GLchar *", messageLog)
2593703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetDriverControlStringQCOM, (GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString), (driverControl, bufSize, length, driverControlString), 4, "GLuint", driverControl, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", driverControlString)
2603703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetDriverControlsQCOM, (GLint * num, GLsizei size, GLuint * driverControls), (num, size, driverControls), 3, "GLint *", num, "GLsizei", size, "GLuint *", driverControls)
261a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLenum, glGetError, (void), (), 0)
2623703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFenceivNV, (GLuint fence, GLenum pname, GLint * params), (fence, pname, params), 3, "GLuint", fence, "GLenum", pname, "GLint *", params)
2633703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFirstPerfQueryIdINTEL, (GLuint * queryId), (queryId), 1, "GLuint *", queryId)
2643703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFixedv, (GLenum pname, GLfixed * params), (pname, params), 2, "GLenum", pname, "GLfixed *", params)
2653703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFixedvOES, (GLenum pname, GLfixed * params), (pname, params), 2, "GLenum", pname, "GLfixed *", params)
2663703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFloatv, (GLenum pname, GLfloat * data), (pname, data), 2, "GLenum", pname, "GLfloat *", data)
2673703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLint, glGetFragDataLocation, (GLuint program, const GLchar * name), (program, name), 2, "GLuint", program, "const GLchar *", name)
2683703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFramebufferAttachmentParameteriv, (GLenum target, GLenum attachment, GLenum pname, GLint * params), (target, attachment, pname, params), 4, "GLenum", target, "GLenum", attachment, "GLenum", pname, "GLint *", params)
2693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetFramebufferAttachmentParameterivOES, (GLenum target, GLenum attachment, GLenum pname, GLint * params), (target, attachment, pname, params), 4, "GLenum", target, "GLenum", attachment, "GLenum", pname, "GLint *", params)
270fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetFramebufferParameteriv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
27131272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL(GLenum, glGetGraphicsResetStatusEXT, (void), (), 0)
2723703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetInteger64i_v, (GLenum target, GLuint index, GLint64 * data), (target, index, data), 3, "GLenum", target, "GLuint", index, "GLint64 *", data)
2733703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetInteger64v, (GLenum pname, GLint64 * data), (pname, data), 2, "GLenum", pname, "GLint64 *", data)
2743703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetInteger64vAPPLE, (GLenum pname, GLint64 * params), (pname, params), 2, "GLenum", pname, "GLint64 *", params)
2753703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetIntegeri_v, (GLenum target, GLuint index, GLint * data), (target, index, data), 3, "GLenum", target, "GLuint", index, "GLint *", data)
2763703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetIntegeri_vEXT, (GLenum target, GLuint index, GLint * data), (target, index, data), 3, "GLenum", target, "GLuint", index, "GLint *", data)
2773703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetIntegerv, (GLenum pname, GLint * data), (pname, data), 2, "GLenum", pname, "GLint *", data)
2783703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetInternalformativ, (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint * params), (target, internalformat, pname, bufSize, params), 5, "GLenum", target, "GLenum", internalformat, "GLenum", pname, "GLsizei", bufSize, "GLint *", params)
2793703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetLightfv, (GLenum light, GLenum pname, GLfloat * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "GLfloat *", params)
2803703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetLightxv, (GLenum light, GLenum pname, GLfixed * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "GLfixed *", params)
2813703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetLightxvOES, (GLenum light, GLenum pname, GLfixed * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "GLfixed *", params)
2823703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetMaterialfv, (GLenum face, GLenum pname, GLfloat * params), (face, pname, params), 3, "GLenum", face, "GLenum", pname, "GLfloat *", params)
2833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetMaterialxv, (GLenum face, GLenum pname, GLfixed * params), (face, pname, params), 3, "GLenum", face, "GLenum", pname, "GLfixed *", params)
2843703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetMaterialxvOES, (GLenum face, GLenum pname, GLfixed * params), (face, pname, params), 3, "GLenum", face, "GLenum", pname, "GLfixed *", params)
285fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetMultisamplefv, (GLenum pname, GLuint index, GLfloat * val), (pname, index, val), 3, "GLenum", pname, "GLuint", index, "GLfloat *", val)
2863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetNextPerfQueryIdINTEL, (GLuint queryId, GLuint * nextQueryId), (queryId, nextQueryId), 2, "GLuint", queryId, "GLuint *", nextQueryId)
2873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetObjectLabelEXT, (GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label), (type, object, bufSize, length, label), 5, "GLenum", type, "GLuint", object, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", label)
2883703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetObjectLabelKHR, (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei * length, GLchar * label), (identifier, name, bufSize, length, label), 5, "GLenum", identifier, "GLuint", name, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", label)
2893703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetObjectPtrLabelKHR, (const void * ptr, GLsizei bufSize, GLsizei * length, GLchar * label), (ptr, bufSize, length, label), 4, "const void *", ptr, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", label)
2903703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfCounterInfoINTEL, (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue), (queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue), 11, "GLuint", queryId, "GLuint", counterId, "GLuint", counterNameLength, "GLchar *", counterName, "GLuint", counterDescLength, "GLchar *", counterDesc, "GLuint *", counterOffset, "GLuint *", counterDataSize, "GLuint *", counterTypeEnum, "GLuint *", counterDataTypeEnum, "GLuint64 *", rawCounterMaxValue)
2913703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorCounterDataAMD, (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten), (monitor, pname, dataSize, data, bytesWritten), 5, "GLuint", monitor, "GLenum", pname, "GLsizei", dataSize, "GLuint *", data, "GLint *", bytesWritten)
2923703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorCounterInfoAMD, (GLuint group, GLuint counter, GLenum pname, void * data), (group, counter, pname, data), 4, "GLuint", group, "GLuint", counter, "GLenum", pname, "void *", data)
2933703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorCounterStringAMD, (GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString), (group, counter, bufSize, length, counterString), 5, "GLuint", group, "GLuint", counter, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", counterString)
2943703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorCountersAMD, (GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters), (group, numCounters, maxActiveCounters, counterSize, counters), 5, "GLuint", group, "GLint *", numCounters, "GLint *", maxActiveCounters, "GLsizei", counterSize, "GLuint *", counters)
2953703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorGroupStringAMD, (GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString), (group, bufSize, length, groupString), 4, "GLuint", group, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", groupString)
2963703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfMonitorGroupsAMD, (GLint * numGroups, GLsizei groupsSize, GLuint * groups), (numGroups, groupsSize, groups), 3, "GLint *", numGroups, "GLsizei", groupsSize, "GLuint *", groups)
2973703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfQueryDataINTEL, (GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * data, GLuint * bytesWritten), (queryHandle, flags, dataSize, data, bytesWritten), 5, "GLuint", queryHandle, "GLuint", flags, "GLsizei", dataSize, "GLvoid *", data, "GLuint *", bytesWritten)
2983703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfQueryIdByNameINTEL, (GLchar * queryName, GLuint * queryId), (queryName, queryId), 2, "GLchar *", queryName, "GLuint *", queryId)
2993703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPerfQueryInfoINTEL, (GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask), (queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask), 7, "GLuint", queryId, "GLuint", queryNameLength, "GLchar *", queryName, "GLuint *", dataSize, "GLuint *", noCounters, "GLuint *", noInstances, "GLuint *", capsMask)
3003703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPointerv, (GLenum pname, void ** params), (pname, params), 2, "GLenum", pname, "void **", params)
3013703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetPointervKHR, (GLenum pname, void ** params), (pname, params), 2, "GLenum", pname, "void **", params)
3023703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramBinary, (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary), (program, bufSize, length, binaryFormat, binary), 5, "GLuint", program, "GLsizei", bufSize, "GLsizei *", length, "GLenum *", binaryFormat, "void *", binary)
3033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramBinaryOES, (GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, void * binary), (program, bufSize, length, binaryFormat, binary), 5, "GLuint", program, "GLsizei", bufSize, "GLsizei *", length, "GLenum *", binaryFormat, "void *", binary)
3043703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramInfoLog, (GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog), (program, bufSize, length, infoLog), 4, "GLuint", program, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", infoLog)
305fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetProgramInterfaceiv, (GLuint program, GLenum programInterface, GLenum pname, GLint * params), (program, programInterface, pname, params), 4, "GLuint", program, "GLenum", programInterface, "GLenum", pname, "GLint *", params)
306fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetProgramPipelineInfoLog, (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog), (pipeline, bufSize, length, infoLog), 4, "GLuint", pipeline, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", infoLog)
3073703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramPipelineInfoLogEXT, (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog), (pipeline, bufSize, length, infoLog), 4, "GLuint", pipeline, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", infoLog)
308fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetProgramPipelineiv, (GLuint pipeline, GLenum pname, GLint * params), (pipeline, pname, params), 3, "GLuint", pipeline, "GLenum", pname, "GLint *", params)
3093703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramPipelineivEXT, (GLuint pipeline, GLenum pname, GLint * params), (pipeline, pname, params), 3, "GLuint", pipeline, "GLenum", pname, "GLint *", params)
310fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL(GLuint, glGetProgramResourceIndex, (GLuint program, GLenum programInterface, const GLchar * name), (program, programInterface, name), 3, "GLuint", program, "GLenum", programInterface, "const GLchar *", name)
311fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL(GLint, glGetProgramResourceLocation, (GLuint program, GLenum programInterface, const GLchar * name), (program, programInterface, name), 3, "GLuint", program, "GLenum", programInterface, "const GLchar *", name)
312fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetProgramResourceName, (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei * length, GLchar * name), (program, programInterface, index, bufSize, length, name), 6, "GLuint", program, "GLenum", programInterface, "GLuint", index, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", name)
313fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetProgramResourceiv, (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params), (program, programInterface, index, propCount, props, bufSize, length, params), 8, "GLuint", program, "GLenum", programInterface, "GLuint", index, "GLsizei", propCount, "const GLenum *", props, "GLsizei", bufSize, "GLsizei *", length, "GLint *", params)
3143703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetProgramiv, (GLuint program, GLenum pname, GLint * params), (program, pname, params), 3, "GLuint", program, "GLenum", pname, "GLint *", params)
3153703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryObjecti64vEXT, (GLuint id, GLenum pname, GLint64 * params), (id, pname, params), 3, "GLuint", id, "GLenum", pname, "GLint64 *", params)
3163703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryObjectivEXT, (GLuint id, GLenum pname, GLint * params), (id, pname, params), 3, "GLuint", id, "GLenum", pname, "GLint *", params)
3173703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryObjectui64vEXT, (GLuint id, GLenum pname, GLuint64 * params), (id, pname, params), 3, "GLuint", id, "GLenum", pname, "GLuint64 *", params)
3183703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryObjectuiv, (GLuint id, GLenum pname, GLuint * params), (id, pname, params), 3, "GLuint", id, "GLenum", pname, "GLuint *", params)
3193703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryObjectuivEXT, (GLuint id, GLenum pname, GLuint * params), (id, pname, params), 3, "GLuint", id, "GLenum", pname, "GLuint *", params)
3203703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryiv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
3213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetQueryivEXT, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
3223703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetRenderbufferParameteriv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
3233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetRenderbufferParameterivOES, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
324fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetSamplerParameterIivEXT, (GLuint sampler, GLenum pname, GLint * params), (sampler, pname, params), 3, "GLuint", sampler, "GLenum", pname, "GLint *", params)
325fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetSamplerParameterIuivEXT, (GLuint sampler, GLenum pname, GLuint * params), (sampler, pname, params), 3, "GLuint", sampler, "GLenum", pname, "GLuint *", params)
3263703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetSamplerParameterfv, (GLuint sampler, GLenum pname, GLfloat * params), (sampler, pname, params), 3, "GLuint", sampler, "GLenum", pname, "GLfloat *", params)
3273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetSamplerParameteriv, (GLuint sampler, GLenum pname, GLint * params), (sampler, pname, params), 3, "GLuint", sampler, "GLenum", pname, "GLint *", params)
3283703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetShaderInfoLog, (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * infoLog), (shader, bufSize, length, infoLog), 4, "GLuint", shader, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", infoLog)
3293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetShaderPrecisionFormat, (GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision), (shadertype, precisiontype, range, precision), 4, "GLenum", shadertype, "GLenum", precisiontype, "GLint *", range, "GLint *", precision)
3303703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetShaderSource, (GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source), (shader, bufSize, length, source), 4, "GLuint", shader, "GLsizei", bufSize, "GLsizei *", length, "GLchar *", source)
3313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetShaderiv, (GLuint shader, GLenum pname, GLint * params), (shader, pname, params), 3, "GLuint", shader, "GLenum", pname, "GLint *", params)
332a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(const GLubyte *, glGetString, (GLenum name), (name), 1, "GLenum", name)
3333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(const GLubyte *, glGetStringi, (GLenum name, GLuint index), (name, index), 2, "GLenum", name, "GLuint", index)
3343703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetSynciv, (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values), (sync, pname, bufSize, length, values), 5, "GLsync", sync, "GLenum", pname, "GLsizei", bufSize, "GLsizei *", length, "GLint *", values)
3353703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetSyncivAPPLE, (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values), (sync, pname, bufSize, length, values), 5, "GLsync", sync, "GLenum", pname, "GLsizei", bufSize, "GLsizei *", length, "GLint *", values)
3363703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexEnvfv, (GLenum target, GLenum pname, GLfloat * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfloat *", params)
3373703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexEnviv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
3383703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexEnvxv, (GLenum target, GLenum pname, GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfixed *", params)
3393703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexEnvxvOES, (GLenum target, GLenum pname, GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfixed *", params)
3403703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexGenfvOES, (GLenum coord, GLenum pname, GLfloat * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "GLfloat *", params)
3413703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexGenivOES, (GLenum coord, GLenum pname, GLint * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "GLint *", params)
3423703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexGenxvOES, (GLenum coord, GLenum pname, GLfixed * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "GLfixed *", params)
343fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetTexLevelParameterfv, (GLenum target, GLint level, GLenum pname, GLfloat * params), (target, level, pname, params), 4, "GLenum", target, "GLint", level, "GLenum", pname, "GLfloat *", params)
344fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetTexLevelParameteriv, (GLenum target, GLint level, GLenum pname, GLint * params), (target, level, pname, params), 4, "GLenum", target, "GLint", level, "GLenum", pname, "GLint *", params)
345fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetTexParameterIivEXT, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
346fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glGetTexParameterIuivEXT, (GLenum target, GLenum pname, GLuint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLuint *", params)
3473703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexParameterfv, (GLenum target, GLenum pname, GLfloat * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfloat *", params)
3483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexParameteriv, (GLenum target, GLenum pname, GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLint *", params)
3493703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexParameterxv, (GLenum target, GLenum pname, GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfixed *", params)
3503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTexParameterxvOES, (GLenum target, GLenum pname, GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "GLfixed *", params)
3513703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTransformFeedbackVarying, (GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, GLchar * name), (program, index, bufSize, length, size, type, name), 7, "GLuint", program, "GLuint", index, "GLsizei", bufSize, "GLsizei *", length, "GLsizei *", size, "GLenum *", type, "GLchar *", name)
3523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetTranslatedShaderSourceANGLE, (GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source), (shader, bufsize, length, source), 4, "GLuint", shader, "GLsizei", bufsize, "GLsizei *", length, "GLchar *", source)
3533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLuint, glGetUniformBlockIndex, (GLuint program, const GLchar * uniformBlockName), (program, uniformBlockName), 2, "GLuint", program, "const GLchar *", uniformBlockName)
3543703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetUniformIndices, (GLuint program, GLsizei uniformCount, const GLchar *const* uniformNames, GLuint * uniformIndices), (program, uniformCount, uniformNames, uniformIndices), 4, "GLuint", program, "GLsizei", uniformCount, "const GLchar *const*", uniformNames, "GLuint *", uniformIndices)
3553703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLint, glGetUniformLocation, (GLuint program, const GLchar * name), (program, name), 2, "GLuint", program, "const GLchar *", name)
3563703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetUniformfv, (GLuint program, GLint location, GLfloat * params), (program, location, params), 3, "GLuint", program, "GLint", location, "GLfloat *", params)
3573703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetUniformiv, (GLuint program, GLint location, GLint * params), (program, location, params), 3, "GLuint", program, "GLint", location, "GLint *", params)
3583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetUniformuiv, (GLuint program, GLint location, GLuint * params), (program, location, params), 3, "GLuint", program, "GLint", location, "GLuint *", params)
3593703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetVertexAttribIiv, (GLuint index, GLenum pname, GLint * params), (index, pname, params), 3, "GLuint", index, "GLenum", pname, "GLint *", params)
3603703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetVertexAttribIuiv, (GLuint index, GLenum pname, GLuint * params), (index, pname, params), 3, "GLuint", index, "GLenum", pname, "GLuint *", params)
3613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetVertexAttribPointerv, (GLuint index, GLenum pname, void ** pointer), (index, pname, pointer), 3, "GLuint", index, "GLenum", pname, "void **", pointer)
3623703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetVertexAttribfv, (GLuint index, GLenum pname, GLfloat * params), (index, pname, params), 3, "GLuint", index, "GLenum", pname, "GLfloat *", params)
3633703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetVertexAttribiv, (GLuint index, GLenum pname, GLint * params), (index, pname, params), 3, "GLuint", index, "GLenum", pname, "GLint *", params)
3643703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetnUniformfvEXT, (GLuint program, GLint location, GLsizei bufSize, GLfloat * params), (program, location, bufSize, params), 4, "GLuint", program, "GLint", location, "GLsizei", bufSize, "GLfloat *", params)
3653703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glGetnUniformivEXT, (GLuint program, GLint location, GLsizei bufSize, GLint * params), (program, location, bufSize, params), 4, "GLuint", program, "GLint", location, "GLsizei", bufSize, "GLint *", params)
366a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glHint, (GLenum target, GLenum mode), (target, mode), 2, "GLenum", target, "GLenum", mode)
3673703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glInsertEventMarkerEXT, (GLsizei length, const GLchar * marker), (length, marker), 2, "GLsizei", length, "const GLchar *", marker)
3683703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glInvalidateFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachments), (target, numAttachments, attachments), 3, "GLenum", target, "GLsizei", numAttachments, "const GLenum *", attachments)
3693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glInvalidateSubFramebuffer, (GLenum target, GLsizei numAttachments, const GLenum * attachments, GLint x, GLint y, GLsizei width, GLsizei height), (target, numAttachments, attachments, x, y, width, height), 7, "GLenum", target, "GLsizei", numAttachments, "const GLenum *", attachments, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
370a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsBuffer, (GLuint buffer), (buffer), 1, "GLuint", buffer)
371a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsEnabled, (GLenum cap), (cap), 1, "GLenum", cap)
372fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL(GLboolean, glIsEnablediEXT, (GLenum target, GLuint index), (target, index), 2, "GLenum", target, "GLuint", index)
373a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
374a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsFramebuffer, (GLuint framebuffer), (framebuffer), 1, "GLuint", framebuffer)
375a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer), 1, "GLuint", framebuffer)
376a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsProgram, (GLuint program), (program), 1, "GLuint", program)
377fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL(GLboolean, glIsProgramPipeline, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
37831272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL(GLboolean, glIsProgramPipelineEXT, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
3794774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glIsQuery, (GLuint id), (id), 1, "GLuint", id)
38031272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL(GLboolean, glIsQueryEXT, (GLuint id), (id), 1, "GLuint", id)
381a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsRenderbuffer, (GLuint renderbuffer), (renderbuffer), 1, "GLuint", renderbuffer)
382a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsRenderbufferOES, (GLuint renderbuffer), (renderbuffer), 1, "GLuint", renderbuffer)
3834774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glIsSampler, (GLuint sampler), (sampler), 1, "GLuint", sampler)
384a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsShader, (GLuint shader), (shader), 1, "GLuint", shader)
3854774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glIsSync, (GLsync sync), (sync), 1, "GLsync", sync)
3863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLboolean, glIsSyncAPPLE, (GLsync sync), (sync), 1, "GLsync", sync)
387a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsTexture, (GLuint texture), (texture), 1, "GLuint", texture)
3884774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glIsTransformFeedback, (GLuint id), (id), 1, "GLuint", id)
3894774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glIsVertexArray, (GLuint array), (array), 1, "GLuint", array)
390a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glIsVertexArrayOES, (GLuint array), (array), 1, "GLuint", array)
3913703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLabelObjectEXT, (GLenum type, GLuint object, GLsizei length, const GLchar * label), (type, object, length, label), 4, "GLenum", type, "GLuint", object, "GLsizei", length, "const GLchar *", label)
392a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightModelf, (GLenum pname, GLfloat param), (pname, param), 2, "GLenum", pname, "GLfloat", param)
3933703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightModelfv, (GLenum pname, const GLfloat * params), (pname, params), 2, "GLenum", pname, "const GLfloat *", params)
394a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightModelx, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
395a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightModelxOES, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
3963703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightModelxv, (GLenum pname, const GLfixed * param), (pname, param), 2, "GLenum", pname, "const GLfixed *", param)
3973703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightModelxvOES, (GLenum pname, const GLfixed * param), (pname, param), 2, "GLenum", pname, "const GLfixed *", param)
398a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightf, (GLenum light, GLenum pname, GLfloat param), (light, pname, param), 3, "GLenum", light, "GLenum", pname, "GLfloat", param)
3993703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightfv, (GLenum light, GLenum pname, const GLfloat * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "const GLfloat *", params)
400a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightx, (GLenum light, GLenum pname, GLfixed param), (light, pname, param), 3, "GLenum", light, "GLenum", pname, "GLfixed", param)
401a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLightxOES, (GLenum light, GLenum pname, GLfixed param), (light, pname, param), 3, "GLenum", light, "GLenum", pname, "GLfixed", param)
4023703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightxv, (GLenum light, GLenum pname, const GLfixed * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "const GLfixed *", params)
4033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLightxvOES, (GLenum light, GLenum pname, const GLfixed * params), (light, pname, params), 3, "GLenum", light, "GLenum", pname, "const GLfixed *", params)
404a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLineWidth, (GLfloat width), (width), 1, "GLfloat", width)
405a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLineWidthx, (GLfixed width), (width), 1, "GLfixed", width)
406a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLineWidthxOES, (GLfixed width), (width), 1, "GLfixed", width)
407a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLinkProgram, (GLuint program), (program), 1, "GLuint", program)
408a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLoadIdentity, (void), (), 0)
4093703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLoadMatrixf, (const GLfloat * m), (m), 1, "const GLfloat *", m)
4103703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLoadMatrixx, (const GLfixed * m), (m), 1, "const GLfixed *", m)
4113703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glLoadMatrixxOES, (const GLfixed * m), (m), 1, "const GLfixed *", m)
412a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLoadPaletteFromModelViewMatrixOES, (void), (), 0)
413a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glLogicOp, (GLenum opcode), (opcode), 1, "GLenum", opcode)
4143703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(void *, glMapBufferOES, (GLenum target, GLenum access), (target, access), 2, "GLenum", target, "GLenum", access)
4153703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(void *, glMapBufferRange, (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access), (target, offset, length, access), 4, "GLenum", target, "GLintptr", offset, "GLsizeiptr", length, "GLbitfield", access)
4163703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(void *, glMapBufferRangeEXT, (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access), (target, offset, length, access), 4, "GLenum", target, "GLintptr", offset, "GLsizeiptr", length, "GLbitfield", access)
417a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glMaterialf, (GLenum face, GLenum pname, GLfloat param), (face, pname, param), 3, "GLenum", face, "GLenum", pname, "GLfloat", param)
4183703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMaterialfv, (GLenum face, GLenum pname, const GLfloat * params), (face, pname, params), 3, "GLenum", face, "GLenum", pname, "const GLfloat *", params)
419a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glMaterialx, (GLenum face, GLenum pname, GLfixed param), (face, pname, param), 3, "GLenum", face, "GLenum", pname, "GLfixed", param)
420a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glMaterialxOES, (GLenum face, GLenum pname, GLfixed param), (face, pname, param), 3, "GLenum", face, "GLenum", pname, "GLfixed", param)
4213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMaterialxv, (GLenum face, GLenum pname, const GLfixed * param), (face, pname, param), 3, "GLenum", face, "GLenum", pname, "const GLfixed *", param)
4223703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMaterialxvOES, (GLenum face, GLenum pname, const GLfixed * param), (face, pname, param), 3, "GLenum", face, "GLenum", pname, "const GLfixed *", param)
4233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMatrixIndexPointerOES, (GLint size, GLenum type, GLsizei stride, const void * pointer), (size, type, stride, pointer), 4, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
424a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glMatrixMode, (GLenum mode), (mode), 1, "GLenum", mode)
425fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glMemoryBarrier, (GLbitfield barriers), (barriers), 1, "GLbitfield", barriers)
426fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glMemoryBarrierByRegion, (GLbitfield barriers), (barriers), 1, "GLbitfield", barriers)
4273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMinSampleShadingOES, (GLfloat value), (value), 1, "GLfloat", value)
4283703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultMatrixf, (const GLfloat * m), (m), 1, "const GLfloat *", m)
4293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultMatrixx, (const GLfixed * m), (m), 1, "const GLfixed *", m)
4303703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultMatrixxOES, (const GLfixed * m), (m), 1, "const GLfixed *", m)
4313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiDrawArraysEXT, (GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount), (mode, first, count, primcount), 4, "GLenum", mode, "const GLint *", first, "const GLsizei *", count, "GLsizei", primcount)
4323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiDrawElementsEXT, (GLenum mode, const GLsizei * count, GLenum type, const void *const* indices, GLsizei primcount), (mode, count, type, indices, primcount), 5, "GLenum", mode, "const GLsizei *", count, "GLenum", type, "const void *const*", indices, "GLsizei", primcount)
4333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord1bOES, (GLenum texture, GLbyte s), (texture, s), 2, "GLenum", texture, "GLbyte", s)
4343703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord1bvOES, (GLenum texture, const GLbyte * coords), (texture, coords), 2, "GLenum", texture, "const GLbyte *", coords)
4353703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord2bOES, (GLenum texture, GLbyte s, GLbyte t), (texture, s, t), 3, "GLenum", texture, "GLbyte", s, "GLbyte", t)
4363703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord2bvOES, (GLenum texture, const GLbyte * coords), (texture, coords), 2, "GLenum", texture, "const GLbyte *", coords)
4373703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord3bOES, (GLenum texture, GLbyte s, GLbyte t, GLbyte r), (texture, s, t, r), 4, "GLenum", texture, "GLbyte", s, "GLbyte", t, "GLbyte", r)
4383703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord3bvOES, (GLenum texture, const GLbyte * coords), (texture, coords), 2, "GLenum", texture, "const GLbyte *", coords)
4393703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord4bOES, (GLenum texture, GLbyte s, GLbyte t, GLbyte r, GLbyte q), (texture, s, t, r, q), 5, "GLenum", texture, "GLbyte", s, "GLbyte", t, "GLbyte", r, "GLbyte", q)
4403703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord4bvOES, (GLenum texture, const GLbyte * coords), (texture, coords), 2, "GLenum", texture, "const GLbyte *", coords)
441a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glMultiTexCoord4f, (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q), (target, s, t, r, q), 5, "GLenum", target, "GLfloat", s, "GLfloat", t, "GLfloat", r, "GLfloat", q)
4423703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord4x, (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q), (texture, s, t, r, q), 5, "GLenum", texture, "GLfixed", s, "GLfixed", t, "GLfixed", r, "GLfixed", q)
4433703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glMultiTexCoord4xOES, (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q), (texture, s, t, r, q), 5, "GLenum", texture, "GLfixed", s, "GLfixed", t, "GLfixed", r, "GLfixed", q)
444a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glNormal3f, (GLfloat nx, GLfloat ny, GLfloat nz), (nx, ny, nz), 3, "GLfloat", nx, "GLfloat", ny, "GLfloat", nz)
445a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glNormal3x, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "GLfixed", nz)
446a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glNormal3xOES, (GLfixed nx, GLfixed ny, GLfixed nz), (nx, ny, nz), 3, "GLfixed", nx, "GLfixed", ny, "GLfixed", nz)
4473703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glNormalPointer, (GLenum type, GLsizei stride, const void * pointer), (type, stride, pointer), 3, "GLenum", type, "GLsizei", stride, "const void *", pointer)
4483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glObjectLabelKHR, (GLenum identifier, GLuint name, GLsizei length, const GLchar * label), (identifier, name, length, label), 4, "GLenum", identifier, "GLuint", name, "GLsizei", length, "const GLchar *", label)
4493703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glObjectPtrLabelKHR, (const void * ptr, GLsizei length, const GLchar * label), (ptr, length, label), 3, "const void *", ptr, "GLsizei", length, "const GLchar *", label)
4503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glOrthof, (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f), (l, r, b, t, n, f), 6, "GLfloat", l, "GLfloat", r, "GLfloat", b, "GLfloat", t, "GLfloat", n, "GLfloat", f)
4513703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glOrthofOES, (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f), (l, r, b, t, n, f), 6, "GLfloat", l, "GLfloat", r, "GLfloat", b, "GLfloat", t, "GLfloat", n, "GLfloat", f)
4523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glOrthox, (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f), (l, r, b, t, n, f), 6, "GLfixed", l, "GLfixed", r, "GLfixed", b, "GLfixed", t, "GLfixed", n, "GLfixed", f)
4533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glOrthoxOES, (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f), (l, r, b, t, n, f), 6, "GLfixed", l, "GLfixed", r, "GLfixed", b, "GLfixed", t, "GLfixed", n, "GLfixed", f)
454fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glPatchParameteriEXT, (GLenum pname, GLint value), (pname, value), 2, "GLenum", pname, "GLint", value)
4554774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glPauseTransformFeedback, (void), (), 0)
456a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPixelStorei, (GLenum pname, GLint param), (pname, param), 2, "GLenum", pname, "GLint", param)
457a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointParameterf, (GLenum pname, GLfloat param), (pname, param), 2, "GLenum", pname, "GLfloat", param)
4583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPointParameterfv, (GLenum pname, const GLfloat * params), (pname, params), 2, "GLenum", pname, "const GLfloat *", params)
459a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointParameterx, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
460a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointParameterxOES, (GLenum pname, GLfixed param), (pname, param), 2, "GLenum", pname, "GLfixed", param)
4613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPointParameterxv, (GLenum pname, const GLfixed * params), (pname, params), 2, "GLenum", pname, "const GLfixed *", params)
4623703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPointParameterxvOES, (GLenum pname, const GLfixed * params), (pname, params), 2, "GLenum", pname, "const GLfixed *", params)
463a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointSize, (GLfloat size), (size), 1, "GLfloat", size)
4643703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPointSizePointerOES, (GLenum type, GLsizei stride, const void * pointer), (type, stride, pointer), 3, "GLenum", type, "GLsizei", stride, "const void *", pointer)
465a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointSizex, (GLfixed size), (size), 1, "GLfixed", size)
466a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPointSizexOES, (GLfixed size), (size), 1, "GLfixed", size)
467a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPolygonOffset, (GLfloat factor, GLfloat units), (factor, units), 2, "GLfloat", factor, "GLfloat", units)
468a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPolygonOffsetx, (GLfixed factor, GLfixed units), (factor, units), 2, "GLfixed", factor, "GLfixed", units)
469a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPolygonOffsetxOES, (GLfixed factor, GLfixed units), (factor, units), 2, "GLfixed", factor, "GLfixed", units)
4703703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPopDebugGroupKHR, (void), (), 0)
47131272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glPopGroupMarkerEXT, (void), (), 0)
472a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPopMatrix, (void), (), 0)
473fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glPrimitiveBoundingBoxEXT, (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW), (minX, minY, minZ, minW, maxX, maxY, maxZ, maxW), 8, "GLfloat", minX, "GLfloat", minY, "GLfloat", minZ, "GLfloat", minW, "GLfloat", maxX, "GLfloat", maxY, "GLfloat", maxZ, "GLfloat", maxW)
4743703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramBinary, (GLuint program, GLenum binaryFormat, const void * binary, GLsizei length), (program, binaryFormat, binary, length), 4, "GLuint", program, "GLenum", binaryFormat, "const void *", binary, "GLsizei", length)
4753703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramBinaryOES, (GLuint program, GLenum binaryFormat, const void * binary, GLint length), (program, binaryFormat, binary, length), 4, "GLuint", program, "GLenum", binaryFormat, "const void *", binary, "GLint", length)
4764774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glProgramParameteri, (GLuint program, GLenum pname, GLint value), (program, pname, value), 3, "GLuint", program, "GLenum", pname, "GLint", value)
47731272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glProgramParameteriEXT, (GLuint program, GLenum pname, GLint value), (program, pname, value), 3, "GLuint", program, "GLenum", pname, "GLint", value)
478fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1f, (GLuint program, GLint location, GLfloat v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLfloat", v0)
4793703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1fEXT, (GLuint program, GLint location, GLfloat v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLfloat", v0)
480fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1fv, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
4813703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1fvEXT, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
482fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1i, (GLuint program, GLint location, GLint v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLint", v0)
4833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1iEXT, (GLuint program, GLint location, GLint v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLint", v0)
484fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1iv, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
4853703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1ivEXT, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
486fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1ui, (GLuint program, GLint location, GLuint v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLuint", v0)
4873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1uiEXT, (GLuint program, GLint location, GLuint v0), (program, location, v0), 3, "GLuint", program, "GLint", location, "GLuint", v0)
488fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform1uiv, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
4893703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform1uivEXT, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
490fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2f, (GLuint program, GLint location, GLfloat v0, GLfloat v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1)
4913703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2fEXT, (GLuint program, GLint location, GLfloat v0, GLfloat v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1)
492fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2fv, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
4933703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2fvEXT, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
494fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2i, (GLuint program, GLint location, GLint v0, GLint v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1)
4953703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2iEXT, (GLuint program, GLint location, GLint v0, GLint v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1)
496fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2iv, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
4973703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2ivEXT, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
498fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2ui, (GLuint program, GLint location, GLuint v0, GLuint v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1)
4993703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2uiEXT, (GLuint program, GLint location, GLuint v0, GLuint v1), (program, location, v0, v1), 4, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1)
500fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform2uiv, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
5013703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform2uivEXT, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
502fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3f, (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2)
5033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3fEXT, (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2)
504fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3fv, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
5053703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3fvEXT, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
506fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3i, (GLuint program, GLint location, GLint v0, GLint v1, GLint v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2)
5073703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3iEXT, (GLuint program, GLint location, GLint v0, GLint v1, GLint v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2)
508fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3iv, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
5093703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3ivEXT, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
510fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3ui, (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2)
5113703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3uiEXT, (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2), (program, location, v0, v1, v2), 5, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2)
512fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform3uiv, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
5133703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform3uivEXT, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
514fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4f, (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2, "GLfloat", v3)
5153703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4fEXT, (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2, "GLfloat", v3)
516fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4fv, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
5173703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4fvEXT, (GLuint program, GLint location, GLsizei count, const GLfloat * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLfloat *", value)
518fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4i, (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2, "GLint", v3)
5193703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4iEXT, (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2, "GLint", v3)
520fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4iv, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
5213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4ivEXT, (GLuint program, GLint location, GLsizei count, const GLint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLint *", value)
522fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4ui, (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2, "GLuint", v3)
5233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4uiEXT, (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3), (program, location, v0, v1, v2, v3), 6, "GLuint", program, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2, "GLuint", v3)
524fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniform4uiv, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
5253703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniform4uivEXT, (GLuint program, GLint location, GLsizei count, const GLuint * value), (program, location, count, value), 4, "GLuint", program, "GLint", location, "GLsizei", count, "const GLuint *", value)
526fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix2fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix2fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
528fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix2x3fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix2x3fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
530fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix2x4fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix2x4fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
532fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix3fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix3fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
534fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix3x2fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5353703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix3x2fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
536fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix3x4fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5373703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix3x4fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
538fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix4fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5393703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix4fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
540fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix4x2fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5413703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix4x2fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
542fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glProgramUniformMatrix4x3fv, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5433703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glProgramUniformMatrix4x3fvEXT, (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (program, location, count, transpose, value), 5, "GLuint", program, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
5443703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPushDebugGroupKHR, (GLenum source, GLuint id, GLsizei length, const GLchar * message), (source, id, length, message), 4, "GLenum", source, "GLuint", id, "GLsizei", length, "const GLchar *", message)
5453703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glPushGroupMarkerEXT, (GLsizei length, const GLchar * marker), (length, marker), 2, "GLsizei", length, "const GLchar *", marker)
546a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glPushMatrix, (void), (), 0)
5473703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glQueryCounterEXT, (GLuint id, GLenum target), (id, target), 2, "GLuint", id, "GLenum", target)
5483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL(GLbitfield, glQueryMatrixxOES, (GLfixed * mantissa, GLint * exponent), (mantissa, exponent), 2, "GLfixed *", mantissa, "GLint *", exponent)
5494774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glReadBuffer, (GLenum mode), (mode), 1, "GLenum", mode)
5503703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glReadBufferIndexedEXT, (GLenum src, GLint index), (src, index), 2, "GLenum", src, "GLint", index)
55131272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glReadBufferNV, (GLenum mode), (mode), 1, "GLenum", mode)
5523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glReadPixels, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * pixels), (x, y, width, height, format, type, pixels), 7, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height, "GLenum", format, "GLenum", type, "void *", pixels)
5533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glReadnPixelsEXT, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data), (x, y, width, height, format, type, bufSize, data), 8, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height, "GLenum", format, "GLenum", type, "GLsizei", bufSize, "void *", data)
554a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glReleaseShaderCompiler, (void), (), 0)
555a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRenderbufferStorage, (GLenum target, GLenum internalformat, GLsizei width, GLsizei height), (target, internalformat, width, height), 4, "GLenum", target, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
5564774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glRenderbufferStorageMultisample, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
55731272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glRenderbufferStorageMultisampleANGLE, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
55831272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glRenderbufferStorageMultisampleAPPLE, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
55931272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glRenderbufferStorageMultisampleEXT, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
560a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRenderbufferStorageMultisampleIMG, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
5613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glRenderbufferStorageMultisampleNV, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height), (target, samples, internalformat, width, height), 5, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
562a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRenderbufferStorageOES, (GLenum target, GLenum internalformat, GLsizei width, GLsizei height), (target, internalformat, width, height), 4, "GLenum", target, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
56331272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glResolveMultisampleFramebufferAPPLE, (void), (), 0)
5644774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glResumeTransformFeedback, (void), (), 0)
565a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRotatef, (GLfloat angle, GLfloat x, GLfloat y, GLfloat z), (angle, x, y, z), 4, "GLfloat", angle, "GLfloat", x, "GLfloat", y, "GLfloat", z)
566a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z), 4, "GLfixed", angle, "GLfixed", x, "GLfixed", y, "GLfixed", z)
567a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glRotatexOES, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z), (angle, x, y, z), 4, "GLfixed", angle, "GLfixed", x, "GLfixed", y, "GLfixed", z)
5683703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glSampleCoverage, (GLfloat value, GLboolean invert), (value, invert), 2, "GLfloat", value, "GLboolean", invert)
5693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glSampleCoverageOES, (GLfixed value, GLboolean invert), (value, invert), 2, "GLfixed", value, "GLboolean", invert)
570a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glSampleCoveragex, (GLclampx value, GLboolean invert), (value, invert), 2, "GLclampx", value, "GLboolean", invert)
571a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glSampleCoveragexOES, (GLclampx value, GLboolean invert), (value, invert), 2, "GLclampx", value, "GLboolean", invert)
572fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glSampleMaski, (GLuint maskNumber, GLbitfield mask), (maskNumber, mask), 2, "GLuint", maskNumber, "GLbitfield", mask)
573fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glSamplerParameterIivEXT, (GLuint sampler, GLenum pname, const GLint * param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "const GLint *", param)
574fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glSamplerParameterIuivEXT, (GLuint sampler, GLenum pname, const GLuint * param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "const GLuint *", param)
5754774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glSamplerParameterf, (GLuint sampler, GLenum pname, GLfloat param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "GLfloat", param)
5763703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glSamplerParameterfv, (GLuint sampler, GLenum pname, const GLfloat * param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "const GLfloat *", param)
5774774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glSamplerParameteri, (GLuint sampler, GLenum pname, GLint param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "GLint", param)
5783703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glSamplerParameteriv, (GLuint sampler, GLenum pname, const GLint * param), (sampler, pname, param), 3, "GLuint", sampler, "GLenum", pname, "const GLint *", param)
579a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glScalef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z), 3, "GLfloat", x, "GLfloat", y, "GLfloat", z)
580a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glScalex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed", y, "GLfixed", z)
581a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glScalexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed", y, "GLfixed", z)
582a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glScissor, (GLint x, GLint y, GLsizei width, GLsizei height), (x, y, width, height), 4, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
5833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glSelectPerfMonitorCountersAMD, (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * counterList), (monitor, enable, group, numCounters, counterList), 5, "GLuint", monitor, "GLboolean", enable, "GLuint", group, "GLint", numCounters, "GLuint *", counterList)
584a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glSetFenceNV, (GLuint fence, GLenum condition), (fence, condition), 2, "GLuint", fence, "GLenum", condition)
585a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glShadeModel, (GLenum mode), (mode), 1, "GLenum", mode)
5863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glShaderBinary, (GLsizei count, const GLuint * shaders, GLenum binaryformat, const void * binary, GLsizei length), (count, shaders, binaryformat, binary, length), 5, "GLsizei", count, "const GLuint *", shaders, "GLenum", binaryformat, "const void *", binary, "GLsizei", length)
5873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glShaderSource, (GLuint shader, GLsizei count, const GLchar *const* string, const GLint * length), (shader, count, string, length), 4, "GLuint", shader, "GLsizei", count, "const GLchar *const*", string, "const GLint *", length)
588a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStartTilingQCOM, (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask), (x, y, width, height, preserveMask), 5, "GLuint", x, "GLuint", y, "GLuint", width, "GLuint", height, "GLbitfield", preserveMask)
589a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStencilFunc, (GLenum func, GLint ref, GLuint mask), (func, ref, mask), 3, "GLenum", func, "GLint", ref, "GLuint", mask)
590a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStencilFuncSeparate, (GLenum face, GLenum func, GLint ref, GLuint mask), (face, func, ref, mask), 4, "GLenum", face, "GLenum", func, "GLint", ref, "GLuint", mask)
591a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStencilMask, (GLuint mask), (mask), 1, "GLuint", mask)
592a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStencilMaskSeparate, (GLenum face, GLuint mask), (face, mask), 2, "GLenum", face, "GLuint", mask)
593a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glStencilOp, (GLenum fail, GLenum zfail, GLenum zpass), (fail, zfail, zpass), 3, "GLenum", fail, "GLenum", zfail, "GLenum", zpass)
5943703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glStencilOpSeparate, (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass), (face, sfail, dpfail, dppass), 4, "GLenum", face, "GLenum", sfail, "GLenum", dpfail, "GLenum", dppass)
595a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glTestFenceNV, (GLuint fence), (fence), 1, "GLuint", fence)
596fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTexBufferEXT, (GLenum target, GLenum internalformat, GLuint buffer), (target, internalformat, buffer), 3, "GLenum", target, "GLenum", internalformat, "GLuint", buffer)
597fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTexBufferRangeEXT, (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size), (target, internalformat, buffer, offset, size), 5, "GLenum", target, "GLenum", internalformat, "GLuint", buffer, "GLintptr", offset, "GLsizeiptr", size)
5983703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord1bOES, (GLbyte s), (s), 1, "GLbyte", s)
5993703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord1bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
6003703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord2bOES, (GLbyte s, GLbyte t), (s, t), 2, "GLbyte", s, "GLbyte", t)
6013703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord2bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
6023703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord3bOES, (GLbyte s, GLbyte t, GLbyte r), (s, t, r), 3, "GLbyte", s, "GLbyte", t, "GLbyte", r)
6033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord3bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
6043703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord4bOES, (GLbyte s, GLbyte t, GLbyte r, GLbyte q), (s, t, r, q), 4, "GLbyte", s, "GLbyte", t, "GLbyte", r, "GLbyte", q)
6053703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoord4bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
6063703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexCoordPointer, (GLint size, GLenum type, GLsizei stride, const void * pointer), (size, type, stride, pointer), 4, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
607a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexEnvf, (GLenum target, GLenum pname, GLfloat param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfloat", param)
6083703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexEnvfv, (GLenum target, GLenum pname, const GLfloat * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfloat *", params)
609a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexEnvi, (GLenum target, GLenum pname, GLint param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLint", param)
6103703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexEnviv, (GLenum target, GLenum pname, const GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLint *", params)
611a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexEnvx, (GLenum target, GLenum pname, GLfixed param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfixed", param)
612a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexEnvxOES, (GLenum target, GLenum pname, GLfixed param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfixed", param)
6133703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexEnvxv, (GLenum target, GLenum pname, const GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfixed *", params)
6143703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexEnvxvOES, (GLenum target, GLenum pname, const GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfixed *", params)
615a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexGenfOES, (GLenum coord, GLenum pname, GLfloat param), (coord, pname, param), 3, "GLenum", coord, "GLenum", pname, "GLfloat", param)
6163703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexGenfvOES, (GLenum coord, GLenum pname, const GLfloat * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "const GLfloat *", params)
617a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexGeniOES, (GLenum coord, GLenum pname, GLint param), (coord, pname, param), 3, "GLenum", coord, "GLenum", pname, "GLint", param)
6183703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexGenivOES, (GLenum coord, GLenum pname, const GLint * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "const GLint *", params)
619a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexGenxOES, (GLenum coord, GLenum pname, GLfixed param), (coord, pname, param), 3, "GLenum", coord, "GLenum", pname, "GLfixed", param)
6203703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexGenxvOES, (GLenum coord, GLenum pname, const GLfixed * params), (coord, pname, params), 3, "GLenum", coord, "GLenum", pname, "const GLfixed *", params)
6213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexImage2D, (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels), (target, level, internalformat, width, height, border, format, type, pixels), 9, "GLenum", target, "GLint", level, "GLint", internalformat, "GLsizei", width, "GLsizei", height, "GLint", border, "GLenum", format, "GLenum", type, "const void *", pixels)
6223703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexImage3D, (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels), (target, level, internalformat, width, height, depth, border, format, type, pixels), 10, "GLenum", target, "GLint", level, "GLint", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLint", border, "GLenum", format, "GLenum", type, "const void *", pixels)
6233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexImage3DOES, (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels), (target, level, internalformat, width, height, depth, border, format, type, pixels), 10, "GLenum", target, "GLint", level, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLint", border, "GLenum", format, "GLenum", type, "const void *", pixels)
624fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTexParameterIivEXT, (GLenum target, GLenum pname, const GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLint *", params)
625fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTexParameterIuivEXT, (GLenum target, GLenum pname, const GLuint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLuint *", params)
626a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexParameterf, (GLenum target, GLenum pname, GLfloat param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfloat", param)
6273703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexParameterfv, (GLenum target, GLenum pname, const GLfloat * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfloat *", params)
628a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexParameteri, (GLenum target, GLenum pname, GLint param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLint", param)
6293703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexParameteriv, (GLenum target, GLenum pname, const GLint * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLint *", params)
630a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexParameterx, (GLenum target, GLenum pname, GLfixed param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfixed", param)
631a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTexParameterxOES, (GLenum target, GLenum pname, GLfixed param), (target, pname, param), 3, "GLenum", target, "GLenum", pname, "GLfixed", param)
6323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexParameterxv, (GLenum target, GLenum pname, const GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfixed *", params)
6333703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexParameterxvOES, (GLenum target, GLenum pname, const GLfixed * params), (target, pname, params), 3, "GLenum", target, "GLenum", pname, "const GLfixed *", params)
63431272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTexStorage1DEXT, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width), (target, levels, internalformat, width), 4, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width)
6354774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glTexStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height), (target, levels, internalformat, width, height), 5, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
63631272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTexStorage2DEXT, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height), (target, levels, internalformat, width, height), 5, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
637fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTexStorage2DMultisample, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations), (target, samples, internalformat, width, height, fixedsamplelocations), 6, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLboolean", fixedsamplelocations)
6384774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glTexStorage3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth), (target, levels, internalformat, width, height, depth), 6, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth)
63931272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTexStorage3DEXT, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth), (target, levels, internalformat, width, height, depth), 6, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth)
6403703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexStorage3DMultisampleOES, (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations), (target, samples, internalformat, width, height, depth, fixedsamplelocations), 7, "GLenum", target, "GLsizei", samples, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLboolean", fixedsamplelocations)
6413703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels), (target, level, xoffset, yoffset, width, height, format, type, pixels), 9, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLsizei", width, "GLsizei", height, "GLenum", format, "GLenum", type, "const void *", pixels)
6423703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels), (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels), 11, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLenum", format, "GLenum", type, "const void *", pixels)
6433703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTexSubImage3DOES, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels), (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels), 11, "GLenum", target, "GLint", level, "GLint", xoffset, "GLint", yoffset, "GLint", zoffset, "GLsizei", width, "GLsizei", height, "GLsizei", depth, "GLenum", format, "GLenum", type, "const void *", pixels)
64431272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTextureStorage1DEXT, (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width), (texture, target, levels, internalformat, width), 5, "GLuint", texture, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width)
64531272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTextureStorage2DEXT, (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height), (texture, target, levels, internalformat, width, height), 6, "GLuint", texture, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height)
64631272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glTextureStorage3DEXT, (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth), (texture, target, levels, internalformat, width, height, depth), 7, "GLuint", texture, "GLenum", target, "GLsizei", levels, "GLenum", internalformat, "GLsizei", width, "GLsizei", height, "GLsizei", depth)
647fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glTextureViewEXT, (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers), (texture, target, origtexture, internalformat, minlevel, numlevels, minlayer, numlayers), 8, "GLuint", texture, "GLenum", target, "GLuint", origtexture, "GLenum", internalformat, "GLuint", minlevel, "GLuint", numlevels, "GLuint", minlayer, "GLuint", numlayers)
6483703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glTransformFeedbackVaryings, (GLuint program, GLsizei count, const GLchar *const* varyings, GLenum bufferMode), (program, count, varyings, bufferMode), 4, "GLuint", program, "GLsizei", count, "const GLchar *const*", varyings, "GLenum", bufferMode)
649a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTranslatef, (GLfloat x, GLfloat y, GLfloat z), (x, y, z), 3, "GLfloat", x, "GLfloat", y, "GLfloat", z)
650a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTranslatex, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed", y, "GLfixed", z)
651a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glTranslatexOES, (GLfixed x, GLfixed y, GLfixed z), (x, y, z), 3, "GLfixed", x, "GLfixed", y, "GLfixed", z)
6523703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform1f, (GLint location, GLfloat v0), (location, v0), 2, "GLint", location, "GLfloat", v0)
6533703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform1fv, (GLint location, GLsizei count, const GLfloat * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLfloat *", value)
6543703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform1i, (GLint location, GLint v0), (location, v0), 2, "GLint", location, "GLint", v0)
6553703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform1iv, (GLint location, GLsizei count, const GLint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLint *", value)
6564774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glUniform1ui, (GLint location, GLuint v0), (location, v0), 2, "GLint", location, "GLuint", v0)
6573703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform1uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLuint *", value)
6583703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform2f, (GLint location, GLfloat v0, GLfloat v1), (location, v0, v1), 3, "GLint", location, "GLfloat", v0, "GLfloat", v1)
6593703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform2fv, (GLint location, GLsizei count, const GLfloat * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLfloat *", value)
6603703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform2i, (GLint location, GLint v0, GLint v1), (location, v0, v1), 3, "GLint", location, "GLint", v0, "GLint", v1)
6613703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform2iv, (GLint location, GLsizei count, const GLint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLint *", value)
6624774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glUniform2ui, (GLint location, GLuint v0, GLuint v1), (location, v0, v1), 3, "GLint", location, "GLuint", v0, "GLuint", v1)
6633703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform2uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLuint *", value)
6643703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform3f, (GLint location, GLfloat v0, GLfloat v1, GLfloat v2), (location, v0, v1, v2), 4, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2)
6653703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform3fv, (GLint location, GLsizei count, const GLfloat * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLfloat *", value)
6663703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform3i, (GLint location, GLint v0, GLint v1, GLint v2), (location, v0, v1, v2), 4, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2)
6673703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform3iv, (GLint location, GLsizei count, const GLint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLint *", value)
6684774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glUniform3ui, (GLint location, GLuint v0, GLuint v1, GLuint v2), (location, v0, v1, v2), 4, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2)
6693703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform3uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLuint *", value)
6703703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform4f, (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3), (location, v0, v1, v2, v3), 5, "GLint", location, "GLfloat", v0, "GLfloat", v1, "GLfloat", v2, "GLfloat", v3)
6713703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform4fv, (GLint location, GLsizei count, const GLfloat * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLfloat *", value)
6723703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform4i, (GLint location, GLint v0, GLint v1, GLint v2, GLint v3), (location, v0, v1, v2, v3), 5, "GLint", location, "GLint", v0, "GLint", v1, "GLint", v2, "GLint", v3)
6733703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform4iv, (GLint location, GLsizei count, const GLint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLint *", value)
6744774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glUniform4ui, (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3), (location, v0, v1, v2, v3), 5, "GLint", location, "GLuint", v0, "GLuint", v1, "GLuint", v2, "GLuint", v3)
6753703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniform4uiv, (GLint location, GLsizei count, const GLuint * value), (location, count, value), 3, "GLint", location, "GLsizei", count, "const GLuint *", value)
6764774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glUniformBlockBinding, (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding), (program, uniformBlockIndex, uniformBlockBinding), 3, "GLuint", program, "GLuint", uniformBlockIndex, "GLuint", uniformBlockBinding)
6773703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6783703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix2x3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6793703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix2x3fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6803703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix2x4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6813703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix2x4fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6823703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6833703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix3x2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6843703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix3x2fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6853703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix3x4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6863703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix3x4fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6873703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix4fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6883703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix4x2fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6893703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix4x2fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6903703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix4x3fv, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6913703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glUniformMatrix4x3fvNV, (GLint location, GLsizei count, GLboolean transpose, const GLfloat * value), (location, count, transpose, value), 4, "GLint", location, "GLsizei", count, "GLboolean", transpose, "const GLfloat *", value)
6924774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL(GLboolean, glUnmapBuffer, (GLenum target), (target), 1, "GLenum", target)
693a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL(GLboolean, glUnmapBufferOES, (GLenum target), (target), 1, "GLenum", target)
694a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glUseProgram, (GLuint program), (program), 1, "GLuint", program)
695fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glUseProgramStages, (GLuint pipeline, GLbitfield stages, GLuint program), (pipeline, stages, program), 3, "GLuint", pipeline, "GLbitfield", stages, "GLuint", program)
69631272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glUseProgramStagesEXT, (GLuint pipeline, GLbitfield stages, GLuint program), (pipeline, stages, program), 3, "GLuint", pipeline, "GLbitfield", stages, "GLuint", program)
697a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glValidateProgram, (GLuint program), (program), 1, "GLuint", program)
698fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glValidateProgramPipeline, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
69931272606149d83437a097800074b21e9e6a205adMathias AgopianTRACE_GL_VOID(glValidateProgramPipelineEXT, (GLuint pipeline), (pipeline), 1, "GLuint", pipeline)
7003703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex2bOES, (GLbyte x), (x), 1, "GLbyte", x)
7013703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex2bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
7023703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex3bOES, (GLbyte x, GLbyte y), (x, y), 2, "GLbyte", x, "GLbyte", y)
7033703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex3bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
7043703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex4bOES, (GLbyte x, GLbyte y, GLbyte z), (x, y, z), 3, "GLbyte", x, "GLbyte", y, "GLbyte", z)
7053703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertex4bvOES, (const GLbyte * coords), (coords), 1, "const GLbyte *", coords)
7063703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib1f, (GLuint index, GLfloat x), (index, x), 2, "GLuint", index, "GLfloat", x)
7073703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib1fv, (GLuint index, const GLfloat * v), (index, v), 2, "GLuint", index, "const GLfloat *", v)
7083703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib2f, (GLuint index, GLfloat x, GLfloat y), (index, x, y), 3, "GLuint", index, "GLfloat", x, "GLfloat", y)
7093703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib2fv, (GLuint index, const GLfloat * v), (index, v), 2, "GLuint", index, "const GLfloat *", v)
7103703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib3f, (GLuint index, GLfloat x, GLfloat y, GLfloat z), (index, x, y, z), 4, "GLuint", index, "GLfloat", x, "GLfloat", y, "GLfloat", z)
7113703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib3fv, (GLuint index, const GLfloat * v), (index, v), 2, "GLuint", index, "const GLfloat *", v)
7123703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib4f, (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (index, x, y, z, w), 5, "GLuint", index, "GLfloat", x, "GLfloat", y, "GLfloat", z, "GLfloat", w)
7133703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttrib4fv, (GLuint index, const GLfloat * v), (index, v), 2, "GLuint", index, "const GLfloat *", v)
714fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glVertexAttribBinding, (GLuint attribindex, GLuint bindingindex), (attribindex, bindingindex), 2, "GLuint", attribindex, "GLuint", bindingindex)
7154774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glVertexAttribDivisor, (GLuint index, GLuint divisor), (index, divisor), 2, "GLuint", index, "GLuint", divisor)
7163703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribDivisorANGLE, (GLuint index, GLuint divisor), (index, divisor), 2, "GLuint", index, "GLuint", divisor)
7173703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribDivisorEXT, (GLuint index, GLuint divisor), (index, divisor), 2, "GLuint", index, "GLuint", divisor)
7183703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribDivisorNV, (GLuint index, GLuint divisor), (index, divisor), 2, "GLuint", index, "GLuint", divisor)
719fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glVertexAttribFormat, (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset), (attribindex, size, type, normalized, relativeoffset), 5, "GLuint", attribindex, "GLint", size, "GLenum", type, "GLboolean", normalized, "GLuint", relativeoffset)
7204774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glVertexAttribI4i, (GLuint index, GLint x, GLint y, GLint z, GLint w), (index, x, y, z, w), 5, "GLuint", index, "GLint", x, "GLint", y, "GLint", z, "GLint", w)
7213703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribI4iv, (GLuint index, const GLint * v), (index, v), 2, "GLuint", index, "const GLint *", v)
7224774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glVertexAttribI4ui, (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w), (index, x, y, z, w), 5, "GLuint", index, "GLuint", x, "GLuint", y, "GLuint", z, "GLuint", w)
7233703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribI4uiv, (GLuint index, const GLuint * v), (index, v), 2, "GLuint", index, "const GLuint *", v)
724fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glVertexAttribIFormat, (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset), (attribindex, size, type, relativeoffset), 4, "GLuint", attribindex, "GLint", size, "GLenum", type, "GLuint", relativeoffset)
7253703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribIPointer, (GLuint index, GLint size, GLenum type, GLsizei stride, const void * pointer), (index, size, type, stride, pointer), 5, "GLuint", index, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
7263703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexAttribPointer, (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void * pointer), (index, size, type, normalized, stride, pointer), 6, "GLuint", index, "GLint", size, "GLenum", type, "GLboolean", normalized, "GLsizei", stride, "const void *", pointer)
727fca1b54031a1ba2a3c82bbbbe71716cd7e6a61d7Jesse HallTRACE_GL_VOID(glVertexBindingDivisor, (GLuint bindingindex, GLuint divisor), (bindingindex, divisor), 2, "GLuint", bindingindex, "GLuint", divisor)
7283703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glVertexPointer, (GLint size, GLenum type, GLsizei stride, const void * pointer), (size, type, stride, pointer), 4, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
729a2dd6cf59962e3a21a47df29b2f243e904839ba7Jack PalevichTRACE_GL_VOID(glViewport, (GLint x, GLint y, GLsizei width, GLsizei height), (x, y, width, height), 4, "GLint", x, "GLint", y, "GLsizei", width, "GLsizei", height)
7304774338bd0ad1ebe42c311fd0c72f13786b5c800Jesse HallTRACE_GL_VOID(glWaitSync, (GLsync sync, GLbitfield flags, GLuint64 timeout), (sync, flags, timeout), 3, "GLsync", sync, "GLbitfield", flags, "GLuint64", timeout)
7313703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glWaitSyncAPPLE, (GLsync sync, GLbitfield flags, GLuint64 timeout), (sync, flags, timeout), 3, "GLsync", sync, "GLbitfield", flags, "GLuint64", timeout)
7323703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse HallTRACE_GL_VOID(glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const void * pointer), (size, type, stride, pointer), 4, "GLint", size, "GLenum", type, "GLsizei", stride, "const void *", pointer)
733