Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp101 m_allocFlushSize(0U) in VirtioGpuStream()
196 int ret = commitBuffer(m_allocSize - m_allocFlushSize); in flush()
199 m_allocFlushSize = m_allocSize; in flush()
213 m_allocFlushSize = 0U; in allocBuffer()
251 m_allocFlushSize = 0U; in allocBuffer()
DVirtioGpuStream.h112 size_t m_allocFlushSize; variable