Home | History | Annotate | Download | only in effects

Lines Matching refs:xCoords

1063         SkString xCoords("");
1064 xCoords.appendf("vec2(%s.x, 0.5)", noiseXY);
1067 builder->appendTextureLookup(&noiseCode, samplers[0], xCoords.c_str(), kVec2f_GrSLType);
1073 SkString xCoords("");
1074 xCoords.appendf("vec2(fract(%s.x + %s), 0.5)", noiseXY, inc8bit);
1077 builder->appendTextureLookup(&noiseCode, samplers[0], xCoords.c_str(), kVec2f_GrSLType);