Home
last modified time | relevance | path

Searched refs:EFI_GRAPHICS_OUTPUT_BLT_PIXEL (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/efi/include/
H A Defigop.h88 } EFI_GRAPHICS_OUTPUT_BLT_PIXEL; typedef
102 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
/freebsd/stand/common/
H A Dgfx_fb.c174 static EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GlyphBuffer;
419 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *p; in gfxfb_blt_fill()
501 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *p; in gfxfb_blt_video_to_buffer()
601 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *p; in gfxfb_blt_buffer_to_video()
1316 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *ps, *pd; in bitmap_cpy()
1359 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *buf, *p; in gfx_fb_cons_display()
1731 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *p; in gfx_fb_putimage()
/freebsd/stand/efi/loader/
H A Dframebuffer.c668 sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL)); in efi_find_framebuffer()