Searched refs:findOwningBlock (Results 1 – 3 of 3) sorted by relevance
337 Block* findOwningBlock(const void* ptr);338 const Block* findOwningBlock(const void* ptr) const { in findOwningBlock() function339 return const_cast<GrBlockAllocator*>(this)->findOwningBlock(ptr); in findOwningBlock()615 return this->findOwningBlock(p); in owningBlock()
82 GrBlockAllocator::Block* GrBlockAllocator::findOwningBlock(const void* p) { in findOwningBlock() function in GrBlockAllocator
517 const GrBlockAllocator::Block* allocOwner = poolB->findOwningBlock(bAlloc); in DEF_TEST()534 REPORTER_ASSERT(r, (uintptr_t) poolA->findOwningBlock(bAlloc) == (uintptr_t) allocOwner); in DEF_TEST()535 REPORTER_ASSERT(r, !poolB->findOwningBlock(bAlloc)); in DEF_TEST()