Home
last modified time | relevance | path

Searched refs:commandList (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp206 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList() argument
208 m_FinishCommandTag = commandList->tag; in FinalizeCommandList()
210 DriverCommand* command = commandList; in FinalizeCommandList()
248 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply() local
249 FinalizeCommandList( commandList ); in RecvCommandReply()
257 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply() local
258 FinalizeCommandList( commandList ); in WaitCommandReply()
260 if ( tag == commandList->tag ) break; in WaitCommandReply()
269 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand() local
271 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
Dsnd_DriverCommand.cpp24 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList() argument
26 DriverCommand* command = commandList; in ProcessCommandList()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp63 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper() local
64 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() local
79 commandList != cacheEnd; ++commandList) in CommandListSwapper()
81 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()
82 nngxBindCmdlist(*commandList); in CommandListSwapper()
/NW4C-1.2.23/include/nw/snd/
Dsnd_DriverCommand.h107 static void ProcessCommandList( DriverCommand* commandList );