Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1258 mWantRenderNotification = false; in GLThread()
1304 mWantRenderNotification = false; in guardedRun()
1409 mWantRenderNotification = false; in guardedRun()
1453 mWantRenderNotification = true; in guardedRun()
1467 if (mWantRenderNotification) { in guardedRun()
1665 mWantRenderNotification = true; in requestRenderAndNotify()
1839 private boolean mWantRenderNotification; field in GLSurfaceView.GLThread