Lines Matching refs:str
293 " out_color.r = " + electedValue.str() + ".0f;\n"
298 " out_color.r = " + unelectedValue.str() + ".0f;\n"
319 " out_color.r = " + electedValue.str() + ".0f;\n"
324 " out_color.r = " + unelectedValue.str() + ".0f;\n"
364 " out_color.r = 2.0f * " + electedValue.str() + ".0f - " + unelectedValue.str() + ".0f;\n"
369 " out_color.r = " + unelectedValue.str() + ".0f;\n"
394 " out_color[gl_InvocationID].r = " + electedValue.str() + ".0f;\n"
399 " out_color[gl_InvocationID].r = " + unelectedValue.str() + ".0f;\n"
502 << bdy.str()
507 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
540 << bdy.str()
547 programCollection.add("vert") << glu::VertexSource(vertex.str());
580 << bdy.str()
589 programCollection.add("geometry") << glu::GeometrySource(geometry.str());
636 << bdy.str()
643 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str());
644 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str());
683 << bdy.str()
703 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str());
704 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str());
745 programCollection.add("comp") << glu::ComputeSource(src.str());
778 programCollection.add("vert") << glu::VertexSource(vertex.str());
813 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str());
844 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str());
875 subgroups::addGeometryShadersFromTemplate(geometry.str(), programCollection);
901 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
943 tcu::StringTemplate bdyTemplate(bdy.str());
982 programCollection.add("comp") << glu::ComputeSource(src.str());
1027 programCollection.add("vert") << glu::VertexSource(vertex.str());
1074 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str());
1116 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str());
1159 subgroups::addGeometryShadersFromTemplate(geometry.str(), programCollection);
1198 programCollection.add("fragment") << glu::FragmentSource(fragment.str());