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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c183 if ( ! this->info.blit_hw_CC ) {
213 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.15/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.15/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.15/test/
H A Dtestsprite.c129 if ( info->blit_hw_CC && info->blit_fill ) {
H A Dtestblitspeed.c59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
H A Dtestvidinfo.c434 if ( info->blit_hw_CC ) {
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c317 this->info.blit_hw_CC = 1;
319 this->info.blit_hw_CC = 0;
921 if ( ! this->info.blit_hw_CC ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */ member in struct:SDL_VideoInfo
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/windx5/
H A DSDL_dx5video.c878 this->info.blit_hw_CC = 1;
889 this->info.blit_sw_CC = this->info.blit_hw_CC;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c459 this->info.blit_hw_CC = 1;

Completed in 1961 milliseconds