Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp587 mRingAllocation = sGlobals()->allocRingViewIntoCombined(mCombinedAllocation);
590 mRingAllocation = sGlobals()->allocRingStorage();
594 if (!mRingAllocation.buffer) {
605 mRingAllocation.buffer,
642 sGlobals()->freeRingStorage(mRingAllocation); in ~AddressSpaceGraphicsContext()
649 info->metadata = mRingAllocation.offsetIntoPhys; in perform()
650 info->size = mRingAllocation.size; in perform()
741 saveAllocation(stream, mRingAllocation); in save()
768 loadAllocation(stream, mRingAllocation, AllocType::AllocTypeRing); in load()
773 mRingAllocation.buffer, in load()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h94 Allocation mRingAllocation; variable