Searched refs:AllocHWSurface (Results 1 - 25 of 32) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
H A DSDL_nullvideo.c113 device->AllocHWSurface = DUMMY_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_sysvideo.h124 int (*AllocHWSurface)(_THIS, SDL_Surface *surface); member in struct:SDL_VideoDevice
H A DSDL_surface.c124 (video->AllocHWSurface(this, surface) < 0) ) {
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.c121 device->AllocHWSurface = RISCOS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
H A DSDL_aavideo.c101 device->AllocHWSurface = AA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
H A DSDL_dcvideo.c104 device->AllocHWSurface = DC_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
H A DSDL_ggivideo.c114 device->AllocHWSurface = GGI_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc113 device->AllocHWSurface = QT_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/
H A DSDL_ipodvideo.c136 this->AllocHWSurface = 0;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxvideo.c109 device -> AllocHWSurface = NULL ;
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
H A DSDL_pgvideo.c115 device->AllocHWSurface = PG_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc116 device->AllocHWSurface = BE_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c152 device->AllocHWSurface = ROM_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.c103 device->AllocHWSurface = ph_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsvideo.c110 this->AllocHWSurface = GS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
H A DSDL_svgavideo.c134 device->AllocHWSurface = SVGA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglvideo.c139 device->AllocHWSurface = VGL_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
H A DSDL_wsconsvideo.c126 device->AllocHWSurface = WSCONS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.c214 device->AllocHWSurface = CGX_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
H A DSDL_dgavideo.c146 device->AllocHWSurface = DGA_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp159 device->AllocHWSurface = EPOC_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemvideo.c160 device->AllocHWSurface = GEM_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c291 device->AllocHWSurface = DSp_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
H A DSDL_xbios.c173 device->AllocHWSurface = XBIOS_AllocHWSurface;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
H A DSDL_DirectFB_video.c131 device->AllocHWSurface = DirectFB_AllocHWSurface;

Completed in 92 milliseconds

12