Lines Matching defs:source

2749 void GLTrace_glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei * length, GLchar * source) {
2773 // copy argument source
2777 arg_source->add_int64value((uintptr_t)source);
2782 glContext->hooks->gl.glGetShaderSource(shader, bufSize, length, source);
2788 (void *) source,
13476 void GLTrace_glDebugMessageControlKHR(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint * ids, GLboolean enabled) {
13482 // copy argument source
13486 arg_source->add_intvalue((int)source);
13521 glContext->hooks->gl.glDebugMessageControlKHR(source, type, severity, count, ids, enabled);
13535 void GLTrace_glDebugMessageInsertKHR(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar * buf) {
13541 // copy argument source
13545 arg_source->add_intvalue((int)source);
13580 glContext->hooks->gl.glDebugMessageInsertKHR(source, type, id, severity, length, buf);
13714 void GLTrace_glPushDebugGroupKHR(GLenum source, GLuint id, GLsizei length, const GLchar * message) {
13720 // copy argument source
13724 arg_source->add_intvalue((int)source);
13747 glContext->hooks->gl.glPushDebugGroupKHR(source, id, length, message);
15746 void GLTrace_glGetTranslatedShaderSourceANGLE(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source) {
15770 // copy argument source
15774 arg_source->add_int64value((uintptr_t)source);
15779 glContext->hooks->gl.glGetTranslatedShaderSourceANGLE(shader, bufsize, length, source);
15785 (void *) source,
23337 void GLTrace_glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length) {
23355 // copy argument source
23359 arg_source->add_int64value((uintptr_t)source);
23370 glContext->hooks->gl.glExtGetProgramBinarySourceQCOM(program, shadertype, source, length);
23375 (void *) source,