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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1229 if (mHaveEglSurface) {
1230 mHaveEglSurface = false;
1249 mHaveEglSurface = false;
1303 if (mHaveEglSurface && mPaused) {
1327 if (mHaveEglSurface) {
1374 if (mHaveEglContext && !mHaveEglSurface) {
1375 mHaveEglSurface = true;
1380 if (mHaveEglSurface) {
1410 + " mHaveEglSurface: " + mHaveEglSurface
1663 private boolean mHaveEglSurface; field in class:GLSurfaceView.GLThread
[all...]

Completed in 72 milliseconds