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

  /external/skia/src/gpu/
GrPipeline.cpp 50 fNumColorProcessors = processors.numColorFragmentProcessors();
51 int numTotalProcessors = fNumColorProcessors +
106 , fNumColorProcessors(0) {
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.cpp 50 fNumColorProcessors = processors.numColorFragmentProcessors();
51 int numTotalProcessors = fNumColorProcessors +
106 , fNumColorProcessors(0) {
GrPipeline.h 116 int numColorFragmentProcessors() const { return fNumColorProcessors; }
118 return fFragmentProcessors.count() - fNumColorProcessors;
158 return *fFragmentProcessors[fNumColorProcessors + idx].get();
247 int fNumColorProcessors;

Completed in 556 milliseconds