Home | History | Annotate | Download | only in view

Lines Matching refs:mEglSurface

604         EGLSurface mEglSurface;
919 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
977 if (mEglSurface != null && mEglSurface != EGL_NO_SURFACE) {
979 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
980 mEglSurface = null;
990 if (mEglSurface != null && mEglSurface != EGL_NO_SURFACE) {
991 sEgl.eglDestroySurface(sEglDisplay, mEglSurface);
992 mEglSurface = null;
1010 mEglSurface = sEgl.eglCreateWindowSurface(sEglDisplay, sEglConfig, holder, null);
1012 if (mEglSurface == null || mEglSurface == EGL_NO_SURFACE) {
1210 sEgl.eglSwapBuffers(sEglDisplay, mEglSurface);
1290 !mEglSurface.equals(sEgl.eglGetCurrentSurface(EGL_DRAW))) {
1291 if (!sEgl.eglMakeCurrent(sEglDisplay, mEglSurface, mEglSurface, mEglContext)) {