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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 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
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 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
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 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
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 146 #define SDL_RLEACCEL 0x00004000 /* Surface is RLE encoded */
153 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
563 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
565 * SDL_RLEACCEL requests RLE acceleration for the surface if present,
583 * OR:ing the flag with SDL_RLEACCEL requests RLE acceleration for the
584 * surface; if SDL_RLEACCEL is not specified, the RLE accel will be removed.
617 * semantics. You can also pass SDL_RLEACCEL in the flags parameter and
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 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
    [all...]

Completed in 110 milliseconds