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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 252 if (screen->flags & SDL_ANYFORMAT)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
294 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
294 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
294 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 134 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
298 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */
294 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 600 flags |= SDL_ANYFORMAT;
877 ( !(flags&SDL_ANYFORMAT) &&
    [all...]

Completed in 108 milliseconds