Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
Ddemo.cpp457 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()
465 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()
473 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()
510 if ( strcmp( cmd->GetCommand(), "ADD_PIERROT" ) == 0 ) in InitializeScene()
548 if ( strcmp( cmd->GetCommand(), "ADD_ROBOT" ) == 0 ) in InitializeScene()
586 if ( strcmp( cmd->GetCommand(), "STEREO_PARAM" ) == 0 ) in InitializeScene()
595 if ( strcmp( cmd->GetCommand(), "DEFAULT_CAMERA" ) == 0 ) in InitializeScene()
DSmSceneCtrl.cpp38 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmInitialFileParser.h223 const char* GetCommand() const in GetCommand() function
/NW4C-1.2.23/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.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp320 gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp968 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp1038 nw::gfx::RenderCommand* command = element.GetCommand(); in operator ()()