HomeSort by relevance Sort by last modified time
    Searched defs:SDL_RLEACCEL (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 153 #define SDL_RLEACCEL 0x00004000 /**< Surface is RLE encoded */
163 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
610 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
628 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
629 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
662 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 153 #define SDL_RLEACCEL 0x00004000 /**< Surface is RLE encoded */
163 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
610 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
628 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
629 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
662 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 153 #define SDL_RLEACCEL 0x00004000 /**< Surface is RLE encoded */
163 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
610 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
628 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
629 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
662 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 153 #define SDL_RLEACCEL 0x00004000 /**< Surface is RLE encoded */
163 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
610 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
628 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
629 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
662 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
    [all...]

Completed in 101 milliseconds