Searched refs:childFP (Results 1 – 4 of 4) sorted by relevance
214 const GrFragmentProcessor* childFP = fp.childProcessor(i); in writeChildFPFunctions() local215 SkASSERT(childFP); in writeChildFPFunctions()217 this->writeFPFunction(*childFP, *childImpl); in writeChildFPFunctions()
1001 auto childFP = as_SB(child.shader())->asFragmentProcessor(childArgs, mRec); in make_effect_fp() local1002 if (!childFP) { in make_effect_fp()1005 childFPs.push_back(std::move(childFP)); in make_effect_fp()1008 auto [success, childFP] = as_CFB(child.colorFilter()) in make_effect_fp()1016 childFPs.push_back(std::move(childFP)); in make_effect_fp()1019 auto childFP = as_BB(child.blender())->asFragmentProcessor( in make_effect_fp() local1023 if (!childFP) { in make_effect_fp()1026 childFPs.push_back(std::move(childFP)); in make_effect_fp()
99 if (const GrFragmentProcessor* childFP = fp.childProcessor(index)) { in recursive_dump_tree_info() local100 text->append(childFP->dumpInfo()); in recursive_dump_tree_info()102 recursive_dump_tree_info(*childFP, indent, text); in recursive_dump_tree_info()
281 for (auto& childFP : childFPs) { in MakeWithData() local282 fp->addChild(std::move(childFP), /*mergeOptFlags=*/true); in MakeWithData()