ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Functions | |
BOOL | GetAdapterInfo (LPCSTR lpszDeviceName, D3DADAPTER_IDENTIFIER9 *pIdentifier) |
BOOL | GetAdapterMode (LPCSTR lpszDeviceName, D3DDISPLAYMODE *pMode) |
HRESULT | GetAdapterCaps (const LPDIRECT3D9_DISPLAYADAPTER pDisplayAdapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pDstCaps) |
HMONITOR | GetAdapterMonitor (LPCSTR lpszDeviceName) |
UINT | GetDisplayFormatCount (D3DFORMAT Format, const D3DDISPLAYMODE *pSupportedDisplayModes, UINT NumDisplayModes) |
const D3DDISPLAYMODE * | FindDisplayFormat (D3DFORMAT Format, UINT ModeIndex, const D3DDISPLAYMODE *pSupportedDisplayModes, UINT NumDisplayModes) |
const D3DDISPLAYMODE * FindDisplayFormat | ( | D3DFORMAT | Format, |
UINT | ModeIndex, | ||
const D3DDISPLAYMODE * | pSupportedDisplayModes, | ||
UINT | NumDisplayModes | ||
) |
Definition at line 422 of file adapter.c.
Referenced by IDirect3D9Impl_EnumAdapterModes().
HRESULT GetAdapterCaps | ( | const LPDIRECT3D9_DISPLAYADAPTER | pDisplayAdapter, |
D3DDEVTYPE | DeviceType, | ||
D3DCAPS9 * | pDstCaps | ||
) |
Definition at line 240 of file adapter.c.
Referenced by IDirect3D9Impl_GetDeviceCaps(), and IDirect3DDevice9Base_GetDeviceCaps().
BOOL GetAdapterInfo | ( | LPCSTR | lpszDeviceName, |
D3DADAPTER_IDENTIFIER9 * | pIdentifier | ||
) |
Definition at line 150 of file adapter.c.
Referenced by IDirect3D9Impl_GetAdapterIdentifier().
BOOL GetAdapterMode | ( | LPCSTR | lpszDeviceName, |
D3DDISPLAYMODE * | pMode | ||
) |
Definition at line 333 of file adapter.c.
Referenced by GetD3D9DriverInfo(), and IDirect3D9Impl_GetAdapterDisplayMode().
Definition at line 393 of file adapter.c.
Referenced by DECLARE_INTERFACE_(), GetD3D9DriverInfo(), and IDirect3D9Impl_GetAdapterMonitor().
UINT GetDisplayFormatCount | ( | D3DFORMAT | Format, |
const D3DDISPLAYMODE * | pSupportedDisplayModes, | ||
UINT | NumDisplayModes | ||
) |
Definition at line 406 of file adapter.c.
Referenced by IDirect3D9Impl_GetAdapterModeCount().