Home
last modified time | relevance | path

Searched refs:ALC_EXT_DEDICATED (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/OpenAL/include/
H A Dalext.h199 #ifndef ALC_EXT_DEDICATED
200 #define ALC_EXT_DEDICATED 1 macro
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/AL/
H A Dalext.h199 #ifndef ALC_EXT_DEDICATED
200 #define ALC_EXT_DEDICATED 1 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/AL/
H A Dalext.h199 #ifndef ALC_EXT_DEDICATED
200 #define ALC_EXT_DEDICATED 1 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/AL/
H A Dalext.h199 #ifndef ALC_EXT_DEDICATED
200 #define ALC_EXT_DEDICATED 1 macro
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dalext.h199 #ifndef ALC_EXT_DEDICATED
200 #define ALC_EXT_DEDICATED 1 macro
/dports/audio/openal-soft/openal-soft-1.21.1/include/AL/
H A Dalext.h227 #ifndef ALC_EXT_DEDICATED
228 #define ALC_EXT_DEDICATED 1 macro
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/efx/
H A Dmod.rs2631 let d = ctx.0.dev.0.exts.ALC_EXT_DEDICATED()?; in new()
2655 let d = self.ctx.0.dev.0.exts.ALC_EXT_DEDICATED().unwrap(); in gain()
2664 let d = self.ctx.0.dev.0.exts.ALC_EXT_DEDICATED().unwrap(); in set_gain()
2688 let d = ctx.0.dev.0.exts.ALC_EXT_DEDICATED()?; in new()
2712 let d = self.ctx.0.dev.0.exts.ALC_EXT_DEDICATED().unwrap(); in gain()
2721 let d = self.ctx.0.dev.0.exts.ALC_EXT_DEDICATED().unwrap(); in set_gain()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/
H A Dext.rs292 pub ext ALC_EXT_DEDICATED {
H A Dalc.rs393 ext::Alc::Dedicated => self.exts.ALC_EXT_DEDICATED().is_ok(), in is_extension_present()