Home
last modified time | relevance | path

Searched refs:SDL_LogOutputFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_log.h189 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/
DSDL_log.c62 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/
DSDL_dynapi_procs.h275 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),)