Home
last modified time | relevance | path

Searched refs:mHaveEglSurface (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1263 if (mHaveEglSurface) { in stopEglSurfaceLocked()
1264 mHaveEglSurface = false; in stopEglSurfaceLocked()
1283 mHaveEglSurface = false; in guardedRun()
1340 if (pausing && mHaveEglSurface) { in guardedRun()
1375 if (mHaveEglSurface) { in guardedRun()
1423 if (mHaveEglContext && !mHaveEglSurface) { in guardedRun()
1424 mHaveEglSurface = true; in guardedRun()
1430 if (mHaveEglSurface) { in guardedRun()
1457 + " mHaveEglSurface: " + mHaveEglSurface in guardedRun()
1574 return mHaveEglContext && mHaveEglSurface && readyToDraw(); in ableToDraw()
[all …]