Lines Matching refs:glu
35 namespace glu
51 glu::VarType varType; //!< Symbol type.
54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {}
60 glu::GLSLVersion version; //!< Shader version.
66 ShaderSpec (void) : version(glu::GLSL_VERSION_300_ES) {}
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
93 const glu::RenderContext& m_renderCtx;
102 bool executorSupported(glu::ShaderType shaderType);
103 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec);