Home
last modified time | relevance | path

Searched defs:alIsEffect (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/audio/
H A Dmedia_openal_functions.h17 inline LPALISEFFECT alIsEffect; variable
/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DEFXfuncs.cpp9 LPALISEFFECT alIsEffect = NULL; variable
/dports/games/stuntrally/stuntrally-2.6.1/source/sound/
H A DSoundBaseMgr.h97 LPALISEFFECT alIsEffect; variable
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalreverb.c47 static LPALISEFFECT alIsEffect; variable
H A Dalmultireverb.c72 static LPALISEFFECT alIsEffect; variable
H A Dalconvolve.c64 static LPALISEFFECT alIsEffect; variable
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4SoundModifiers.cpp31 static LPALISEFFECT alIsEffect; variable
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Doalsound.h140 LPALISEFFECT alIsEffect; variable
/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DAudio.cpp608 LPALISEFFECT alIsEffect = nullptr; variable
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/OpenALAudio/
H A DOpenALAudio.cpp45 static LPALISEFFECT alIsEffect = NULL; variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/audio/effects/
H A Dsoundeffectmanager.cpp63 LPALISEFFECT alIsEffect = NULL; variable
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dopenal_output.cpp81 LPALISEFFECT alIsEffect; variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_local.h735 LPALISEFFECT alIsEffect; variable
/dports/audio/py-al/PyAL-0.1.0/openal/
H A Defx.py671 alIsEffect = _bind("alIsEffect", [ALuint], ALboolean) variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/openal/
H A DEFX10.java291 boolean alIsEffect(@ALuint int effect); in alIsEffect() method