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

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

Completed in 247 milliseconds