HomeSort by relevance Sort by last modified time
    Searched defs:childProcessor (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrFragmentProcessor.h 129 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; }
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 53 const GrFragmentProcessor* child = &fFP->childProcessor(childIdx);
139 GrGLSLFragmentProcessor* childProcessor(int index) {
  /external/skqp/src/gpu/
GrFragmentProcessor.h 129 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; }
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentProcessor.h 53 const GrFragmentProcessor* child = &fFP->childProcessor(childIdx);
139 GrGLSLFragmentProcessor* childProcessor(int index) {

Completed in 190 milliseconds