Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/include/
DSDL.h69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
/external/qemu/
Dandroid-configure.sh205 return SDL_Init (SDL_INIT_VIDEO);
232 return SDL_Init (SDL_INIT_VIDEO);
DCHANGES.TXT753 - in case of SDL_Init() failure, print the SDL error message.
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
DSDL.x1 SDL_Init
/external/qemu/distrib/sdl-1.2.12/src/
DSDL.c150 int SDL_Init(Uint32 flags) in SDL_Init() function
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
DSDL_win32_main.c202 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) { in console_main()
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSDL_main.c393 if ( SDL_Init (0) < 0 ) { in main()
/external/qemu/android/
Dmain.c623 if(SDL_Init(flags)){ in init_skinned_ui()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c585 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) { in SDL_SetVideoMode()