Searched refs:test_cache (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DImageCacheTest.cpp44 static void test_cache(skiatest::Reporter* reporter, SkResourceCache& cache, bool testPurge) { function
88 test_cache(reporter, cache, true);
95 test_cache(reporter, cache, true);
99 test_cache(reporter, cache, false);
H A DClipCacheTest.cpp133 static void test_cache(skiatest::Reporter* reporter, GrContext* context) { function
228 test_cache(reporter, context);
H A DResourceCacheTest.cpp20 static void test_cache(skiatest::Reporter* reporter, function
303 test_cache(reporter, context, surface->getCanvas());
/external/skia/tests/
H A DImageCacheTest.cpp19 static void test_cache(skiatest::Reporter* reporter, SkScaledImageCache& cache, function
93 test_cache(reporter, cache, true);
100 test_cache(reporter, cache, true);
104 test_cache(reporter, cache, false);
H A DClipCacheTest.cpp133 static void test_cache(skiatest::Reporter* reporter, GrContext* context) { function
233 test_cache(reporter, context);
H A DResourceCacheTest.cpp19 static void test_cache(skiatest::Reporter* reporter, function
303 test_cache(reporter, context, &canvas);

Completed in 118 milliseconds