Home
last modified time | relevance | path

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

/external/skqp/tests/
DGrAllocatorTest.cpp24 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
41 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator()
43 check_allocator_helper(allocator, 0, 0, reporter); in check_allocator()
48 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper() function
67 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper()
/external/skia/tests/
DGrTBlockListTest.cpp43 static void check_allocator_helper(GrTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator_helper() function
65 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper()
152 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator()
155 check_allocator_helper(allocator, 0, 0, reporter); in check_allocator()