Searched refs:SDL_ASYNCBLIT (Results 1 – 7 of 7) sorted by relevance
191 if ( flags & SDL_ASYNCBLIT ) { in X11_ResizeImage()198 screen->flags |= SDL_ASYNCBLIT; in X11_ResizeImage()245 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) { in X11_NormalUpdate()267 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) { in X11_MITSHMUpdate()
133 #define SDL_ASYNCBLIT 0x00000004 /**< Use asynchronous blits if possible */ macro163 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
740 if ( surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT) ) { in SDL_LockSurface()775 if ( surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT) ) { in SDL_UnlockSurface()
113 append_sdl_surface_flag(surface, f, sizeof (f), SDL_ASYNCBLIT); in output_surface_details()
563 current->flags |= SDL_ASYNCBLIT; in GS_SetVideoMode()
898 current->flags |= SDL_ASYNCBLIT;1114 current->flags |= SDL_ASYNCBLIT;
280 you must set the SDL_ASYNCBLIT flag when setting the video mode and