Lines Matching defs:str
63 std::ostream& operator<<(std::ostream& str, const PrecisionFlagsFmt& fmt)
67 str << (fmt.flags & PRECISION_LOW ?
70 return str;
81 std::ostream& operator<<(std::ostream& str, const LayoutFlagsFmt& fmt)
99 str << ", ";
100 str << bitDesc[descNdx].token;
105 return str;
714 std::ostream& operator<<(std::ostream& str, const Indent& indent)
717 str << "\t";
718 return str;
1383 glu::makeVtxFragSources(vtxSrc.str().c_str(), fragSrc.str().c_str()));
1704 int cmpBlockNdx = cmpLayout.getBlockIndex(instanceName.str().c_str());