Lines Matching refs:eglMakeCurrent
108 // * eglMakeCurrent()
855 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests",
862 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL));
865 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL));
896 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context));
899 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context));
902 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context));
912 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1));
922 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT));
925 expectFalse(eglMakeCurrent(display, EGL_NO_SURFACE, surface, EGL_NO_CONTEXT));
928 expectFalse(eglMakeCurrent(display, surface, surface, EGL_NO_CONTEXT));
982 expectTrue(eglMakeCurrent(display, surface, surface, context));
992 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
1387 expectTrue(eglMakeCurrent(display, *surface, *surface, context));
1397 expectTrue(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));