Searched refs:SDL_AssertionHandler (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_assert.h | 186 typedef SDL_AssertState (SDLCALL *SDL_AssertionHandler)( typedef 210 SDL_AssertionHandler handler, 223 extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetDefaultAssertionHandler(void); 240 extern DECLSPEC SDL_AssertionHandler SDLCALL SDL_GetAssertionHandler(void **puserdata);
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_assert.c | 57 static SDL_AssertionHandler assertion_handler = SDL_PromptAssertion; 341 void SDL_SetAssertionHandler(SDL_AssertionHandler handler, void *userdata) in SDL_SetAssertionHandler() 371 SDL_AssertionHandler SDL_GetDefaultAssertionHandler(void) in SDL_GetDefaultAssertionHandler() 376 SDL_AssertionHandler SDL_GetAssertionHandler(void **userdata) in SDL_GetAssertionHandler()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 95 SDL_DYNAPI_PROC(void,SDL_SetAssertionHandler,(SDL_AssertionHandler a, void *b),(a,b),) 604 SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetDefaultAssertionHandler,(void),(),return) 605 SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetAssertionHandler,(void **a),(a),return)
|