Home | History | Annotate | Download | only in gl

Lines Matching refs:modulate

599         // Get coeff * coverage into modulate and then write that to the dual source output.
600 SkString modulate;
601 GrGLSLModulatef<4>(&modulate,
607 builder.fsCodeAppendf("\t%s = %s;\n", dual_source_output_name(), modulate.c_str());