Home
last modified time | relevance | path

Searched refs:reallySetSpeedPosition (Results 1 – 5 of 5) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/audio/
H A Dsfx_base.hpp62 virtual void reallySetSpeedPosition(float f,
H A Ddummy_sfx.hpp47 virtual void reallySetSpeedPosition(float f, in reallySetSpeedPosition() function in DummySFX
H A Dsfx_openal.hpp106 virtual void reallySetSpeedPosition(float f,const Vec3 &p) OVERRIDE;
H A Dsfx_openal.cpp498 void SFXOpenAL::reallySetSpeedPosition(float f, const Vec3 &position) in reallySetSpeedPosition() function in SFXOpenAL
H A Dsfx_manager.cpp391 case SFX_SPEED_POSITION: current->m_sfx->reallySetSpeedPosition( in mainLoop()