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

  /external/skia/src/gpu/instanced/
InstancedRendering.h 117 fPixelLoad,
152 SkScalar fPixelLoad;
InstancedRendering.cpp 197 op->fPixelLoad = op->bounds().height() * op->bounds().width();
402 if (fInfo.isSimpleRects() && fPixelLoad > kMaxPixelsToGeneralizeRects) {
405 if (that->fInfo.isSimpleRects() && that->fPixelLoad > kMaxPixelsToGeneralizeRects) {
412 fPixelLoad += that->fPixelLoad;

Completed in 483 milliseconds