|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | WINE_D3D10_TO_STR(x) case x: return #x |
| #define COBJMACROS |
Definition at line 22 of file d3d10_1_main.c.
|
static |
Definition at line 69 of file d3d10_1_main.c.
Referenced by D3D10CreateDevice1(), and D3D10CreateDeviceAndSwapChain1().
| HRESULT WINAPI D3D10CoreCreateDevice | ( | IDXGIFactory * | factory, |
| IDXGIAdapter * | adapter, | ||
| unsigned int | flags, | ||
| D3D_FEATURE_LEVEL | feature_level, | ||
| ID3D10Device ** | device | ||
| ) |
Definition at line 39 of file d3d10core_main.c.
Referenced by d3d10_create_device1().
| HRESULT WINAPI D3D10CreateDevice1 | ( | IDXGIAdapter * | adapter, |
| D3D10_DRIVER_TYPE | driver_type, | ||
| HMODULE | swrast, | ||
| UINT | flags, | ||
| D3D10_FEATURE_LEVEL1 | hw_level, | ||
| UINT | sdk_version, | ||
| ID3D10Device1 ** | device | ||
| ) |
Definition at line 182 of file d3d10_1_main.c.
Referenced by d2d_factory_get_device(), and D3DX10CreateDevice().
| HRESULT WINAPI D3D10CreateDeviceAndSwapChain1 | ( | IDXGIAdapter * | adapter, |
| D3D10_DRIVER_TYPE | driver_type, | ||
| HMODULE | swrast, | ||
| UINT | flags, | ||
| D3D10_FEATURE_LEVEL1 | feature_level, | ||
| UINT | sdk_version, | ||
| DXGI_SWAP_CHAIN_DESC * | swapchain_desc, | ||
| IDXGISwapChain ** | swapchain, | ||
| ID3D10Device1 ** | device | ||
| ) |
Definition at line 188 of file d3d10_1_main.c.
Referenced by D3DX10CreateDeviceAndSwapChain().
|
static |
|
static |
Definition at line 32 of file d3d10_1_main.c.
Referenced by d3d10_create_device1(), and D3D10CreateDeviceAndSwapChain1().
|
static |
Definition at line 47 of file d3d10_1_main.c.
Referenced by d3d10_create_device1(), and D3D10CreateDeviceAndSwapChain1().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d10 | ) |