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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 117 Uint32 desktopbpp; /* bpp of desktop at the moment of start */ member in struct:SDL_PrivateVideoData
135 #define desktopbpp (this->hidden->desktopbpp) macro
SDL_ph_video.c 410 desktopbpp = desktop_mode.bits_per_pixel;
413 if (desktopbpp==8)
508 if (desktopbpp!=bpp)
517 if (desktopbpp>=15)
571 if (desktopbpp==8)
SDL_ph_image.c 194 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))
363 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))

Completed in 181 milliseconds