Searched defs:mHaveEglSurface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1252 if (mHaveEglSurface) {
1253 mHaveEglSurface = false;
1272 mHaveEglSurface = false;
1329 if (pausing && mHaveEglSurface) {
1364 if (mHaveEglSurface) {
1412 if (mHaveEglContext && !mHaveEglSurface) {
1413 mHaveEglSurface = true;
1419 if (mHaveEglSurface) {
1446 + " mHaveEglSurface: " + mHaveEglSurface
1746 private boolean mHaveEglSurface; field in class:GLSurfaceView.GLThread
[all...]

Completed in 52 milliseconds