Lines Matching refs:eglMakeCurrent
834 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL)); in init()
837 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL)); in init()
868 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context)); in init()
871 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context)); in init()
874 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context)); in init()
884 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1)); in init()
894 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
897 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT)); in init()
900 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT)); in init()
954 expectTrue(eglMakeCurrent(display, surface, surface, context)); in init()
964 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
1359 expectTrue(eglMakeCurrent(display, *surface, *surface, context)); in init()
1369 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()