Searched refs:i8Result (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/ |
H A D | server_presenter.cpp | 1257 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/src/VBox/Devices/Graphics/ |
H A D | DevVGA_VDMA.cpp | 1791 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/include/VBox/ |
H A D | VBoxVideo.h | 1726 int8_t i8Result; member in union:VBOXCMDVBVA_HDR::__anon131
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPVbva.cpp | 1328 pCmd->Cmd.Cmd.u.i8Result = -1;
|
H A D | VBoxMPWddm.cpp | 3379 pDstHdr->u.i8Result = 0;
|
Completed in 3731 milliseconds