Lines Matching refs:getLibrary
91 TCU_CHECK_AND_THROW(NotSupportedError, eglu::hasExtension(m_eglTestCtx.getLibrary(), DPY, EXTNAME), (string("Unsupported extension: ") + (EXTNAME)).c_str())
102 error = eglTestCtx.getLibrary().getError();
125 error = eglTestCtx.getLibrary().getError();
170 m_eglTestCtx.getLibrary().terminate(m_display);
211 const Library& egl = m_eglTestCtx.getLibrary();
262 const Library& egl = m_eglTestCtx.getLibrary();
299 , m_config (chooseConfig(eglTestCtx.getLibrary(), display, ctxType.getAPI()))
300 , m_context (m_eglTestCtx.getLibrary(), m_display, eglu::createGLContext(eglTestCtx.getLibrary(), m_display, m_config, ctxType))
302 , m_current (eglTestCtx.getLibrary(), m_display, m_surface->get(), m_surface->get(), *m_context)
411 const Library& egl = m_eglTestCtx.getLibrary();
476 const Library& egl = m_eglTestCtx.getLibrary();
488 log << TestLog::Message << "Using EGL config " << eglu::getConfigID(m_eglTestCtx.getLibrary(), context.getEglDisplay(), context.getConfig()) << TestLog::EndMessage;