Lines Matching refs:GetResource

205     resCamera->toViewUpdater.set_ptr(this->m_ViewUpdater->GetResource().ptr());  in Create()
206 resCamera->toProjectionUpdater.set_ptr(this->m_ProjectionUpdater->GetResource().ptr()); in Create()
208 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in Create()
223 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in Create()
302 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
324 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
627 ResDynamicCast<const ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
629 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTargetPosition()
651 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
653 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTargetPosition()
674 ResDynamicCast<const ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetUpwardVector()
686 ResDynamicCast<ResLookAtTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetUpwardVector()
698 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in GetTwist()
710 ResDynamicCast<ResAimTargetViewUpdater>( GetViewUpdater()->GetResource() ); in SetTwist()
722 ResDynamicCast<const ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in GetViewRotate()
734 ResDynamicCast<ResRotateViewUpdater>( GetViewUpdater()->GetResource() ); in SetViewRotate()
754 … ResDynamicCast<const ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetPerspective()
786 ResDynamicCast<ResPerspectiveProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetPerspective()
808 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
854 ResDynamicCast<ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFrustum()
875 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
921 ResDynamicCast<ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetOrtho()
939 ResDynamicCast<const ResFrustumProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFrustum()
977 ResDynamicCast<const ResOrthoProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetOrtho()
1029 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetNear()
1041 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetNear()
1053 ResDynamicCast<const ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in GetFar()
1065 ResDynamicCast<ResCameraProjectionUpdater>( GetProjectionUpdater()->GetResource() ); in SetFar()
1206 ResCameraViewUpdaterData* ptr = GetViewUpdater()->GetResource().ptr(); in GetAnimTargetObject()
1212 ResCameraProjectionUpdaterData* ptr = GetProjectionUpdater()->GetResource().ptr(); in GetAnimTargetObject()