Searched defs:childProcessor (Results 1 – 3 of 3) sorted by relevance
194 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function195 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function527 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor() function
135 GrGLSLFragmentProcessor* childProcessor(int index) { in childProcessor() function
123 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function