|
| | WINE_DEFAULT_DEBUG_CHANNEL (d3d11) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_blend_state_QueryInterface (ID3D11BlendState1 *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_blend_state_AddRef (ID3D11BlendState1 *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_blend_state_Release (ID3D11BlendState1 *iface) |
| |
| static void STDMETHODCALLTYPE | d3d11_blend_state_GetDevice (ID3D11BlendState1 *iface, ID3D11Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_blend_state_GetPrivateData (ID3D11BlendState1 *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_blend_state_SetPrivateData (ID3D11BlendState1 *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_blend_state_SetPrivateDataInterface (ID3D11BlendState1 *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d11_blend_state_GetDesc (ID3D11BlendState1 *iface, D3D11_BLEND_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d11_blend_state_GetDesc1 (ID3D11BlendState1 *iface, D3D11_BLEND_DESC1 *desc) |
| |
| static struct d3d_blend_state * | impl_from_ID3D10BlendState (ID3D10BlendState1 *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_blend_state_QueryInterface (ID3D10BlendState1 *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_blend_state_AddRef (ID3D10BlendState1 *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_blend_state_Release (ID3D10BlendState1 *iface) |
| |
| static void STDMETHODCALLTYPE | d3d10_blend_state_GetDevice (ID3D10BlendState1 *iface, ID3D10Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_blend_state_GetPrivateData (ID3D10BlendState1 *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_blend_state_SetPrivateData (ID3D10BlendState1 *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_blend_state_SetPrivateDataInterface (ID3D10BlendState1 *iface, REFGUID guid, const IUnknown *data) |
| |
| static D3D10_BLEND | d3d10_blend_from_d3d11 (D3D11_BLEND factor) |
| |
| static D3D10_BLEND_OP | d3d10_blend_op_from_d3d11 (D3D11_BLEND_OP op) |
| |
| static void STDMETHODCALLTYPE | d3d10_blend_state_GetDesc (ID3D10BlendState1 *iface, D3D10_BLEND_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d10_blend_state_GetDesc1 (ID3D10BlendState1 *iface, D3D10_BLEND_DESC1 *desc) |
| |
| static void STDMETHODCALLTYPE | d3d_blend_state_wined3d_object_destroyed (void *parent) |
| |
| static enum wined3d_blend | wined3d_blend_from_d3d11 (D3D11_BLEND factor) |
| |
| static enum wined3d_blend_op | wined3d_blend_op_from_d3d11 (D3D11_BLEND_OP op) |
| |
| HRESULT | d3d_blend_state_create (struct d3d_device *device, const D3D11_BLEND_DESC1 *desc, struct d3d_blend_state **state) |
| |
| struct d3d_blend_state * | unsafe_impl_from_ID3D11BlendState (ID3D11BlendState *iface) |
| |
| struct d3d_blend_state * | unsafe_impl_from_ID3D10BlendState (ID3D10BlendState *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_depthstencil_state_QueryInterface (ID3D11DepthStencilState *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_depthstencil_state_AddRef (ID3D11DepthStencilState *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_depthstencil_state_Release (ID3D11DepthStencilState *iface) |
| |
| static void STDMETHODCALLTYPE | d3d11_depthstencil_state_GetDevice (ID3D11DepthStencilState *iface, ID3D11Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_depthstencil_state_GetPrivateData (ID3D11DepthStencilState *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_depthstencil_state_SetPrivateData (ID3D11DepthStencilState *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_depthstencil_state_SetPrivateDataInterface (ID3D11DepthStencilState *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d11_depthstencil_state_GetDesc (ID3D11DepthStencilState *iface, D3D11_DEPTH_STENCIL_DESC *desc) |
| |
| static struct d3d_depthstencil_state * | impl_from_ID3D10DepthStencilState (ID3D10DepthStencilState *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_depthstencil_state_QueryInterface (ID3D10DepthStencilState *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_depthstencil_state_AddRef (ID3D10DepthStencilState *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_depthstencil_state_Release (ID3D10DepthStencilState *iface) |
| |
| static void STDMETHODCALLTYPE | d3d10_depthstencil_state_GetDevice (ID3D10DepthStencilState *iface, ID3D10Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_depthstencil_state_GetPrivateData (ID3D10DepthStencilState *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_depthstencil_state_SetPrivateData (ID3D10DepthStencilState *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_depthstencil_state_SetPrivateDataInterface (ID3D10DepthStencilState *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d10_depthstencil_state_GetDesc (ID3D10DepthStencilState *iface, D3D10_DEPTH_STENCIL_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d_depthstencil_state_wined3d_object_destroyed (void *parent) |
| |
| static enum wined3d_cmp_func | wined3d_cmp_func_from_d3d11 (D3D11_COMPARISON_FUNC func) |
| |
| static enum wined3d_stencil_op | wined3d_stencil_op_from_d3d11 (D3D11_STENCIL_OP stencil_op) |
| |
| HRESULT | d3d_depthstencil_state_create (struct d3d_device *device, const D3D11_DEPTH_STENCIL_DESC *desc, struct d3d_depthstencil_state **state) |
| |
| struct d3d_depthstencil_state * | unsafe_impl_from_ID3D11DepthStencilState (ID3D11DepthStencilState *iface) |
| |
| struct d3d_depthstencil_state * | unsafe_impl_from_ID3D10DepthStencilState (ID3D10DepthStencilState *iface) |
| |
| static struct d3d_rasterizer_state * | impl_from_ID3D11RasterizerState1 (ID3D11RasterizerState1 *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_rasterizer_state_QueryInterface (ID3D11RasterizerState1 *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_rasterizer_state_AddRef (ID3D11RasterizerState1 *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_rasterizer_state_Release (ID3D11RasterizerState1 *iface) |
| |
| static void STDMETHODCALLTYPE | d3d11_rasterizer_state_GetDevice (ID3D11RasterizerState1 *iface, ID3D11Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_rasterizer_state_GetPrivateData (ID3D11RasterizerState1 *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_rasterizer_state_SetPrivateData (ID3D11RasterizerState1 *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_rasterizer_state_SetPrivateDataInterface (ID3D11RasterizerState1 *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d11_rasterizer_state_GetDesc (ID3D11RasterizerState1 *iface, D3D11_RASTERIZER_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d11_rasterizer_state_GetDesc1 (ID3D11RasterizerState1 *iface, D3D11_RASTERIZER_DESC1 *desc) |
| |
| static struct d3d_rasterizer_state * | impl_from_ID3D10RasterizerState (ID3D10RasterizerState *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_rasterizer_state_QueryInterface (ID3D10RasterizerState *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_rasterizer_state_AddRef (ID3D10RasterizerState *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_rasterizer_state_Release (ID3D10RasterizerState *iface) |
| |
| static void STDMETHODCALLTYPE | d3d10_rasterizer_state_GetDevice (ID3D10RasterizerState *iface, ID3D10Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_rasterizer_state_GetPrivateData (ID3D10RasterizerState *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_rasterizer_state_SetPrivateData (ID3D10RasterizerState *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_rasterizer_state_SetPrivateDataInterface (ID3D10RasterizerState *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d10_rasterizer_state_GetDesc (ID3D10RasterizerState *iface, D3D10_RASTERIZER_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d_rasterizer_state_wined3d_object_destroyed (void *parent) |
| |
| static enum wined3d_fill_mode | wined3d_fill_mode_from_d3d11 (D3D11_FILL_MODE mode) |
| |
| static enum wined3d_cull | wined3d_cull_from_d3d11 (D3D11_CULL_MODE mode) |
| |
| static HRESULT | d3d_rasterizer_state_init (struct d3d_rasterizer_state *state, struct d3d_device *device, const D3D11_RASTERIZER_DESC1 *desc) |
| |
| HRESULT | d3d_rasterizer_state_create (struct d3d_device *device, const D3D11_RASTERIZER_DESC1 *desc, struct d3d_rasterizer_state **state) |
| |
| struct d3d_rasterizer_state * | unsafe_impl_from_ID3D11RasterizerState (ID3D11RasterizerState *iface) |
| |
| struct d3d_rasterizer_state * | unsafe_impl_from_ID3D10RasterizerState (ID3D10RasterizerState *iface) |
| |
| static struct d3d_sampler_state * | impl_from_ID3D11SamplerState (ID3D11SamplerState *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_sampler_state_QueryInterface (ID3D11SamplerState *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_sampler_state_AddRef (ID3D11SamplerState *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d11_sampler_state_Release (ID3D11SamplerState *iface) |
| |
| static void STDMETHODCALLTYPE | d3d11_sampler_state_GetDevice (ID3D11SamplerState *iface, ID3D11Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_sampler_state_GetPrivateData (ID3D11SamplerState *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_sampler_state_SetPrivateData (ID3D11SamplerState *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d11_sampler_state_SetPrivateDataInterface (ID3D11SamplerState *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d11_sampler_state_GetDesc (ID3D11SamplerState *iface, D3D11_SAMPLER_DESC *desc) |
| |
| static struct d3d_sampler_state * | impl_from_ID3D10SamplerState (ID3D10SamplerState *iface) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_sampler_state_QueryInterface (ID3D10SamplerState *iface, REFIID riid, void **object) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_sampler_state_AddRef (ID3D10SamplerState *iface) |
| |
| static ULONG STDMETHODCALLTYPE | d3d10_sampler_state_Release (ID3D10SamplerState *iface) |
| |
| static void STDMETHODCALLTYPE | d3d10_sampler_state_GetDevice (ID3D10SamplerState *iface, ID3D10Device **device) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_sampler_state_GetPrivateData (ID3D10SamplerState *iface, REFGUID guid, UINT *data_size, void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_sampler_state_SetPrivateData (ID3D10SamplerState *iface, REFGUID guid, UINT data_size, const void *data) |
| |
| static HRESULT STDMETHODCALLTYPE | d3d10_sampler_state_SetPrivateDataInterface (ID3D10SamplerState *iface, REFGUID guid, const IUnknown *data) |
| |
| static void STDMETHODCALLTYPE | d3d10_sampler_state_GetDesc (ID3D10SamplerState *iface, D3D10_SAMPLER_DESC *desc) |
| |
| static void STDMETHODCALLTYPE | d3d_sampler_wined3d_object_destroyed (void *parent) |
| |
| static enum wined3d_texture_address | wined3d_texture_address_from_d3d11 (enum D3D11_TEXTURE_ADDRESS_MODE t) |
| |
| static enum wined3d_texture_filter_type | wined3d_texture_filter_mip_from_d3d11 (enum D3D11_FILTER f) |
| |
| static enum wined3d_texture_filter_type | wined3d_texture_filter_mag_from_d3d11 (enum D3D11_FILTER f) |
| |
| static enum wined3d_texture_filter_type | wined3d_texture_filter_min_from_d3d11 (enum D3D11_FILTER f) |
| |
| static BOOL | wined3d_texture_compare_from_d3d11 (enum D3D11_FILTER f) |
| |
| static HRESULT | d3d_sampler_state_init (struct d3d_sampler_state *state, struct d3d_device *device, const D3D11_SAMPLER_DESC *desc) |
| |
| HRESULT | d3d_sampler_state_create (struct d3d_device *device, const D3D11_SAMPLER_DESC *desc, struct d3d_sampler_state **state) |
| |
| struct d3d_sampler_state * | unsafe_impl_from_ID3D11SamplerState (ID3D11SamplerState *iface) |
| |
| struct d3d_sampler_state * | unsafe_impl_from_ID3D10SamplerState (ID3D10SamplerState *iface) |
| |