Home
last modified time | relevance | path

Searched refs:SDL_ShowSimpleMessageBox (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestmessage.c91 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
100 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
110 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
120 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
130 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
174 success = SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, in main()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dcommon.c35 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, string, SDL_GetError(), NULL); in fatalError()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_messagebox.h133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c107 SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Fatal Error", "Out of memory - aborting", NULL); in OutOfMemory()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1544SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Test Message", "You're awesome!", window); in SDLTest_CommonEvent()
1566SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Last mouse position", message, window); in SDLTest_CommonEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h250 #define SDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox_REAL macro
DSDL_dynapi_procs.h279 SDL_DYNAPI_PROC(int,SDL_ShowSimpleMessageBox,(Uint32 a, const char *b, const char *c, SDL_Window *d…
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt152 * Added support for SDL_ShowMessageBox() and SDL_ShowSimpleMessageBox()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c3728 SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window) in SDL_ShowSimpleMessageBox() function