Searched defs:SDL_ASYNCBLIT (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */ macro
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

Completed in 80 milliseconds