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