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

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 214 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.12/src/video/
SDL_blit.c 251 hw_blit_ok = current_video->info.blit_hw;
SDL_video.c 919 if (((SDL_PublicSurface->flags&SDL_HWSURFACE) == SDL_HWSURFACE) && current_video->info.blit_hw)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 154 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 154 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 154 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 162 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 154 Uint32 blit_hw :1; /* Flag: Accelerated blits HW --> HW */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 317 this->info.blit_hw = 1;
319 this->info.blit_hw = 0;
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/cybergfx/
SDL_cgxvideo.c 577 this->info.blit_hw = 1;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 589 this->info.blit_hw = SDL_TRUE;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 458 this->info.blit_hw = 1;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 858 this->info.blit_hw = 1;
    [all...]

Completed in 800 milliseconds