Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_gop.c88 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() function
265 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill()
276 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16()
287 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid32()
299 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_VIDEO, sx, sy, dx, in gop_blt_vid_to_vid()
311 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_BLT_BUFFER, sx, sy, in gop_blt_vid_to_buf()

Completed in 3 milliseconds