Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Ddemo.cpp391 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()
399 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()
407 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()
444 if ( strcmp( cmd->GetCommand(), "ADD_PIERROT" ) == 0 ) in InitializeScene()
482 if ( strcmp( cmd->GetCommand(), "ADD_ROBOT" ) == 0 ) in InitializeScene()
520 if ( strcmp( cmd->GetCommand(), "STEREO_PARAM" ) == 0 ) in InitializeScene()
529 if ( strcmp( cmd->GetCommand(), "DEFAULT_CAMERA" ) == 0 ) in InitializeScene()
DSmSceneCtrl.cpp40 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h225 const char* GetCommand() const in GetCommand() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h322 RenderCommand* GetCommand() in GetCommand() function
330 const RenderCommand* GetCommand() const in GetCommand() function
Dgfx_RenderQueue.h340 reinterpret_cast<u32>(element.GetCommand())); in operator()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp335 gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp966 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp1032 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()