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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 132 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
153 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
308 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
487 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
304 * If SDL_ASYNCBLIT is set in 'flags', SDL will try to perform rectangle
485 * SDL_ASYNCBLIT means that SDL will try to perform asynchronous blits with
    [all...]

Completed in 247 milliseconds