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

  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 229 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 431 this->info.hw_available = 1;
435 this->info.hw_available = 0;
440 this->info.hw_available = 0;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 195 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 218 this->info.hw_available = (banked ? 0 : 1);
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 56 print_tf_state(" hardware surface available", info->hw_available);
testvidinfo.c 426 if ( info->hw_available ) {
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 172 Uint32 hw_available :1; /**< Flag: Can you create hardware surfaces? */ member in struct:SDL_VideoInfo
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 217 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 310 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 586 this->info.hw_available = SDL_TRUE;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 604 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 457 this->info.hw_available = 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 749 this->info.hw_available = !shadow_fb;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 872 this->info.hw_available = 1;
    [all...]

Completed in 534 milliseconds