Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLFragmentProcessor.h135 GrGLSLFragmentProcessor* childProcessor(int index) { in childProcessor() function
/external/skia/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
/external/skia/src/gpu/
DGrFragmentProcessor.h123 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function