Home
last modified time | relevance | path

Searched refs:getParamiv (Results 1 – 4 of 4) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/al/
H A Dfilter.h31 void (*const getParamiv)(const ALfilter *filter, ALenum param, int *vals); member
45 void getParamiv(ALenum param, int *values) const { vtab->getParamiv(this, param, values); } in getParamiv() function
H A Dfilter.cpp648 alfilt->getParamiv(param, values); in alGetFilteriv()
H A Deffect.cpp124 { effect->vtab->getParamiv(&effect->Props, param, values); }
/dports/audio/openal-soft/openal-soft-1.21.1/al/effects/
H A Deffects.h29 void (*const getParamiv)(const EffectProps *props, ALenum param, int *vals); in Distortion_setParamf()