Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DDrawAtlas.cpp334 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()
339 if (plot->flushesSinceLastUsed() > kPlotRecentlyUsedCount) { in compact()
366 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()
370 if (plot->flushesSinceLastUsed() <= kPlotRecentlyUsedCount) { in compact()
391 if (plot->flushesSinceLastUsed() <= kPlotRecentlyUsedCount) { in compact()
/external/skia/src/gpu/ganesh/
DGrDrawOpAtlas.cpp370 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()
375 if (plot->flushesSinceLastUsed() > kPlotRecentlyUsedCount) { in compact()
403 SkDebugf("%d ", plot->flushesSinceLastUsed()); in compact()
407 if (plot->flushesSinceLastUsed() <= kPlotRecentlyUsedCount) { in compact()
428 if (plot->flushesSinceLastUsed() <= kPlotRecentlyUsedCount) { in compact()
/external/skia/src/gpu/
DAtlasTypes.h467 int flushesSinceLastUsed() { return fFlushesSinceLastUse; } in flushesSinceLastUsed() function