Searched refs:run_concat_test (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 183 static void run_concat_test(skiatest::Reporter* reporter, int aCount, int bCount) { in run_concat_test() function 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()
|