Lines Matching defs:str
308 std::ostringstream str;
310 str << (isUint ? "uint" : isSint ? "int" : "float");
312 str << (isUint ? "u" : isSint ? "i" : "") << "vec" << numComponents;
314 return str.str();
341 return samplerType.str();
366 programCollection.glslSources.add("uploadDrawVert") << glu::VertexSource(src.str());
390 programCollection.glslSources.add("uploadDrawFrag") << glu::FragmentSource(src.str());
441 programCollection.glslSources.add("uploadStoreComp") << glu::ComputeSource(src.str());
473 programCollection.glslSources.add("downloadLoadComp") << glu::ComputeSource(src.str());
507 programCollection.glslSources.add("downloadTextureComp") << glu::ComputeSource(src.str());