Home | History | Annotate | Download | only in beam

Lines Matching defs:mEglSurface

162         EGLSurface mEglSurface;
204 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
230 if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
282 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) {
283 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
316 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
318 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
324 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
344 if (mEglSurface != null) {
345 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);