Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/vesa/
Dvideo.h69 PXF_NONE enumerator
76 extern const __vesacon_format_pixels_t __vesacon_format_pixels_list[PXF_NONE];
Dbackground.c253 if (__vesacon_pixel_format == PXF_NONE) in vesacon_default_background()
283 if (__vesacon_pixel_format == PXF_NONE) in vesacon_set_background()
420 if (__vesacon_pixel_format == PXF_NONE) in vesacon_load_background()
Dfmtpixel.c96 const __vesacon_format_pixels_t __vesacon_format_pixels_list[PXF_NONE] = {
Dinitvesa.c53 enum vesa_pixel_format __vesacon_pixel_format = PXF_NONE;
/external/syslinux/core/
Dbios.c264 *bestpxf = PXF_NONE; in bios_vesacon_set_mode()
324 pxf = PXF_NONE; /* Not usable */ in bios_vesacon_set_mode()
359 if (*bestpxf == PXF_NONE) { in bios_vesacon_set_mode()