Home
last modified time | relevance | path

Searched refs:testingOnly_purgeAllUnlockedResources (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/bench/
DImageCacheBudgetBench.cpp50 context->priv().testingOnly_purgeAllUnlockedResources(); in set_cache_budget()
59 context->priv().testingOnly_purgeAllUnlockedResources(); in set_cache_budget()
/third_party/flutter/skia/tests/
DTextureProxyTest.cpp262 context->priv().testingOnly_purgeAllUnlockedResources(); in invalidation_test()
303 context->priv().testingOnly_purgeAllUnlockedResources(); in invalidation_and_instantiation_test()
DGrSurfaceTest.cpp307 context->priv().testingOnly_purgeAllUnlockedResources(); in DEF_GPUTEST()
340 context->priv().testingOnly_purgeAllUnlockedResources(); in DEF_GPUTEST()
DResourceCacheTest.cpp1387 context->priv().testingOnly_purgeAllUnlockedResources(); in test_partial_purge()
/third_party/flutter/skia/src/gpu/
DGrContextPriv.h258 void testingOnly_purgeAllUnlockedResources();
DGrContextPriv.cpp294 void GrContextPriv::testingOnly_purgeAllUnlockedResources() { in testingOnly_purgeAllUnlockedResources() function in GrContextPriv