Home
last modified time | relevance | path

Searched defs:alSourcePausev (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/exp/audio/al/
H A Dal_notandroid.go116 func alSourcePausev(s []Source) { func
H A Dal_android.go394 func alSourcePausev(s []Source) { func
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Doalload.h72 #define alSourcePausev p_alSourcePausev macro
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/openal/
H A DAL10.java860 void alSourcePausev(@AutoSize("sources") @ALsizei int n, @ALuint IntBuffer sources); in alSourcePausev() method
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/drivers/openal/
H A Dlib_openal.py389 alSourcePausev = _lib.alSourcePausev variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/openal/
H A Dlib_openal.py389 alSourcePausev = _lib.alSourcePausev variable
/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dsource.cpp3031 AL_API void AL_APIENTRY alSourcePausev(ALsizei n, const ALuint *sources) in alSourcePausev() function