HomeSort by relevance Sort by last modified time
    Searched defs:allocCount (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/tests/
DequeTest.cpp 85 int allocCount) {
91 int expected = (deq.count() + allocCount - 1) / allocCount;
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) {
101 SkDeque deq(sizeof(int), allocCount);
112 assert_blocks(reporter, deq, allocCount);
119 assert_blocks(reporter, deq, allocCount);
125 assert_blocks(reporter, deq, allocCount);
134 assert_blocks(reporter, deq, allocCount);
141 assert_blocks(reporter, deq, allocCount);
    [all...]