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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 51 extern int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect *srcrect, SDL_Surface* dst, SDL_Rect* dstrect);
SDL_ph_image.c 651 src->map->hw_blit = ph_HWAccelBlit;
836 int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
916 SDL_SetError("ph_HWAccelBlit(): Source or target surface is not a hardware surface !\n");

Completed in 93 milliseconds