Home | History | Annotate | Download | only in camera

Lines Matching defs:mEglSurface

43     private EGLSurface mEglSurface;
57 if (mEglDisplay != null && mEglSurface != null) {
59 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);
79 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
84 mEglSurface = null;
135 mEglSurface = mEgl.eglCreateWindowSurface(
137 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
142 mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {