Lines Matching refs:latticeCoords
953 SkString latticeCoords(""); in emitCode() local
954 latticeCoords.appendf("half2(%s.x, %s)", bcoords, chanCoord); in emitCode()
956 fragBuilder->appendTextureLookup(&noiseCode, args.fTexSamplers[1], latticeCoords.c_str(), in emitCode()
965 SkString latticeCoords(""); in emitCode() local
966 latticeCoords.appendf("half2(%s.y, %s)", bcoords, chanCoord); in emitCode()
968 fragBuilder->appendTextureLookup(&noiseCode, args.fTexSamplers[1], latticeCoords.c_str(), in emitCode()
981 SkString latticeCoords(""); in emitCode() local
982 latticeCoords.appendf("half2(%s.w, %s)", bcoords, chanCoord); in emitCode()
984 fragBuilder->appendTextureLookup(&noiseCode, args.fTexSamplers[1], latticeCoords.c_str(), in emitCode()
993 SkString latticeCoords(""); in emitCode() local
994 latticeCoords.appendf("half2(%s.z, %s)", bcoords, chanCoord); in emitCode()
996 fragBuilder->appendTextureLookup(&noiseCode, args.fTexSamplers[1], latticeCoords.c_str(), in emitCode()