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.h80 void loadAllocation(base::Stream* stream, Allocation& alloc);
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp816 loadAllocation(stream, mRingAllocation); in load()
817 loadAllocation(stream, mBufferAllocation); in load()
818 loadAllocation(stream, mCombinedAllocation); in load()
904 void AddressSpaceGraphicsContext::loadAllocation(base::Stream* stream, Allocation& alloc) { in loadAllocation() function in android::emulation::asg::AddressSpaceGraphicsContext