Home
last modified time | relevance | path

Searched refs:allowToPurge (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.h339 bool allowToPurge(const std::function<bool(void)>& nextFrameHasArrived);
H A DGrResourceCache.cpp1187 bool GrResourceCache::allowToPurge(const std::function<bool(void)>& nextFrameHasArrived) in allowToPurge() function in GrResourceCache
1239 while (stillOverbudget && fPurgeableQueue.count() && this->allowToPurge(nextFrameHasArrived)) { in purgeAsNeeded()
1254 while (stillOverbudget && fPurgeableQueue.count() && this->allowToPurge(nextFrameHasArrived)) { in purgeAsNeeded()

Completed in 8 milliseconds