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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp742 int CrFbBltPutContentsNe(HCR_FRAMEBUFFER hFb, const RTPOINT *pPos, uint32_t cRects, const RTRECT *pRects, CR_BLITTER_IMG *pImg) function
3342 int rc = CrFbBltPutContentsNe(hFb, pPos, cRects, pRects, &Img);
3345 WARN(("CrFbBltPutContentsNe failed %d", rc));
3543 int rc = CrFbBltPutContentsNe(hDstFb, pPos, cRects, pRects, &Img);
3546 WARN(("CrFbBltPutContentsNe failed %d", rc));

Completed in 56 milliseconds