Lines Matching refs:glu
236 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
242 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
248 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
264 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
270 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
281 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
287 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
296 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
308 programCollection.hlslSources.add("vert") << glu::VertexSource(src.str());
341 programCollection.hlslSources.add("tesc") << glu::TessellationControlSource(src.str());
353 programCollection.hlslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
364 programCollection.hlslSources.add("frag") << glu::FragmentSource(src.str());