Lines Matching refs:s_GfxCtrl
74 GfxCtrl* s_GfxCtrl = NULL; variable
216 s_GfxCtrl = new GfxCtrl( s_GfxSceneCtrl ); in InitializeGfx()
217 NW_NULL_ASSERT( s_GfxCtrl ); in InitializeGfx()
236 SM_SAFE_DELETE(s_GfxCtrl); in TerminateGfx()
413 s_GfxCtrl->OutputLog(); in SendPadMassage()
495 s_GfxCtrl->Update(); in CreateGfxCache()
559 s_Demo = new Demo( s_GfxCtrl, s_LytCtrl ); in DemoScene()
564 s_GfxSceneCtrl->InitializeScene( s_GfxCtrl->GetSceneRoot()); in DemoScene()
568 s_GfxSceneCtrl->SetSceneEnvironmentSetting(s_GfxCtrl->GetSceneEnvSetting()); in DemoScene()
571 SmCamera* pSmCamera = s_GfxCtrl->GetSmCamera(); in DemoScene()
577 nw::demo::Utility::SetCameraAspectRatio(s_GfxCtrl->GetCamera(), s_RenderTargets[0]); in DemoScene()
660 currentCamera = s_GfxCtrl->GetCamera(); in DemoScene()