Lines Matching defs:str
2535 programCollection.glslSources.add("comp_singleFloat") << glu::ComputeSource(src.str());
2581 programCollection.glslSources.add("comp_singleInt") << glu::ComputeSource(src.str());
2626 programCollection.glslSources.add("comp_singleDepth") << glu::ComputeSource(src.str());
2671 programCollection.glslSources.add("comp_singleStencil") << glu::ComputeSource(src.str());
2693 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
2763 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
2930 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str());
3554 const ShaderWrapper fragmentModule (ShaderWrapper(vk, device, context.getBinaryCollection().get(fragName.str().c_str()), 0u));
4266 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
4340 programCollection.glslSources.add(name.str()) << glu::FragmentSource(src.str());
4480 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str());
4902 programCollection.glslSources.add("frag_in") << glu::FragmentSource(src.str());
4945 std::ostringstream str;
4946 str << getFormatShortString(color1Format)
4950 return str.str();
4955 std::ostringstream str;
4956 str << sampleCount << "x";
4957 return str.str();
4962 std::ostringstream str;
4964 str << "ds_resolve_sample_zero";
4966 str << "ds_resolve_max";
4969 return str.str();
5191 name.str().c_str(),
5255 name.str().c_str(),