HomeSort by relevance Sort by last modified time
    Searched refs:ContextAttribValueFmt (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluStrUtil.hpp 46 struct ContextAttribValueFmt
50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {}
77 inline ContextAttribValueFmt getContextAttribValueStr (deUint32 attribute, int value) { return ContextAttribValueFmt(attribute, value); }
78 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt);
egluStrUtil.cpp 86 std::ostream& operator<< (std::ostream& str, const ContextAttribValueFmt& attribFmt)

Completed in 234 milliseconds