Searched refs:SDL_LogMessage (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_log.c | 97 …SDL_LogMessage(SDL_LOG_CATEGORY_TEST, SDL_LOG_PRIORITY_INFO, " %s: %s", SDLTest_TimestampToString(… in SDLTest_Log() 115 …SDL_LogMessage(SDL_LOG_CATEGORY_TEST, SDL_LOG_PRIORITY_ERROR, "%s: %s", SDLTest_TimestampToString(… in SDLTest_LogError()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_log.h | 175 extern DECLSPEC void SDLCALL SDL_LogMessage(int category,
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 241 SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… in SDL_LogMessage() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 97 …_static void SDLCALL SDL_LogMessage##name(int category, SDL_LogPriority priority, SDL_PRINTF_FORMA…
|
A D | SDL_dynapi_overrides.h | 38 #define SDL_LogMessage SDL_LogMessage_REAL macro
|
A D | SDL_dynapi_procs.h | 42 SDL_DYNAPI_PROC(void,SDL_LogMessage,(int a, SDL_LogPriority b, SDL_PRINTF_FORMAT_STRING const char …
|
Completed in 13 milliseconds