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

  /external/skia/src/gpu/batches/
GrDrawAtlasBatch.h 59 bool coverageIgnored() const { return fCoverageIgnored; }
68 bool fCoverageIgnored;
GrTestBatch.h 48 fBatch.fCoverageIgnored = !overrides.readsCoverage();
80 bool fCoverageIgnored;
GrDrawVerticesBatch.h 75 bool fCoverageIgnored; // comes from initBatchTracker.
GrNonAAStrokeRectBatch.cpp 176 fBatch.fCoverageIgnored = !overrides.readsCoverage();
186 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
204 bool fCoverageIgnored;
GrAALinearizingConvexPathRenderer.cpp 157 fBatch.fCoverageIgnored = !overrides.readsCoverage();
306 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
312 bool fCoverageIgnored;
GrAtlasTextBatch.h 160 bool fCoverageIgnored;
GrDrawVerticesBatch.cpp 88 fCoverageIgnored = !overrides.readsCoverage();
99 fCoverageIgnored));
GrAAStrokeRectBatch.cpp 133 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
157 bool fCoverageIgnored;
180 fBatch.fCoverageIgnored = !overrides.readsCoverage();
GrDefaultPathRenderer.cpp 251 fBatch.fCoverageIgnored = !overrides.readsCoverage();
528 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
536 bool fCoverageIgnored;
GrAADistanceFieldPathRenderer.cpp 176 fBatch.fCoverageIgnored = !overrides.readsCoverage();
527 bool fCoverageIgnored;
GrAtlasTextBatch.cpp 80 fBatch.fCoverageIgnored = !overrides.readsCoverage();
GrDrawAtlasBatch.cpp 36 fCoverageIgnored = !overrides.readsCoverage();
GrAAConvexPathRenderer.cpp 778 fBatch.fCoverageIgnored = !overrides.readsCoverage();
    [all...]
GrAAHairLinePathRenderer.cpp 706 fBatch.fCoverageIgnored = !overrides.readsCoverage();
773 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
781 bool fCoverageIgnored;
    [all...]
GrPLSPathRenderer.cpp     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 660 fBatch.fCoverageIgnored = !overrides.readsCoverage();
766 bool fCoverageIgnored;
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 314 fBatch.fCoverageIgnored = !overrides.readsCoverage();
675 bool coverageIgnored() const { return fBatch.fCoverageIgnored; }
681 bool fCoverageIgnored;
    [all...]

Completed in 885 milliseconds