Lines Matching refs:ShaderCombo
205 result.fShaderType = ShaderCombo::ShaderType::kLinearGradient;
217 result.fShaderType = ShaderCombo::ShaderType::kRadialGradient;
229 result.fShaderType = ShaderCombo::ShaderType::kSweepGradient;
240 result.fShaderType = ShaderCombo::ShaderType::kConicalGradient;
253 result.fShaderType = ShaderCombo::ShaderType::kNone;
261 result.fShaderType = ShaderCombo::ShaderType::kNone;
315 std::string GetMSLUniformStruct(ShaderCombo::ShaderType shaderType) {
317 case ShaderCombo::ShaderType::kLinearGradient:
318 case ShaderCombo::ShaderType::kRadialGradient:
319 case ShaderCombo::ShaderType::kSweepGradient:
320 case ShaderCombo::ShaderType::kConicalGradient:
322 case ShaderCombo::ShaderType::kNone: