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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp97 * @param fShowSDLConfig flag whether we print out SDL settings
104 bool fFullscreen, bool fResizable, bool fShowSDLConfig,
125 mfShowSDLConfig = fShowSDLConfig;
181 bool VBoxSDLFB::init(bool fShowSDLConfig) argument
214 if (fShowSDLConfig)
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
H A DVBoxSDL.cpp867 bool fShowSDLConfig = false; local
1346 fShowSDLConfig = true;
1920 if (!VBoxSDLFB::init(fShowSDLConfig))
1931 rc = gpFramebuffer[i]->init(i, fFullscreen, fResizable, fShowSDLConfig, false,

Completed in 44 milliseconds