Searched refs:loadAllocation (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_graphics.h | 78 void loadAllocation(base::Stream* stream, Allocation& alloc, AllocType type);
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics.cpp | 768 loadAllocation(stream, mRingAllocation, AllocType::AllocTypeRing); in load() 769 loadAllocation(stream, mBufferAllocation, AllocType::AllocTypeBuffer); in load() 770 loadAllocation(stream, mCombinedAllocation, AllocType::AllocTypeCombined); in load() 844 void AddressSpaceGraphicsContext::loadAllocation(base::Stream* stream, Allocation& alloc, AddressSp… in loadAllocation() function in android::emulation::asg::AddressSpaceGraphicsContext
|