Searched refs:SunVideoTable (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dresolutions.c28 #include "resolutions.h" /* Video mode summary table: SunVideoTable[] */
31 const SunVideoSummary SunVideoTable[] = { variable
H A Dresolutions.h52 extern const SunVideoSummary SunVideoTable[]; /* NULL-terminated */
H A Dfbc_res.c35 #include "resolutions.h" /* Video mode summary table: SunVideoTable[] */
389 * the SunVideoTable[] array are not defined in the config file.
533 * * The built-in SunVideoTable[] array
660 for (vs = &SunVideoTable[0]; vs->id_string != NULL; vs += 1) {
780 * * The built-in SunVideoTable[] array
H A Dsun_edid.c64 #include "resolutions.h" /* Video mode summary table: SunVideoTable[] */
1419 const SunVideoSummary *ptr; /* Ptr into SunVideoTable[] table */
1433 * Look for the video mode name in the built-in SunVideoTable[] table
1435 for (ptr = &SunVideoTable[0]; ptr->id_string != NULL; ptr += 1) {
1675 const SunVideoSummary *ptr; /* Ptr into SunVideoTable[] table */
1678 * Look for the video mode name in the built-in SunVideoTable[] table
1682 for (ptr = &SunVideoTable[0]; ptr->id_string != NULL; ptr += 1) {

Completed in 79 milliseconds