Searched defs:CheckHWBlit (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbriva.c159 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) function
191 this->CheckHWBlit = CheckHWBlit;
H A DSDL_fb3dfx.c171 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) function
201 this->CheckHWBlit = CheckHWBlit;
H A DSDL_fbmatrox.c223 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) function
253 this->CheckHWBlit = CheckHWBlit;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_sysvideo.h129 int (*CheckHWBlit)(_THIS, SDL_Surface *src, SDL_Surface *dst); member in struct:SDL_VideoDevice

Completed in 80 milliseconds