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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 134 SDL_VideoInit
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 70 if ( SDL_VideoInit(SDL_getenv("SDL_VIDEODRIVER"),
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 231 * SDL_VideoInit() initializes the video subsystem -- sets up a connection
240 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 231 * SDL_VideoInit() initializes the video subsystem -- sets up a connection
240 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 231 * SDL_VideoInit() initializes the video subsystem -- sets up a connection
240 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 235 * SDL_VideoInit() initializes the video subsystem -- sets up a connection
244 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 231 * SDL_VideoInit() initializes the video subsystem -- sets up a connection
240 extern DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name, Uint32 flags);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 132 int SDL_VideoInit(const char *driver_name, Uint32 flags);
145 int SDL_VideoInit (const char *driver_name, Uint32 flags)
688 * that case? Should we call SDL_VideoInit() again?
    [all...]

Completed in 232 milliseconds