Home
last modified time | relevance | path

Searched refs:childFP (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp205 const GrFragmentProcessor* childFP = fp.childProcessor(i); in writeChildFPFunctions() local
206 SkASSERT(childFP); in writeChildFPFunctions()
208 this->writeFPFunction(*childFP, *childImpl); in writeChildFPFunctions()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp793 auto childFP = as_SB(child.shader())->asFragmentProcessor(childArgs); in make_effect_fp() local
794 if (!childFP) { in make_effect_fp()
797 childFPs.push_back(std::move(childFP)); in make_effect_fp()
800 auto [success, childFP] = as_CFB(child.colorFilter()) in make_effect_fp()
807 childFPs.push_back(std::move(childFP)); in make_effect_fp()
810 auto childFP = as_BB(child.blender())->asFragmentProcessor(/*srcFP=*/nullptr, in make_effect_fp() local
813 if (!childFP) { in make_effect_fp()
816 childFPs.push_back(std::move(childFP)); in make_effect_fp()
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.cpp114 if (const GrFragmentProcessor* childFP = fp.childProcessor(index)) { in recursive_dump_tree_info()
115 text->append(childFP->dumpInfo()); in recursive_dump_tree_info()
117 recursive_dump_tree_info(*childFP, indent, text); in recursive_dump_tree_info()
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp280 for (auto& childFP : childFPs) { in MakeWithData()
281 fp->addChild(std::move(childFP), /*mergeOptFlags=*/true); in MakeWithData()

Completed in 6 milliseconds