Home | History | Annotate | Download | only in effects

Lines Matching refs:modulate

1706     SkString modulate;
1707 GrGLSLMulVarBy4f(&modulate, outputColor, inputColor);
1708 fsBuilder->codeAppend(modulate.c_str());