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

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fb3dfx.c185 if ( ! this->info.blit_hw_CC ) {
215 this->info.blit_hw_CC = 1;
H A DSDL_fbriva.c173 if ( ! this->info.blit_hw_CC ) {
213 this->info.blit_hw_CC = 1;
H A DSDL_fbmatrox.c237 if ( ! this->info.blit_hw_CC ) {
267 this->info.blit_hw_CC = 1;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_image.c472 this->info.blit_hw_CC = 1;
476 this->info.blit_hw_CC = 0;
632 if (this->info.blit_hw_CC!=1)
928 if (this->info.blit_hw_CC!=1)
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit.c256 hw_blit_ok = current_video->info.blit_hw_CC;
H A DSDL_surface.c64 if ( ! current_video->info.blit_hw_CC ) {
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
H A DSDL_dgavideo.c322 this->info.blit_hw_CC = 1;
324 this->info.blit_hw_CC = 0;
917 if ( ! this->info.blit_hw_CC ) {
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h155 Uint32 blit_hw_CC :1; /* Flag: Accelerated blits with Colorkey */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c596 this->info.blit_hw_CC = SDL_TRUE;
1131 if ( ! this->info.blit_hw_CC ) {
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.c578 this->info.blit_hw_CC = 1;
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c862 this->info.blit_hw_CC = 1;
873 this->info.blit_sw_CC = this->info.blit_hw_CC;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
H A DSDL_DirectFB_video.c459 this->info.blit_hw_CC = 1;

Completed in 751 milliseconds