Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrFragmentProcessor.h97 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; } in childProcessor() function
/external/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.h89 GrGLSLFragmentProcessor* childProcessor(int index) const { in childProcessor() function