HomeSort by relevance Sort by last modified time
    Searched refs:ph_LockHWSurface (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/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 21 milliseconds