|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | _Direct3DSwapChain9_INT |
Typedefs | |
| typedef struct _Direct3DSwapChain9_INT | Direct3DSwapChain9_INT |
| typedef struct _Direct3DSwapChain9_INT * | LPDIRECT3DSWAPCHAIN9_INT |
Functions | |
| LPDIRECT3DSWAPCHAIN9_INT | IDirect3DSwapChain9ToImpl (LPDIRECT3DSWAPCHAIN9 iface) |
| Direct3DSwapChain9_INT * | CreateDirect3DSwapChain9 (enum REF_TYPE RefType, struct _Direct3DDevice9_INT *pBaseDevice, DWORD ChainIndex) |
| VOID | Direct3DSwapChain9_SetDisplayMode (Direct3DSwapChain9_INT *pThisSwapChain, D3DPRESENT_PARAMETERS *pPresentationParameters) |
| HRESULT | Direct3DSwapChain9_Init (Direct3DSwapChain9_INT *pThisSwapChain, D3DPRESENT_PARAMETERS *pPresentationParameters) |
| HRESULT | Direct3DSwapChain9_Reset (Direct3DSwapChain9_INT *pThisSwapChain, D3DPRESENT_PARAMETERS *pPresentationParameters) |
| VOID | Direct3DSwapChain9_GetGammaRamp (Direct3DSwapChain9_INT *pThisSwapChain, D3DGAMMARAMP *pRamp) |
| VOID | Direct3DSwapChain9_SetGammaRamp (Direct3DSwapChain9_INT *pThisSwapChain, DWORD Flags, CONST D3DGAMMARAMP *pRamp) |
| Direct3DSwapChain9_INT * CreateDirect3DSwapChain9 | ( | enum REF_TYPE | RefType, |
| struct _Direct3DDevice9_INT * | pBaseDevice, | ||
| DWORD | ChainIndex | ||
| ) |
Definition at line 183 of file d3d9_swapchain.c.
Referenced by IDirect3DDevice9Base_CreateAdditionalSwapChain(), and InitD3D9BaseDevice().
| VOID Direct3DSwapChain9_GetGammaRamp | ( | Direct3DSwapChain9_INT * | pThisSwapChain, |
| D3DGAMMARAMP * | pRamp | ||
| ) |
Definition at line 248 of file d3d9_swapchain.c.
Referenced by IDirect3DDevice9Base_GetGammaRamp().
| HRESULT Direct3DSwapChain9_Init | ( | Direct3DSwapChain9_INT * | pThisSwapChain, |
| D3DPRESENT_PARAMETERS * | pPresentationParameters | ||
| ) |
Definition at line 210 of file d3d9_swapchain.c.
Referenced by IDirect3DDevice9Base_CreateAdditionalSwapChain(), and InitD3D9BaseDevice().
| HRESULT Direct3DSwapChain9_Reset | ( | Direct3DSwapChain9_INT * | pThisSwapChain, |
| D3DPRESENT_PARAMETERS * | pPresentationParameters | ||
| ) |
Definition at line 242 of file d3d9_swapchain.c.
Referenced by Direct3DSwapChain9_Init().
| VOID Direct3DSwapChain9_SetDisplayMode | ( | Direct3DSwapChain9_INT * | pThisSwapChain, |
| D3DPRESENT_PARAMETERS * | pPresentationParameters | ||
| ) |
| VOID Direct3DSwapChain9_SetGammaRamp | ( | Direct3DSwapChain9_INT * | pThisSwapChain, |
| DWORD | Flags, | ||
| CONST D3DGAMMARAMP * | pRamp | ||
| ) |
Definition at line 253 of file d3d9_swapchain.c.
Referenced by IDirect3DDevice9Base_SetGammaRamp().
| LPDIRECT3DSWAPCHAIN9_INT IDirect3DSwapChain9ToImpl | ( | LPDIRECT3DSWAPCHAIN9 | iface | ) |
Definition at line 21 of file d3d9_swapchain.c.
Referenced by Direct3DSwapChain9_AddRef(), Direct3DSwapChain9_GetDevice(), Direct3DSwapChain9_GetPresentParameters(), Direct3DSwapChain9_QueryInterface(), Direct3DSwapChain9_Release(), IDirect3DDevice9Base_GetGammaRamp(), and IDirect3DDevice9Base_SetGammaRamp().