Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_DriverCommandManager.cpp208 void DriverCommandManager::FinalizeCommandList( DriverCommand* commandList ) in FinalizeCommandList() argument
210 m_FinishCommandTag = commandList->tag; in FinalizeCommandList()
212 DriverCommand* command = commandList; in FinalizeCommandList()
250 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in RecvCommandReply() local
251 FinalizeCommandList( commandList ); in RecvCommandReply()
259 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in WaitCommandReply() local
260 FinalizeCommandList( commandList ); in WaitCommandReply()
262 if ( tag == commandList->tag ) break; in WaitCommandReply()
271 DriverCommand* commandList = reinterpret_cast<DriverCommand*>(msg); in ProcessCommand() local
273 DriverCommand::ProcessCommandList( commandList ); in ProcessCommand()
Dsnd_DriverCommand.cpp26 void DriverCommand::ProcessCommandList( DriverCommand* commandList ) in ProcessCommandList() argument
28 DriverCommand* command = commandList; in ProcessCommandList()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp67 for (CommandListArray::iterator commandList = m_CommandLists.begin(); in CommandListSwapper() local
68 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() local
83 commandList != cacheEnd; ++commandList) in CommandListSwapper()
85 nngxGenCmdlists(1, &(*commandList)); in CommandListSwapper()
86 nngxBindCmdlist(*commandList); in CommandListSwapper()
/NW4C-2.0.3/include/nw/snd/
Dsnd_DriverCommand.h113 static void ProcessCommandList( DriverCommand* commandList );