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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp432 int rc = CrFbBltGetContents(hFb, &UnscaledPos, cRects, pRects, &Img);
443 WARN(("CrFbBltGetContents failed %d", rc));
451 int CrFbBltGetContents(HCR_FRAMEBUFFER hFb, const RTPOINT *pPos, uint32_t cRects, const RTRECT *pRects, CR_BLITTER_IMG *pDst) function
636 return CrFbBltGetContents(hFb, &Pos, cRects, pRects, pImg);
3332 int rc = CrFbBltGetContents(hFb, pPos, cRects, pRects, &Img);
3335 WARN(("CrFbBltGetContents failed %d", rc));
3587 int rc = CrFbBltGetContents(hSrcFb, pPos, cRects, pRects, &Img);
3590 WARN(("CrFbBltGetContents failed %d", rc));

Completed in 63 milliseconds