Searched refs:SDL_Init (Results 1 – 9 of 9) sorted by relevance
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
210 return SDL_Init (SDL_INIT_VIDEO); 237 return SDL_Init (SDL_INIT_VIDEO);
676 - in case of SDL_Init() failure, print the SDL error message.
1 SDL_Init
150 int SDL_Init(Uint32 flags) in SDL_Init() function
202 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) { in console_main()
393 if ( SDL_Init (0) < 0 ) { in main()
585 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) { in SDL_SetVideoMode()
986 if(SDL_Init(flags)){ in init_skinned_ui()