Searched refs:pSupportedDisplayModes (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | adapter.h | 20 UINT GetDisplayFormatCount(D3DFORMAT Format, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT Num… 21 …ayFormat(D3DFORMAT Format, UINT ModeIndex, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT NumD…
|
H A D | adapter.c | 406 UINT GetDisplayFormatCount(D3DFORMAT Format, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT Num… in GetDisplayFormatCount() argument 413 if (pSupportedDisplayModes[DisplayModeIndex].Format == Format) in GetDisplayFormatCount() 422 …ayFormat(D3DFORMAT Format, UINT ModeIndex, const D3DDISPLAYMODE* pSupportedDisplayModes, UINT NumD… in FindDisplayFormat() argument 429 if (pSupportedDisplayModes[DisplayModeIndex].Format == Format) in FindDisplayFormat() 432 return &pSupportedDisplayModes[DisplayModeIndex]; in FindDisplayFormat()
|