Home
last modified time | relevance | path

Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto132 glExtGetProgramBinarySourceQCOM = 106; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in355 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, …
356 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in412 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, …
413 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
/frameworks/native/opengl/include/GLES/
Dglext.h1149 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1380 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp747 const GLMessage_Function GLMessage::glExtGetProgramBinarySourceQCOM; member in android::gltrace::GLMessage
Dgltrace.pb.h1095 …static const Function glExtGetProgramBinarySourceQCOM = GLMessage_Function_glExtGetProgramBinarySo… variable
Dgltrace_api.cpp15659 glmsg.set_function(GLMessage::glExtGetProgramBinarySourceQCOM); in GLTrace_glExtGetProgramBinarySourceQCOM()
15688 glContext->hooks->gl.glExtGetProgramBinarySourceQCOM(program, shadertype, source, length); in GLTrace_glExtGetProgramBinarySourceQCOM()
/frameworks/native/opengl/libs/
Ddebug.in64 TRACE_GL_VOID(glExtGetProgramBinarySourceQCOM, (GLuint program, GLenum shadertype, GLchar *source, …
Dentries.in145 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
Dtrace.in145 TRACE_GL_VOID(glExtGetProgramBinarySourceQCOM, (GLuint program, GLenum shadertype, GLchar *source, …