Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/
DGrTest.cpp142 int GrCCPathCacheEntry::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt() function in GrCCPathCacheEntry
144 int GrCCCachedAtlas::testingOnly_peekOnFlushRefCnt() const { return fOnFlushRefCnt; } in testingOnly_peekOnFlushRefCnt() function in GrCCCachedAtlas
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.h273 int testingOnly_peekOnFlushRefCnt() const;
335 int testingOnly_peekOnFlushRefCnt() const;
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp620 REPORTER_ASSERT(reporter, 0 == entry->testingOnly_peekOnFlushRefCnt()); in onRun()
637 REPORTER_ASSERT(reporter, 0 == cachedAtlas->testingOnly_peekOnFlushRefCnt()); in onRun()