Home | History | Annotate | Download | only in hwui

Lines Matching refs:mEglSurface

145         private EGLSurface mEglSurface;
239 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
349 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
354 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
355 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
384 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
386 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
396 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {