Lines Matching refs:add
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());
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());