Home
last modified time | relevance | path

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

/external/skia/src/lazy/
DSkDiscardableMemoryPool.h45 virtual int getCacheHits() = 0;
DSkDiscardableMemoryPool.cpp45 int getCacheHits() override { return fCacheHits; } in getCacheHits() function in __anonb045545e0111::DiscardableMemoryPool
/external/skia/tools/
Dbench_pictures_main.cpp215 int cacheHits = pool->getCacheHits(); in run_single_benchmark()