Searched refs:pSrcSurf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDrawVHWA.cpp216 DD_SURFACE_LOCAL *pSrcSurf = lpBlt->lpDDSrcSurface; local
218 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1;
231 pBody->u.in.offSrcSurface = VBoxDispVHWAVramOffsetFromPDEV(pDev, pSrcSurf->lpGbl->fpVidMem);
442 DD_SURFACE_LOCAL *pSrcSurf = lpSetOverlayPosition->lpDDSrcSurface; local
444 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1;
466 pBody->u.in.offSrcSurface = VBoxDispVHWAVramOffsetFromPDEV(pDev, pSrcSurf->lpGbl->fpVidMem);
498 DD_SURFACE_LOCAL* pSrcSurf = lpUpdateOverlay->lpDDSrcSurface; local
500 PVBOXVHWASURFDESC pSrcDesc = (PVBOXVHWASURFDESC) pSrcSurf->lpGbl->dwReserved1;
514 pBody->u.in.offSrcSurface = VBoxDispVHWAVramOffsetFromPDEV(pDev, pSrcSurf->lpGbl->fpVidMem);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp2747 void VBoxVHWAImage::vhwaDoSurfaceOverlayUpdate(VBoxVHWASurfaceBase *pDstSurf, VBoxVHWASurfaceBase *pSrcSurf, struct VBOXVHWACMD_SURF_OVERLAY_UPDATE *pCmd)
2759 pSrcSurf->setOverriddenDstOverlayCKey(NULL);
2773 pSrcSurf->setOverriddenDstOverlayCKey(&ckey);
2775 pSrcSurf->setDefaultDstOverlayCKey(&ckey);
2788 pSrcSurf->setOverriddenDstOverlayCKey(&dummyCKey);
2790 pSrcSurf->setDefaultDstOverlayCKey(NULL);
2796 pSrcSurf->resetDefaultSrcOverlayCKey();
2802 pSrcSurf->setOverriddenSrcOverlayCKey(&ckey);
2807 pSrcSurf->setOverriddenSrcOverlayCKey(NULL);
2817 VBOXQGLLOG(("srcSurfSize: w(%d), h(%d)\n", pSrcSurf
[all...]
H A DVBoxFBOverlay.h1526 void vhwaDoSurfaceOverlayUpdate(VBoxVHWASurfaceBase *pDstSurf, VBoxVHWASurfaceBase *pSrcSurf, struct VBOXVHWACMD_SURF_OVERLAY_UPDATE *pCmd);

Completed in 881 milliseconds