Home
last modified time | relevance | path

Searched refs:testingOnly_getLRU (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/gm/
Dpreservefillrule.cpp114 for (GrCCPathCacheEntry* entry : pathCache->testingOnly_getLRU()) { in onDraw()
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp138 const SkTInternalLList<GrCCPathCacheEntry>& GrCCPathCache::testingOnly_getLRU() const { in testingOnly_getLRU() function in GrCCPathCache
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.h188 const SkTInternalLList<GrCCPathCacheEntry>& testingOnly_getLRU() const;
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp466 const auto& lru = cache->testingOnly_getLRU(); in onRun()
614 const auto& lru = cache->testingOnly_getLRU(); in onRun()