Searched refs:blit_hw_A (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c168 if ( ! this->info.blit_hw_A ) {
219 this->info.blit_hw_A = 1;
H A DSDL_fbmatrox.c232 if ( ! this->info.blit_hw_A ) {
276 this->info.blit_hw_A = 1;
H A DSDL_fb3dfx.c178 if ( ! this->info.blit_hw_A ) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit.c259 hw_blit_ok = current_video->info.blit_hw_A;
286 if ( current_video->info.blit_hw_A ) {
H A DSDL_surface.c69 if ( ! current_video->info.blit_hw_A ) {
819 if(!vi || !vi->blit_hw_A)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c463 this->info.blit_hw_A = 1;
467 this->info.blit_hw_A = 0;
642 if (this->info.blit_hw_A!=1)
948 if (this->info.blit_hw_A!=1)
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h178 Uint32 blit_hw_A :1; /**< Flag: Accelerated blits with Alpha */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c60 print_tf_state(" accelerated hardware->hardware alpha blits", info->blit_hw_A);
H A Dtestvidinfo.c438 if ( info->blit_hw_A ) {
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c599 this->info.blit_hw_A = SDL_TRUE;
1126 if ( ! this->info.blit_hw_A ) {
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c916 if ( ! this->info.blit_hw_A ) {
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c884 this->info.blit_hw_A = 0;
890 this->info.blit_sw_A = this->info.blit_hw_A;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c460 this->info.blit_hw_A = 1;

Completed in 178 milliseconds