Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_gop.c113 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
131 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
155 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
162 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
181 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
204 case EFI_BLT_VIDEO_FILL: in gop_blt_int()
263 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill()
344 ret = gop_blt_video_fill(this, &buffer, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in gop_set_mode()
385 case EFI_BLT_VIDEO_FILL: in gop_blt()
/external/u-boot/lib/efi_selftest/
Defi_selftest_bitblt.c251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute()
/external/u-boot/include/
Defi_api.h1181 #define EFI_BLT_VIDEO_FILL 0 macro