Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlockAllocator.cpp150 void GrBlockAllocator::stealHeapBlocks(GrBlockAllocator* other) { in stealHeapBlocks() function in GrBlockAllocator
DGrTBlockList.h361 fAllocator->stealHeapBlocks(other.fAllocator.allocator()); in concat()
DGrBlockAllocator.h368 void stealHeapBlocks(GrBlockAllocator* other);
/external/skia/tests/
DGrBlockAllocatorTest.cpp527 poolA->stealHeapBlocks(poolB.allocator()); in DEF_TEST()
538 poolA->stealHeapBlocks(poolB.allocator()); in DEF_TEST()