Lines Matching defs:str
294 return code.str();
304 return code.str();
331 const std::string extensions = extStream.str();
355 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions;
375 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()) << buildOptions;
406 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions;
433 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions;
467 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()) << buildOptions;
485 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions;
1871 std::ostringstream str;
1876 str << (i != idxBegin ? ", " : "") << (castToType ? de::toString(glu::getDataTypeName(type)) + "(" + iVal + ")" : iVal);
1879 return str.str();
1920 return arrayCtorExpr.str();
2020 return mainCode.str();
2071 globalCode.str(),
2115 globalCode.str(),
2171 globalCode.str(),
2172 mainCode.str(),