HomeSort by relevance Sort by last modified time
    Searched refs:blit_hw (Results 1 - 17 of 17) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 212 this->info.blit_hw = 1;
SDL_fbriva.c 211 this->info.blit_hw = 1;
SDL_fbmatrox.c 262 this->info.blit_hw = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 251 hw_blit_ok = current_video->info.blit_hw;
SDL_video.c 936 if (((SDL_PublicSurface->flags&SDL_HWSURFACE) == SDL_HWSURFACE) && current_video->info.blit_hw)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 151 device->info.blit_hw=1;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 176 Uint32 blit_hw :1; /**< Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 58 print_tf_state(" accelerated hardware->hardware blits", info->blit_hw);
testvidinfo.c 430 if ( info->blit_hw ) {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 176 Uint32 blit_hw :1; /**< Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 176 Uint32 blit_hw :1; /**< Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 176 Uint32 blit_hw :1; /**< Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 312 this->info.blit_hw = 1;
314 this->info.blit_hw = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 454 this->info.blit_hw = 1;
458 this->info.blit_hw = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 589 this->info.blit_hw = SDL_TRUE;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 458 this->info.blit_hw = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 874 this->info.blit_hw = 1;
    [all...]

Completed in 111 milliseconds