OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckHWBlit
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c
169
static int
CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst)
199
this->
CheckHWBlit
=
CheckHWBlit
;
SDL_fbmatrox.c
223
static int
CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst)
253
this->
CheckHWBlit
=
CheckHWBlit
;
SDL_fbriva.c
159
static int
CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst)
191
this->
CheckHWBlit
=
CheckHWBlit
;
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c
90
static int
CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst)
136
device->
CheckHWBlit
=
CheckHWBlit
;
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h
129
int (*
CheckHWBlit
)(_THIS, SDL_Surface *src, SDL_Surface *dst);
Completed in 35 milliseconds