Lines Matching refs:glslVersionDeclaration

893 	const std::string			glslVersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
896 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
1177 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
1180 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
1428 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
1431 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2022 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
2025 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2419 const string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
2422 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2605 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
2609 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2817 const string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
2820 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
3051 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType()));
3056 glu::ProgramSources() << glu::VertexSource( glslVersionDeclaration + "\n"
3065 << glu::FragmentSource( glslVersionDeclaration + "\n"