Home
last modified time | relevance | path

Searched refs:cacheMissCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp91 int cacheMissCount(uint32_t type) { in cacheMissCount() function in DiscardableManager
754 discardableManager->cacheMissCount(SkStrikeClient::kFontMetrics) == 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
756 discardableManager->cacheMissCount(SkStrikeClient::kGlyphMetrics) == 10); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
760 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphImage) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
761 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphPath) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/bench/
H A DSkGlyphCacheBench.cpp182 int cacheMissCount(uint32_t type) { in cacheMissCount() function in __anon18304::DiscardableManager

Completed in 3 milliseconds