Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrFragmentProcessor.h194 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function
195 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
527 ProgramImpl* childProcessor(int index) const { return fChildProcessors[index].get(); } in childProcessor() function
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.h135 GrGLSLFragmentProcessor* childProcessor(int index) { in childProcessor() function
/third_party/flutter/skia/src/gpu/
DGrFragmentProcessor.h123 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function