HomeSort by relevance Sort by last modified time
    Searched refs:AllocHWSurface (Results 1 - 25 of 32) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 113 device->AllocHWSurface = DUMMY_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 124 int (*AllocHWSurface)(_THIS, SDL_Surface *surface);
SDL_surface.c 124 (video->AllocHWSurface(this, surface) < 0) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 121 device->AllocHWSurface = RISCOS_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 101 device->AllocHWSurface = AA_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 104 device->AllocHWSurface = DC_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 114 device->AllocHWSurface = GGI_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 136 this->AllocHWSurface = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 115 device->AllocHWSurface = PG_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 113 device->AllocHWSurface = QT_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 109 device -> AllocHWSurface = NULL ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 110 this->AllocHWSurface = GS_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 134 device->AllocHWSurface = SVGA_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 126 device->AllocHWSurface = WSCONS_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 116 device->AllocHWSurface = BE_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 152 device->AllocHWSurface = ROM_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 103 device->AllocHWSurface = ph_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 139 device->AllocHWSurface = VGL_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 173 device->AllocHWSurface = XBIOS_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 214 device->AllocHWSurface = CGX_AllocHWSurface;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 146 device->AllocHWSurface = DGA_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 159 device->AllocHWSurface = EPOC_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 284 device->AllocHWSurface = GAPI_AllocHWSurface;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 160 device->AllocHWSurface = GEM_AllocHWSurface;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 291 device->AllocHWSurface = DSp_AllocHWSurface;
    [all...]

Completed in 261 milliseconds

1 2