#include "format.h"
#include <ddrawi.h>
#include <debug.h>
#include <d3d9types.h>
Go to the source code of this file.
Functions |
| BOOL | IsBackBufferFormat (D3DFORMAT Format) |
| BOOL | IsExtendedFormat (D3DFORMAT Format) |
| BOOL | IsZBufferFormat (D3DFORMAT Format) |
| BOOL | IsMultiElementFormat (D3DFORMAT Format) |
| BOOL | IsFourCCFormat (D3DFORMAT Format) |
| BOOL | IsStencilFormat (D3DFORMAT Format) |
| DWORD | GetBytesPerPixel (D3DFORMAT Format) |
| DWORD | GetPixelStride (D3DFORMAT Format) |
| BOOL | IsSupportedFormatOp (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT DisplayFormat, DWORD FormatOp) |
| HRESULT | CheckDeviceType (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT DisplayFormat, D3DFORMAT BackBufferFormat, BOOL Windowed) |
| static D3DFORMAT | GetStencilFormat (LPD3D9_DRIVERCAPS pDriverCaps, D3DFORMAT CheckFormat) |
| static D3DFORMAT | RemoveAlphaChannel (D3DFORMAT CheckFormat) |
| 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) |