Lines Matching refs:mEglSurface
42 private EGLSurface mEglSurface;
54 if (mEglDisplay != null && mEglSurface != null) {
56 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
99 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
104 mEglSurface = null;
152 mEglSurface = mEgl.eglCreateWindowSurface(
154 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
159 mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {