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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c195 old->presentSwapchain = NULL;
749 if (surface->presentSwapchain)
752 Assert(surface->presentSwapchain != iface);
753 IWineD3DBaseSwapChainImpl_PresentRt(surface->presentSwapchain, NULL);
755 surface->presentSwapchain = iface;
760 Assert(old->presentSwapchain == iface);
761 old->presentSwapchain = NULL;
H A Dwined3d_private.h2422 struct IWineD3DSwapChain *presentSwapchain; member in struct:IWineD3DSurfaceImpl
H A Dsurface.c566 surface->presentSwapchain = NULL;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2457 struct IWineD3DSwapChain *presentSwapchain; member in struct:IWineD3DSurfaceImpl

Completed in 92 milliseconds