Home
last modified time | relevance | path

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

12345

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/drivers/openal/
H A Dlib_alc.py210 alcGetProcAddress = _lib.alcGetProcAddress variable
211 alcGetProcAddress.restype = POINTER(c_void)
212 alcGetProcAddress.argtypes = [POINTER(ALCdevice), POINTER(ALCchar)]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/drivers/openal/
H A Dlib_alc.py210 alcGetProcAddress = _lib.alcGetProcAddress variable
211 alcGetProcAddress.restype = POINTER(c_void)
212 alcGetProcAddress.argtypes = [POINTER(ALCdevice), POINTER(ALCchar)]
/dports/games/openjk/OpenJK-07675e2/code/client/OpenAL/
H A Dalc.h51 ALCAPI ALCvoid * ALCAPIENTRY alcGetProcAddress(ALCdevice *device,ALCubyte *funcName);
73 ALCAPI ALCvoid * ALCAPIENTRY (*alcGetProcAddress)(ALCdevice *device,ALCubyte *funcName); variable
/dports/games/openjk/OpenJK-07675e2/codemp/client/OpenAL/
H A Dalc.h51 ALCAPI ALCvoid * ALCAPIENTRY alcGetProcAddress(ALCdevice *device,ALCubyte *funcName);
73 ALCAPI ALCvoid * ALCAPIENTRY (*alcGetProcAddress)(ALCdevice *device,ALCubyte *funcName); variable
/dports/games/scorched3d/scorched-dep-win32/include/al/al/
H A Dalc.h91 ALCAPI void * ALCAPIENTRY alcGetProcAddress(ALCdevice *device, const ALCubyte *funcName);
131 …ALCAPI void * ALCAPIENTRY (*alcGetProcAddress)(ALCdevice *device, const ALCubyte *funcNam… variable
/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dextension.cpp69 return alcGetProcAddress(nullptr, funcName); in alGetProcAddress()
/dports/games/openmw/openmw-openmw-0.47.0/apps/launcher/utils/
H A Dopenalutil.cpp45 void* funcPtr = alcGetProcAddress(device, "alcGetStringiSOFT"); in enumerateOpenALDevicesHrtf()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
122 ALCAPI void * (ALCAPIENTRY *alcGetProcAddress)( ALCdevice *device, const ALCchar *funcname…
/dports/games/torcs/torcs-1.3.7/src/windows/include/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
122 ALCAPI void * (ALCAPIENTRY *alcGetProcAddress)( ALCdevice *device, const ALCchar *funcname…
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dopenal_playback.cpp251 …alcDevicePauseSOFT = reinterpret_cast<ALC_DEVICE_PAUSE_SOFT>(alcGetProcAddress(device, "alcDeviceP… in main()
252 …alcDeviceResumeSOFT = reinterpret_cast<ALC_DEVICE_RESUME_SOFT>(alcGetProcAddress(device, "alcDevic… in main()
/dports/games/supertux2/SuperTux-v0.6.3-Source/mk/emscripten/AL/
H A Dalc.h71 extern void *alcGetProcAddress(ALCdevice *device, const ALCchar *funcname);
/dports/devel/emscripten/emscripten-2.0.3/system/include/AL/
H A Dalc.h71 extern void *alcGetProcAddress(ALCdevice *device, const ALCchar *funcname);
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Doalload.h110 #define alcGetProcAddress p_alcGetProcAddress macro
H A Doaldef.h85 DEFINE_ENTRY(LPALCGETPROCADDRESS, alcGetProcAddress)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_webrtc/webrtc/details/
H A Dwebrtc_openal_adm.cpp256 alcSetThreadContext = (ALCSETTHREADCONTEXT)alcGetProcAddress( in Init()
262 alEventCallbackSOFT = (ALEVENTCALLBACKSOFT)alcGetProcAddress( in Init()
266 alGetSourcei64vSOFT = (ALGETSOURCEI64VSOFT)alcGetProcAddress( in Init()
270 alcGetInteger64vSOFT = (ALCGETINTEGER64VSOFT)alcGetProcAddress( in Init()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DLoadOAL.cpp428 …lpOALFnTable->alcGetProcAddress = (LPALCGETPROCADDRESS)GetProcAddress(g_hOpenALDLL, "alcGetProcAdd… in LoadOAL10Library()
429 if (lpOALFnTable->alcGetProcAddress == NULL) in LoadOAL10Library()
/dports/audio/py-al/PyAL-0.1.0/openal/
H A Dalc.py108 alcGetProcAddress = _bind("alcGetProcAddress", [ctypes.POINTER(ALCdevice), variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/stub/
H A Dopenal_stub.cpp74 ALC_API void* ALC_APIENTRY alcGetProcAddress(ALCdevice *device, const ALCchar *funcname) { in alcGetProcAddress() function
/dports/audio/openal-soft/openal-soft-1.21.1/router/
H A Drouter.cpp121 LOAD_PROC(alcGetProcAddress); in AddModule()
217 newdrv.alcGetProcAddress(nullptr, #x)); \ in AddModule()
/dports/games/openspades/openspades-0.1.3/Sources/Audio/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
/dports/games/ioquake3/ioquake3-1.36/code/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
/dports/games/ioquake3-server/ioquake3-1.36/code/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
/dports/games/evq3/evq3/code/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/AL/
H A Dalc.h83 ALCAPI void * ALCAPIENTRY alcGetProcAddress( ALCdevice *device, const ALCchar *funcname );

12345