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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1791 int8_t i8Result = vboxVDMACrCmdVbvaPagingDataInit(pVGAState, pCmd, &((VBOXCMDVBVA_PAGING_TRANSFER*)pCmd)->Data, cbCmd, local
1794 if (i8Result < 0)
1796 WARN(("vboxVDMACrCmdVbvaPagingDataInit failed %d", i8Result));
1797 return i8Result;
1886 uint8_t i8Result = vboxVDMACrCmdVbvaProcessCmdData(pVdma, pRealCmdHdr, cbRealCmd); local
1888 return i8Result;
1923 int8_t i8Result = 0; local
1933 i8Result = vboxVDMACrCmdVbvaPagingDataInit(pVGAState, pRealCmdHdr, (const VBOXCMDVBVA_PAGING_TRANSFER_DATA*)pvCurCmdTail, cbRealCmd,
1936 if (i8Result < 0)
1938 WARN(("vboxVDMACrCmdVbvaPagingDataInit failed %d", i8Result));
2022 int8_t i8Result = vboxVDMACrCmdVbvaProcess(pVdma, pCmd, cbCurCmd); local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp1257 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(pScreen->u32ViewIndex, offVRAM, pScreen->u32Width, pScreen->u32Height, &Pos, cRegions, pRegions, true); local
1258 if (i8Result)
3316 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img); local
3317 if (i8Result)
3408 int8_t i8Result = crVBoxServerCrCmdBltPrimaryVramGenericProcess(u32PrimaryID, offVRAM, width, height, &Pos, cRects, pRects, fToPrymary); local
3409 if (i8Result < 0)
3412 return i8Result;
3441 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img); local
3442 if (i8Result)
3489 int8_t i8Result local
3533 int8_t i8Result = crFbImgFromDimOffVramBGRA(offSrcVRAM, srcWidth, srcHeight, &Img); local
3577 int8_t i8Result = crFbImgFromDimOffVramBGRA(offDstVRAM, dstWidth, dstHeight, &Img); local
3821 int8_t i8Result = crFbImgFromDimOffVramBGRA(offVRAM, width, height, &Img); local
3853 int8_t i8Result = crVBoxServerCrCmdClrFillVramGenericProcess(pCmd->dst.Info.u.offVRAM, pCmd->dst.u16Width, pCmd->dst.u16Height, pRects, cRects, pCmd->Hdr.u32Color); local
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1726 int8_t i8Result; member in union:VBOXCMDVBVA_HDR::__anon131

Completed in 69 milliseconds