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

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp84 static bool sEGLSystraceEnabled; member in namespace:android
108 sEGLSystraceEnabled = false;
113 sEGLSystraceEnabled = !strcasecmp(value, "systrace");
114 if (sEGLSystraceEnabled) {
162 } else if (sEGLSystraceEnabled) {

Completed in 2385 milliseconds