Lines Matching refs:GetResource

202     resCamera->toViewUpdater.set_ptr(this->m_ViewUpdater->GetResource().ptr());  in Create()
203 resCamera->toProjectionUpdater.set_ptr(this->m_ProjectionUpdater->GetResource().ptr()); in Create()
205 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in Create()
220 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in Create()
299 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
321 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
624 ResDynamicCast<const ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
626 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
648 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
650 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
671 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetUpwardVector()
683 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetUpwardVector()
695 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTwist()
707 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTwist()
719 ResDynamicCast<const ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in GetViewRotate()
731 ResDynamicCast<ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in SetViewRotate()
751 … ResDynamicCast<const ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetPerspective()
783 ResDynamicCast<ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetPerspective()
805 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
851 ResDynamicCast<ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFrustum()
872 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
918 ResDynamicCast<ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetOrtho()
936 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
974 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
1026 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetNear()
1038 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetNear()
1050 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFar()
1062 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFar()
1203 ResCameraViewUpdaterData* ptr = GetViewUpdater()->GetResource().ptr(); in GetAnimTargetObject()
1209 ResCameraProjectionUpdaterData* ptr = GetProjectionUpdater()->GetResource().ptr(); in GetAnimTargetObject()