Home
last modified time | relevance | path

Searched refs:checkALCError (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dopenal.c137 int checkALCError() in checkALCError() function
158 if(checkALCError()) in SetupSound()
173 if(checkALCError()) in SetupSound()
181 if( checkALCError() ) in SetupSound()
247 checkALCError(); in RemoveSound()
251 checkALCError(); in RemoveSound()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/openal/
H A DALC10.java156 Util.checkALCError(device); in alcGetString()
184 Util.checkALCError(device); in alcGetInteger()
251 Util.checkALCError(device); in alcCreateContext()
400 Util.checkALCError(device); in alcIsExtensionPresent()
418 Util.checkALCError(device); in alcGetEnumValue()
H A DUtil.java52 public static void checkALCError(ALCdevice device) { in checkALCError() method in Util
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwsound/
H A Dopenal_output.cpp39 ALCenum checkALCError(ALCdevice *device, const char *func, int line) in checkALCError() function
46 #define getALCError(d) checkALCError((d), __FUNCTION__, __LINE__)
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Doalsound.cpp174 static ALCenum checkALCError(ALCdevice *device, const char *fn, unsigned int ln) in checkALCError() function
187 #define getALCError(d) checkALCError((d), __FILE__, __LINE__)