Searched refs:VDI_bpp (Results 1 – 3 of 3) sorted by relevance
359 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 …]
73 VDI_bpp, VDI_redmask, VDI_greenmask, VDI_bluemask, 0); in GEM_SetIcon()
101 #define VDI_bpp (this->hidden->bpp) macro