Home
last modified time | relevance | path

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

/external/syslinux/core/
Dgraphics.c38 static uint8_t VGAPlaneBuffer[(640/8) * 4]; /* Plane buffers */ variable
301 packedpixel2vga(VGARowBuffer, VGAPlaneBuffer); in vgadisplayfile()
302 outputvga(VGAPlaneBuffer, MK_PTR(0xA000, VGAPos)); in vgadisplayfile()