Home
last modified time | relevance | path

Searched refs:testingOnly_scratchBlockSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DGrBlockAllocatorTest.cpp48 return pool->totalSize() - pool->testingOnly_scratchBlockSize(); in total_size()
444 REPORTER_ASSERT(r, pool->testingOnly_scratchBlockSize() == 0); in DEF_TEST()
450 REPORTER_ASSERT(r, (size_t) pool->testingOnly_scratchBlockSize() == added); in DEF_TEST()
454 REPORTER_ASSERT(r, pool->testingOnly_scratchBlockSize() == 0); in DEF_TEST()
462 REPORTER_ASSERT(r, (size_t) pool->testingOnly_scratchBlockSize() >= reserve && in DEF_TEST()
463 pool->testingOnly_scratchBlockSize() % 256 == 0); in DEF_TEST()
468 REPORTER_ASSERT(r, (size_t) pool->testingOnly_scratchBlockSize() == 0); in DEF_TEST()
474 REPORTER_ASSERT(r, pool->testingOnly_scratchBlockSize() == 0); in DEF_TEST()
478 REPORTER_ASSERT(r, pool->testingOnly_scratchBlockSize() > 0); in DEF_TEST()
484 REPORTER_ASSERT(r, pool->testingOnly_scratchBlockSize() > 0 && in DEF_TEST()
[all …]
DGrTBlockListTest.cpp268 REPORTER_ASSERT(reporter, (size_t) list.allocator()->testingOnly_scratchBlockSize() >= in run_reserve_test()
279 REPORTER_ASSERT(reporter, (size_t) list.allocator()->testingOnly_scratchBlockSize() >= in run_reserve_test()
/external/skia/src/gpu/
DGrBlockAllocator.h406 int testingOnly_scratchBlockSize() const { return this->scratchBlockSize(); } in testingOnly_scratchBlockSize() function