Home
last modified time | relevance | path

Searched defs:AL_EFFECT_NULL (Results 1 – 17 of 17) sorted by relevance

/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DEffect.h49 #define AL_EFFECT_NULL (0) macro
/dports/games/naev/naev-0.7.0/src/
H A Dnopenal.h34 #define AL_EFFECT_NULL 0x0000 macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dopenal.h78 #define AL_EFFECT_NULL 0x0000 macro
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dopenal.h92 #define AL_EFFECT_NULL 0x0000 macro
/dports/audio/lewton/lewton-0.10.2/cargo-crates/al-sys-0.6.1/src/
H A Defx.rs113 pub const AL_EFFECT_NULL: ::std::os::raw::c_int = 0; const
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/openal/include/
H A Defx.h170 #define AL_EFFECT_NULL 0x0000 /* Can also be used as an Effect… macro
/dports/games/openspades/openspades-0.1.3/Sources/Audio/AL/
H A Defx.h155 #define AL_EFFECT_NULL 0x0000 /* Can also be used as an Effect… macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/AL/
H A Defx.h151 #define AL_EFFECT_NULL 0x0000 /* Can also be used as an Effect… macro
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/include/AL/
H A Defx.h151 #define AL_EFFECT_NULL 0x0000 /* Can also be used as an Effect… macro
/dports/games/iortcw/iortcw-1.51c/SP/code/AL/
H A Defx.h154 #define AL_EFFECT_NULL 0x0000 macro
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Defx.h151 #define AL_EFFECT_NULL 0x0000 macro
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/OpenAL/include/
H A Defx.h154 #define AL_EFFECT_NULL 0x0000 macro
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Defx.h154 #define AL_EFFECT_NULL 0x0000 macro
/dports/audio/py-al/PyAL-0.1.0/openal/
H A Defx.py146 AL_EFFECT_NULL = 0x0000 variable
/dports/games/iortcw/iortcw-1.51c/MP/code/AL/
H A Defx.h154 #define AL_EFFECT_NULL 0x0000 macro
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/AL/
H A Defx.h154 #define AL_EFFECT_NULL 0x0000 macro
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/openal/
H A DEFX10.java195 int AL_EFFECT_NULL = 0x0000; field