Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 117) sorted by relevance

12345

/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmButton.cpp51 m_Button->Update(); in SmButton()
63 m_PushButton->Update(); in SmButton()
116 m_Button->Update(); in SetSwitch()
136 m_Button->Update(); in SwapSwitch()
/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h159 void DebugUpdate() { if ( m_ActiveFlag ) { Update(); } } in DebugUpdate()
162 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread()
187 void Update();
Dsnd_CurveLfo.h69 void Update( int msec );
Dsnd_MoveValue.h113 void Update() { if ( m_Counter < m_Frame ) ++m_Counter; } in Update() function
Dsnd_StreamSoundPlayer.h171 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread()
241 void Update();
Dsnd_CurveAdshr.h69 void Update( int msec );
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Pad.cpp76 Pad::Update() in Update() function in nw::demo::Pad
80 m_PadButton.Update( m_TestPadStatus ); in Update()
91 m_PadButton.Update( static_cast<u32>( m_PadStatus.hold ) ); in Update()
Ddemo_PadButton.cpp33 PadButton::Update( u32 buttonStatus ) in Update() function in nw::demo::internal::PadButton
/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareManagerDSP.cppi167 void HardwareManager::Update()
175 m_AuxUserVolume[ i ].Update();
180 m_AuxFadeVolume[ i ].Update();
201 m_MasterVolume.Update();
206 m_VolumeForReset.Update();
Dsnd_HardwareManagerAX.cppi134 void HardwareManager::Update()
142 m_AuxUserVolume[ i ].Update();
147 m_AuxFadeVolume[ i ].Update();
175 m_MasterVolume.Update();
180 m_VolumeForReset.Update();
/NW4C-2.0.3/include/nw/demo/
Ddemo_CameraController.h108 void Update(unsigned int cameraIndex = 0);
130 void Update();
Ddemo_PadButton.h46 void Update( u32 buttonStatus );
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CameraViewUpdater.h60 void virtual Update(
Dgfx_BillboardUpdater.h65 void Update(
Dgfx_FrustumProjectionUpdater.h95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_PerspectiveProjectionUpdater.h95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_OrthoProjectionUpdater.h95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
Dgfx_LookAtTargetViewUpdater.h96 void virtual Update(
Dgfx_AimTargetViewUpdater.h96 void virtual Update(
Dgfx_RotateViewUpdater.h96 void virtual Update(
Dgfx_Fog.h66 fog->Update(camera); in operator()
182 void Update(const Camera* camera);
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp357 Update(); in Run()
431 void AppBase::Update() in Update() function in nw::snd::demolib::AppBase
443 pad->Update(); in UpdatePad()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp196 void Channel::Update( bool doPeriodicProc ) in Update() function in nw::snd::internal::driver::Channel
207 m_SilenceVolume.Update(); in Update()
268 m_Lfo.Update( HardwareManager::SOUND_FRAME_INTERVAL_MSEC ); in Update()
269 m_CurveAdshr.Update( HardwareManager::SOUND_FRAME_INTERVAL_MSEC ); in Update()
Dsnd_BasicSound.cpp380 void BasicSound::Update() in Update() function in nw::snd::internal::BasicSound
428 m_PauseFadeVolume.Update(); in Update()
431 m_PauseFadeVolume.Update(); in Update()
553 m_FadeVolume.Update(); in UpdateMoveValue()
554 m_ExtMoveVolume.Update(); in UpdateMoveValue()
Dsnd_CurveLfo.cpp72 void CurveLfo::Update( int msec ) in Update() function in nw::snd::internal::CurveLfo

12345