Lines Matching refs:index
431 String sampleShader(int index, String coords) override {
432 return "child_" + SkSL::to_string(index) + ".eval(" + coords + ")";
435 String sampleColorFilter(int index, String color) override {
436 return "child_" + SkSL::to_string(index) + ".eval(" + color + ")";
439 String sampleBlender(int index, String src, String dst) override {
440 return "child_" + SkSL::to_string(index) + ".eval(" + src + ", " +
450 // by index, not name - so all children here are just "child_N".
556 for (int index=0; index<argc; ++index) {
557 args.push_back(argv[index]);