Searched refs:commandList (Results 1 – 4 of 4) sorted by relevance
206 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList() argument208 m_FinishCommandTag = commandList->tag; in FinalizeCommandList()210 DriverCommand* command = commandList; in FinalizeCommandList()248 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply() local249 FinalizeCommandList( commandList ); in RecvCommandReply()257 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply() local258 FinalizeCommandList( commandList ); in WaitCommandReply()260 if ( tag == commandList->tag ) break; in WaitCommandReply()269 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand() local271 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
24 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList() argument26 DriverCommand* command = commandList; in ProcessCommandList()
63 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper() local64 commandList != listEnd; ++commandList) in CommandListSwapper()66 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()67 nngxBindCmdlist(*commandList); in CommandListSwapper()78 for (CommandListArray::iterator commandList = m_ReusableCommandLists.begin(); in CommandListSwapper() local79 commandList != cacheEnd; ++commandList) in CommandListSwapper()81 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()82 nngxBindCmdlist(*commandList); in CommandListSwapper()
107 static void ProcessCommandList( DriverCommand* commandList );