Lines Matching refs:mAllocation
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 _C2Block1DImpl
523 : mAllocation(alloc) {} in LinearAllocationDtor()
527 const std::shared_ptr<C2LinearAllocation> mAllocation; member
532 : mAllocation(alloc) {} in GraphicAllocationDtor()
536 const std::shared_ptr<C2GraphicAllocation> mAllocation; member
802 mAllocation(alloc), in _C2Block2DImpl()
814 return mAllocation ? mAllocation->handle() : nullptr; in handle()
820 return mAllocation ? mAllocation->getAllocatorId() : C2Allocator::BAD_ID; in getAllocatorId()
824 return mAllocation; in getAllocation()
828 std::shared_ptr<C2GraphicAllocation> mAllocation; member in _C2Block2DImpl