Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc328 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetNextPerfQueryIdINTEL);
1176 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetNextPerfQueryIdINTEL); in init_stub_library()
Dstubs_arm64.cc328 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetNextPerfQueryIdINTEL);
1176 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetNextPerfQueryIdINTEL); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc328 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetNextPerfQueryIdINTEL);
1176 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetNextPerfQueryIdINTEL); in init_stub_library()
Dstubs_arm.cc328 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetNextPerfQueryIdINTEL);
1176 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetNextPerfQueryIdINTEL); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h368 #define glGetNextPerfQueryIdINTEL wrap_glGetNextPerfQueryIdINTEL macro
Dgles_undefine.h367 #undef glGetNextPerfQueryIdINTEL
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in841 void API_ENTRY(glGetNextPerfQueryIdINTEL)(GLuint queryId, GLuint *nextQueryId) {
842 CALL_GL_API(glGetNextPerfQueryIdINTEL, queryId, nextQueryId);
/frameworks/native/opengl/libs/
Dentries.in379 GL_ENTRY(void, glGetNextPerfQueryIdINTEL, GLuint queryId, GLuint *nextQueryId)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2390 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);