Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c166 static EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GlyphBuffer; variable
168 static struct paletteentry *GlyphBuffer; variable
1335 size = sizeof (*GlyphBuffer) * width * height; in allocate_glyphbuffer()
1337 free(GlyphBuffer); in allocate_glyphbuffer()
1338 GlyphBuffer = malloc(size); in allocate_glyphbuffer()
1339 if (GlyphBuffer == NULL) in allocate_glyphbuffer()
1343 return (GlyphBuffer); in allocate_glyphbuffer()
1387 buf = GlyphBuffer; in gfx_fb_cons_display()
1399 if (buf != GlyphBuffer) in gfx_fb_cons_display()