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()333 ++entry->fOnFlushRefCnt; in OnFlushRef()344 --fEntry->fOnFlushRefCnt; in ~OnFlushEntryRef()345 SkASSERT(fEntry->fOnFlushRefCnt >= 0); in ~OnFlushEntryRef()357 SkASSERT(fOnFlushRefCnt > 0); in setCoverageCountAtlas()367 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()267 int fOnFlushRefCnt = 0; variable300 SkASSERT(!fOnFlushRefCnt); in ~GrCCCachedAtlas()316 int peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in peekOnFlushRefCnt()320 fOnFlushRefCnt += count;333 mutable int fOnFlushRefCnt = 0; variable
332 int GrCCPathCacheEntry::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()334 int GrCCCachedAtlas::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()