Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_log.h189 typedef void (SDLCALL *SDL_LogOutputFunction)(void *userdata, int category, SDL_LogPriority priorit… 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…
/AliOS-Things-master/components/SDL2/src/
A DSDL_log.c60 static SDL_LogOutputFunction SDL_log_function = SDL_LogOutput;
435 SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata) in SDL_LogGetOutputFunction()
446 SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata) in SDL_LogSetOutputFunction()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_procs.h271 SDL_DYNAPI_PROC(void,SDL_LogGetOutputFunction,(SDL_LogOutputFunction *a, void **b),(a,b),)
272 SDL_DYNAPI_PROC(void,SDL_LogSetOutputFunction,(SDL_LogOutputFunction a, void *b),(a,b),)

Completed in 5 milliseconds