Searched refs:mHaveEglSurface (Results 1 – 1 of 1) sorted by relevance
1253 if (mHaveEglSurface) { in stopEglSurfaceLocked()1254 mHaveEglSurface = false; in stopEglSurfaceLocked()1273 mHaveEglSurface = false; in guardedRun()1330 if (pausing && mHaveEglSurface) { in guardedRun()1365 if (mHaveEglSurface) { in guardedRun()1413 if (mHaveEglContext && !mHaveEglSurface) { in guardedRun()1414 mHaveEglSurface = true; in guardedRun()1420 if (mHaveEglSurface) { in guardedRun()1447 + " mHaveEglSurface: " + mHaveEglSurface in guardedRun()1582 return mHaveEglContext && mHaveEglSurface && readyToDraw(); in ableToDraw()[all …]