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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL.h 79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL.h 79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL.h 79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL.h 79 extern DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags);
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 65 int SDL_InitSubSystem(Uint32 flags)
162 if ( SDL_InitSubSystem(flags) < 0 ) {
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
SDL.x 1 SDL_Init SDL_InitSubSystem SDL_QuitSubSystem SDL_WasInit SDL_Quit SDL_GetAppState SDL_AudioInit SDL_AudioQuit SDL_Audi (…)
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c 404 if ( (SDL_InitSubSystem(SDL_INIT_AUDIO) < 0) ||

Completed in 176 milliseconds