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

  /external/deqp/framework/egl/
egluStrUtil.hpp 32 struct ConfigAttribValueFmt
36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {}
71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return ConfigAttribValueFmt(attribute, value); }
72 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt);
egluStrUtil.cpp 36 std::ostream& operator<< (std::ostream& str, const ConfigAttribValueFmt& attribFmt)

Completed in 38 milliseconds