Home
last modified time | relevance | path

Searched refs:getConfigAttribValueStr (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return Conf… in getConfigAttribValueStr() function
DegluStrUtil.cpp172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]); in operator <<()
DegluCallLogWrapper.cpp142 return str << getConfigAttribValueStr(fmt.attrib, *fmt.value); in operator <<()
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp245 …log << TestLog::Message << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, m_apiBit) << " not s… in executeTest()
DteglQueryConfigTests.cpp50 …ge << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, v… in logConfigAttribute()
DteglChooseConfigTests.cpp84 …log << TestLog::Message << " " << attribStr << ": " << eglu::getConfigAttribValueStr(attrib, valu… in logConfigAttrib()