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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c192 if (This->presentRt)
194 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt;
196 IWineD3DSurface_Release(This->presentRt);
197 This->presentRt = NULL;
716 HRESULT hr = IWineD3DSurface_Blt(pBb, NULL, This->presentRt, NULL, 0, NULL, 0);
744 if (This->presentRt != surf)
757 if (This->presentRt)
759 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt;
762 IWineD3DSurface_Release(This->presentRt);
764 This->presentRt
[all...]
H A Dcontext.c2494 else target = swapchain->presentRt;
H A Dwined3d_private.h2923 IWineD3DSurface *presentRt; member in struct:IWineD3DSwapChainImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2958 IWineD3DSurface *presentRt; member in struct:IWineD3DSwapChainImpl

Completed in 289 milliseconds