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

/haiku/src/add-ons/accelerants/3dfx/
H A Dmode.cpp258 GetModeList(display_mode* dmList) argument
261 // by dmList.
263 memcpy(dmList, gInfo.modeList,
/haiku/src/add-ons/accelerants/intel_810/
H A Dmode.cpp255 GetModeList(display_mode* dmList) argument
258 // by dmList.
260 memcpy(dmList, gInfo.modeList,
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp347 GetModeList(display_mode* dmList) argument
350 // by dmList.
352 memcpy(dmList, gInfo.modeList, gInfo.sharedInfo->modeCount * sizeof(display_mode));
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp424 GetModeList(display_mode* dmList) argument
427 // by dmList.
429 memcpy(dmList, gInfo.modeList, gInfo.sharedInfo->modeCount * sizeof(display_mode));

Completed in 42 milliseconds