Home
last modified time | relevance | path

Searched refs:efi_gop_pixel (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_bitblt.c17 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 Defi_gop.c69 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col()
89 struct efi_gop_pixel *bufferp, in gop_blt_int()
102 struct efi_gop_pixel *buffer = __builtin_assume_aligned(bufferp, 4); in gop_blt_int()
179 struct efi_gop_pixel pix; in gop_blt_int()
192 pix = *(struct efi_gop_pixel *)&fb32[ in gop_blt_int()
258 struct efi_gop_pixel *buffer, in gop_blt_video_fill()
270 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16()
281 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32()
292 struct efi_gop_pixel *buffer, in gop_blt_vid_to_vid()
304 struct efi_gop_pixel *buffer, in gop_blt_vid_to_buf()
[all …]
/u-boot/include/
A Defi_api.h1295 struct efi_gop_pixel { struct
1313 struct efi_gop_pixel *buffer, argument

Completed in 12 milliseconds