Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp238 if (alloc.isView) return; in freeRingStorage()
249 if (alloc.isView) return; in freeBuffer()
274 res.isView = true; in allocRingViewIntoCombined()
282 res.isView = true; in allocBufferViewIntoCombined()
831 stream->putBe32(alloc.isView); in saveAllocation()
848 alloc.isView = stream->getBe32(); in loadAllocation()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h38 bool isView = false; member