Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedOp.cpp192 if (fInfo.isSimpleRects() && fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()
195 if (that->fInfo.isSimpleRects() && that->fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()
207 fPixelLoad += that->fPixelLoad; in onCombineIfPossible()
432 op->fPixelLoad = op->bounds().height() * op->bounds().width(); in recordShape()
DInstancedOp.h42 fPixelLoad, in dumpInfo()
86 SkScalar fPixelLoad; variable