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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 139 SDL_VideoModeOK
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 273 * The arguments to SDL_VideoModeOK() are the same ones you would pass to
276 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 273 * The arguments to SDL_VideoModeOK() are the same ones you would pass to
276 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 273 * The arguments to SDL_VideoModeOK() are the same ones you would pass to
276 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 277 * The arguments to SDL_VideoModeOK() are the same ones you would pass to
280 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 273 * The arguments to SDL_VideoModeOK() are the same ones you would pass to
276 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 367 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags)
445 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags);
    [all...]

Completed in 271 milliseconds