Home
last modified time | relevance | path

Searched refs:alcGetProcAddress (Results 101 – 114 of 114) sorted by relevance

12345

/dports/ftp/gstreamer1-plugins-curl/gst-plugins-bad-1.16.2/ext/openal/
H A Dgstopenalsink.c184 palcSetThreadContext = alcGetProcAddress (NULL, "alcSetThreadContext"); in gst_openal_sink_class_init()
185 palcGetThreadContext = alcGetProcAddress (NULL, "alcGetThreadContext"); in gst_openal_sink_class_init()
/dports/www/gstreamer1-plugins-neon/gst-plugins-bad-1.16.2/ext/openal/
H A Dgstopenalsink.c184 palcSetThreadContext = alcGetProcAddress (NULL, "alcSetThreadContext"); in gst_openal_sink_class_init()
185 palcGetThreadContext = alcGetProcAddress (NULL, "alcGetThreadContext"); in gst_openal_sink_class_init()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/ext/openal/
H A Dgstopenalsink.c184 palcSetThreadContext = alcGetProcAddress (NULL, "alcSetThreadContext"); in gst_openal_sink_class_init()
185 palcGetThreadContext = alcGetProcAddress (NULL, "alcGetThreadContext"); in gst_openal_sink_class_init()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/al-sys-0.6.1/src/
H A Dlib.rs153alcGetProcAddress: unsafe extern "C" fn(device: *mut ALCdevice, funcname: *const ALCchar) -> *mut …
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_audio.c354 alc_device_pause_soft = alcGetProcAddress( in arcan_audio_setup()
356 alc_device_resume_soft = alcGetProcAddress( in arcan_audio_setup()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_audio.c354 alc_device_pause_soft = alcGetProcAddress( in arcan_audio_setup()
356 alc_device_resume_soft = alcGetProcAddress( in arcan_audio_setup()
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_audio.c354 alc_device_pause_soft = alcGetProcAddress( in arcan_audio_setup()
356 alc_device_resume_soft = alcGetProcAddress( in arcan_audio_setup()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_audio.c354 alc_device_pause_soft = alcGetProcAddress( in arcan_audio_setup()
356 alc_device_resume_soft = alcGetProcAddress( in arcan_audio_setup()
/dports/audio/alure/alure-1.2/src/
H A Dalure.cpp52 { *ptr = reinterpret_cast<T*>(alcGetProcAddress(dev, name)); } in LoadALCProc()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/
H A Dext.rs70 …let p = unsafe { api.alcGetProcAddress(dev, concat!(stringify!($fn_), "\0").as_bytes().as_ptr() as…
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_system.cpp409 …alcResetDeviceSOFT = (LPALCRESETDEVICESOFT)alcGetProcAddress( openalDevice, "alcResetDeviceSOFT" ); in Init()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dopenal_output.cpp67 void* funcPtr = alcGetProcAddress(device, name); in getALCFunc()
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalffplay.cpp1930 alcGetProcAddress(device, "alcGetInteger64vSOFT")
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp247 DECL(alcGetProcAddress),
3232 ALC_API ALCvoid* ALC_APIENTRY alcGetProcAddress(ALCdevice *device, const ALCchar *funcName) in alcGetProcAddress() function

12345