Searched refs:getCacheHits (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/lazy/ | ||
D | SkDiscardableMemoryPool.h | 45 virtual int getCacheHits() = 0; |
D | SkDiscardableMemoryPool.cpp | 45 int getCacheHits() override { return fCacheHits; } in getCacheHits() function in __anonc6ded2be0111::DiscardableMemoryPool |