Home | History | Annotate | Download | only in camera

Lines Matching refs:mEglSurface

54     private EGLSurface mEglSurface;
105 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
117 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
141 mEglSurface = mEgl.eglCreateWindowSurface(
143 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
147 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
158 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
163 mEglSurface = null;