Lines Matching refs:mAllocation
128 mAllocation(alloc), in _C2Block1DImpl()
133 mAllocation(other.mAllocation), in _C2Block1DImpl()
143 return mAllocation ? mAllocation->handle() : nullptr; in handle()
149 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
153 return mAllocation; in getAllocation()
157 std::shared_ptr<C2LinearAllocation> mAllocation; member in _C2Block1DImpl
546 : mAllocation(alloc) {} in LinearAllocationDtor()
550 const std::shared_ptr<C2LinearAllocation> mAllocation; member
555 : mAllocation(alloc) {} in GraphicAllocationDtor()
559 const std::shared_ptr<C2GraphicAllocation> mAllocation; member
819 mAllocation(alloc), in _C2Block2DImpl()
831 return mAllocation ? mAllocation->handle() : nullptr; in handle()
837 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
841 return mAllocation; in getAllocation()
845 std::shared_ptr<C2GraphicAllocation> mAllocation; member in _C2Block2DImpl