Searched refs:SDL_AssertionHandler (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_assert.h | 188 typedef SDL_AssertState (SDLCALL *SDL_AssertionHandler)( typedef 212 SDL_AssertionHandler handler, 225 extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetDefaultAssertionHandler(void); 242 extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetAssertionHandler(void **puserdata);
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_assert.c | 62 static SDL_AssertionHandler assertion_handler = SDL_PromptAssertion; 396 void SDL_SetAssertionHandler(SDL_AssertionHandler handler, void *userdata) in SDL_SetAssertionHandler() 426 SDL_AssertionHandler SDL_GetDefaultAssertionHandler(void) in SDL_GetDefaultAssertionHandler() 431 SDL_AssertionHandler SDL_GetAssertionHandler(void **userdata) in SDL_GetAssertionHandler()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 91 SDL_DYNAPI_PROC(void,SDL_SetAssertionHandler,(SDL_AssertionHandler a, void *b),(a,b),) 600 SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetDefaultAssertionHandler,(void),(),return) 601 SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetAssertionHandler,(void **a),(a),return)
|
Completed in 5 milliseconds