Searched refs:m_CommandLists (Results 1 – 2 of 2) sorted by relevance
52 m_CommandLists(description.commandListCount, allocator), in CommandListSwapper()65 m_CommandLists.resize(description.commandListCount); in CommandListSwapper()66 CommandListArray::iterator listEnd = m_CommandLists.end(); in CommandListSwapper()67 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper()142 if (this->m_CommandLists.size() <= this->m_BoundIndex) in Swap()146 if (this->m_CommandLists.size() > 1) in Swap()161 nngxBindCmdlist(m_CommandLists[m_RunningIndex]); in WaitDone()172 if (this->m_CommandLists.size() == 1) in WaitDone()
193 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId()196 size_t GetListCount() const { return this->m_CommandLists.size(); } in GetListCount()318 CommandListArray m_CommandLists; variable