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

  /external/skia/include/gpu/
GrFragmentProcessor.h 93 for (int i = 0; i < fChildProcessors.count(); ++i) {
94 fChildProcessors[i]->getGLSLProcessorKey(caps, b);
108 int numChildProcessors() const { return fChildProcessors.count(); }
110 const GrFragmentProcessor& childProcessor(int index) const { return *fChildProcessors[index]; }
342 SkSTArray<1, GrFragmentProcessor*, true> fChildProcessors;
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 26 for (int i = 0; i < fChildProcessors.count(); ++i) {
27 delete fChildProcessors[i];
153 int numChildProcessors() const { return fChildProcessors.count(); }
156 return fChildProcessors[index];
203 SkTArray<GrGLSLFragmentProcessor*, true> fChildProcessors;

Completed in 47 milliseconds