Lines Matching defs:str
71 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt)
92 str << ", ";
93 str << bitDesc[descNdx].token;
98 return str;
858 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface)
875 str << vkt::typecomputil::getCompareFuncForType(glu::DataType(type));
940 std::ostream& operator<< (std::ostream& str, const Indent& indent)
943 str << "\t";
944 return str;
1161 return name.str();
1199 return name.str();
1496 return src.str();
1776 << " expected " << expected.str() << "\n"
1777 << " got " << got.str()
1798 << " expected " << expected.str() << "\n"
1799 << " got " << got.str()