Home
last modified time | relevance | path

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

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/openal/
H A DPositionTest.java191 alGenSources(soundSources); in setup()
192 soundSources.rewind(); in setup()
291 alSourcePlay(soundSources.get(LEFT)); in startSounds()
293 alSourcePlay(soundSources.get(CENTER)); in startSounds()
295 alSourcePlay(soundSources.get(RIGHT)); in startSounds()
307 alSourcePause(soundSources); in paused()
334 alSourcePlay(soundSources.get(LEFT)); in handleInput()
344 alSourcePlay(soundSources.get(RIGHT)); in handleInput()
352 alSourceStop(soundSources.get(LEFT)); in handleInput()
468 alSourceStop(soundSources); in shutdown()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeVirtualAcoustics.h38 FieldIndex soundSources; variable
50 fieldMacros(MFNode, soundSources, ProtoVirtualAcoustics)
H A DNodeVirtualAcoustics.cpp33 soundSources.set( in ProtoVirtualAcoustics()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dformat.h2959 SoundSource *soundSources; member
3284 delete[] soundSources; in ~Level()
3812 stream.read(soundSources, stream.read(soundSourcesCount)); in readSoundSources()
4302 ASSERT(soundSources == NULL); in readSAT()
4304soundSources = soundSourcesCount ? new SoundSource[soundSourcesCount] : NULL; in readSAT()
4306 SoundSource &s = soundSources[i]; in readSAT()
H A Dlevel.h997 TR::SoundSource &src = level.soundSources[i]; in Level()