Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_assert.h123 extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,
149 …const SDL_AssertState sdl_assert_state = SDL_ReportAssertion(&sdl_assert_data, SDL_FUNCTION, SDL_F…
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_assert.c263 SDL_ReportAssertion(SDL_assert_data *data, const char *func, const char *file, in SDL_ReportAssertion() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h65 #define SDL_ReportAssertion SDL_ReportAssertion_REAL macro
DSDL_dynapi_procs.h94 SDL_DYNAPI_PROC(SDL_assert_state,SDL_ReportAssertion,(SDL_assert_data *a, const char *b, const char…