Lines Matching refs:s_GfxCtrl
72 GfxCtrl* s_GfxCtrl = NULL; variable
214 s_GfxCtrl = new GfxCtrl( s_GfxSceneCtrl ); in InitializeGfx()
215 NW_NULL_ASSERT( s_GfxCtrl ); in InitializeGfx()
234 SM_SAFE_DELETE(s_GfxCtrl); in TerminateGfx()
411 s_GfxCtrl->OutputLog(); in SendPadMassage()
493 s_GfxCtrl->Update(); in CreateGfxCache()
557 s_Demo = new Demo( s_GfxCtrl, s_LytCtrl ); in DemoScene()
562 s_GfxSceneCtrl->InitializeScene( s_GfxCtrl->GetSceneRoot()); in DemoScene()
566 s_GfxSceneCtrl->SetSceneEnvironmentSetting(s_GfxCtrl->GetSceneEnvSetting()); in DemoScene()
569 SmCamera* pSmCamera = s_GfxCtrl->GetSmCamera(); in DemoScene()
575 nw::demo::Utility::SetCameraAspectRatio(s_GfxCtrl->GetCamera(), s_RenderTargets[0]); in DemoScene()
658 currentCamera = s_GfxCtrl->GetCamera(); in DemoScene()