Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DPathRendererCacheTests.cpp87 static bool cache_non_scratch_resources_equals(GrResourceCache* cache, int expected) { in cache_non_scratch_resources_equals() function
129 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, 0)); in test_path()
134 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected)); in test_path()
138 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected)); in test_path()
144 REPORTER_ASSERT(reporter, cache_non_scratch_resources_equals(cache, expected - 1)); in test_path()