Home
last modified time | relevance | path

Searched refs:ForwardCommand (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp504 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupActivateVertexAttributeCommand_()
608 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupDeactivateVertexAttributeCommand_()
890 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand(commandIndex * sizeof(u32)) ); in SetupDrawIndexStreamCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h1440 ForwardCommand(int size) in ForwardCommand() function