Home
last modified time | relevance | path

Searched refs:ConfigAttribValueFmt (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.hpp32 struct ConfigAttribValueFmt struct
36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt() function
71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return Conf… in getConfigAttribValueStr()
72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);
DegluStrUtil.cpp30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) in operator <<()