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

  /external/qemu/distrib/sdl-1.2.15/test/
testcursor.c 155 screen = SDL_SetVideoMode(320,200,8,SDL_ANYFORMAT);
testsprite.c 170 videoflags = SDL_SWSURFACE|SDL_ANYFORMAT;
187 videoflags &= ~SDL_ANYFORMAT;
testblitspeed.c 114 append_sdl_surface_flag(surface, f, sizeof (f), SDL_ANYFORMAT);
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c 252 if (screen->flags & SDL_ANYFORMAT)
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 138 #define SDL_ANYFORMAT 0x10000000 /**< Allow any video depth/pixel-format */
331 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 138 #define SDL_ANYFORMAT 0x10000000 /**< Allow any video depth/pixel-format */
331 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 138 #define SDL_ANYFORMAT 0x10000000 /**< Allow any video depth/pixel-format */
331 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 138 #define SDL_ANYFORMAT 0x10000000 /**< Allow any video depth/pixel-format */
331 * If SDL_ANYFORMAT is set in 'flags', the SDL library will try to set the
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 627 ((current->flags & ~SDL_ANYFORMAT) == (flags & ~SDL_ANYFORMAT)) &&
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 616 flags |= SDL_ANYFORMAT;
894 ( !(flags&SDL_ANYFORMAT) &&
    [all...]

Completed in 88 milliseconds