Searched refs:CreateModeList (Results 1 - 15 of 15) sorted by relevance

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_init.cpp68 return CreateModeList(IsModeUsable);
H A Daccelerant.h99 status_t CreateModeList(bool (*checkMode)(const display_mode* mode));
H A Dmode.cpp86 CreateModeList(bool (*checkMode)(const display_mode* mode)) function
100 TRACE("CreateModeList(); EDID version %d.%d out of range\n",
113 TRACE("CreateModeList(); Unable to get EDID info\n");
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_init.cpp89 return CreateModeList(IsModeUsable);
H A Daccelerant.h136 status_t CreateModeList(bool (*checkMode)(const display_mode* mode));
H A Dmode.cpp92 CreateModeList(bool (*checkMode)(const display_mode* mode)) function
108 TRACE("CreateModeList(); Unable to get EDID info\n");
/haiku/src/add-ons/accelerants/ati/
H A Drage128_init.cpp189 return CreateModeList(IsModeUsable);
H A Dmach64_init.cpp226 return CreateModeList(IsModeUsable);
H A Daccelerant.h184 status_t CreateModeList(bool (*checkMode)(const display_mode* mode));
H A Dmode.cpp169 CreateModeList(bool (*checkMode)(const display_mode* mode)) function
188 TRACE("CreateModeList(); EDID version %d.%d out of range\n",
201 TRACE("CreateModeList(); Unable to get EDID info\n");
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_init.cpp144 return CreateModeList(Trio64_IsModeUsable, NULL);
H A Dvirge_init.cpp234 return CreateModeList(IsModeUsable, Virge_GetEdidInfo);
H A Daccel.h164 status_t CreateModeList(bool (*checkMode)(const display_mode* mode),
H A Dsavage_init.cpp303 return CreateModeList(IsModeUsable, Savage_GetEdidInfo);
H A Dmode.cpp229 CreateModeList( bool (*checkMode)(const display_mode* mode), function
254 TRACE("CreateModeList(); EDID version %d.%d out of range\n",
268 TRACE("CreateModeList(); Unable to get EDID info\n");

Completed in 107 milliseconds