Home | History | Annotate | Download | only in nfc

Lines Matching refs:mEglSurface

162         EGLSurface mEglSurface;
203 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
229 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
281 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
282 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
315 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
317 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
323 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
343 if (mEglSurface != null) {
344 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);