Home
last modified time | relevance | path

Searched refs:AL_REFERENCE_DISTANCE (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DSoundSource.cpp43 alSourcef(id, AL_REFERENCE_DISTANCE, referenceDistance * ELMOS_TO_METERS); in CSoundSource()
169 alSourcef(id, AL_REFERENCE_DISTANCE, referenceDistance * ELMOS_TO_METERS); in Play()
200 alSourcef(id, AL_REFERENCE_DISTANCE, ((gain - 1.0f) * ref / rolloff) + ref); in Play()
205 alSourcef(id, AL_REFERENCE_DISTANCE, referenceDistance * ELMOS_TO_METERS); in Play()
/dports/games/scorched3d/scorched/src/client/sound/
H A DSoundSource.cpp76 alSourcef(source_, AL_REFERENCE_DISTANCE, refDist); in setReferenceDistance()
135 alSourcef(source_, AL_REFERENCE_DISTANCE, 75.0f); in create()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Audio/
H A DSoundSource.cpp103 alCheck(alSourcef(m_source, AL_REFERENCE_DISTANCE, distance)); in setMinDistance()
158 alCheck(alGetSourcef(m_source, AL_REFERENCE_DISTANCE, &distance)); in getMinDistance()
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A DTorcsSound.cpp408 alSourcef (source, AL_REFERENCE_DISTANCE, REFERENCE_DISTANCE); in OpenalTorcsSound()
455 alSourcef (source, AL_REFERENCE_DISTANCE, dist); in setReferenceDistance()
459 alSourcef (source, AL_REFERENCE_DISTANCE, dist); in setReferenceDistance()
511 alSourcef (source, AL_REFERENCE_DISTANCE, REFERENCE_DISTANCE); in start()
/dports/devel/love08/love-0.8.0/src/modules/audio/openal/
H A DSource.cpp423 alSourcef(source, AL_REFERENCE_DISTANCE, referenceDistance); in playAtomic()
516 alSourcef(source, AL_REFERENCE_DISTANCE, referenceDistance); in reset()
631 alSourcef(source, AL_REFERENCE_DISTANCE, distance); in setReferenceDistance()
642 alGetSourcef(source, AL_REFERENCE_DISTANCE, &f); in getReferenceDistance()
/dports/games/openjk/OpenJK-07675e2/codemp/client/OpenAL/
H A Daltypes.h185 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/openjk/OpenJK-07675e2/code/client/OpenAL/
H A Daltypes.h185 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/astromenace/astromenace-1.4.1/src/core/audio/
H A Dsound.cpp155 alSourcef(SoundsMap[tmpSoundID].Source, AL_REFERENCE_DISTANCE, 30.0f); in vw_PlaySound()
159 alSourcef(SoundsMap[tmpSoundID].Source, AL_REFERENCE_DISTANCE, 150.0f); in vw_PlaySound()
/dports/games/openspades/openspades-0.1.3/Sources/Audio/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/ioquake3/ioquake3-1.36/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/evq3/evq3/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/torcs/torcs-1.3.7/src/windows/include/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/AL/
H A Daltypes.h231 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/q2p/Q2P-0.2-2006-12-31/win32/include/
H A Daltypes.h253 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/scorched3d/scorched-dep-win32/include/al/al/
H A Daltypes.h253 #define AL_REFERENCE_DISTANCE 0x1020 macro
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/audio/
H A Dopenalsource.cpp102 alSourcef(m_handle, AL_REFERENCE_DISTANCE, refDist); in setReferenceDist()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dds3d.cpp75 OpenAL_ErrorPrint( alSourcef(source_id, AL_REFERENCE_DISTANCE, min) ); in ds3d_update_buffer()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/audio/
H A Dopenal_sound_source.cpp165 alSourcef(m_source, AL_REFERENCE_DISTANCE, distance); in set_reference_distance()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dds3d.cpp75 OpenAL_ErrorPrint( alSourcef(source_id, AL_REFERENCE_DISTANCE, min) ); in ds3d_update_buffer()
/dports/devel/love10/love-0.10.2/src/modules/audio/openal/
H A DSource.cpp725 alSourcef(source, AL_REFERENCE_DISTANCE, referenceDistance); in reset()
858 alSourcef(source, AL_REFERENCE_DISTANCE, distance); in setReferenceDistance()
871 alGetSourcef(source, AL_REFERENCE_DISTANCE, &f); in getReferenceDistance()
/dports/games/excido/excido-0.1.5c/src/
H A DSoundCore.cpp212 alSourcef(neweffect.alid,AL_REFERENCE_DISTANCE,reference_distance); in Play()
259 alSourcef(neweffect.alid,AL_REFERENCE_DISTANCE,reference_distance); in Play()

12345