Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp80 m_cmdPos(0U), in VirtioGpuStream()
192 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer()
197 if (m_cmdPos + cmd->cmdSize + minSize > m_bufSize) { in allocBuffer()
202 m_cmdPos = 0U; in allocBuffer()
208 m_cmdPos += cmd->cmdSize; in allocBuffer()
209 m_flushPos = m_cmdPos; in allocBuffer()
236 m_cmdPos = 0U; in allocBuffer()
240 if (m_flushPos == 0 && m_cmdPos == 0) { in allocBuffer()
247 VirtioGpuCmd *cmd = reinterpret_cast<VirtioGpuCmd *>(&m_buf[m_cmdPos]); in allocBuffer()
251 return m_buf + m_cmdPos; in allocBuffer()
[all …]
DVirtioGpuStream.h95 size_t m_cmdPos; variable