Lines Matching refs:glu
548 vrt << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
561 programCollection.glslSources.add("vertRef") << glu::VertexSource(vrt.str());
568 vrt << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
581 programCollection.glslSources.add("vertNoPer") << glu::VertexSource(vrt.str());
588 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
598 programCollection.glslSources.add("fragRef") << glu::FragmentSource(frg.str());
605 frg << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n"
625 programCollection.glslSources.add("fragNoPer") << glu::FragmentSource(frg.str());