Home | History | Annotate | Download | only in effects

Lines Matching refs:uv

1016     const char* uv          = "uv";
1097 noiseCode.appendf("\n\n\tvec2 %s;", uv);
1105 noiseCode.appendf(".bgra;\n\t%s.x = ", uv);
1117 noiseCode.appendf(".bgra;\n\t%s.y = ", uv);
1123 noiseCode.appendf("\n\t%s.x = mix(%s.x, %s.y, %s.x);", ab, uv, uv, noiseSmooth);
1133 noiseCode.appendf(".bgra;\n\t%s.y = ", uv);
1145 noiseCode.appendf(".bgra;\n\t%s.x = ", uv);
1150 noiseCode.appendf("\n\t%s.y = mix(%s.x, %s.y, %s.x);", ab, uv, uv, noiseSmooth);