Searched refs:VBoxLikesVideoMode (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/ |
H A D | VBoxMPUtils.h | 104 bool VBoxLikesVideoMode(uint32_t display, uint32_t width, uint32_t height, uint32_t bpp);
|
H A D | VBoxMPUtils.cpp | 44 #pragma alloc_text(PAGE, VBoxLikesVideoMode) 121 bool VBoxLikesVideoMode(uint32_t display, uint32_t width, uint32_t height, uint32_t bpp) function
|
H A D | VBoxMPVidModes.cpp | 364 !VBoxLikesVideoMode(iDisplay, resolutionMatrix[resIndex].xRes, 448 if (!VBoxLikesVideoMode(iDisplay, xres, yres, bpp)) 596 if (!VBoxLikesVideoMode(iDisplay, xres, yres, bpp))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPVModes.cpp | 243 if (!VBoxLikesVideoMode(u32Target, pResolution->cx, pResolution->cy, 32))
|
Completed in 413 milliseconds