Home
last modified time | relevance | path

Searched refs:getContextAttribValueStr (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp77 inline ContextAttribValueFmt getContextAttribValueStr (deUint32 attribute, int value) { return Cont… in getContextAttribValueStr() function
DegluStrUtil.cpp252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]); in operator <<()
DegluCallLogWrapper.cpp162 return str << getContextAttribValueStr(fmt.attrib, *fmt.value); in operator <<()