Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_RLEACCEL

134 #define SDL_RLEACCEL	0x00004000	/* Surface is RLE encoded */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
563 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
581 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
582 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
615 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and