Lines Matching defs:IWineD3DSwapChainImpl
896 typedef struct IWineD3DSwapChainImpl IWineD3DSwapChainImpl;
1128 IWineD3DSwapChainImpl *currentSwapchain;
1130 IWineD3DSwapChainImpl *swapchain;
1312 struct wined3d_context *context_create(IWineD3DSwapChainImpl *swapchain, IWineD3DSurfaceImpl *target,
1320 struct wined3d_context *context_find_create(IWineD3DDeviceImpl *device, IWineD3DSwapChainImpl *swapchain, IWineD3DSurfaceImpl *target,
2924 * IWineD3DSwapChainImpl implementation structure (extends IUnknown)
2927 struct IWineD3DSwapChainImpl
2963 void x11_copy_to_screen(IWineD3DSwapChainImpl *This, const RECT *rc) DECLSPEC_HIDDEN;
2988 HRESULT swapchain_init(IWineD3DSwapChainImpl *swapchain, WINED3DSURFTYPE surface_type,
2990 void swapchain_restore_fullscreen_window(IWineD3DSwapChainImpl *swapchain) DECLSPEC_HIDDEN;
2991 void swapchain_setup_fullscreen_window(IWineD3DSwapChainImpl *swapchain, UINT w, UINT h) DECLSPEC_HIDDEN;