Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 – 11 of 11) sorted by relevance
| /frameworks/native/opengl/libs/GLES_trace/ |
| D | gltrace.proto | 132 glExtGetProgramBinarySourceQCOM = 106; enumerator
|
| /frameworks/native/opengl/libs/GLES2/ |
| D | gl2ext_api.in | 355 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/ |
| D | glext_api.in | 412 void API_ENTRY(glExtGetProgramBinarySourceQCOM)(GLuint program, GLenum shadertype, GLchar *source, … 413 CALL_GL_API(glExtGetProgramBinarySourceQCOM, program, shadertype, source, length);
|
| /frameworks/native/opengl/include/GLES/ |
| D | glext.h | 1149 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
|
| /frameworks/native/opengl/include/GLES2/ |
| D | gl2ext.h | 1380 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLc…
|
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| D | gltrace.pb.cpp | 747 const GLMessage_Function GLMessage::glExtGetProgramBinarySourceQCOM; member in android::gltrace::GLMessage
|
| D | gltrace.pb.h | 1095 …static const Function glExtGetProgramBinarySourceQCOM = GLMessage_Function_glExtGetProgramBinarySo… variable
|
| D | gltrace_api.cpp | 15659 glmsg.set_function(GLMessage::glExtGetProgramBinarySourceQCOM); in GLTrace_glExtGetProgramBinarySourceQCOM() 15688 glContext->hooks->gl.glExtGetProgramBinarySourceQCOM(program, shadertype, source, length); in GLTrace_glExtGetProgramBinarySourceQCOM()
|
| /frameworks/native/opengl/libs/ |
| D | debug.in | 64 TRACE_GL_VOID(glExtGetProgramBinarySourceQCOM, (GLuint program, GLenum shadertype, GLchar *source, …
|
| D | entries.in | 145 GL_ENTRY(void, glExtGetProgramBinarySourceQCOM, GLuint program, GLenum shadertype, GLchar *source, …
|
| D | trace.in | 145 TRACE_GL_VOID(glExtGetProgramBinarySourceQCOM, (GLuint program, GLenum shadertype, GLchar *source, …
|