Lines Matching full:eglu
44 using eglu::ConfigInfo;
50 log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
53 static bool isAttributePresent (const eglu::Version& version, EGLenum attribute)
58 if (version < eglu::Version(1, 3)) return false;
64 if (version < eglu::Version(1, 2)) return false;
71 if (version < eglu::Version(1, 1)) return false;
80 class GetConfigsBoundsCase : public TestCase, protected eglu::CallLogWrapper
93 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
118 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__);
194 class GetConfigAttribCase : public TestCase, protected eglu::CallLogWrapper
225 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
226 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display);
253 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__);
275 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__);
297 const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_surface");
336 log << TestLog::Message << "Fail, " << eglu::getConfigAttribStr(attrib) << " should be a boolean value." << TestLog::EndMessage;
401 eglu::Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), m_display);
405 log << TestLog::Message << eglu::getConfigAttribStr(m_attrib) << " not supported by this EGL version";
414 eglu::checkError(eglGetError(), DE_NULL, __FILE__, __LINE__);