Lines Matching refs:str
313 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
327 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
468 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
485 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
563 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
598 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
763 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
785 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
857 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
881 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
953 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
970 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
1073 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str());
1089 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fs.str());
1150 return declaration.str();
1237 allColorDecl << writeColorDecl.str() << goodColorDecl.str() << badColorDecl.str() << clearColorDecl.str();
1252 << writeColorDecl.str()
1274 << allColorDecl.str()
1291 programCollection.glslSources.add("write") << glu::ComputeSource(shaderWrite.str());
1292 programCollection.glslSources.add("verify") << glu::ComputeSource(shaderVerify.str());
1509 return tcu::TestStatus::fail(msg.str());
1615 const auto fragHeaderStr = fragHeader.str();
1655 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.str());
1656 programCollection.glslSources.add("frag_write") << glu::FragmentSource(fragShaderWrite.str());
1657 programCollection.glslSources.add("frag_check") << glu::FragmentSource(fragShaderCheck.str());
2082 return tcu::TestStatus::fail(msg.str());
2090 return tcu::TestStatus::fail(msg.str());