Searched defs:SDL_RLEACCEL (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h153 #define SDL_RLEACCEL 0x00004000 /**< Surface is RLE encoded */ macro
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

Completed in 79 milliseconds