/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 106 …:EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) in EnumAdapterModes() 113 long Direct3D9Ex::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode() 279 D3DDISPLAYMODE mode; in EnumAdapterModesEx() 293 D3DDISPLAYMODE mode; in GetAdapterDisplayModeEx()
|
D | Direct3D9.hpp | 44 …terModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) overrid… 45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
|
D | Direct3D9Ex.hpp | 44 …terModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) overrid… 45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
|
D | Direct3DSwapChain9.hpp | 47 long __stdcall GetDisplayMode(D3DDISPLAYMODE *displayMode) override;
|
D | Direct3DSwapChain9.cpp | 263 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode) in GetDisplayMode() 325 D3DDISPLAYMODE displayMode; in reset()
|
D | Direct3DDevice9.hpp | 102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override; 183 long getAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode);
|
D | Direct3DDevice9Ex.hpp | 65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
|
D | Direct3D9.cpp | 937 …:EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) in EnumAdapterModes() 985 long Direct3D9::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode()
|
D | Direct3DDevice9Ex.cpp | 355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode()
|
D | Direct3DDevice9.cpp | 1479 long Direct3DDevice9::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode() 5644 long Direct3DDevice9::getAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in getAdapterDisplayMode()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.hpp | 46 …long __stdcall EnumAdapterModes(unsigned int adapter, unsigned int index, D3DDISPLAYMODE *mode) ov… 48 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
|
D | Direct3DDevice8.hpp | 98 long __stdcall GetDisplayMode(D3DDISPLAYMODE *mode) override;
|
D | Direct3D8.cpp | 594 long Direct3D8::EnumAdapterModes(unsigned int adapter, unsigned int index, D3DDISPLAYMODE *mode) in EnumAdapterModes() 648 long Direct3D8::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode()
|
D | Direct3DDevice8.cpp | 1318 long Direct3DDevice8::GetDisplayMode(D3DDISPLAYMODE *mode) in GetDisplayMode()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | swapchain9.h | 135 D3DDISPLAYMODE *pMode );
|
D | device9.h | 229 D3DDISPLAYMODE *pMode );
|
D | swapchain9.c | 1000 D3DDISPLAYMODE *pMode ) in NineSwapChain9_GetDisplayMode()
|
D | nine_lock.c | 576 D3DDISPLAYMODE *pMode ) in LockDevice9_GetDisplayMode() 2812 D3DDISPLAYMODE *pMode ) in LockSwapChain9_GetDisplayMode()
|
D | device9.c | 674 D3DDISPLAYMODE *pMode ) in NineDevice9_GetDisplayMode()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 89 …virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE … 90 virtual HRESULT WINAPI GetAdapterDisplayMode(UINT Adapter, D3DDISPLAYMODE *pMode) = 0; 166 virtual HRESULT WINAPI GetDisplayMode(UINT iSwapChain, D3DDISPLAYMODE *pMode) = 0; 350 virtual HRESULT WINAPI GetDisplayMode(D3DDISPLAYMODE *pMode) = 0; 450 …mAdapterModes)(IDirect3D9 *This, UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE *pMode); 451 HRESULT (WINAPI *GetAdapterDisplayMode)(IDirect3D9 *This, UINT Adapter, D3DDISPLAYMODE *pMode); 497 …dapterModes)(IDirect3D9Ex *This, UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE *pMode); 498 HRESULT (WINAPI *GetAdapterDisplayMode)(IDirect3D9Ex *This, UINT Adapter, D3DDISPLAYMODE *pMode); 754 HRESULT (WINAPI *GetDisplayMode)(IDirect3DDevice9 *This, UINT iSwapChain, D3DDISPLAYMODE *pMode); 1005 HRESULT (WINAPI *GetDisplayMode)(IDirect3DDevice9Ex *This, UINT iSwapChain, D3DDISPLAYMODE *pMode); [all …]
|
D | d3d9types.h | 1590 } D3DDISPLAYMODE, *PD3DDISPLAYMODE, *LPD3DDISPLAYMODE; typedef
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1332 } D3DDISPLAYMODE; typedef
|
D | d3d8.h | 177 STDMETHOD(EnumAdapterModes)(THIS_ UINT Adapter,UINT Mode,D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 178 STDMETHOD(GetAdapterDisplayMode)(THIS_ UINT Adapter,D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_() 260 STDMETHOD(GetDisplayMode)(THIS_ D3DDISPLAYMODE* pMode) PURE; in DECLARE_INTERFACE_()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 378 D3DDISPLAYMODE d3ddm; in InitializeD3D()
|