Searched refs:mode_info (Results 1 – 2 of 2) sorted by relevance
26 static PgVideoModeInfo_t mode_info; variable75 mode_info.bits_per_pixel = 0; in ph_ListModes()79 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0) in ph_ListModes()84 if(mode_info.bits_per_pixel == format->BitsPerPixel) in ph_ListModes()86 Amodelist[j].w = mode_info.width; in ph_ListModes()87 Amodelist[j].h = mode_info.height; in ph_ListModes()135 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0) in ph_GetVideoMode()140 if ((mode_info.width == width) && (mode_info.height == height) && in ph_GetVideoMode()141 (mode_info.bits_per_pixel == bpp)) in ph_GetVideoMode()147 if ((modestage) && (mode_info.width == width) && (mode_info.height == height+80) && in ph_GetVideoMode()[all …]
584 - dynamicly genarated vbe mode_info list works now