Home | History | Annotate | Download | only in functional

Lines Matching refs:ShaderType

91 								ShaderBuiltinConstantCase	(Context& context, const char* name, const char* desc, const char* varName, GetConstantValueFunc getValue, glu::ShaderType shaderType);
99 const glu::ShaderType m_shaderType;
102 ShaderBuiltinConstantCase::ShaderBuiltinConstantCase (Context& context, const char* name, const char* desc, const char* varName, GetConstantValueFunc getValue, glu::ShaderType shaderType)
106 , m_shaderType (shaderType)
114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const std::string& varName)
124 return createExecutor(renderCtx, shaderType, shaderSpec);