Searched refs:EXGLSysLog (Results 1 – 3 of 3) sorted by relevance
29 #define EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "EXGL", fmt, ##__VA_ARGS__) macro32 #define EXGLSysLog(fmt, ...) EXiOSLog("EXGL: " fmt, ##__VA_ARGS__) macro35 #define EXGLSysLog(...) macro
51 EXGLSysLog("Ran out of EXGLContext ids!"); in ContextCreate()58 EXGLSysLog("Tried to reuse an EXGLContext id. This shouldn't really happen..."); in ContextCreate()
18 EXGLSysLog("Failed to setup EXGLContext [%s]", err.what()); in prepareContext()