Lines Matching refs:add
947 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
948 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource);
978 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
979 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str());
1010 sources.glslSources.add("quad_vert") << glu::VertexSource(vertexSource);
1011 sources.glslSources.add("copy_sample_frag") << glu::FragmentSource(fragmentSource);
1042 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str());
1043 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource);
1655 programCollection.glslSources.add("checkDepth-vert") << glu::VertexSource(vert.str());
1913 programCollection.glslSources.add("color_vert") << glu::VertexSource(vertexSource);
1914 programCollection.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str());
1946 programCollection.glslSources.add("quad_vert") << glu::VertexSource(vertexSource);
1947 programCollection.glslSources.add("copy_sample_frag") << glu::FragmentSource(fragmentSource);
2045 programCollection.glslSources.add("color_vert") << glu::VertexSource(vertexSource);
2046 programCollection.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str());
4910 programCollection.glslSources.add("vert") << glu::VertexSource(vertSrc.str());
4911 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSrc.str());
5619 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str());
5639 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
6459 // Take advantage of the code for this extension's tests to add some normal multisampling tests