Lines Matching refs:glu
264 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
274 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
280 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
304 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str());
320 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
350 programCollection.glslSources.add(needPointSizeWrite ? "tese_psw" : "tese") << glu::TessellationEvaluationSource(src.str());
357 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES) << "\n"
366 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());