Home
last modified time | relevance | path

Searched refs:VDI_bpp (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c359 VDI_bpp = work_out[4]; in GEM_VideoInit()
362 switch(VDI_bpp) { in GEM_VideoInit()
377 fprintf(stderr,"%d bits colour depth not supported\n",VDI_bpp); in GEM_VideoInit()
388 if (VDI_bpp>8) { in GEM_VideoInit()
391 VDI_oldnumcolors=1<<VDI_bpp; in GEM_VideoInit()
418 VDI_format = ( (VDI_bpp <= 8) ? VDI_FORMAT_INTER : VDI_FORMAT_PACK); in GEM_VideoInit()
439 vformat->BitsPerPixel = VDI_bpp; in GEM_VideoInit()
478 if (format->BitsPerPixel != VDI_bpp) { in GEM_ListModes()
567 mfdb_src.fd_nplanes=VDI_bpp; in GEM_LockScreen()
597 mfdb_src.fd_nplanes=VDI_bpp; in GEM_UnlockScreen()
[all …]
DSDL_gemwm.c73 VDI_bpp, VDI_redmask, VDI_greenmask, VDI_bluemask, 0); in GEM_SetIcon()
DSDL_gemvideo.h101 #define VDI_bpp (this->hidden->bpp) macro