Searched defs:DEBUG_CHECK_GL_ERROR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java200 public final static int DEBUG_CHECK_GL_ERROR = 1; field in class:GLSurfaceView
265 * @see #DEBUG_CHECK_GL_ERROR
1089 if ((mDebugFlags & (DEBUG_CHECK_GL_ERROR | DEBUG_LOG_GL_CALLS)) != 0) {
1092 if ((mDebugFlags & DEBUG_CHECK_GL_ERROR) != 0) {

Completed in 1237 milliseconds