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

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp45 deUint32 configCaveat; member in class:eglu::ConfigInfo
78 , configCaveat (0)
H A DegluConfigInfo.cpp44 case EGL_CONFIG_CAVEAT: return configCaveat;
81 eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat);
/external/deqp/framework/qphelper/
H A DqpTestLog.h166 const char* configCaveat; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1123 attribs[numAttribs++] = qpSetStringAttrib ("ConfigCaveat", config->configCaveat);
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp108 return getCaveatRank((EGLenum)a.m_info.configCaveat) < getCaveatRank((EGLenum)b.m_info.configCaveat);
H A DteglConfigList.cpp112 info.configCaveat = caveat.c_str();
/external/deqp/executor/
H A DxeTestCaseResult.hpp352 std::string configCaveat; member in class:xe::ri::EglConfig
H A DxeTestLogWriter.cpp388 << Writer::Attribute("ConfigCaveat", config.configCaveat)
H A DxeTestResultParser.cpp613 config->configCaveat = getAttribute("ConfigCaveat");

Completed in 87 milliseconds