Lines Matching refs:glu

256 		programCollection.add("fragment") << glu::FragmentSource(fragmentGLSL);
269 programCollection.add("vert") << glu::VertexSource(vertexGLSL);
305 programCollection.add("vert") << glu::VertexSource(vertexGLSL);
332 programCollection.add("geometry") << glu::GeometrySource(geometryGLSL);
351 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL);
375 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL);
405 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL);
421 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL);
507 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
547 programCollection.add("vert") << glu::VertexSource(vertex.str());
589 programCollection.add("geometry") << glu::GeometrySource(geometry.str());
643 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str());
644 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str());
703 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str());
704 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str());
745 programCollection.add("comp") << glu::ComputeSource(src.str());
778 programCollection.add("vert") << glu::VertexSource(vertex.str());
813 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str());
844 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str());
901 programCollection.add("fragment") << glu::FragmentSource(fragment.str());
982 programCollection.add("comp") << glu::ComputeSource(src.str());
1027 programCollection.add("vert") << glu::VertexSource(vertex.str());
1074 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str());
1116 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str());
1198 programCollection.add("fragment") << glu::FragmentSource(fragment.str());