HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Init (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL.h 52 /* These are the flags which may be passed to SDL_Init() -- you should
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL.h 52 /* These are the flags which may be passed to SDL_Init() -- you should
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL.h 52 /* These are the flags which may be passed to SDL_Init() -- you should
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
  /prebuilt/windows/sdl/host/include/SDL/
SDL.h 55 /* These are the flags which may be passed to SDL_Init() -- you should
72 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
  /prebuilt/windows/sdl/include/SDL/
SDL.h 52 /* These are the flags which may be passed to SDL_Init() -- you should
69 extern DECLSPEC int SDLCALL SDL_Init(Uint32 flags);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 0 SDL_Init
  /external/qemu/
android-configure.sh 205 return SDL_Init (SDL_INIT_VIDEO);
232 return SDL_Init (SDL_INIT_VIDEO);
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 150 int SDL_Init(Uint32 flags)
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 202 if ( SDL_Init(SDL_INIT_NOPARACHUTE) < 0 ) {
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SDL_main.c 393 if ( SDL_Init (0) < 0 ) {
  /external/qemu/android/
main.c 623 if(SDL_Init(flags)){
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 585 if ( SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE) < 0 ) {
    [all...]

Completed in 253 milliseconds