| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmButton.cpp | 51 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/ |
| D | snd_WaveSoundPlayer.h | 159 void DebugUpdate() { if ( m_ActiveFlag ) { Update(); } } in DebugUpdate() 162 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread() 187 void Update();
|
| D | snd_CurveLfo.h | 69 void Update( int msec );
|
| D | snd_MoveValue.h | 113 void Update() { if ( m_Counter < m_Frame ) ++m_Counter; } in Update() function
|
| D | snd_StreamSoundPlayer.h | 171 virtual void OnUpdateFrameSoundThread() { Update(); } in OnUpdateFrameSoundThread() 241 void Update();
|
| D | snd_CurveAdshr.h | 69 void Update( int msec );
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Pad.cpp | 76 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()
|
| D | demo_PadButton.cpp | 33 PadButton::Update( u32 buttonStatus ) in Update() function in nw::demo::internal::PadButton
|
| /NW4C-2.0.3/sources/libraries/snd/platform/ |
| D | snd_HardwareManagerDSP.cppi | 167 void HardwareManager::Update() 175 m_AuxUserVolume[ i ].Update(); 180 m_AuxFadeVolume[ i ].Update(); 201 m_MasterVolume.Update(); 206 m_VolumeForReset.Update();
|
| D | snd_HardwareManagerAX.cppi | 134 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/ |
| D | demo_CameraController.h | 108 void Update(unsigned int cameraIndex = 0); 130 void Update();
|
| D | demo_PadButton.h | 46 void Update( u32 buttonStatus );
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_CameraViewUpdater.h | 60 void virtual Update(
|
| D | gfx_BillboardUpdater.h | 65 void Update(
|
| D | gfx_FrustumProjectionUpdater.h | 95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_PerspectiveProjectionUpdater.h | 95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_OrthoProjectionUpdater.h | 95 void virtual Update(math::MTX44* projectionMatrix, math::Matrix34* textureProjectionMatrix);
|
| D | gfx_LookAtTargetViewUpdater.h | 96 void virtual Update(
|
| D | gfx_AimTargetViewUpdater.h | 96 void virtual Update(
|
| D | gfx_RotateViewUpdater.h | 96 void virtual Update(
|
| D | gfx_Fog.h | 66 fog->Update(camera); in operator() 182 void Update(const Camera* camera);
|
| /NW4C-2.0.3/demos/snd/demolib/sources/ |
| D | demolib.cpp | 357 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/ |
| D | snd_Channel.cpp | 196 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()
|
| D | snd_BasicSound.cpp | 380 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()
|
| D | snd_CurveLfo.cpp | 72 void CurveLfo::Update( int msec ) in Update() function in nw::snd::internal::CurveLfo
|