Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp53 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()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h193 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId()
319 int m_BoundIndex; variable