Searched refs:gop_blt_int (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_gop.c | 85 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() function 262 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill() 273 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16() 284 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid32() 296 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_VIDEO, sx, sy, dx, in gop_blt_vid_to_vid() 308 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_BLT_BUFFER, sx, sy, in gop_blt_vid_to_buf()
|