Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp401 constexpr SkScalar kMaxPixelsToGeneralizeRects = 256 * 256; in onCombineIfPossible() local
402 if (fInfo.isSimpleRects() && fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()
405 if (that->fInfo.isSimpleRects() && that->fPixelLoad > kMaxPixelsToGeneralizeRects) { in onCombineIfPossible()