Searched refs:efi_gop_pixel (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A 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 …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_gop.c | 64 static __always_inline struct efi_gop_pixel efi_vid16_to_blt_col(u16 vid) in efi_vid16_to_blt_col() 66 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() 78 static __always_inline u16 efi_blt_col_to_vid16(struct efi_gop_pixel *blt) in efi_blt_col_to_vid16() 86 struct efi_gop_pixel *bufferp, in gop_blt_int() 99 struct efi_gop_pixel *buffer = __builtin_assume_aligned(bufferp, 4); in gop_blt_int() 176 struct efi_gop_pixel pix; in gop_blt_int() 189 pix = *(struct efi_gop_pixel *)&fb32[ in gop_blt_int() 255 struct efi_gop_pixel *buffer, in gop_blt_video_fill() 267 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16() 278 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32() [all …]
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1148 struct efi_gop_pixel { struct 1166 struct efi_gop_pixel *buffer, argument
|