Lines Matching refs:display
94 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display)
98 return eglu::chooseSingleConfig(egl, display, filters);
123 const eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
124 const eglw::EGLConfig config = getConfig(egl, *display);
126 const eglu::UniqueSurface surface (egl, *display, m_use != USE_NONE ? egl.createPbufferSurface(*display, config, pbufferAttribList) : EGL_NO_SURFACE);
147 const eglw::EGLContext context = egl.createContext(*display, config, sharedContext, attribList);
175 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context);
198 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
203 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
210 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
214 EGLU_CHECK_CALL(egl, makeCurrent(*display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));