Searched refs:commandList (Results 1 – 4 of 4) sorted by relevance
208 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList() argument210 m_FinishCommandTag = commandList->tag; in FinalizeCommandList()212 DriverCommand* command = commandList; in FinalizeCommandList()250 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply() local251 FinalizeCommandList( commandList ); in RecvCommandReply()259 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply() local260 FinalizeCommandList( commandList ); in WaitCommandReply()262 if ( tag == commandList->tag ) break; in WaitCommandReply()271 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand() local273 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
26 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList() argument28 DriverCommand* command = commandList; in ProcessCommandList()
67 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper() local68 commandList != listEnd; ++commandList) in CommandListSwapper()70 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()71 nngxBindCmdlist(*commandList); in CommandListSwapper()82 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper() local83 commandList != cacheEnd; ++commandList) in CommandListSwapper()85 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()86 nngxBindCmdlist(*commandList); in CommandListSwapper()
113 static void ProcessCommandList( DriverCommand* commandList );