Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrFragmentProcessor.h204 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function
205 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
537 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor() function