Home
last modified time | relevance | path

Searched refs:glCreatePerfQueryINTEL (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCreatePerfQueryINTEL);
973 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCreatePerfQueryINTEL); in init_stub_library()
Dstubs_arm64.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCreatePerfQueryINTEL);
973 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCreatePerfQueryINTEL); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCreatePerfQueryINTEL);
973 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCreatePerfQueryINTEL); in init_stub_library()
Dstubs_arm.cc125 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCreatePerfQueryINTEL);
973 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCreatePerfQueryINTEL); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h140 #define glCreatePerfQueryINTEL wrap_glCreatePerfQueryINTEL macro
Dgles_undefine.h140 #undef glCreatePerfQueryINTEL
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in829 void API_ENTRY(glCreatePerfQueryINTEL)(GLuint queryId, GLuint *queryHandle) {
830 CALL_GL_API(glCreatePerfQueryINTEL, queryId, queryHandle);
/frameworks/native/opengl/libs/
Dentries.in132 GL_ENTRY(void, glCreatePerfQueryINTEL, GLuint queryId, GLuint *queryHandle)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2386 GL_APICALL void GL_APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);