Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.cpp85 for (Block* b : this->rblocks()) { in findOwningBlock()
166 for (Block* b : this->rblocks()) { in reset()
292 for (const Block* b : this->rblocks()) { in validate()
DGrBlockAllocator.h395 inline BlockIter<false, false> rblocks();
396 inline BlockIter<false, true> rblocks() const;
740 GrBlockAllocator::BlockIter<false, false> GrBlockAllocator::rblocks() { in rblocks() function
743 GrBlockAllocator::BlockIter<false, true> GrBlockAllocator::rblocks() const { in rblocks() function
/external/skia/tests/
DGrBlockAllocatorTest.cpp430 for (auto* b : pool->rblocks()) { in DEF_TEST()