Searched defs:wined3d_device_parent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1995 struct wined3d_device_parent struct
2002 void (__cdecl *wined3d_device_created)(struct wined3d_device_parent *device_parent, struct wined3d_device *device);
2003 void (__cdecl *mode_changed)(struct wined3d_device_parent *device_parent);
2004 HRESULT (__cdecl *create_swapchain_surface)(struct wined3d_device_parent *device_parent, void *container_parent,
2006 HRESULT (__cdecl *create_texture_surface)(struct wined3d_device_parent *device_parent, void *container_parent,
2014 HRESULT (__cdecl *create_volume)(struct wined3d_device_parent *device_parent, void *container_parent,
2022 HRESULT (__cdecl *create_swapchain)(struct wined3d_device_parent *device_parent,
2101 struct wined3d_device_parent *device_parent, struct wined3d_device **device);

Completed in 94 milliseconds