Searched refs:efi_gop_pixel (Results 1 – 3 of 3) sorted by relevance
| /u-boot/lib/efi_selftest/ |
| 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}; 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() 89 width, HEIGHT, WIDTH * sizeof(struct efi_gop_pixel)); in notify() 103 struct efi_gop_pixel pix; in setup() [all …]
|
| /u-boot/lib/efi_loader/ |
| A D | efi_gop.c | 68 struct efi_gop_pixel blt = { in efi_vid30_to_blt_col() 89 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() 109 struct efi_gop_pixel *bufferp, in gop_blt_int() 199 struct efi_gop_pixel pix; in gop_blt_int() 279 struct efi_gop_pixel *buffer, in gop_blt_video_fill() 291 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16() 302 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid30() 313 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32() 324 struct efi_gop_pixel *buffer, in gop_blt_vid_to_vid() 336 struct efi_gop_pixel *buffer, in gop_blt_vid_to_buf() [all …]
|
| /u-boot/include/ |
| A D | efi_api.h | 1407 struct efi_gop_pixel { struct 1425 struct efi_gop_pixel *buffer, argument
|
Completed in 16 milliseconds