Home
last modified time | relevance | path

Searched refs:qalcGetIntegerv (Results 1 – 25 of 37) sorted by relevance

12

/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
221 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
320 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h145 extern LPALCGETINTEGERV qalcGetIntegerv;
239 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
221 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
320 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h145 extern LPALCGETINTEGERV qalcGetIntegerv;
239 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
231 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
325 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
236 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
335 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
236 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
335 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/evq3/evq3/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
236 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
335 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
236 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
335 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dqal.c103 LPALCGETINTEGERV qalcGetIntegerv; variable
236 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
335 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h139 extern LPALCGETINTEGERV qalcGetIntegerv;
234 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/r1q2/r1q2-8012_5/win32/
H A Dqal_win.c40 ALCGETINTEGERV qalcGetIntegerv; variable
142 qalcGetIntegerv = NULL; in QAL_Shutdown()
248 qalcGetIntegerv = (ALCGETINTEGERV)GPA("alcGetIntegerv"); in QAL_Init()
/dports/games/r1q2/r1q2-8012_5/linux/
H A Dqal_linux.c41 ALCGETINTEGERV qalcGetIntegerv; variable
143 qalcGetIntegerv = NULL; in QAL_Shutdown()
239 qalcGetIntegerv = (ALCGETINTEGERV)GPA("alcGetIntegerv"); in QAL_Init()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dqal.c133 LPALCGETINTEGERV qalcGetIntegerv; variable
261 qalcGetIntegerv = GPA("alcGetIntegerv"); in QAL_Init()
355 qalcGetIntegerv = NULL; in QAL_Shutdown()
H A Dqal.h134 extern LPALCGETINTEGERV qalcGetIntegerv;
229 #define qalcGetIntegerv alcGetIntegerv macro
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dsnd_openal.c1311 qalcGetIntegerv( pDevice, ALC_FREQUENCY, 1, &alc_frequency ); in calContextInfo()
1315 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in calContextInfo()
1317 qalcGetIntegerv( pDevice, ALC_STEREO_SOURCES, 1, &alc_stereo_sources ); in calContextInfo()
1331 qalcGetIntegerv( pDevice, ALC_REFRESH, 1, &alc_refresh ); in calContextInfo()
1333 qalcGetIntegerv( pDevice, ALC_SYNC, 1, &alc_sync ); in calContextInfo()
1414 qalcGetIntegerv( pDevice, ALC_MAJOR_VERSION, 1, &major_version ); in calEnumerateDevices()
1415 qalcGetIntegerv( pDevice, ALC_MINOR_VERSION, 1, &minor_version ); in calEnumerateDevices()
1520 qalcGetIntegerv(pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources); in calSelectDevice()
1626 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in S_Init()
1650 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in S_Init()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dsnd_openal.c1311 qalcGetIntegerv( pDevice, ALC_FREQUENCY, 1, &alc_frequency ); in calContextInfo()
1315 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in calContextInfo()
1317 qalcGetIntegerv( pDevice, ALC_STEREO_SOURCES, 1, &alc_stereo_sources ); in calContextInfo()
1331 qalcGetIntegerv( pDevice, ALC_REFRESH, 1, &alc_refresh ); in calContextInfo()
1333 qalcGetIntegerv( pDevice, ALC_SYNC, 1, &alc_sync ); in calContextInfo()
1414 qalcGetIntegerv( pDevice, ALC_MAJOR_VERSION, 1, &major_version ); in calEnumerateDevices()
1415 qalcGetIntegerv( pDevice, ALC_MINOR_VERSION, 1, &minor_version ); in calEnumerateDevices()
1520 qalcGetIntegerv(pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources); in calSelectDevice()
1626 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in S_Init()
1650 qalcGetIntegerv( pDevice, ALC_MONO_SOURCES, 1, &alc_mono_sources ); in S_Init()
/dports/games/openspades/openspades-0.1.3/Sources/Audio/
H A DALFuncs.h171 extern LPALCGETINTEGERV qalcGetIntegerv;
H A DALFuncs.cpp159 LPALCGETINTEGERV qalcGetIntegerv; variable
/dports/games/egl/egl-0.3.1_9/client/
H A Dsnd_openal.c159 static LPALCGETINTEGERV qalcGetIntegerv; variable
1018 qalcGetIntegerv = (LPALCGETINTEGERV)AL_GPA ("alcGetIntegerv"); in ALSnd_Init()
1244 qalcGetIntegerv = NULL; in ALSnd_Shutdown()

12