Lines Matching refs:egl
50 namespace egl namespace
75 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
77 const EGLint id = eglu::getConfigAttribInt(egl, display, config, EGL_CONFIG_ID); in executeForConfig()
78 const EGLint apiBits = eglu::getConfigAttribInt(egl, display, config, EGL_RENDERABLE_TYPE); in executeForConfig()
99 if (!eglu::hasExtension(egl, display, "EGL_KHR_surfaceless_context")) in executeForConfig()
109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig()
111 …eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[… in executeForConfig()
112 EGLU_CHECK_MSG(egl, "eglCreateContext()"); in executeForConfig()
114 if (!egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, *context)) in executeForConfig()
116 const EGLenum err = egl.getError(); in executeForConfig()
131 EGLU_CHECK_CALL(egl, makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in executeForConfig()