Searched refs:DstPoint (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | texture.c | 1759 VBOXPOINT3D DstPoint, *pDstPoint; local 1773 vboxWddmPoint3DDivided(&DstPoint, pDstPoin3D, i + 1, true); 1774 pDstPoint = &DstPoint;
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/ |
H A D | server_presenter.cpp | 207 RTPOINT DstPoint = {pDstRect->xLeft, pDstRect->yTop}; local 409 RTPOINT DstPoint = {pDstRect->xLeft, pDstRect->yTop}; 675 RTPOINT DstPoint = {0, 0}; local 677 int rc = CrFbEntryRegionsAdd(hFb, NULL, &DstPoint, cRects, pRects, false);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxDispD3D.cpp | 3079 &&pData->DstPoint.x == 0 && pData->DstPoint.y == 0 3093 &pData->DstPoint); 3111 vboxWddmRectMoved(&DstRect, &pData->SrcRect, pData->DstPoint.x, pData->DstPoint.y); 3121 &pData->DstPoint);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | device.c | 5086 VBOXPOINT3D DstPoint, *pDstPoint; local 5100 vboxWddmPoint3DDivided(&DstPoint, pDstPoin3D, i + 1, true); 5101 pDstPoint = &DstPoint;
|
Completed in 3022 milliseconds