Searched refs:run_concat_test (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | SkTBlockListTest.cpp | 183 static void run_concat_test(skiatest::Reporter* reporter, int aCount, int bCount) { in run_concat_test() function 220 // This is similar to run_concat_test(), except since D is trivial we can't verify the instant in run_concat_trivial_test() 329 run_concat_test<1, 1>(reporter, 10, 10); in DEF_TEST() 330 run_concat_test<5, 1>(reporter, 50, 10); in DEF_TEST() 331 run_concat_test<1, 5>(reporter, 10, 50); in DEF_TEST() 332 run_concat_test<5, 5>(reporter, 100, 100); in DEF_TEST()
|
Completed in 1 milliseconds