Searched refs:check_allocator_helper (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
43 check_allocator_helper(allocator, cnt, popCnt, reporter);
45 check_allocator_helper(allocator, 0, 0, reporter);
50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, function
69 check_allocator_helper(allocator, cnt - popCnt, 0, reporter);

Completed in 174 milliseconds