Searched refs:pSurfaceDest (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp1823 PVMSVGA3DSURFACE pSurfaceDest; local
1834 pSurfaceDest = pState->papSurfaces[sidDest];
1837 AssertReturn(pSurfaceDest->faces[0].numMipLevels > dest.mipmap, VERR_INVALID_PARAMETER);
1839 // AssertMsgReturn(pSurfaceSrc->format == pSurfaceDest->format, ("Format mismatch (%d vs %d)!!\n", pSurfaceSrc->format, pSurfaceDest->format), VERR_INVALID_PARAMETER);
1842 bool fDestTexture = !!(pSurfaceDest->flags & SVGA3D_SURFACE_HINT_TEXTURE);
1845 && !pSurfaceDest->u.pSurface
1861 Log(("vmsvga3dSurfaceCopy: create texture surface id=%x type=%d format=%d -> create texture\n", sidDest, pSurfaceDest->flags, pSurfaceDest->format));
1862 rc = vmsvga3dCreateTexture(pContext, cid, pSurfaceDest);
2197 PVMSVGA3DSURFACE pSurfaceDest; local
[all...]
H A DDevVGA-SVGA3d-ogl.cpp3171 PVMSVGA3DSURFACE pSurfaceDest; local
3184 pSurfaceDest = pState->papSurfaces[sidDest];
3186 AssertReturn(pSurfaceDest->faces[0].numMipLevels > dest.mipmap, VERR_INVALID_PARAMETER);
3198 dest.sid, pSurfaceDest->idAssociatedContext, destBox.x, destBox.y, destBox.x + destBox.w, destBox.y + destBox.h, mode));
3201 cid = pSurfaceDest->idAssociatedContext;
3223 if (pSurfaceDest->oglId.texture == OPENGL_INVALID_ID)
3226 Log(("vmsvga3dSurfaceStretchBlt: unknown dest surface id=%x type=%d format=%d -> create texture\n", sidDest, pSurfaceDest->flags, pSurfaceDest->format));
3227 rc = vmsvga3dCreateTexture(pState, pContext, cid, pSurfaceDest);
3242 pSurfaceDest
[all...]

Completed in 58 milliseconds