/reactos/dll/directx/d3d9/ |
H A D | adapter.c | 333 BOOL GetAdapterMode(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pMode) in GetAdapterMode() argument 342 pMode->Width = DevMode.dmPelsWidth; in GetAdapterMode() 343 pMode->Height = DevMode.dmPelsHeight; in GetAdapterMode() 344 pMode->RefreshRate = DevMode.dmDisplayFrequency; in GetAdapterMode() 349 pMode->Format = D3DFMT_P8; in GetAdapterMode() 353 pMode->Format = Get16BitD3DFormat(lpszDeviceName); in GetAdapterMode() 357 pMode->Format = D3DFMT_R8G8B8; in GetAdapterMode() 361 pMode->Format = D3DFMT_X8R8G8B8; in GetAdapterMode() 365 pMode->Format = D3DFMT_UNKNOWN; in GetAdapterMode()
|
H A D | d3d9_impl.c | 258 UINT Mode, D3DDISPLAYMODE* pMode) in IDirect3D9Impl_EnumAdapterModes() argument 271 if (NULL == pMode) in IDirect3D9Impl_EnumAdapterModes() 297 *pMode = *pMatchingDisplayFormat; in IDirect3D9Impl_EnumAdapterModes() 330 …WINAPI IDirect3D9Impl_GetAdapterDisplayMode(LPDIRECT3D9 iface, UINT Adapter, D3DDISPLAYMODE* pMode) in IDirect3D9Impl_GetAdapterDisplayMode() argument 342 if (NULL == pMode) in IDirect3D9Impl_GetAdapterDisplayMode() 350 if (FALSE == GetAdapterMode(This->DisplayAdapters[Adapter].szDeviceName, pMode)) in IDirect3D9Impl_GetAdapterDisplayMode()
|
H A D | d3d9_device.c | 232 …Direct3DDevice9Base_GetDisplayMode(LPDIRECT3DDEVICE9 iface, UINT iSwapChain, D3DDISPLAYMODE* pMode) in IDirect3DDevice9Base_GetDisplayMode() argument 244 if (NULL == pMode) in IDirect3DDevice9Base_GetDisplayMode() 251 pMode->Width = This->DeviceData[iSwapChain].DriverCaps.dwDisplayWidth; in IDirect3DDevice9Base_GetDisplayMode() 252 pMode->Height = This->DeviceData[iSwapChain].DriverCaps.dwDisplayHeight; in IDirect3DDevice9Base_GetDisplayMode() 253 pMode->Format = This->DeviceData[iSwapChain].DriverCaps.RawDisplayFormat; in IDirect3DDevice9Base_GetDisplayMode() 254 pMode->RefreshRate = This->DeviceData[iSwapChain].DriverCaps.dwRefreshRate; in IDirect3DDevice9Base_GetDisplayMode()
|
H A D | adapter.h | 14 BOOL GetAdapterMode(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pMode);
|
H A D | d3d9_swapchain.c | 82 …HRESULT WINAPI Direct3DSwapChain9_GetDisplayMode(LPDIRECT3DSWAPCHAIN9 iface, D3DDISPLAYMODE* pMode) in Direct3DSwapChain9_GetDisplayMode() argument
|
H A D | d3d9_device.h | 202 …irect3DDevice9Base_GetDisplayMode(LPDIRECT3DDEVICE9 iface, UINT iSwapChain, D3DDISPLAYMODE* pMode);
|
/reactos/sdk/lib/ucrt/lowio/ |
H A D | setmode.cpp | 113 extern "C" errno_t __cdecl _get_fmode(int* const pMode) in _get_fmode() argument 115 _VALIDATE_RETURN_ERRCODE(pMode != nullptr, EINVAL); in _get_fmode() 118 *pMode = __crt_interlocked_read(&_fmode.value()); in _get_fmode() local
|
/reactos/sdk/include/dxsdk/ |
H A D | vpnotify.h | 18 STDMETHOD (GetDeinterlaceMode)(THIS_ OUT AMVP_MODE *pMode) PURE; in DECLARE_INTERFACE_()
|
H A D | amvideo.idl | 113 HRESULT GetCurrentMode([out] long * pMode);
|
H A D | vmrender.idl | 357 HRESULT GetRenderingMode([out] DWORD* pMode);
|
H A D | axextend.idl | 795 [out] InterleavingMode *pMode);
|
/reactos/base/applications/sndvol32/ |
H A D | sndvol32.c | 1401 PWINDOW_MODE pMode, in HandleCommandLine() argument 1407 *pMode = (dwStyle & 0x20) ? SMALL_MODE : NORMAL_MODE; in HandleCommandLine() 1428 *pMode = NORMAL_MODE; in HandleCommandLine() 1433 *pMode = SMALL_MODE; in HandleCommandLine() 1438 *pMode = TRAY_MODE; in HandleCommandLine()
|
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 199 …HOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 200 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 281 …HOD(EnumAdapterModes)(THIS_ UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 282 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 295 …STDMETHOD(GetAdapterDisplayModeEx)(THIS_ UINT Adapter, D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION… in DECLARE_INTERFACE_() 425 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE *pMode) PURE; in DECLARE_INTERFACE_() 479 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE *pMode) PURE; in DECLARE_INTERFACE_() 485 STDMETHOD(GetDisplayModeEx)(THIS_ D3DDISPLAYMODEEX *pMode, D3DDISPLAYROTATION *pRotation) PURE; in DECLARE_INTERFACE_() 1379 STDMETHOD(GetDisplayMode)(THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 1767 STDMETHOD(GetDisplayMode)(THIS_ UINT iSwapChain, D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() [all …]
|
H A D | d3d8.h | 145 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter, UINT Mode, D3DDISPLAYMODE * pMode) PURE; in DECLARE_INTERFACE_() 146 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter, D3DDISPLAYMODE * pMode) PURE; in DECLARE_INTERFACE_() 843 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE * pMode) PURE; in DECLARE_INTERFACE_()
|
H A D | wmsdkidl.idl | 815 [out] WMT_PLAY_MODE *pMode);
|
/reactos/dll/directx/wine/qcap/ |
H A D | avimux.c | 911 IConfigInterleaving *iface, InterleavingMode *pMode) in ConfigInterleaving_get_Mode() argument 914 FIXME("(%p)->(%p)\n", This, pMode); in ConfigInterleaving_get_Mode()
|