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

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

Completed in 344 milliseconds