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

/prebuilts/tools/darwin-x86/sdl/include/SDL/
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
/prebuilts/tools/linux-x86/sdl/include/SDL/
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
/prebuilts/tools/windows/sdl/include/SDL/
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 225 milliseconds