Searched refs:ph_AllocHWSurface (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_image_c.h42 extern int ph_AllocHWSurface(_THIS, SDL_Surface* surface);
H A DSDL_ph_video.c103 device->AllocHWSurface = ph_AllocHWSurface;
H A DSDL_ph_image.c522 int ph_AllocHWSurface(_THIS, SDL_Surface* surface) function
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 226 milliseconds