Lines Matching defs:str
832 programCollection.glslSources.add("comp" + nameSuffix) << glu::ComputeSource(src.str());
838 std::ostringstream str;
840 str << static_cast<deUint32>(samples.numCoverageSamples) << "_"
844 return str.str();
868 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
884 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1487 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1528 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
1762 std::ostringstream str;
1763 str << "coverage_" << static_cast<deUint32>(coverageCount)
1766 return str.str();
1778 std::ostringstream str;
1779 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat);
1780 return str.str();