Searched refs:SDL_GetError (Results 1 – 10 of 10) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/ |
D | SDL_error.c | 111 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/ |
D | SDL_error.h | 38 extern DECLSPEC char * SDLCALL SDL_GetError(void);
|
/external/qemu/android/skin/ |
D | surface.c | 166 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()
|
D | window.c | 1373 … 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/ |
D | SDL.x | 41 SDL_GetError
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_bmp.c | 135 if ( SDL_strcmp(SDL_GetError(), "") != 0 ) { in SDL_LoadBMP_RW() 519 return((SDL_strcmp(SDL_GetError(), "") == 0) ? 0 : -1); in SDL_SaveBMP_RW()
|
D | SDL_video.c | 766 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/ |
D | SDL_win32_main.c | 203 ShowError("WinMain() error", SDL_GetError()); in console_main()
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/ |
D | SDL_syscdrom.c | 526 fprintf(stderr, "ioctl failed in SDL_SYS_CDStatus (%s)\n", SDL_GetError()); in SDL_SYS_CDStatus()
|
/external/qemu/android/ |
D | main-common.c | 531 fprintf(stderr, "SDL init failure, reason is: %s\n", SDL_GetError() ); in init_sdl_ui()
|