Searched refs:m_BoundIndex (Results 1 – 2 of 2) sorted by relevance
53 m_BoundIndex(0), in CommandListSwapper()128 m_RunningIndex = m_BoundIndex; in RunAsync()141 ++this->m_BoundIndex; in Swap()142 if (this->m_CommandLists.size() <= this->m_BoundIndex) in Swap()144 this->m_BoundIndex = 0; in Swap()318 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in StartCommandSave()350 m_ReusableCommandLists[m_BoundIndex], in ReuseCommand()381 nngxBindCmdlist(m_ReusableCommandLists[m_BoundIndex]); in GetReusableCommandBufferSize()
193 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId()319 int m_BoundIndex; variable