Home | History | Annotate | Download | only in effects

Lines Matching refs:ab

706     const char* ab          = "ab";
813 noiseCode.appendf("\n\tvec2 %s;", ab);
814 noiseCode.appendf("\n\t%s.x = mix(%s.x, %s.y, %s.x);", ab, uv, uv, noiseSmooth);
841 noiseCode.appendf("\n\t%s.y = mix(%s.x, %s.y, %s.x);", ab, uv, uv, noiseSmooth);
843 noiseCode.appendf("\n\treturn mix(%s.x, %s.y, %s.y);\n", ab, ab, noiseSmooth);