|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "d3d9_common.h"#include <d3d9.h>#include <ddraw.h>#include <debug.h>#include <d3dhal.h>#include "d3d9_private.h"#include "d3d9_helpers.h"#include "adapter.h"
Go to the source code of this file.
Classes | |
| struct | _ADAPTERMONITOR |
Typedefs | |
| typedef BOOL(WINAPI * | LPFN_ISWOW64PROCESS) (HANDLE, PBOOL) |
| typedef BOOL(WINAPI * | LPFN_DISABLEWOW64FSREDIRECTION) (PVOID *) |
| typedef BOOL(WINAPI * | LPFN_REVERTWOW64FSREDIRECTION) (PVOID) |
| typedef struct _ADAPTERMONITOR | ADAPTERMONITOR |
| typedef struct _ADAPTERMONITOR * | LPADAPTERMONITOR |
| #define D3D9_CAPS1 (D3DCAPS_READ_SCANLINE) |
| #define D3D9_DEVCAPS |
| #define D3D9_PRE_XP_CAPS2 (D3DCAPS2_CANAUTOGENMIPMAP | D3DCAPS2_DYNAMICTEXTURES | D3DCAPS2_RESERVED | D3DCAPS2_FULLSCREENGAMMA) |
| #define D3D9_XP_OR_LATER_CAPS2 (D3D9_PRE_XP_CAPS2 | D3DCAPS2_CANMANAGERESOURCE) |
| typedef struct _ADAPTERMONITOR ADAPTERMONITOR |
| typedef struct _ADAPTERMONITOR * LPADAPTERMONITOR |
|
static |
Definition at line 374 of file adapter.c.
Referenced by GetAdapterMonitor().
Definition at line 207 of file adapter.c.
Referenced by GetAdapterCaps().
| const D3DDISPLAYMODE * FindDisplayFormat | ( | D3DFORMAT | Format, |
| UINT | ModeIndex, | ||
| const D3DDISPLAYMODE * | pSupportedDisplayModes, | ||
| UINT | NumDisplayModes | ||
| ) |
Definition at line 422 of file adapter.c.
Referenced by IDirect3D9Impl_EnumAdapterModes().
|
static |
Definition at line 136 of file adapter.c.
Referenced by GetAdapterInfo().
Definition at line 284 of file adapter.c.
Referenced by GetAdapterMode().
| 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().
|
static |
Definition at line 128 of file adapter.c.
Referenced by GetAdapterInfo().
| UINT GetDisplayFormatCount | ( | D3DFORMAT | Format, |
| const D3DDISPLAYMODE * | pSupportedDisplayModes, | ||
| UINT | NumDisplayModes | ||
| ) |
Definition at line 406 of file adapter.c.
Referenced by IDirect3D9Impl_GetAdapterModeCount().
|
static |
Definition at line 47 of file adapter.c.
Referenced by GetAdapterInfo().
|
static |
Definition at line 70 of file adapter.c.
Referenced by GetAdapterInfo().
|
static |
Definition at line 191 of file adapter.c.
Referenced by CopyDriverCaps().
Definition at line 118 of file adapter.c.
Referenced by GetDeviceId().