Home
last modified time | relevance | path

Searched refs:glExtIsProgramBinaryQCOM (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt74 glExtIsProgramBinaryQCOM; # introduced-mips=9 introduced-x86=9
DlibGLESv1_CM.map.txt90 glExtIsProgramBinaryQCOM; # introduced-mips=9 introduced-x86=9
Dentries_gles1.in90 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
Dentries.in260 GL_ENTRY(GLboolean, glExtIsProgramBinaryQCOM, GLuint program)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
387 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtIsProgramBinaryQCOM); in init_stub_library()
Dstubs_arm.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
387 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtIsProgramBinaryQCOM); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in451 GLboolean API_ENTRY(glExtIsProgramBinaryQCOM)(GLuint program) {
452 CALL_GL_API_RETURN(glExtIsProgramBinaryQCOM, program);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc237 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
1085 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtIsProgramBinaryQCOM); in init_stub_library()
Dstubs_arm64.cc237 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
1085 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtIsProgramBinaryQCOM); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc237 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
1085 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtIsProgramBinaryQCOM); in init_stub_library()
Dstubs_arm.cc237 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtIsProgramBinaryQCOM);
1085 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtIsProgramBinaryQCOM); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h260 #define glExtIsProgramBinaryQCOM wrap_glExtIsProgramBinaryQCOM macro
Dgles_undefine.h259 #undef glExtIsProgramBinaryQCOM
/frameworks/native/opengl/include/GLES/
Dglext.h887 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1444 GLboolean API_ENTRY(glExtIsProgramBinaryQCOM)(GLuint program) {
1445 CALL_GL_API_RETURN(glExtIsProgramBinaryQCOM, program);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3519 GL_APICALL GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);