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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 42 extern int ph_AllocHWSurface(_THIS, SDL_Surface* surface);
SDL_ph_video.c 103 device->AllocHWSurface = ph_AllocHWSurface;
SDL_ph_image.c 522 int ph_AllocHWSurface(_THIS, SDL_Surface* surface)
528 SDL_SetError("ph_AllocHWSurface(): hwdata already exists!\n");
536 SDL_SetError("ph_AllocHWSurface(): PdCreateOffscreenContext() function failed !\n");
543 SDL_SetError("ph_AllocHWSurface(): PdGetOffscreenContextPtr() function failed !\n");
556 SDL_SetError("ph_AllocHWSurface(): Can't create offscreen lock !\n");
566 SDL_SetError("ph_AllocHWSurface(): GetGraphicsHWCaps() function failed !\n");

Completed in 129 milliseconds