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

/vbox/src/VBox/Frontends/VBoxFB/
H A DHelper.cpp48 int32_t existingMode = getBestVideoMode(width, height, bpp); local
49 if ((existingMode == -1) ||
50 ((videoModes[existingMode].width != (uint32_t)width) ||
51 (videoModes[existingMode].height != (uint32_t)height) ||
52 (videoModes[existingMode].bpp != (uint32_t)bpp)))

Completed in 30 milliseconds