Lines Matching refs:glu
899 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
911 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
918 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
926 programCollection.glslSources.add("vertPassthrough") << glu::VertexSource(src.str());
933 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
943 programCollection.glslSources.add("vertLayer") << glu::VertexSource(src.str());
950 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
969 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
976 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
996 programCollection.glslSources.add("geomLayer") << glu::GeometrySource(src.str());
1003 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1023 programCollection.glslSources.add("tsc") << glu::TessellationControlSource(src.str());
1030 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1042 programCollection.glslSources.add("tse") << glu::TessellationEvaluationSource(src.str());
1048 src << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
1059 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str());