Home
last modified time | relevance | path

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

/external/skia/tests/
DGrBlockAllocatorTest.cpp491 size_t scratchAvail = 2 * avail; in DEF_TEST() local
492 pool->reserve(scratchAvail); in DEF_TEST()
493 REPORTER_ASSERT(r, (size_t) pool->testingOnly_scratchBlockSize() >= scratchAvail); in DEF_TEST()
497 scratchAvail = pool->testingOnly_scratchBlockSize(); in DEF_TEST()
498 pool->allocate<1>(scratchAvail + 1); in DEF_TEST()
500 REPORTER_ASSERT(r, (size_t) pool->testingOnly_scratchBlockSize() == scratchAvail); in DEF_TEST()