Searched refs:SDL_LogWarn (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_systhread.cpp | 109 SDL_LogWarn(SDL_LOG_CATEGORY_SYSTEM, "TIME_CRITICAL unsupported, falling back to HIGHEST"); in SDL_SYS_SetThreadPriority()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_log.h | 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..…
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testime.c | 174 …SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION, "unifont: Codepoint on line %d exceeded limit of 0x%x.\n… in unifont_init() 208 …SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION, "unifont: Ignoring duplicate codepoint 0x%08x in hex fil… in unifont_init()
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 211 SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogWarn() function
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 408 SDL_LogWarn(SDL_LOG_CATEGORY_VIDEO, "GBM surface format not supported. Trying anyway."); in KMSDRM_CreateSurfaces() 685 SDL_LogWarn(SDL_LOG_CATEGORY_VIDEO, "Could not restore original CRTC mode"); in KMSDRM_VideoQuit()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 35 #define SDL_LogWarn SDL_LogWarn_REAL macro
|
A D | SDL_dynapi_procs.h | 39 SDL_DYNAPI_PROC(void,SDL_LogWarn,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl.c | 462 … SDL_LogWarn(SDL_LOG_CATEGORY_VIDEO, "Could not parse EGL version string: %s", egl_version); in SDL_EGL_GetVersion()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 1596 …SDL_LogWarn(SDL_LOG_CATEGORY_VIDEO, "The X server refused to let us grab the mouse. You might expe… in X11_SetWindowGrab()
|
Completed in 25 milliseconds