Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c406 static int gfxfb_blt_fill(void *BltBuffer, in gfxfb_blt_fill() argument
421 if (BltBuffer == NULL) in gfxfb_blt_fill()
433 p = BltBuffer; in gfxfb_blt_fill()
488 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument
504 if (BltBuffer == NULL) in gfxfb_blt_video_to_buffer()
542 destination = (uint8_t *)BltBuffer + dy * Delta + in gfxfb_blt_video_to_buffer()
588 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument
604 if (BltBuffer == NULL) in gfxfb_blt_buffer_to_video()
644 source = (uint8_t *)BltBuffer + sy * Delta + in gfxfb_blt_buffer_to_video()
651 p = (void *)((uint8_t *)BltBuffer + in gfxfb_blt_buffer_to_video()
[all …]
/freebsd/stand/efi/include/
H A Defiuga.h148 IN EFI_UGA_PIXEL * BltBuffer, OPTIONAL
H A Defigop.h102 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,