Lines Matching defs:str
162 std::ostringstream str;
163 str << baseName << (usePointMode ? "_point_mode" : "") << (writePointSize ? "_write_point_size" : "");
164 return str.str();
169 std::ostringstream str;
170 str << baseName << (writePointSize ? "_write_point_size" : "");
171 return str.str();
176 std::ostringstream str;
177 str << "winding mode " << getWindingShaderName(winding) << ", " << (usePointMode ? "" : "don't ") << "use point mode";
178 return str.str();
259 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
283 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
353 << tessEvalCoordSrc.str()
357 programCollection.glslSources.add(getProgramName("tese", *windingIter, *usePointModeIter)) << glu::TessellationEvaluationSource(src.str());
409 programCollection.glslSources.add(getProgramName("geom", *usePointModeIter, writePointSize)) << glu::GeometrySource(src.str());
1455 log << tcu::TestLog::Message << "Tessellation level sets: " << tessLevelsStr.str() << tcu::TestLog::EndMessage;
1963 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
1987 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
2035 << tessCoordSrc.str();
2040 programCollection.glslSources.add(getProgramName("tese", writePointSize)) << glu::TessellationEvaluationSource(src.str());