OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ph_CheckHWBlit
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h
44
extern int
ph_CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst);
SDL_ph_video.c
104
device->CheckHWBlit =
ph_CheckHWBlit
;
SDL_ph_image.c
615
int
ph_CheckHWBlit
(_THIS, SDL_Surface *src, SDL_Surface *dst)
619
SDL_SetError("
ph_CheckHWBlit
(): Source surface haven't hardware specific data.\n");
625
SDL_SetError("
ph_CheckHWBlit
(): Source surface isn't a hardware surface.\n");
Completed in 18 milliseconds