Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_assert.h188 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 DSDL_assert.c62 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 DSDL_dynapi_procs.h91 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