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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp226 * @param uBPP Color depth, bits per pixel.
230 STDMETHOD(VideoModeSupported)(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pbSupported);
876 STDMETHODIMP UIFrameBufferPrivate::VideoModeSupported(ULONG uWidth, ULONG uHeight, ULONG uBPP, BOOL *pfSupported) argument
882 (unsigned long)uBPP, (unsigned long)uWidth, (unsigned long)uHeight));
894 (unsigned long)uBPP, (unsigned long)uWidth, (unsigned long)uHeight));
915 (unsigned long)uBPP, (unsigned long)uWidth, (unsigned long)uHeight, *pfSupported ? "TRUE" : "FALSE"));

Completed in 46 milliseconds