Lines Matching refs:glu
131 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
143 collection.glslSources.add("vert") << glu::VertexSource(src.str());
148 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
154 collection.glslSources.add("frag") << glu::FragmentSource(src.str());
159 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
169 collection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
174 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
186 collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
191 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
205 collection.glslSources.add("tesc2") << glu::TessellationControlSource(src.str());
210 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
226 collection.glslSources.add("tese2") << glu::TessellationEvaluationSource(src.str());