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

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 193 if ( flags & SDL_ASYNCBLIT ) {
200 screen->flags |= SDL_ASYNCBLIT;
247 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
269 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) {
  /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...]
  /prebuilts/tools/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...]