Searched refs:mHaveEglSurface (Results 1 – 1 of 1) sorted by relevance
1110 if (mHaveEglSurface) { in stopEglLocked()1111 mHaveEglSurface = false; in stopEglLocked()1120 mHaveEglSurface = false; in guardedRun()1144 if (mHaveEglSurface && mPaused) { in guardedRun()1156 if (mHaveEglSurface) { in guardedRun()1184 if (mHaveEglContext && !mHaveEglSurface) { in guardedRun()1200 if (mHaveEglContext && !mHaveEglSurface) { in guardedRun()1201 mHaveEglSurface = true; in guardedRun()1206 if (mHaveEglSurface) { in guardedRun()1521 private boolean mHaveEglSurface; field in GLSurfaceView.GLThread