Searched defs:m_attrib (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp288 , m_attrib(attribute)
403 if (!isAttributePresent(version, m_attrib))
405 log << TestLog::Message << eglu::getConfigAttribStr(m_attrib) << " not supported by this EGL version";
413 eglGetConfigAttrib(m_display, config, m_attrib, &value);
416 logConfigAttribute(log, m_attrib, value);
417 checkAttribute(m_attrib, value);
424 EGLenum m_attrib; member in class:deqp::egl::GetConfigAttribSimpleCase

Completed in 43 milliseconds