Searched refs:vmsvga3dChangeMode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h68 int vmsvga3dChangeMode(PVGASTATE pThis);
H A DDevVGA-SVGA.cpp2373 vmsvga3dChangeMode(pThis);
H A DDevVGA-SVGA3d-ogl.cpp4649 int vmsvga3dChangeMode(PVGASTATE pThis)
H A DDevVGA-SVGA3d-win.cpp3183 int vmsvga3dChangeMode(PVGASTATE pThis) function
3210 Log(("vmsvga3dChangeMode: sync back data of surface sid=%x (fDirty=%d)\n", sid, pSurface->fDirty));
3229 Log(("vmsvga3dChangeMode: sync bounce buffer (level %d)\n", i));
3231 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode: GetSurfaceLevel failed with %x\n", hr), VERR_INTERNAL_ERROR);
3234 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode: GetSurfaceLevel failed with %x\n", hr), VERR_INTERNAL_ERROR);
3237 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode: GetRenderTargetData failed with %x\n", hr), VERR_INTERNAL_ERROR);
3252 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode: LockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
3264 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode: UnlockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
3319 Log(("vmsvga3dChangeMode: Resize window %x of context %d to (%d,%d)\n", pContext->hwnd, pContext->id, cs.cx, cs.cy));
3322 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dChangeMode
[all...]

Completed in 82 milliseconds