Home
last modified time | relevance | path

Searched refs:SDL_GetError (Results 1 – 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/
DSDL_error.c111 fprintf(stderr, "SDL_SetError: %s\n", SDL_GetError()); in SDL_SetError()
187 char *SDL_GetError (void) in SDL_GetError() function
230 printf("Error 1: %s\n", SDL_GetError()); in main()
235 printf("Error 2: %s\n", SDL_GetError()); in main()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_error.h38 extern DECLSPEC char * SDLCALL SDL_GetError(void);
/external/qemu/android/skin/
Dsurface.c166 w, h, SDL_GetError() ); in skin_surface_create_fast()
182 w, h, SDL_GetError() ); in skin_surface_create_slow()
216 w, h, SDL_GetError() ); in skin_surface_create_argb32_from()
233 D( "could not lock surface %p: %s", s, SDL_GetError() ); in skin_surface_lock()
Dwindow.c1373 … fprintf(stderr, "### Error: could not create or resize SDL window: %s\n", SDL_GetError() ); in skin_window_resize()
1406 … fprintf(stderr, "### Error: could not create or resize SDL window: %s\n", SDL_GetError() ); in skin_window_resize()
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
DSDL.x41 SDL_GetError
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_bmp.c135 if ( SDL_strcmp(SDL_GetError(), "") != 0 ) { in SDL_LoadBMP_RW()
519 return((SDL_strcmp(SDL_GetError(), "") == 0) ? 0 : -1); in SDL_SaveBMP_RW()
DSDL_video.c766 SDL_SetError("Couldn't load GL function %s: %s\n", #func, SDL_GetError()); \ in SDL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
DSDL_win32_main.c203 ShowError("WinMain() error", SDL_GetError()); in console_main()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
DSDL_syscdrom.c526 fprintf(stderr, "ioctl failed in SDL_SYS_CDStatus (%s)\n", SDL_GetError()); in SDL_SYS_CDStatus()
/external/qemu/android/
Dmain-common.c531 fprintf(stderr, "SDL init failure, reason is: %s\n", SDL_GetError() ); in init_sdl_ui()