Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp187 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 …]
DGrCCPathCache.h202 SkASSERT(0 == fOnFlushRefCnt); in ~GrCCPathCacheEntry()
266 int fOnFlushRefCnt = 0; variable
299 SkASSERT(!fOnFlushRefCnt); in ~GrCCCachedAtlas()
315 int peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in peekOnFlushRefCnt()
319 fOnFlushRefCnt += count;
332 mutable int fOnFlushRefCnt = 0; variable
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp142 int GrCCPathCacheEntry::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()
144 int GrCCCachedAtlas::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt()