Searched refs:mAllocation (Results 1 – 2 of 2) sorted by relevance
124 mAllocation(alloc), in _C2Block1DImpl()129 mAllocation(other.mAllocation), in _C2Block1DImpl()139 return mAllocation ? mAllocation->handle() : nullptr; in handle()145 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()149 return mAllocation; in getAllocation()153 std::shared_ptr<C2LinearAllocation> mAllocation; member in _C2Block1DImpl523 : mAllocation(alloc) {} in LinearAllocationDtor()527 const std::shared_ptr<C2LinearAllocation> mAllocation; member532 : mAllocation(alloc) {} in GraphicAllocationDtor()536 const std::shared_ptr<C2GraphicAllocation> mAllocation; member[all …]
47 const std::shared_ptr<BufferPoolAllocation> mAllocation; member57 mAllocation(alloc), mAllocSize(allocSize), mConfig(allocConfig) {} in InternalBuffer()60 return mAllocation->handle(); in handle()