Home
last modified time | relevance | path

Searched refs:ALC_NO_ERROR (Results 1 – 25 of 103) sorted by relevance

12345

/dports/audio/openal-soft/openal-soft-1.21.1/utils/
H A Dopenal-info.c186 if(err != ALC_NO_ERROR) in checkALCErrors()
203 if(checkALCErrors(device) != ALC_NO_ERROR || !devname) in printALCInfo()
209 if(checkALCErrors(device) == ALC_NO_ERROR) in printALCInfo()
323 if(checkALCErrors(device) == ALC_NO_ERROR) in printEFXInfo()
326 if(checkALCErrors(device) == ALC_NO_ERROR) in printEFXInfo()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dopenal.c54 case ALC_NO_ERROR: in alc_get_err_str()
87 alc_err = ALC_NO_ERROR; in _openal_open()
88 if (!openal_dev || (alc_err = alcGetError(openal_dev)) != ALC_NO_ERROR) { in _openal_open()
95 alc_err = ALC_NO_ERROR; in _openal_open()
96 if (!openal_context || (alc_err = alcGetError(openal_dev)) != ALC_NO_ERROR) { in _openal_open()
104 if ((alc_err = alcGetError(openal_dev)) != ALC_NO_ERROR) { in _openal_open()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/openal/
H A DALCTest.java62 int lastError = ALC10.ALC_NO_ERROR; in execute()
67 if ((lastError = ALC10.alcGetError(AL.getDevice())) != ALC10.ALC_NO_ERROR) { in execute()
H A DOpenALInfo.java153 if(ALC10.alcGetError(device) == ALC10.ALC_NO_ERROR) { in printEFXInfo()
158 if(ALC10.alcGetError(device) == ALC10.ALC_NO_ERROR) { in printEFXInfo()
216 if(error != ALC10.ALC_NO_ERROR) { in checkForErrors()
/dports/audio/freealut/freealut-1.1.0/src/
H A DalutInit.c40 if (alcGetError (alcGetContextsDevice (context)) != ALC_NO_ERROR) in _alutSanityCheck()
144 if (alcGetError (device) != ALC_NO_ERROR) in alutExit()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freealut/src/
H A DalutInit.c46 if (alcGetError(alcGetContextsDevice(context)) != ALC_NO_ERROR) in _alutSanityCheck()
147 if (alcGetError(device) != ALC_NO_ERROR) in alutExit()
/dports/games/warzone2100/warzone2100/lib/sound/
H A Dopenal_info.cpp137 if(err != ALC_NO_ERROR) in checkALCErrors()
188 if(checkALCErrors(buf, device) != ALC_NO_ERROR || !devname) in Output_ALCInfo()
196 if(checkALCErrors(buf, device) == ALC_NO_ERROR) in Output_ALCInfo()
/dports/audio/openal-soft/openal-soft-1.21.1/router/
H A Dalc.cpp186 DECL(ALC_NO_ERROR),
289 static std::atomic<ALCenum> LastError{ALC_NO_ERROR};
401 if(DeviceIfaceMap.insert(device, idx) != ALC_NO_ERROR) in alcOpenDevice()
440 if(ContextIfaceMap.insert(context, idx) != ALC_NO_ERROR) in alcCreateContext()
555 return LastError.exchange(ALC_NO_ERROR); in alcGetError()
645 case ALC_NO_ERROR: in alcGetString()
869 if(DeviceIfaceMap.insert(device, idx) != ALC_NO_ERROR) in alcCaptureOpenDevice()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/audio/openal/
H A DOpenALUtils.cpp27 case ALC_NO_ERROR: return "No error"; in getAlcErrorString()
/dports/games/openjk/OpenJK-07675e2/codemp/client/OpenAL/
H A Dalctypes.h75 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/openjk/OpenJK-07675e2/code/client/OpenAL/
H A Dalctypes.h75 #define ALC_NO_ERROR ALC_FALSE macro
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalrecord.c327 err = ALC_NO_ERROR; in main()
330 (err=alcGetError(recorder.mDevice)) == ALC_NO_ERROR && !ferror(recorder.mFile)) in main()
381 if(err != ALC_NO_ERROR) in main()
/dports/games/scorched3d/scorched-dep-win32/include/al/al/
H A Dalctypes.h79 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/s_openal/
H A Ds_openal.c79 static ALenum ALCo_Lasterror = ALC_NO_ERROR;
148 case ALC_NO_ERROR: in GetALCErrorString()
326 if (ALCo_GetError() != ALC_NO_ERROR || !ALCDevice) in HWRAPI()
346 if (ALCo_GetError() != ALC_NO_ERROR || !ALContext) in HWRAPI()
357 if (ALCo_GetError() != ALC_NO_ERROR) in HWRAPI()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/openal/
H A DUtil.java54 if (err != ALC10.ALC_NO_ERROR) in checkALCError()
/dports/games/openspades/openspades-0.1.3/Sources/Audio/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/ioquake3-server/ioquake3-1.36/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/ioquake3/ioquake3-1.36/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/torcs/torcs-1.3.7/src/windows/include/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/evq3/evq3/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/AL/
H A Dalctypes.h92 #define ALC_NO_ERROR ALC_FALSE macro
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dopenal_error.c34 assert(alcGetError(device) == ALC_NO_ERROR); in main()

12345