HomeSort by relevance Sort by last modified time
    Searched refs:check_allocator_helper (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
GrAllocatorTest.cpp 26 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);
  /external/skqp/tests/
GrAllocatorTest.cpp 26 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 167 milliseconds