Home
last modified time | relevance | path

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

/external/skia/bench/
DImageCacheBudgetBench.cpp50 context->priv().testingOnly_purgeAllUnlockedResources(); in set_cache_budget()
59 context->priv().testingOnly_purgeAllUnlockedResources(); in set_cache_budget()
/external/skia/tests/
DTextureProxyTest.cpp255 context->priv().testingOnly_purgeAllUnlockedResources(); in invalidation_test()
296 context->priv().testingOnly_purgeAllUnlockedResources(); in invalidation_and_instantiation_test()
DGrSurfaceTest.cpp206 context->priv().testingOnly_purgeAllUnlockedResources(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
239 context->priv().testingOnly_purgeAllUnlockedResources(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceCacheTest.cpp1389 context->priv().testingOnly_purgeAllUnlockedResources(); in test_partial_purge()
/external/skia/src/gpu/
DGrContextPriv.h312 void testingOnly_purgeAllUnlockedResources();
DGrContextPriv.cpp794 void GrContextPriv::testingOnly_purgeAllUnlockedResources() { in testingOnly_purgeAllUnlockedResources() function in GrContextPriv