Searched refs:GlyphBuffer (Results 1 – 1 of 1) sorted by relevance
176 static EFI_GRAPHICS_OUTPUT_BLT_PIXEL *GlyphBuffer; variable178 static struct paletteentry *GlyphBuffer; variable1414 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()