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

  /external/skia/include/gpu/
GrPaint.h 98 int numCoverageFragmentProcessors() const { return fCoverageFragmentProcessors.count(); }
100 this->numCoverageFragmentProcessors(); }
  /external/skia/src/gpu/
GrPipeline.h 104 int numCoverageFragmentProcessors() const {
125 SkASSERT(idx < this->numCoverageFragmentProcessors());
GrPipelineBuilder.h 55 int numCoverageFragmentProcessors() const { return fCoverageFragmentProcessors.count(); }
57 this->numCoverageFragmentProcessors(); }

Completed in 295 milliseconds