Searched defs:IWineD3DSwapChainImpl (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 896 typedef struct IWineD3DSwapChainImpl IWineD3DSwapChainImpl; typedef in typeref:struct: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 struct 2963 void x11_copy_to_screen(IWineD3DSwapChainImpl *This, const RECT *rc) DECLSPEC_HIDDEN; 2988 HRESULT swapchain_init(IWineD3DSwapChainImpl *swapchai [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | wined3d_private.h | 875 typedef struct IWineD3DSwapChainImpl IWineD3DSwapChainImpl; typedef in typeref:struct:IWineD3DSwapChainImpl 1107 IWineD3DSwapChainImpl *currentSwapchain; 1109 IWineD3DSwapChainImpl *swapchain; 1284 struct wined3d_context *context_create(IWineD3DSwapChainImpl *swapchain, IWineD3DSurfaceImpl *target, 1292 struct wined3d_context *context_find_create(IWineD3DDeviceImpl *device, IWineD3DSwapChainImpl *swapchain, IWineD3DSurfaceImpl *target, 2889 * IWineD3DSwapChainImpl implementation structure (extends IUnknown) 2892 struct IWineD3DSwapChainImpl struct 2928 void x11_copy_to_screen(IWineD3DSwapChainImpl *This, const RECT *rc) DECLSPEC_HIDDEN; 2953 HRESULT swapchain_init(IWineD3DSwapChainImpl *swapchai [all...] |
Completed in 60 milliseconds