Searched refs:glExtGetProgramBinarySourceQCOM (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto132 glExtGetProgramBinarySourceQCOM = 106;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1244 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp938 const GLMessage_Function GLMessage::glExtGetProgramBinarySourceQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1286 static const Function glExtGetProgramBinarySourceQCOM = GLMessage_Function_glExtGetProgramBinarySourceQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp23341 glmsg.set_function(GLMessage::glExtGetProgramBinarySourceQCOM);
23370 glContext->hooks->gl.glExtGetProgramBinarySourceQCOM(program, shadertype, source, length);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1867 GL_APICALL void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);

Completed in 5671 milliseconds