Lines Matching refs:str
71 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt)
93 str << ", ";
94 str << bitDesc[descNdx].token;
99 return str;
895 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface)
912 str << getCompareFuncForType(glu::DataType(type));
922 std::ostream& operator<< (std::ostream& str, const Indent& indent)
925 str << "\t";
926 return str;
1067 return name.str();
1103 return name.str();
1345 return src.str();
1754 << " expected " << expected.str() << "\n"
1755 << " got " << got.str()
1776 << " expected " << expected.str() << "\n"
1777 << " got " << got.str()
2453 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());