Lines Matching refs:eglMakeCurrent
81 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext));
90 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
184 EGLBoolean success = eglMakeCurrent(mEglDisplay, eglSurface, eglSurface, mEglContext);
198 success = eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
503 eglMakeCurrent(dpy, sur, sur, ctx);
508 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
517 eglMakeCurrent(dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
520 eglMakeCurrent(dpy, sur, sur, ctx);
725 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
753 eglMakeCurrent(mEglDisplay, mEglSurfaces[i], mEglSurfaces[i],