Searched refs:childFP (Results 1 – 2 of 2) sorted by relevance
559 std::unique_ptr<GrFragmentProcessor> childFP; in asFragmentProcessor() local562 std::tie(success, childFP) = as_CFB(child)->asFragmentProcessor( in asFragmentProcessor()568 fp->addChild(std::move(childFP)); in asFragmentProcessor()722 auto childFP = child ? as_SB(child)->asFragmentProcessor(childArgs) : nullptr; in asFragmentProcessor() local723 fp->addChild(std::move(childFP)); in asFragmentProcessor()943 auto childFP = as_SB(children[i])->asFragmentProcessor(args); in makeImage() local944 fp->addChild(std::move(childFP)); in makeImage()
84 if (const GrFragmentProcessor* childFP = fp.childProcessor(index)) { in recursive_dump_tree_info() local85 text->append(childFP->dumpInfo()); in recursive_dump_tree_info()87 recursive_dump_tree_info(*childFP, indent, text); in recursive_dump_tree_info()