Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrFragmentProcessor.h207 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function
208 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
544 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor() function