Searched refs:m_CommandLists (Results 1 – 2 of 2) sorted by relevance
49 m_CommandLists(description.commandListCount, allocator), in CommandListSwapper()61 m_CommandLists.resize(description.commandListCount); in CommandListSwapper()62 CommandListArray::iterator listEnd = m_CommandLists.end(); in CommandListSwapper()63 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper()128 if (this->m_CommandLists.size() <= this->m_BoundIndex) in Swap()132 if (this->m_CommandLists.size() > 1) in Swap()147 nngxBindCmdlist(m_CommandLists[m_RunningIndex]); in WaitDone()156 if (this->m_CommandLists.size() == 1) in WaitDone()
191 GLuint GetCommandListId() const { return m_CommandLists[m_BoundIndex]; } in GetCommandListId()194 size_t GetListCount() const { return this->m_CommandLists.size(); } in GetListCount()310 CommandListArray m_CommandLists; variable