Searched refs:efi_gop_pixel (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/ |
D | efi_selftest_bitblt.c | 17 static const struct efi_gop_pixel BLACK = { 0, 0, 0, 0}; 18 static const struct efi_gop_pixel RED = { 0, 0, 255, 0}; 19 static const struct efi_gop_pixel ORANGE = { 0, 128, 255, 0}; 20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; 21 static const struct efi_gop_pixel GREEN = { 0, 255, 0, 0}; 22 static const struct efi_gop_pixel DARK_BLUE = {128, 0, 0, 0}; 23 static const struct efi_gop_pixel LIGHT_BLUE = {255, 192, 192, 0}; 28 static struct efi_gop_pixel *bitmap; 35 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in ellipse() 50 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in rectangle() [all …]
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_gop.c | 65 static __always_inline struct efi_gop_pixel efi_vid16_to_blt_col(u16 vid) in efi_vid16_to_blt_col() 67 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() 79 static __always_inline u16 efi_blt_col_to_vid16(struct efi_gop_pixel *blt) in efi_blt_col_to_vid16() 87 struct efi_gop_pixel *bufferp, in gop_blt_int() 100 struct efi_gop_pixel *buffer = __builtin_assume_aligned(bufferp, 4); in gop_blt_int() 177 struct efi_gop_pixel pix; in gop_blt_int() 190 pix = *(struct efi_gop_pixel *)&fb32[ in gop_blt_int() 256 struct efi_gop_pixel *buffer, in gop_blt_video_fill() 268 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16() 279 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32() [all …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | efi_api.h | 1174 struct efi_gop_pixel { struct 1192 struct efi_gop_pixel *buffer, argument
|