Lines Matching refs:glu
493 << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
501 << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
516 << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
527 << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
539 programCollection.glslSources.add("vert1") << glu::VertexSource(pipeline1VertexSrc.str());
540 programCollection.glslSources.add("vert2") << glu::VertexSource(pipeline2VertexSrc.str());
541 programCollection.glslSources.add("frag1") << glu::FragmentSource(pipeline1FragmentSrc.str());
542 programCollection.glslSources.add("frag2") << glu::FragmentSource(pipeline2FragmentSrc.str());