Searched refs:modeCount (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A Dmode.cpp124 si.modeCount = count;
153 uint32 modeCount = si.modeCount;
155 for (uint32 j = 0; j < modeCount; j++) {
253 return gInfo.sharedInfo->modeCount;
264 gInfo.sharedInfo->modeCount * sizeof(display_mode));
/haiku/src/add-ons/accelerants/intel_810/
H A Dmode.cpp130 si.modeCount = count;
149 uint32 modeCount = gInfo.sharedInfo->modeCount; local
151 for (uint32 j = 0; j < modeCount; j++) {
250 return gInfo.sharedInfo->modeCount;
261 gInfo.sharedInfo->modeCount * sizeof(display_mode));
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp30 uint32 modeCount = gInfo.sharedInfo->modeCount; local
32 for (uint32 j = 0; j < modeCount; j++) {
218 si.modeCount = count;
239 uint32 modeCount = gInfo.sharedInfo->modeCount; local
241 for (uint32 j = 0; j < modeCount; j++) {
342 return gInfo.sharedInfo->modeCount;
352 memcpy(dmList, gInfo.modeList, gInfo.sharedInfo->modeCount * sizeof(display_mode));
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp124 uint32 modeCount = gInfo.sharedInfo->modeCount; local
126 for (uint32 j = 0; j < modeCount; j++) {
285 si.modeCount = count;
306 uint32 modeCount = gInfo.sharedInfo->modeCount; local
308 for (uint32 j = 0; j < modeCount; j++) {
419 return gInfo.sharedInfo->modeCount;
429 memcpy(dmList, gInfo.modeList, gInfo.sharedInfo->modeCount * sizeof(display_mode));
/haiku/headers/private/graphics/intel_810/
H A DDriverInterface.h95 uint32 modeCount; // number of display modes in the list member in struct:SharedInfo
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h130 uint32 modeCount; // number of display modes in the list member in struct:SharedInfo
/haiku/headers/private/graphics/s3/
H A DDriverInterface.h164 uint32 modeCount; // number of display modes in the list member in struct:SharedInfo
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h202 uint32 modeCount; // number of display modes in the list member in struct:SharedInfo
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp463 uint32 modeCount, i; local
464 if (GetModeList(&modes, &modeCount) != B_OK)
467 for (i = 0; i < modeCount; i++) {
480 if (i == modeCount)
H A DDWindowHWInterface.cpp668 uint32 modeCount, i; local
669 if (GetModeList(&modes, &modeCount) != B_OK)
672 for (i = 0; i < modeCount; i++) {
685 if (i == modeCount)
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp499 modeCount++; \
502 uint32 modeCount = 0; local
520 if (modeCount != 1) {
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp332 int32 modeCount = sizeof(drawingModes) / sizeof(drawingModes[0]); local
333 for (int32 i = 0; i < modeCount; i++) {
412 modeCount = sizeof(blendingModes) / sizeof(blendingModes[0]);
419 for (int32 i = 0; i < modeCount; i++) {
/haiku/src/preferences/screen/
H A DScreenWindow.cpp315 int modeCount = 0; local
326 modeCount++;
335 if (modeCount > 16)
351 rows = modeCount / 3 + 1;

Completed in 67 milliseconds