Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_assert.c57 static SDL_AssertionHandler assertion_handler = SDL_PromptAssertion; variable
92 if ((item != NULL) && (assertion_handler != SDL_PromptAssertion)) { in SDL_GenerateAssertionReport()
305 state = assertion_handler(data, assertion_userdata); in SDL_ReportAssertion()
344 assertion_handler = handler; in SDL_SetAssertionHandler()
347 assertion_handler = SDL_PromptAssertion; in SDL_SetAssertionHandler()
381 return assertion_handler; in SDL_GetAssertionHandler()