Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrFragmentProcessor.h139 GrFragmentProcessor* childProcessor(int index) { return fChildProcessors[index].get(); } in childProcessor() function
140 const GrFragmentProcessor* childProcessor(int index) const { in childProcessor() function
/external/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.h126 GrGLSLFragmentProcessor* childProcessor(int index) const { in childProcessor() function
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentProcessor.h135 GrGLSLFragmentProcessor* childProcessor(int index) { in childProcessor() function
/external/skqp/src/gpu/
DGrFragmentProcessor.h122 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function