Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java314 mPreserveEGLContextOnPause = preserveOnPause; in setPreserveEGLContextOnPause()
321 return mPreserveEGLContextOnPause; in getPreserveEGLContextOnPause()
1351 false : view.mPreserveEGLContextOnPause; in guardedRun()
1942 private boolean mPreserveEGLContextOnPause; field in GLSurfaceViewCustom