Home | History | Annotate | Download | only in gpu

Lines Matching refs:Stats

637     struct Stats {
648 Stats(const GrResourceCache* cache) {
688 Stats stats(this);
695 stats.update(fNonpurgeableResources[i]);
701 stats.update(fPurgeableQueue.at(i));
707 SkASSERT(stats.fBytes == fBytes);
708 SkASSERT(stats.fBudgetedBytes == fBudgetedBytes);
709 SkASSERT(stats.fBudgetedCount == fBudgetedCount);
718 SkASSERT(stats.fContent == fUniqueHash.count());
719 SkASSERT(stats.fScratch + stats.fCouldBeScratch == fScratchMap.count());