Lines Matching refs:eglu
72 using eglu::AttribMap;
73 using eglu::NativeWindow;
74 using eglu::NativePixmap;
75 using eglu::UniqueImage;
76 using eglu::UniqueSurface;
77 using eglu::ScopedCurrentContext;
91 …TCU_CHECK_AND_THROW(NotSupportedError, eglu::hasExtension(m_eglTestCtx.getLibrary(), DPY, EXTNAME)…
106 …age << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << e… in checkCallError()
137 …age << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << e… in checkCallReturn()
162 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
199 if (eglu::getVersion(egl, m_display) < eglu::Version(1, 5) && in iterate()
200 !eglu::hasExtension(egl, m_display, "EGL_KHR_image") && in iterate()
201 !eglu::hasExtension(egl, m_display, "EGL_KHR_image_base")) in iterate()
238 attribs[EGL_RENDERABLE_TYPE] = eglu::apiRenderableType(apiType); in chooseConfig()
243 configs = eglu::chooseConfigs(egl, display, attribs); in chooseConfig()
260 …, m_context (m_eglTestCtx.getLibrary(), m_display, eglu::createGLContext(eglTestCtx.getLibrary(),… in Context()
276 eglu::UniqueContext m_context;
368 if (eglu::getVersion(egl, dpy) < eglu::Version(1, 5)) in iterate()
383 …log << TestLog::Message << "Using EGL config " << eglu::getConfigID(egl, dpy, context.getConfig())… in iterate()
442 …log << TestLog::Message << "Using EGL config " << eglu::getConfigID(m_eglTestCtx.getLibrary(), con… in iterate()