Searched refs:configCaveat (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp52 deUint32 configCaveat; member in class:eglu::ConfigInfo
98 , configCaveat (0)
H A DegluConfigInfo.cpp50 case EGL_CONFIG_CAVEAT: return configCaveat;
99 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat);
/external/deqp/framework/qphelper/
H A DqpTestLog.h168 const char* configCaveat; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1130 attribs[numAttribs++] = qpSetStringAttrib ("ConfigCaveat", config->configCaveat);
/external/deqp/modules/egl/
H A DteglConfigList.cpp114 info.configCaveat = caveat.c_str();
H A DteglChooseConfigReference.cpp160 return getCaveatRank((EGLenum)a.m_info.configCaveat) < getCaveatRank((EGLenum)b.m_info.configCaveat);
/external/deqp/executor/
H A DxeTestCaseResult.hpp362 std::string configCaveat; member in class:xe::ri::EglConfig
H A DxeTestLogWriter.cpp392 << Writer::Attribute("ConfigCaveat", config.configCaveat)
H A DxeTestResultParser.cpp623 config->configCaveat = getAttribute("ConfigCaveat");

Completed in 137 milliseconds