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

  /external/skia/src/gpu/
GrPipeline.h 116 int numColorFragmentProcessors() const { return fNumColorProcessors; }
118 return fFragmentProcessors.count() - fNumColorProcessors;
158 return *fFragmentProcessors[fNumColorProcessors + idx].get();
247 int fNumColorProcessors;
  /external/skqp/src/gpu/
GrPipeline.h 116 int numColorFragmentProcessors() const { return fNumColorProcessors; }
118 return fFragmentProcessors.count() - fNumColorProcessors;
158 return *fFragmentProcessors[fNumColorProcessors + idx].get();
247 int fNumColorProcessors;

Completed in 199 milliseconds