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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto139 glExtIsProgramBinaryQCOM = 113;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1148 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1379 GL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp754 const GLMessage_Function GLMessage::glExtIsProgramBinaryQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1102 static const Function glExtIsProgramBinaryQCOM = GLMessage_Function_glExtIsProgramBinaryQCOM; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp15623 glmsg.set_function(GLMessage::glExtIsProgramBinaryQCOM);
15634 GLboolean retValue = glContext->hooks->gl.glExtIsProgramBinaryQCOM(program);

Completed in 3213 milliseconds