Home
last modified time | relevance | path

Searched refs:ds3DBufferP (Results 1 – 4 of 4) sorted by relevance

/dports/games/avp/avp-20170505/src/
H A Dopenal.c266 ActiveSounds[i].ds3DBufferP = p; in PlatStartSoundSys()
560 alSourceStop(ActiveSounds[activeIndex].ds3DBufferP); in PlatPlaySound()
562 alSourcei(ActiveSounds[activeIndex].ds3DBufferP, AL_BUFFER, in PlatPlaySound()
565 alSourcei(ActiveSounds[activeIndex].ds3DBufferP, AL_LOOPING, in PlatPlaySound()
602 alSourcePlay (ActiveSounds[activeIndex].ds3DBufferP); in PlatPlaySound()
628 alSourceStop(ActiveSounds[activeIndex].ds3DBufferP); in PlatStopSound()
670 alSourcef(ActiveSounds[activeIndex].ds3DBufferP, in PlatChangeSoundVolume()
703 alSourceStop(ActiveSounds[activeIndex].ds3DBufferP); in PlatChangeSoundPitch()
733 alGetSourceiv (ActiveSounds[activeIndex].ds3DBufferP, in PlatSoundHasStopped()
773 alSourcePlay (ActiveSounds[activeIndex].ds3DBufferP); in PlatDo3dSound()
[all …]
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dpsndplat.c829 &ActiveSounds[activeIndex].ds3DBufferP in PlatPlaySound()
842 (ActiveSounds[activeIndex].ds3DBufferP)) in PlatPlaySound()
847 ActiveSounds[activeIndex].ds3DBufferP, in PlatPlaySound()
874 if(ActiveSounds[activeIndex].ds3DBufferP) in PlatPlaySound()
1006 if(ActiveSounds[activeIndex].ds3DBufferP) in PlatStopSound()
1194 if(ActiveSounds[activeIndex].ds3DBufferP) in PlatDo3dSound()
1199 ActiveSounds[activeIndex].ds3DBufferP, in PlatDo3dSound()
1209 ActiveSounds[activeIndex].ds3DBufferP, in PlatDo3dSound()
2280 &ActiveSounds[count].ds3DBufferP in PlatUse3DSoundHW()
2308 if(ActiveSounds[count].ds3DBufferP) in PlatDontUse3DSoundHW()
[all …]
H A Dpsndplat.h68 int ds3DBufferP; member
/dports/games/avp/avp-20170505/src/avp/
H A Dpsnd.c603 buf = ActiveSounds[activeSoundNumber].ds3DBufferP; in Sound_Stop()
605 ActiveSounds[activeSoundNumber].ds3DBufferP = buf; in Sound_Stop()