Lines Matching refs:s_GfxCtrl
72 GfxCtrl* s_GfxCtrl = NULL; variable
218 s_GfxCtrl = new GfxCtrl( s_GfxSceneCtrl ); in InitializeGfx()
219 NW_NULL_ASSERT( s_GfxCtrl ); in InitializeGfx()
238 SM_SAFE_DELETE(s_GfxCtrl); in TerminateGfx()
497 s_GfxCtrl->Update(); in CreateGfxCache()
554 s_Demo = new Demo( s_GfxCtrl, s_LytCtrl ); in DemoScene()
559 s_GfxSceneCtrl->InitializeScene( s_GfxCtrl->GetSceneRoot()); in DemoScene()
563 s_GfxSceneCtrl->SetSceneEnvironmentSetting(s_GfxCtrl->GetSceneEnvSetting()); in DemoScene()
566 SmCamera* pSmCamera = s_GfxCtrl->GetSmCamera(); in DemoScene()
572 nw::demo::Utility::SetCameraAspectRatio(s_GfxCtrl->GetCamera(), s_RenderTargets[0]); in DemoScene()
653 currentCamera = s_GfxCtrl->GetCamera(); in DemoScene()