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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 38 extern int ph_SetupImage(_THIS, SDL_Surface* screen);
SDL_ph_image.c 35 int ph_SetupImage(_THIS, SDL_Surface *screen)
67 SDL_SetError("ph_SetupImage(): unsupported bpp=%d !\n", bpp);
80 SDL_SetError("ph_SetupImage(): can't allocate memory for palette !\n");
88 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=8 !\n");
98 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=%d !\n", bpp);
508 setupresult=ph_SetupImage(this, screen);

Completed in 204 milliseconds