Searched refs:blit_hw (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fb3dfx.c214 this->info.blit_hw = 1;
H A DSDL_fbriva.c211 this->info.blit_hw = 1;
H A DSDL_fbmatrox.c262 this->info.blit_hw = 1;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit.c251 hw_blit_ok = current_video->info.blit_hw;
H A DSDL_video.c919 if (((SDL_PublicSurface->flags&SDL_HWSURFACE) == SDL_HWSURFACE) && current_video->info.blit_hw)
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h154 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
H A DSDL_dgavideo.c317 this->info.blit_hw = 1;
319 this->info.blit_hw = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_image.c454 this->info.blit_hw = 1;
458 this->info.blit_hw = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.c577 this->info.blit_hw = 1;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c589 this->info.blit_hw = SDL_TRUE;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
H A DSDL_DirectFB_video.c458 this->info.blit_hw = 1;
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c858 this->info.blit_hw = 1;

Completed in 1163 milliseconds