Lines Matching refs:add
132 programCollection.add("vert") << glu::VertexSource(vertex);
187 programCollection.add("vert") << glu::VertexSource(vertexSrc.str());
213 programCollection.add("geometry") << glu::GeometrySource(geometry.str());
240 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str());
266 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str());
325 programCollection.add("fragment") << glu::FragmentSource(fragmentSource.str());
397 programCollection.add("comp") << glu::ComputeSource(src.str());
459 programCollection.add("vert") << glu::VertexSource(vertex);
491 programCollection.add("tesc") << glu::TessellationControlSource(tesc);
519 programCollection.add("tese") << glu::TessellationEvaluationSource(tese);
595 programCollection.add("fragment") << glu::FragmentSource(fragment);