Searched refs:SDL_LogPriority (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_log.h | 111 } SDL_LogPriority; typedef 117 extern DECLSPEC void SDLCALL SDL_LogSetAllPriority(SDL_LogPriority priority); 123 SDL_LogPriority priority); 128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); 176 SDL_LogPriority priority, 183 SDL_LogPriority priority, 189 typedef void (*SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const…
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_log.c | 48 SDL_LogPriority priority; 54 int category, SDL_LogPriority priority, 58 static SDL_LogPriority SDL_default_priority = DEFAULT_PRIORITY; 59 static SDL_LogPriority SDL_assert_priority = DEFAULT_ASSERT_PRIORITY; 60 static SDL_LogPriority SDL_application_priority = DEFAULT_APPLICATION_PRIORITY; 61 static SDL_LogPriority SDL_test_priority = DEFAULT_TEST_PRIORITY; 99 SDL_LogSetAllPriority(SDL_LogPriority priority) in SDL_LogSetAllPriority() 112 SDL_LogSetPriority(int category, SDL_LogPriority priority) in SDL_LogSetPriority() 133 SDL_LogPriority 243 SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… in SDL_LogMessage() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi.c | 90 …_static void SDL_LogMessage##name(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING…
|
D | SDL_dynapi_procs.h | 42 SDL_DYNAPI_PROC(void,SDL_LogMessage,(int a, SDL_LogPriority b, SDL_PRINTF_FORMAT_STRING const char … 270 SDL_DYNAPI_PROC(void,SDL_LogSetAllPriority,(SDL_LogPriority a),(a),) 271 SDL_DYNAPI_PROC(void,SDL_LogSetPriority,(int a, SDL_LogPriority b),(a,b),) 272 SDL_DYNAPI_PROC(SDL_LogPriority,SDL_LogGetPriority,(int a),(a),return) 274 SDL_DYNAPI_PROC(void,SDL_LogMessageV,(int a, SDL_LogPriority b, const char *c, va_list d),(a,b,c,d)…
|