Searched refs:SDL_AssertData (Results 1 – 3 of 3) sorted by relevance
109 typedef struct SDL_AssertData struct117 const struct SDL_AssertData *next; argument118 } SDL_AssertData; typedef123 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
170 const SDL_AssertData *item = SDL_GetAssertionReport(); in TestAssertions()
96 * Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to SDL_AssertState