Home
last modified time | relevance | path

Searched refs:tg_shadow_fb (Results 1 – 4 of 4) sorted by relevance

/src/stand/efi/loader/
H A Dframebuffer.c690 if (gfx_state->tg_shadow_fb != NULL) in efi_find_framebuffer()
691 BS->FreePages((uintptr_t)gfx_state->tg_shadow_fb, in efi_find_framebuffer()
698 gfx_state->tg_shadow_fb = status == EFI_SUCCESS ? in efi_find_framebuffer()
/src/stand/common/
H A Dgfx_fb.h217 uint32_t *tg_shadow_fb; /* units of 4 bytes */ member
H A Dgfx_fb.c826 if (gfx_state.tg_shadow_fb == NULL) in gfxfb_shadow_fill()
846 gfx_state.tg_shadow_fb[off + x] = *BltBuffer; in gfxfb_shadow_fill()
1210 if (state->tg_shadow_fb == NULL) { in gfx_fb_copy_area()
1227 bytes = width * sizeof (*state->tg_shadow_fb); in gfx_fb_copy_area()
1239 uint32_t *source = &state->tg_shadow_fb[sy * pitch + sx]; in gfx_fb_copy_area()
1240 uint32_t *destination = &state->tg_shadow_fb[dy * pitch + dx]; in gfx_fb_copy_area()
1440 if (gfx_state.tg_shadow_fb != NULL) { in gfx_fb_cons_display()
1446 buf = (void *)(gfx_state.tg_shadow_fb + in gfx_fb_cons_display()
/src/stand/i386/libi386/
H A Dvbe.c714 free(gfx_state.tg_shadow_fb); in vbe_set_mode()
715 gfx_state.tg_shadow_fb = malloc(mi.YResolution * mi.XResolution * in vbe_set_mode()