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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp107 bool fUpdateImage)
113 mfUpdateImage = fUpdateImage;
103 init(uint32_t uScreenId, bool fFullscreen, bool fResizable, bool fShowSDLConfig, bool fKeepHostRes, uint32_t u32FixedWidth, uint32_t u32FixedHeight, uint32_t u32FixedBPP, bool fUpdateImage) argument
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp923 bool fUpdateImage = RT_BOOL(pFBInfo->u32Caps & FramebufferCapabilities_UpdateImage); local
924 if (fUpdateImage && !pFBInfo->pFramebuffer.isNull())
1027 bool fUpdateImage = RT_BOOL(maFramebuffers[uScreenId].u32Caps & FramebufferCapabilities_UpdateImage); local
1028 if (RT_LIKELY(!fUpdateImage))

Completed in 55 milliseconds