Searched defs:childProcessor (Results 1 – 4 of 4) sorted by relevance
139 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function140 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
126 GrGLSLFragmentProcessor* childProcessor(int index) const { in childProcessor() function
135 GrGLSLFragmentProcessor* childProcessor(int index) { in childProcessor() function
122 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function