Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
Ddemo.cpp389 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()
397 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()
405 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()
442 if ( strcmp( cmd->GetCommand(), "ADD_PIERROT" ) == 0 ) in InitializeScene()
480 if ( strcmp( cmd->GetCommand(), "ADD_ROBOT" ) == 0 ) in InitializeScene()
518 if ( strcmp( cmd->GetCommand(), "STEREO_PARAM" ) == 0 ) in InitializeScene()
527 if ( strcmp( cmd->GetCommand(), "DEFAULT_CAMERA" ) == 0 ) in InitializeScene()
DSmSceneCtrl.cpp38 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h223 const char* GetCommand() const in GetCommand() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h317 RenderCommand* GetCommand() in GetCommand() function
325 const RenderCommand* GetCommand() const in GetCommand() function
Dgfx_RenderQueue.h338 reinterpret_cast<u32>(element.GetCommand())); in operator()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp327 gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp964 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp1030 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()