Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.h196 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function
197 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
529 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor() function