Searched refs:fOnFlushRefCnt (Results 1 – 3 of 3) sorted by relevance
187 SkASSERT(0 == entry->fOnFlushRefCnt); // Because we are unique. in find()222 if (0 == entry->fOnFlushRefCnt) { in find()336 ++entry->fOnFlushRefCnt; in OnFlushRef()347 --fEntry->fOnFlushRefCnt; in ~OnFlushEntryRef()348 SkASSERT(fEntry->fOnFlushRefCnt >= 0); in ~OnFlushEntryRef()359 SkASSERT(fOnFlushRefCnt > 0); in setCoverageCountAtlas()369 fCachedAtlas->incrOnFlushRefCnt(fOnFlushRefCnt); in setCoverageCountAtlas()382 SkASSERT(fOnFlushRefCnt > 0); in upgradeToLiteralCoverageAtlas()389 fCachedAtlas->incrOnFlushRefCnt(fOnFlushRefCnt); in upgradeToLiteralCoverageAtlas()401 if (fOnFlushRefCnt) { in releaseCachedAtlas()[all …]
202 SkASSERT(0 == fOnFlushRefCnt); in ~GrCCPathCacheEntry()266 int fOnFlushRefCnt = 0; variable299 SkASSERT(!fOnFlushRefCnt); in ~GrCCCachedAtlas()315 int peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in peekOnFlushRefCnt()319 fOnFlushRefCnt += count;332 mutable int fOnFlushRefCnt = 0; variable
142 int GrCCPathCacheEntry::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()144 int GrCCCachedAtlas::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()