Searched refs:SDL_ReportAssertion (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_assert.h | 123 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/ |
D | SDL_assert.c | 263 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/ |
D | SDL_dynapi_overrides.h | 65 #define SDL_ReportAssertion SDL_ReportAssertion_REAL macro
|
D | SDL_dynapi_procs.h | 94 SDL_DYNAPI_PROC(SDL_assert_state,SDL_ReportAssertion,(SDL_assert_data *a, const char *b, const char…
|