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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 179 if ( flag & (SDL_RLEACCEL|SDL_RLEACCELOK) ) {
195 if ( surface->flags & SDL_RLEACCEL ) {
232 if ( flag & (SDL_RLEACCEL|SDL_RLEACCELOK) ) {
247 if(!(flag & SDL_RLEACCELOK) && (surface->flags & SDL_RLEACCEL))
747 if ( surface->flags & SDL_RLEACCEL ) {
749 surface->flags |= SDL_RLEACCEL; /* save accel'd state */
781 if ( (surface->flags & SDL_RLEACCEL) == SDL_RLEACCEL ) {
782 surface->flags &= ~SDL_RLEACCEL; /* stop lying */
917 if ( (surface->flags & SDL_RLEACCEL) == SDL_RLEACCEL )
    [all...]
SDL_blit.c 238 if ( (surface->flags & SDL_RLEACCEL) == SDL_RLEACCEL ) {
SDL_RLEaccel.c     [all...]
SDL_pixels.c 549 if ( (src->flags & SDL_RLEACCEL) == SDL_RLEACCEL ) {
  /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...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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 2185 milliseconds