Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_assert.c148 SDL_ASSERTION_IGNORE, "Ignore" }, in SDL_PromptAssertion()
183 return SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()
214 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()
241 state = SDL_ASSERTION_IGNORE; in SDL_PromptAssertion()
268 SDL_assert_state state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()
275 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()
281 return SDL_ASSERTION_IGNORE; /* oh well, I guess. */ in SDL_ReportAssertion()
312 return SDL_ASSERTION_IGNORE; /* shouldn't return, but oh well. */ in SDL_ReportAssertion()
315 state = SDL_ASSERTION_IGNORE; in SDL_ReportAssertion()
319 case SDL_ASSERTION_IGNORE: in SDL_ReportAssertion()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_assert.h105 SDL_ASSERTION_IGNORE, /**< Ignore the assert. */ enumerator