|
| | WINE_DEFAULT_DEBUG_CHANNEL (dxgi) |
| |
| static struct dxgi_factory * | impl_from_IWineDXGIFactory (IWineDXGIFactory *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_QueryInterface (IWineDXGIFactory *iface, REFIID iid, void **out) |
| |
| static ULONG STDMETHODCALLTYPE | dxgi_factory_AddRef (IWineDXGIFactory *iface) |
| |
| static ULONG STDMETHODCALLTYPE | dxgi_factory_Release (IWineDXGIFactory *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_SetPrivateData (IWineDXGIFactory *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_SetPrivateDataInterface (IWineDXGIFactory *iface, REFGUID guid, const IUnknown *object) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_GetPrivateData (IWineDXGIFactory *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_GetParent (IWineDXGIFactory *iface, REFIID iid, void **parent) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_EnumAdapters1 (IWineDXGIFactory *iface, UINT adapter_idx, IDXGIAdapter1 **adapter) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_EnumAdapters (IWineDXGIFactory *iface, UINT adapter_idx, IDXGIAdapter **adapter) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_MakeWindowAssociation (IWineDXGIFactory *iface, HWND window, UINT flags) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_GetWindowAssociation (IWineDXGIFactory *iface, HWND *window) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CreateSwapChain (IWineDXGIFactory *iface, IUnknown *device, DXGI_SWAP_CHAIN_DESC *desc, IDXGISwapChain **swapchain) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CreateSoftwareAdapter (IWineDXGIFactory *iface, HMODULE swrast, IDXGIAdapter **adapter) |
| |
| static BOOL STDMETHODCALLTYPE | dxgi_factory_IsCurrent (IWineDXGIFactory *iface) |
| |
| static BOOL STDMETHODCALLTYPE | dxgi_factory_IsWindowedStereoEnabled (IWineDXGIFactory *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CreateSwapChainForHwnd (IWineDXGIFactory *iface, IUnknown *device, HWND window, const DXGI_SWAP_CHAIN_DESC1 *desc, const DXGI_SWAP_CHAIN_FULLSCREEN_DESC *fullscreen_desc, IDXGIOutput *output, IDXGISwapChain1 **swapchain) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CreateSwapChainForCoreWindow (IWineDXGIFactory *iface, IUnknown *device, IUnknown *window, const DXGI_SWAP_CHAIN_DESC1 *desc, IDXGIOutput *output, IDXGISwapChain1 **swapchain) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_GetSharedResourceAdapterLuid (IWineDXGIFactory *iface, HANDLE resource, LUID *luid) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_RegisterOcclusionStatusWindow (IWineDXGIFactory *iface, HWND window, UINT message, DWORD *cookie) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_RegisterStereoStatusEvent (IWineDXGIFactory *iface, HANDLE event, DWORD *cookie) |
| |
| static void STDMETHODCALLTYPE | dxgi_factory_UnregisterStereoStatus (IWineDXGIFactory *iface, DWORD cookie) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_RegisterStereoStatusWindow (IWineDXGIFactory *iface, HWND window, UINT message, DWORD *cookie) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_RegisterOcclusionStatusEvent (IWineDXGIFactory *iface, HANDLE event, DWORD *cookie) |
| |
| static void STDMETHODCALLTYPE | dxgi_factory_UnregisterOcclusionStatus (IWineDXGIFactory *iface, DWORD cookie) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CreateSwapChainForComposition (IWineDXGIFactory *iface, IUnknown *device, const DXGI_SWAP_CHAIN_DESC1 *desc, IDXGIOutput *output, IDXGISwapChain1 **swapchain) |
| |
| static UINT STDMETHODCALLTYPE | dxgi_factory_GetCreationFlags (IWineDXGIFactory *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_EnumAdapterByLuid (IWineDXGIFactory *iface, LUID luid, REFIID iid, void **adapter) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_EnumWarpAdapter (IWineDXGIFactory *iface, REFIID iid, void **adapter) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_CheckFeatureSupport (IWineDXGIFactory *iface, DXGI_FEATURE feature, void *feature_data, UINT data_size) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_EnumAdapterByGpuPreference (IWineDXGIFactory *iface, UINT adapter_idx, DXGI_GPU_PREFERENCE gpu_preference, REFIID iid, void **adapter) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_RegisterAdaptersChangedEvent (IWineDXGIFactory *iface, HANDLE event, DWORD *cookie) |
| |
| static HRESULT STDMETHODCALLTYPE | dxgi_factory_UnregisterAdaptersChangedEvent (IWineDXGIFactory *iface, DWORD cookie) |
| |
| struct dxgi_factory * | unsafe_impl_from_IDXGIFactory (IDXGIFactory *iface) |
| |
| static HRESULT | dxgi_factory_init (struct dxgi_factory *factory, BOOL extended) |
| |
| HRESULT | dxgi_factory_create (REFIID riid, void **factory, BOOL extended) |
| |
| HWND | dxgi_factory_get_device_window (struct dxgi_factory *factory) |
| |