Home
last modified time | relevance | path

Searched refs:fPathRange (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
DGrDrawPathBatch.cpp34 string.printf("RANGE: 0x%p COUNTS: [", fPathRange.get()); in dumpInfo()
48 , fPathRange(range) in GrDrawPathRangeBatch()
57 if (this->fPathRange.get() != that->fPathRange.get() || in onCombineIfPossible()
133 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), instances.indices(), in onDraw()
158 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), indexStorage, in onDraw()
DGrDrawPathBatch.h201 PendingPathRange fPathRange; variable