Home
last modified time | relevance | path

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

/external/skqp/tests/
DSkRemoteGlyphCacheTest.cpp55 int cacheMissCount(uint32_t type) { return fCacheMissCount[type]; } in cacheMissCount() function in DiscardableManager
614 discardableManager->cacheMissCount(SkStrikeClient::kFontMetrics) == 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
616 discardableManager->cacheMissCount(SkStrikeClient::kGlyphMetrics) == 10); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
620 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphImage) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
621 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphPath) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
728 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(i) == 2); in DEF_TEST()
730 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(i) == 0); in DEF_TEST()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp87 int cacheMissCount(uint32_t type) { in cacheMissCount() function in DiscardableManager
743 discardableManager->cacheMissCount(SkStrikeClient::kFontMetrics) == 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
745 discardableManager->cacheMissCount(SkStrikeClient::kGlyphMetrics) == 10); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
749 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphImage) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
750 REPORTER_ASSERT(reporter, discardableManager->cacheMissCount(SkStrikeClient::kGlyphPath) == 0); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/bench/
DSkGlyphCacheBench.cpp182 int cacheMissCount(uint32_t type) { in cacheMissCount() function in __anon1dadc3290211::DiscardableManager