Searched refs:SDL_ASYNCBLIT (Results 1 – 6 of 6) sorted by relevance
193 if ( flags & SDL_ASYNCBLIT ) { in X11_ResizeImage()200 screen->flags |= SDL_ASYNCBLIT; in X11_ResizeImage()247 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) { in X11_NormalUpdate()269 if ( SDL_VideoSurface->flags & SDL_ASYNCBLIT ) { in X11_MITSHMUpdate()
120 #define SDL_ASYNCBLIT 0x00000004 /* Use asynchronous blits if possible */ macro141 ((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()
143 if ( flags & SDL_ASYNCBLIT ) { in CGX_ResizeImage()145 screen->flags |= SDL_ASYNCBLIT; in CGX_ResizeImage()
563 current->flags |= SDL_ASYNCBLIT; in GS_SetVideoMode()
821 current->flags |= SDL_ASYNCBLIT;