Searched refs:SDL_LogOutputFunction (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_log.h | 189 typedef void (*SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priority, const… typedef 194 extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userd… 200 extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdat…
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_log.c | 62 static SDL_LogOutputFunction SDL_log_function = SDL_LogOutput; 423 SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata) in SDL_LogGetOutputFunction() 434 SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata) in SDL_LogSetOutputFunction()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 275 SDL_DYNAPI_PROC(void,SDL_LogGetOutputFunction,(SDL_LogOutputFunction *a, void **b),(a,b),) 276 SDL_DYNAPI_PROC(void,SDL_LogSetOutputFunction,(SDL_LogOutputFunction a, void *b),(a,b),)
|