Home
last modified time | relevance | path

Searched refs:AL_EXTENSIONS (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/astromenace/astromenace-1.4.1/src/core/audio/
H A Daudio.cpp106 if (alGetString(AL_EXTENSIONS)) { in vw_InitAudio()
107 std::string extensions{(char *)alGetString(AL_EXTENSIONS)}; in vw_InitAudio()
/dports/games/openjk/OpenJK-07675e2/codemp/client/OpenAL/
H A Daltypes.h315 #define AL_EXTENSIONS 0xB004 macro
/dports/games/openjk/OpenJK-07675e2/code/client/OpenAL/
H A Daltypes.h315 #define AL_EXTENSIONS 0xB004 macro
/dports/games/openspades/openspades-0.1.3/Sources/Audio/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/ioquake3/ioquake3-1.36/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/evq3/evq3/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/torcs/torcs-1.3.7/src/windows/include/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/AL/
H A Daltypes.h318 #define AL_EXTENSIONS 0xB004 macro
/dports/games/q2p/Q2P-0.2-2006-12-31/win32/include/
H A Daltypes.h340 #define AL_EXTENSIONS 0xB004 macro
/dports/games/scorched3d/scorched-dep-win32/include/al/al/
H A Daltypes.h340 #define AL_EXTENSIONS 0xB004 macro
/dports/audio/fpc-openal/fpc-3.2.2/packages/openal/examples/
H A Dcaptureplaybackopenal.pas28 writeln('OpenAL Extensions = ',PChar(alGetString(AL_EXTENSIONS)));
/dports/lang/fpc-source/fpc-3.2.2/packages/openal/examples/
H A Dcaptureplaybackopenal.pas28 writeln('OpenAL Extensions = ',PChar(alGetString(AL_EXTENSIONS)));
/dports/games/r1q2/r1q2-8012_5/win32/
H A Dalw_win.c184 alConfig.extensionsString = qalGetString(AL_EXTENSIONS); in ALW_Init()
/dports/games/r1q2/r1q2-8012_5/linux/
H A Dal_linux.c183 alConfig.extensionsString = qalGetString(AL_EXTENSIONS); in AL_Init()
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A Dopenal_wrapper.h149 AL_EXTENSIONS=0xb004, enumerator
H A Dopenal_wrapper.cpp212 str = oal->alGetString(AL_EXTENSIONS); in openal_wrapper()
/dports/games/warzone2100/warzone2100/lib/sound/
H A Dopenal_info.cpp163 std::string openALExtensionsOutput = printList(alGetString(AL_EXTENSIONS), ' '); in Output_ALInfo()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/audio/
H A Dopenal-audio.c457 if (alGetString(AL_EXTENSIONS)) { in log_openal_info()
458 fs_log("[OPENAL] Extensions \"%s\"\n", alGetString(AL_EXTENSIONS)); in log_openal_info()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/attic/
H A Dalcinfo.cxx152 s = (char *)alGetString(AL_EXTENSIONS); in main()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/about/
H A DAboutDialog.cpp160 const char* alExtensions = reinterpret_cast<const char*>(alGetString(AL_EXTENSIONS)); in populateWindow()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/openal/
H A DAL10.java338 int AL_EXTENSIONS = 0xB004; field

1234