Home
last modified time | relevance | path

Searched refs:loadAllocation (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h78 void loadAllocation(base::Stream* stream, Allocation& alloc, AllocType type);
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp768 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