Searched refs:mpPendingSourceBitmap (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp531 mpPendingSourceBitmap = pSourceBitmap;
632 if (!mfUpdateImage && mpPendingSourceBitmap.isNull())
640 mpSourceBitmap = mpPendingSourceBitmap;
641 mpPendingSourceBitmap.setNull();
H A DFramebuffer.h205 ComPtr<IDisplaySourceBitmap> mpPendingSourceBitmap; member in class:VBoxSDLFB

Completed in 45 milliseconds