ReactOS 0.4.16-dev-833-g4bc97ad
|
Go to the source code of this file.
Macros | |
#define | D3DFORMAT_OP_DMAP 0x00020000L |
#define | D3DFORMAT_OP_NOTEXCOORDWRAPNORMIP 0x01000000L |
Functions | |
BOOL | IsBackBufferFormat (D3DFORMAT Format) |
BOOL | IsExtendedFormat (D3DFORMAT Format) |
BOOL | IsZBufferFormat (D3DFORMAT Format) |
BOOL | IsMultiElementFormat (D3DFORMAT Format) |
BOOL | IsSupportedFormatOp (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT DisplayFormat, DWORD FormatOp) |
HRESULT | CheckDeviceType (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) |
HRESULT | CheckDeviceFormat (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) |
HRESULT | CheckDeviceFormatConversion (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) |
HRESULT | CheckDepthStencilMatch (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) |
HRESULT CheckDepthStencilMatch | ( | LPD3D9_DRIVERCAPS | pDriverCaps, |
D3DFORMAT | AdapterFormat, | ||
D3DFORMAT | RenderTargetFormat, | ||
D3DFORMAT | DepthStencilFormat | ||
) |
Definition at line 539 of file format.c.
Referenced by DECLARE_INTERFACE_(), and IDirect3D9Impl_CheckDepthStencilMatch().
HRESULT CheckDeviceFormat | ( | LPD3D9_DRIVERCAPS | pDriverCaps, |
D3DFORMAT | AdapterFormat, | ||
DWORD | Usage, | ||
D3DRESOURCETYPE | RType, | ||
D3DFORMAT | CheckFormat | ||
) |
Definition at line 326 of file format.c.
Referenced by DECLARE_INTERFACE_(), and IDirect3D9Impl_CheckDeviceFormat().
HRESULT CheckDeviceFormatConversion | ( | LPD3D9_DRIVERCAPS | pDriverCaps, |
D3DFORMAT | SourceFormat, | ||
D3DFORMAT | TargetFormat | ||
) |
Definition at line 495 of file format.c.
Referenced by DECLARE_INTERFACE_(), and IDirect3D9Impl_CheckDeviceFormatConversion().
HRESULT CheckDeviceType | ( | LPD3D9_DRIVERCAPS | pDriverCaps, |
D3DFORMAT | DisplayFormat, | ||
D3DFORMAT | BackBufferFormat, | ||
BOOL | Windowed | ||
) |
Definition at line 224 of file format.c.
Referenced by DECLARE_INTERFACE_(), and IDirect3D9Impl_CheckDeviceType().
Definition at line 14 of file format.c.
Referenced by IDirect3D9Impl_CheckDeviceType().
Definition at line 20 of file format.c.
Referenced by IDirect3D9Impl_CheckDeviceType(), and IsBackBufferFormat().
BOOL IsSupportedFormatOp | ( | LPD3D9_DRIVERCAPS | pDriverCaps, |
D3DFORMAT | DisplayFormat, | ||
DWORD | FormatOp | ||
) |
Definition at line 206 of file format.c.
Referenced by CheckDepthStencilMatch(), CheckDeviceFormat(), CheckDeviceFormatConversion(), CheckDeviceType(), and GetStencilFormat().
Definition at line 25 of file format.c.
Referenced by IDirect3D9Impl_CheckDeviceFormat().