OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_AssertionHandler
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_assert.h
187
typedef SDL_assert_state (SDLCALL *
SDL_AssertionHandler
)(
211
SDL_AssertionHandler
handler,
222
* \return The default
SDL_AssertionHandler
that is called when an assert triggers.
224
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetDefaultAssertionHandler(void);
239
* \return The
SDL_AssertionHandler
that is called when an assert triggers.
241
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetAssertionHandler(void **puserdata);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_assert.h
187
typedef SDL_assert_state (SDLCALL *
SDL_AssertionHandler
)(
211
SDL_AssertionHandler
handler,
222
* \return The default
SDL_AssertionHandler
that is called when an assert triggers.
224
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetDefaultAssertionHandler(void);
239
* \return The
SDL_AssertionHandler
that is called when an assert triggers.
241
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetAssertionHandler(void **puserdata);
/prebuilts/misc/windows/sdl2/include/
SDL_assert.h
187
typedef SDL_assert_state (SDLCALL *
SDL_AssertionHandler
)(
211
SDL_AssertionHandler
handler,
222
* \return The default
SDL_AssertionHandler
that is called when an assert triggers.
224
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetDefaultAssertionHandler(void);
239
* \return The
SDL_AssertionHandler
that is called when an assert triggers.
241
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetAssertionHandler(void **puserdata);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_assert.h
187
typedef SDL_assert_state (SDLCALL *
SDL_AssertionHandler
)(
211
SDL_AssertionHandler
handler,
222
* \return The default
SDL_AssertionHandler
that is called when an assert triggers.
224
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetDefaultAssertionHandler(void);
239
* \return The
SDL_AssertionHandler
that is called when an assert triggers.
241
extern DECLSPEC
SDL_AssertionHandler
SDLCALL SDL_GetAssertionHandler(void **puserdata);
Completed in 402 milliseconds