Searched refs:mDebugFlags (Results 1 – 1 of 1) sorted by relevance
243 mDebugFlags = debugFlags; in setDebugFlags()251 return mDebugFlags; in getDebugFlags()1000 if ((mDebugFlags & (DEBUG_CHECK_GL_ERROR | DEBUG_LOG_GL_CALLS)) != 0) { in createSurface()1003 if ((mDebugFlags & DEBUG_CHECK_GL_ERROR) != 0) { in createSurface()1006 if ((mDebugFlags & DEBUG_LOG_GL_CALLS) != 0) { in createSurface()1662 private int mDebugFlags; field in GLSurfaceView