Searched refs:checkALCError (Results 1 – 5 of 5) sorted by relevance
137 int checkALCError() in checkALCError() function158 if(checkALCError()) in SetupSound()173 if(checkALCError()) in SetupSound()181 if( checkALCError() ) in SetupSound()247 checkALCError(); in RemoveSound()251 checkALCError(); in RemoveSound()
156 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()
52 public static void checkALCError(ALCdevice device) { in checkALCError() method in Util
39 ALCenum checkALCError(ALCdevice *device, const char *func, int line) in checkALCError() function46 #define getALCError(d) checkALCError((d), __FUNCTION__, __LINE__)
174 static ALCenum checkALCError(ALCdevice *device, const char *fn, unsigned int ln) in checkALCError() function187 #define getALCError(d) checkALCError((d), __FILE__, __LINE__)