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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp251 } resolutionMatrix[] = local
339 for (cAdded=0, resIndex=0; resIndex<RT_ELEMENTS(resolutionMatrix) && cAdded<maxModesPerColorDepth; resIndex++)
341 if (resolutionMatrix[resIndex].xRes * resolutionMatrix[resIndex].yRes * bytesPerPixel > (LONG)vramSize)
347 if (yOffset == 0 && resolutionMatrix[resIndex].xRes == 800 && resolutionMatrix[resIndex].yRes == 600)
360 || resolutionMatrix[resIndex].xRes != 1024
361 || resolutionMatrix[resIndex].yRes != 768)
364 !VBoxLikesVideoMode(iDisplay, resolutionMatrix[resIndex].xRes,
365 resolutionMatrix[resInde
[all...]

Completed in 51 milliseconds