Home
last modified time | relevance | path

Searched defs:alFilterf (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/media/audio/
H A Dmedia_openal_functions.h33 inline LPALFILTERF alFilterf; variable
/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DEFXfuncs.cpp23 LPALFILTERF alFilterf = NULL; variable
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Doalsound.h155 LPALFILTERF alFilterf; variable
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalmultireverb.c62 static LPALFILTERF alFilterf; variable
H A Dalconvolve.c54 static LPALFILTERF alFilterf; variable
/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DAudio.cpp622 LPALFILTERF alFilterf = nullptr; variable
/dports/games/py-fife/fifengine-0.4.2/engine/core/audio/effects/
H A Dsoundeffectmanager.cpp79 LPALFILTERF alFilterf = NULL; variable
/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dfilter.cpp552 AL_API void AL_APIENTRY alFilterf(ALuint filter, ALenum param, ALfloat value) in alFilterf() function
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dopenal_output.cpp96 LPALFILTERF alFilterf; variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_local.h743 LPALFILTERF alFilterf; variable
/dports/audio/py-al/PyAL-0.1.0/openal/
H A Defx.py685 alFilterf = _bind("alFilterf", [ALuint, ALenum, ALfloat]) variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/openal/
H A DEFX10.java346 void alFilterf(@ALuint int filter, @ALenum int param, float value); in alFilterf() method