Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_assert.h109 typedef struct SDL_AssertData struct
117 const struct SDL_AssertData *next; argument
118 } SDL_AssertData; typedef
123 extern DECLSPEC SDL_AssertState SDLCALL SDL_ReportAssertion(SDL_AssertData *,
146 static struct SDL_AssertData sdl_assert_data = { \
187 const SDL_AssertData* data, void* userdata);
264 extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
278 #define SDL_assert_data SDL_AssertData
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestplatform.c170 const SDL_AssertData *item = SDL_GetAssertionReport(); in TestAssertions()
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt96 * Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to SDL_AssertState