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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 43 extern void ph_FreeHWSurface(_THIS, SDL_Surface* surface);
SDL_ph_video.c 111 device->FreeHWSurface = ph_FreeHWSurface;
SDL_ph_image.c 574 void ph_FreeHWSurface(_THIS, SDL_Surface* surface)
580 SDL_SetError("ph_FreeHWSurface(): no hwdata!\n");
585 SDL_SetError("ph_FreeHWSurface(): no offscreen context to delete!\n");
607 SDL_SetError("ph_FreeHWSurface(): GetGraphicsHWCaps() function failed !\n");

Completed in 62 milliseconds