Searched refs:mHaveEglSurface (Results 1 – 2 of 2) sorted by relevance
1285 if (mHaveEglSurface) { in stopEglSurfaceLocked()1286 mHaveEglSurface = false; in stopEglSurfaceLocked()1305 mHaveEglSurface = false; in guardedRun()1365 if (pausing && mHaveEglSurface) { in guardedRun()1390 if (mHaveEglSurface) { in guardedRun()1443 if (mHaveEglContext && !mHaveEglSurface) { in guardedRun()1444 mHaveEglSurface = true; in guardedRun()1450 if (mHaveEglSurface) { in guardedRun()1486 + " mHaveEglSurface: " + mHaveEglSurface in guardedRun()1625 return mHaveEglContext && mHaveEglSurface && readyToDraw(); in ableToDraw()[all …]
51896 Landroid/opengl/GLSurfaceView$GLThread;->mHaveEglSurface:Z