Home
last modified time | relevance | path

Searched defs:childFP (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp203 const GrFragmentProcessor* childFP = fp.childProcessor(i); in writeChildFPFunctions() local
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp280 for (auto& childFP : childFPs) { in MakeWithData() local
/third_party/skia/src/core/
DSkRuntimeEffect.cpp781 auto childFP = as_SB(child.shader())->asFragmentProcessor(childArgs); in make_effect_fp() local
798 auto childFP = as_BB(child.blender())->asFragmentProcessor(/*srcFP=*/nullptr, in make_effect_fp() local
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp98 if (const GrFragmentProcessor* childFP = fp.childProcessor(index)) { in recursive_dump_tree_info() local