Lines Matching refs:eglMakeCurrent
862 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL)); in init()
865 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL)); in init()
896 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context)); in init()
899 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context)); in init()
902 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context)); in init()
912 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1)); in init()
922 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
925 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT)); in init()
928 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT)); in init()
982 expectTrue(eglMakeCurrent(display, surface, surface, context)); in init()
992 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()
1387 expectTrue(eglMakeCurrent(display, *surface, *surface, context)); in init()
1397 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in init()