Searched refs:SDL_LogOutputFunction (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_log.h | 189 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 D | SDL_log.c | 60 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 D | SDL_dynapi_procs.h | 271 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