Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp99 m_flushPos(0U), in VirtioGpuStream()
219 m_flushPos = 0U; in allocBuffer()
228 m_flushPos = m_cmdPos; in allocBuffer()
237 minSize += m_flushPos; in allocBuffer()
253 m_flushPos = 0U; in allocBuffer()
259 if (m_flushPos == 0 && m_cmdPos == 0) { in allocBuffer()
295 if (m_flushPos < sizeof(*cmd)) { in writeFully()
298 len, m_cmdPos, m_flushPos); in writeFully()
302 if (m_flushPos + len > cmd->cmdSize) { in writeFully()
305 __func__, len, m_cmdPos, m_flushPos, cmd->cmdSize); in writeFully()
[all …]
DVirtioGpuStream.h106 size_t m_flushPos; variable