Home
last modified time | relevance | path

Searched defs:EXGLSysLog (Results 1 – 1 of 1) 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