Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c176 static EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GlyphBuffer; variable
178 static struct paletteentry *GlyphBuffer; variable
1414 size = sizeof (*GlyphBuffer) * width * height; in allocate_glyphbuffer()
1416 free(GlyphBuffer); in allocate_glyphbuffer()
1417 GlyphBuffer = malloc(size); in allocate_glyphbuffer()
1418 if (GlyphBuffer == NULL) in allocate_glyphbuffer()
1422 return (GlyphBuffer); in allocate_glyphbuffer()
1466 buf = GlyphBuffer; in gfx_fb_cons_display()
1478 if (buf != GlyphBuffer) in gfx_fb_cons_display()