Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c116 static EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GlyphBuffer; variable
119 static struct paletteentry *GlyphBuffer; variable
1115 size = sizeof (*GlyphBuffer) * width * height; in allocate_glyphbuffer()
1117 free(GlyphBuffer); in allocate_glyphbuffer()
1118 GlyphBuffer = malloc(size); in allocate_glyphbuffer()
1119 if (GlyphBuffer == NULL) in allocate_glyphbuffer()
1123 return (GlyphBuffer); in allocate_glyphbuffer()
1179 BltBuffer = GlyphBuffer; in gfx_fb_cons_display()
1193 if (BltBuffer != GlyphBuffer) in gfx_fb_cons_display()
1247 if (gfxfb_blt(GlyphBuffer, GfxFbBltVideoToBltBuffer, in gfx_fb_display_cursor()
[all …]