Searched refs:BitsPerPixel (Results 1 – 3 of 3) sorted by relevance
686 switch (mi.BitsPerPixel) { in vbe_set_mode()694 printf("BitsPerPixel %d is not supported\n", mi.BitsPerPixel); in vbe_set_mode()712 gfx_state.tg_fb.fb_bpp = mi.BitsPerPixel; in vbe_set_mode()719 bpp = roundup2(mi.BitsPerPixel, NBBY) / NBBY; in vbe_set_mode()813 mi.BitsPerPixel == i) in vbe_find_mode_xydm()840 mi->XResolution, mi->YResolution, mi->BitsPerPixel); in vbe_dump_mode()1019 if (depth != -1 && mi.BitsPerPixel != depth) in vbe_modelist()
64 uint8_t XCharSize, YCharSize, NumberOfPlanes, BitsPerPixel; member
1601 # BitsPerPixel; Bits per pixel: 1~StaticGray and GrayScale 2-15~StaticColor and PseudoColor 16,24,3…