Home
last modified time | relevance | path

Searched refs:glEndPerfMonitorAMD (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt62 glEndPerfMonitorAMD;
Dentries.in244 GL_ENTRY(void, glEndPerfMonitorAMD, GLuint monitor)
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glEndPerfMonitorAMD);
1069 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glEndPerfMonitorAMD); in init_stub_library()
Dstubs_arm64.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glEndPerfMonitorAMD);
1069 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glEndPerfMonitorAMD); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glEndPerfMonitorAMD);
1069 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glEndPerfMonitorAMD); in init_stub_library()
Dstubs_arm.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glEndPerfMonitorAMD);
1069 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glEndPerfMonitorAMD); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h244 #define glEndPerfMonitorAMD wrap_glEndPerfMonitorAMD macro
Dgles_undefine.h243 #undef glEndPerfMonitorAMD
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in247 void API_ENTRY(glEndPerfMonitorAMD)(GLuint monitor) {
248 CALL_GL_API(glEndPerfMonitorAMD, monitor);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h834 GL_APICALL void GL_APIENTRY glEndPerfMonitorAMD (GLuint monitor);