OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ph_LockHWSurface
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h
46
extern int
ph_LockHWSurface
(_THIS, SDL_Surface* surface);
SDL_ph_video.c
108
device->LockHWSurface =
ph_LockHWSurface
;
SDL_ph_image.c
782
int
ph_LockHWSurface
(_THIS, SDL_Surface* surface)
802
SDL_SetError("
ph_LockHWSurface
(): Deadlock detected !\n");
805
SDL_SetError("
ph_LockHWSurface
(): Lock invalid !\n");
808
SDL_SetError("
ph_LockHWSurface
(): Can't lock the surface !\n");
Completed in 353 milliseconds