Searched defs:modeIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp1012 int modeIndex = 0; local
1040 RTPrintf("writing mode %d (%dx%dx%d)\n", modeIndex, customModes[tableIndex].xres, customModes[tableIndex].yres, customModes[tableIndex].bpp);
1042 RTStrPrintf(valueName, sizeof(valueName), "CustomMode%dWidth", modeIndex);
1045 RTStrPrintf(valueName, sizeof(valueName), "CustomMode%dHeight", modeIndex);
1048 RTStrPrintf(valueName, sizeof(valueName), "CustomMode%dBPP", modeIndex);
1052 modeIndex++;

Completed in 85 milliseconds