|
ReactOS 0.4.17-dev-934-g091855f
|
#include "d3d10_private.h"
Go to the source code of this file.
Macros | |
| #define | WINE_D3D10_TO_STR(x) case x: return #x |
|
static |
Definition at line 46 of file d3d10_main.c.
Referenced by D3D10CreateDevice(), and D3D10CreateDeviceAndSwapChain().
| HRESULT WINAPI D3D10CompileEffectFromMemory | ( | void * | data, |
| SIZE_T | data_size, | ||
| const char * | filename, | ||
| const D3D10_SHADER_MACRO * | defines, | ||
| ID3D10Include * | include, | ||
| UINT | hlsl_flags, | ||
| UINT | fx_flags, | ||
| ID3D10Blob ** | effect, | ||
| ID3D10Blob ** | errors | ||
| ) |
Definition at line 233 of file d3d10_main.c.
| HRESULT WINAPI D3D10CreateDevice | ( | IDXGIAdapter * | adapter, |
| D3D10_DRIVER_TYPE | driver_type, | ||
| HMODULE | swrast, | ||
| UINT | flags, | ||
| UINT | sdk_version, | ||
| ID3D10Device ** | device | ||
| ) |
Definition at line 158 of file d3d10_main.c.
| HRESULT WINAPI D3D10CreateDeviceAndSwapChain | ( | IDXGIAdapter * | adapter, |
| D3D10_DRIVER_TYPE | driver_type, | ||
| HMODULE | swrast, | ||
| UINT | flags, | ||
| UINT | sdk_version, | ||
| DXGI_SWAP_CHAIN_DESC * | swapchain_desc, | ||
| IDXGISwapChain ** | swapchain, | ||
| ID3D10Device ** | device | ||
| ) |
Definition at line 164 of file d3d10_main.c.
| const char *WINAPI D3D10GetGeometryShaderProfile | ( | ID3D10Device * | device | ) |
Definition at line 253 of file d3d10_main.c.
| const char *WINAPI D3D10GetPixelShaderProfile | ( | ID3D10Device * | device | ) |
Definition at line 260 of file d3d10_main.c.
| const char *WINAPI D3D10GetVertexShaderProfile | ( | ID3D10Device * | device | ) |
Definition at line 246 of file d3d10_main.c.
|
static |
Definition at line 29 of file d3d10_main.c.
Referenced by d3d10_create_device(), and D3D10CreateDeviceAndSwapChain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d10 | ) |