Searched refs:EFI_BLT_VIDEO_FILL (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_gop.c | 115 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 133 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 157 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 164 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 183 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 206 case EFI_BLT_VIDEO_FILL: in gop_blt_int() 265 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill() 346 ret = gop_blt_video_fill(this, &buffer, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in gop_set_mode() 387 case EFI_BLT_VIDEO_FILL: in gop_blt()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_bitblt.c | 251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute()
|
/u-boot/include/ |
A D | efi_api.h | 1302 #define EFI_BLT_VIDEO_FILL 0 macro
|
Completed in 13 milliseconds