Home
last modified time | relevance | path

Searched refs:fb_depth (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c93 fb.fb_depth = attr.fbtype.fb_depth; in gfx_framework_init()
95 fb.fb_bpp = attr.fbtype.fb_depth >> 3; in gfx_framework_init()
96 if (attr.fbtype.fb_depth == 15) in gfx_framework_init()
171 switch (fb.fb_depth) { in gfx_fb_setpixel()
629 switch (fb.fb_depth) { in gfx_fb_putimage()
H A Dgfx_fb.h37 int fb_depth; /* bits per pixel */ member
H A Dloader_emu.c1982 fb.fb_depth, (fb.fb_pitch << 3) / fb.fb_depth); in command_framebuffer()
1986 printf("0: %dx%dx%d\n", fb.fb_width, fb.fb_height, fb.fb_depth); in command_framebuffer()
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h45 int fb_depth; /* bits per pixel */ member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c246 bitmap_attr.fbtype.fb_depth = fb_info.depth; in bitmap_setup_fb()