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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp510 static const uint32_t g_aVBoxVidModesSupportedBpps[] = { variable
522 for (int i = 0; i < RT_ELEMENTS(g_aVBoxVidModesSupportedBpps); ++i)
524 if (bpp == g_aVBoxVidModesSupportedBpps[i])
534 Assert(g_aVBoxVidModesSupportedBpps[0] == 32);
535 return g_aVBoxVidModesSupportedBpps[0];

Completed in 44 milliseconds