Lines Matching refs:glu
150 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
157 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
163 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
172 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());
178 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
193 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
199 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
220 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
230 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
394 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());