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

/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp958 } customModes[MAX_CUSTOM_MODES] = {0}; variable in typeref:struct:__anon2044
966 RT_ZERO(customModes);
997 customModes[curMode].xres = xres;
998 customModes[curMode].yres = yres;
999 customModes[curMode].bpp = bpp;
1032 if ( (!customModes[tableIndex].xres)
1033 || (!customModes[tableIndex].yres)
1034 || (!customModes[tableIndex].bpp))
1040 RTPrintf("writing mode %d (%dx%dx%d)\n", modeIndex, customModes[tableIndex].xres, customModes[tableInde
[all...]

Completed in 484 milliseconds