Home
last modified time | relevance | path

Searched refs:EXGLSysLog (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-gl/common/
H A DEXPlatformUtils.h29 #define EXGLSysLog(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, "EXGL", fmt, ##__VA_ARGS__) macro
32 #define EXGLSysLog(fmt, ...) EXiOSLog("EXGL: " fmt, ##__VA_ARGS__) macro
35 #define EXGLSysLog(...) macro
H A DEXGLContextManager.cpp51 EXGLSysLog("Ran out of EXGLContext ids!"); in ContextCreate()
58 EXGLSysLog("Tried to reuse an EXGLContext id. This shouldn't really happen..."); in ContextCreate()
H A DEXGLNativeContext.cpp18 EXGLSysLog("Failed to setup EXGLContext [%s]", err.what()); in prepareContext()