Searched refs:EFI_BLT_VIDEO_FILL (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 113 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/ |
D | efi_selftest_bitblt.c | 251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute()
|
/external/u-boot/include/ |
D | efi_api.h | 1181 #define EFI_BLT_VIDEO_FILL 0 macro
|