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

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp85 static bool sEGLGetErrorEnabled; member in namespace:android
106 sEGLGetErrorEnabled = !strcasecmp(value, "error");
107 if (sEGLGetErrorEnabled) {
159 if (sEGLGetErrorEnabled) {

Completed in 165 milliseconds