Home
last modified time | relevance | path

Searched refs:AL_VELOCITY (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dlistener.cpp96 case AL_VELOCITY: in alListener3f()
124 case AL_VELOCITY: in alListenerfv()
180 case AL_VELOCITY: in alListener3i()
206 case AL_VELOCITY: in alListeneriv()
281 case AL_VELOCITY: in alGetListener3f()
304 case AL_VELOCITY: in alGetListenerfv()
370 case AL_VELOCITY: in alGetListener3i()
388 case AL_VELOCITY: in alGetListeneriv()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dds3d.cpp54 OpenAL_ErrorPrint( alSource3f(source_id, AL_VELOCITY, vel->xyz.x, vel->xyz.y, vel->xyz.z) ); in ds3d_update_buffer()
57 OpenAL_ErrorPrint( alSource3f(source_id, AL_VELOCITY, 0.0f, 0.0f, 0.0f) ); in ds3d_update_buffer()
104 OpenAL_ErrorPrint( alListener3f(AL_VELOCITY, vel->xyz.x, vel->xyz.y, vel->xyz.z) ); in ds3d_update_listener()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dds3d.cpp54 OpenAL_ErrorPrint( alSource3f(source_id, AL_VELOCITY, vel->xyz.x, vel->xyz.y, vel->xyz.z) ); in ds3d_update_buffer()
57 OpenAL_ErrorPrint( alSource3f(source_id, AL_VELOCITY, 0.0f, 0.0f, 0.0f) ); in ds3d_update_buffer()
100 OpenAL_ErrorPrint( alListener3f(AL_VELOCITY, vel->xyz.x, vel->xyz.y, vel->xyz.z) ); in ds3d_update_listener()
/dports/audio/py-al/PyAL-0.1.0/openal/test/
H A Daudio_test.py74 listener.dataproperties[al.AL_VELOCITY])
82 ("velocity", al.AL_VELOCITY),
107 self.assertEqual(source.velocity, source.dataproperties[al.AL_VELOCITY])
123 ("velocity", al.AL_VELOCITY),
/dports/games/astromenace/astromenace-1.4.1/src/core/audio/
H A Daudio.cpp95 alListenerfv(AL_VELOCITY, ListenerVel); in vw_InitAudio()
170 alListenerfv(AL_VELOCITY, ListenerVelocity); in vw_Listener()
/dports/audio/py-al/PyAL-0.1.0/openal/
H A Daudio.py64 "velocity": al.AL_VELOCITY,
82 "velocity": al.AL_VELOCITY,
149 al.AL_VELOCITY: (3, al.ALfloat, al.alListenerfv, al.alGetListenerfv),
199 al.AL_VELOCITY: (3, al.ALfloat, al.alSourcefv, al.alGetSourcefv),
325 self.dataproperties[al.AL_VELOCITY] = velocity
327 self.changedproperties = [al.AL_POSITION, al.AL_VELOCITY, al.AL_ORIENTATION]
376 self.dataproperties[al.AL_VELOCITY] = velocity
377 self.changedproperties = [al.AL_GAIN, al.AL_PITCH, al.AL_POSITION, al.AL_VELOCITY]
/dports/games/excido/excido-0.1.5c/src/
H A DSoundCore.cpp89 alListener3f(AL_VELOCITY,v->x,v->y,v->z); in SetEar()
110 alListener3f(AL_VELOCITY,v->x,v->y,v->z); in Update()
131 alSource3f(effectitem->data.alid,AL_VELOCITY, in Update()
141 alSource3f(effectitem->data.alid,AL_VELOCITY, in Update()
/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dopenal_test1.cxx123 alListenerfv( AL_VELOCITY, listener_vel ); in main()
160 alSourcefv( source, AL_VELOCITY, source_vel ); in main()
/dports/devel/love07/love-HEAD/src/modules/audio/openal/
H A DSource.cpp223 alSourcefv(source, AL_VELOCITY, v); in setVelocity()
231 alGetSourcefv(source, AL_VELOCITY, v); in getVelocity()
357 alSourcefv(source, AL_VELOCITY, velocity); in reset()
H A DAudio.cpp204 alGetListenerfv(AL_VELOCITY, v); in getVelocity()
209 alListenerfv(AL_VELOCITY, v); in setVelocity()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/openal/
H A DPositionTest.java182 alListener(AL_VELOCITY, listenerVelocity); in setup()
203 alSource(soundSources.get(LEFT), AL_VELOCITY, leftVelocity); in setup() local
213 alSource(soundSources.get(CENTER), AL_VELOCITY, centerVelocity); in setup() local
223 alSource(soundSources.get(RIGHT), AL_VELOCITY, rightVelocity); in setup() local
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A DTorcsSound.cpp386 alSourcefv (source, AL_VELOCITY, source_velocity); in OpenalTorcsSound()
507 alSourcefv (source, AL_VELOCITY, source_velocity); in start()
569 alSourcefv (source, AL_VELOCITY, zero_velocity); in update()
576 alSourcefv (source, AL_VELOCITY, zero_velocity); in update()
H A DOpenalSoundInterface.cpp127 alListenerfv(AL_VELOCITY, zeroes ); in OpenalSoundInterface()
196 alListenerfv(AL_VELOCITY, listener_speed ); in update()
198 alListenerfv(AL_VELOCITY, zeros); in update()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dsoundopenal.c115 alSource3f(source[0], AL_VELOCITY, 0.0, 0.0, 0.0); in inital()
121 alSource3f(source[1], AL_VELOCITY, 0.0, 0.0, 0.0); in inital()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dopenal.c217 alSourcefv(source, AL_VELOCITY, SourceVel); in SetupSound()
224 alListenerfv(AL_VELOCITY, ListenerVel); in SetupSound()
/dports/devel/love08/love-0.8.0/src/modules/audio/openal/
H A DAudio.cpp225 alGetListenerfv(AL_VELOCITY, v); in getVelocity()
230 alListenerfv(AL_VELOCITY, v); in setVelocity()
/dports/audio/py-al/PyAL-0.1.0/doc/
H A Dopenal.rst41 alSource3f(source, AL_VELOCITY, 0, 0, 0);
72 al.alSource3f(source, al.AL_VELOCITY, 0, 0, 0)
/dports/games/apricots/apricots-0.2.6/apricots/
H A Dsampleio.cpp73 alListenerfv(AL_VELOCITY, zeroes ); in init()
99 alSourcefv(sources[j], AL_VELOCITY, zeroes ); in init()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dsound_openal.cpp327 alSource3f(sound->source_id, AL_VELOCITY, 0, 0, 0); in createPlayingSound()
349 alSource3f(sound->source_id, AL_VELOCITY, 0, 0, 0); in createPlayingSoundAt()
481 alListener3f(AL_VELOCITY, vel.X, vel.Y, vel.Z); in updateListener()
540 alSource3f(sound->source_id, AL_VELOCITY, 0, 0, 0); in updateSoundPosition()
/dports/devel/love10/love-0.10.2/src/modules/audio/openal/
H A DAudio.cpp255 alGetListenerfv(AL_VELOCITY, v); in getVelocity()
260 alListenerfv(AL_VELOCITY, v); in setVelocity()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/audioengine/
H A Dqsoundsource_openal_p.cpp211 alSource3f(m_alSource, AL_VELOCITY, velocity.x(), velocity.y(), velocity.z()); in setVelocity()
222 alGetSource3f(m_alSource, AL_VELOCITY, &x, &y, &z); in velocity()
/dports/games/stuntrally/stuntrally-2.6.1/source/sound/
H A DSoundBaseMgr.cpp263 alListener3f(AL_VELOCITY, vel.x, vel.y, vel.z); in setCamera()
332 …case REASON_VEL: alSource3f(hw_sources[sources[id]->hw_id], AL_VELOCITY, vec->x, vec->y, vec->z);… in recomputeSource()
405 alSource3f(source, AL_VELOCITY, sources[id]->vel.x, sources[id]->vel.y, sources[id]->vel.z); in assign()
/dports/games/openjk/OpenJK-07675e2/codemp/client/OpenAL/
H A Daltypes.h127 #define AL_VELOCITY 0x1006 macro
/dports/games/openjk/OpenJK-07675e2/code/client/OpenAL/
H A Daltypes.h127 #define AL_VELOCITY 0x1006 macro
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dsnd_openal.c504 qalSourcefv( src_data[ix].oalSource, AL_VELOCITY, zero_velocity ); in calSourcesInitialize()
1055 qalSourcefv( src->oalSource, AL_VELOCITY, zero_velocity ); in calNewSrc()
1099 qalSourcefv( src->oalSource, AL_VELOCITY, zero_velocity ); in calNewLocalSrc()
1183 qalSourcefv( src->oalSource, AL_VELOCITY, zero_velocity ); in calNewSrcAutoLoop()
1647 qalListenerfv( AL_VELOCITY, zero_velocity ); in S_Init()
2259 qalSourcefv( music.oalSource, AL_VELOCITY, zero_velocity ); in S_StartMusic()
2494 qalSourcefv( src->oalSource, AL_VELOCITY, velocity ); in calUpdateLoopSounds()
2499 qalSourcefv( src->oalSource, AL_VELOCITY, zero_velocity ); in calUpdateLoopSounds()
2581 qalListenerfv( AL_VELOCITY, ( valid_velocity ? lvelocity : zero_velocity ) ); in S_Update()
2678 qalSourcefv( src->oalSource, AL_VELOCITY, velocity ); in S_Update()
[all …]

1234567