Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:eglSurface

464     ALOGI("EGLSurface: %d-%d-%d-%d, config=%p", r, g, b, a, mEGLConfig);
2836 // and create the corresponding EGLSurface
2837 EGLSurface eglSurface = eglCreateWindowSurface(
2839 if (eglSurface == EGL_NO_SURFACE) {
2845 if (!eglMakeCurrent(mEGLDisplay, eglSurface, eglSurface, mEGLContext)) {
2848 eglDestroySurface(mEGLDisplay, eglSurface);
2855 if (eglSwapBuffers(mEGLDisplay, eglSurface) != EGL_TRUE) {
2858 eglDestroySurface(mEGLDisplay, eglSurface);
2862 eglDestroySurface(mEGLDisplay, eglSurface);