Home
last modified time | relevance | path

Searched refs:tg_fb_type (Results 1 – 6 of 6) sorted by relevance

/src/stand/efi/loader/
H A Dframebuffer.c596 gfx_state->tg_fb_type = FB_TEXT; in efi_find_framebuffer()
614 gfx_state->tg_fb_type = FB_UGA; in efi_find_framebuffer()
655 gfx_state->tg_fb_type = FB_GOP; in efi_find_framebuffer()
661 switch (gfx_state->tg_fb_type) { in efi_find_framebuffer()
/src/stand/common/
H A Dgfx_fb.c870 if (gfx_state.tg_fb_type == FB_GOP && !ignore_gop_blt && in gfxfb_blt()
1534 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_fb_setpixel()
1555 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_fb_drawrect()
1577 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_fb_line()
1634 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_fb_bezier()
1707 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_term_drawrect()
1816 if (gfx_state.tg_fb_type == FB_TEXT) { in gfx_fb_putimage()
2132 if (gfx_state.tg_fb_type == FB_TEXT) in gfx_get_font()
2793 cons_update_mode(gfx_state.tg_fb_type != FB_TEXT); in font_set()
2842 (void) cons_update_mode(gfx_state.tg_fb_type != FB_TEXT); in autoload_font()
[all …]
H A Dgfx_fb.h205 enum FB_TYPE tg_fb_type; member
/src/stand/i386/libi386/
H A Dvbe.c274 gfx_state.tg_fb_type = FB_TEXT; in bios_set_text_mode()
565 gfx_state.tg_fb_type = FB_TEXT; in vbe_init()
628 return (gfx_state.tg_fb_type == FB_VBE); in vbe_available()
705 gfx_state.tg_fb_type = FB_VBE; in vbe_set_mode()
H A Dvidconsole.c626 if (gfx_state.tg_fb_type == FB_TEXT) in env_screen_nounset()
796 if (gfx_state.tg_fb_type != FB_TEXT) in vidc_install_font()
/src/stand/efi/libefi/
H A Defi_console.c875 if (gfx_state.tg_fb_type == FB_TEXT) in env_screen_nounset()
939 gfx_state.tg_fb_type = FB_TEXT; in cons_update_mode()
966 if (gfx_state.tg_fb_type == FB_TEXT) { in cons_update_mode()
1095 if (cons_update_mode(gfx_state.tg_fb_type != FB_TEXT)) in efi_cons_init()