Searched refs:ContextAttribValueFmt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/egl/
H A DegluStrUtil.hpp46 struct ContextAttribValueFmt struct in namespace:eglu
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} function in struct:eglu::ContextAttribValueFmt
77 inline ContextAttribValueFmt getContextAttribValueStr (deUint32 attribute, int value) { return ContextAttribValueFmt(attribute, value); }
78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt);
H A DegluStrUtil.cpp86 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt)

Completed in 85 milliseconds