Searched refs:ConfigAttribValueFmt (Results 1 – 2 of 2) sorted by relevance
32 struct ConfigAttribValueFmt struct36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt() function71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return Conf… in getConfigAttribValueStr()72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);
30 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt) in operator <<()