Home
last modified time | relevance | path

Searched refs:D3DDISPLAYMODE (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp106 …: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()
DDirect3D9.hpp44 …terModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) overrid…
45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
DDirect3D9Ex.hpp44 …terModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) overrid…
45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
DDirect3DSwapChain9.hpp47 long __stdcall GetDisplayMode(D3DDISPLAYMODE *displayMode) override;
DDirect3DSwapChain9.cpp263 long Direct3DSwapChain9::GetDisplayMode(D3DDISPLAYMODE *displayMode) in GetDisplayMode()
325 D3DDISPLAYMODE displayMode; in reset()
DDirect3DDevice9.hpp102 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
183 long getAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode);
DDirect3DDevice9Ex.hpp65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
DDirect3D9.cpp937 …:EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode) in EnumAdapterModes()
985 long Direct3D9::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode()
DDirect3DDevice9Ex.cpp355 long Direct3DDevice9Ex::GetDisplayMode(unsigned int index, D3DDISPLAYMODE *mode) in GetDisplayMode()
DDirect3DDevice9.cpp1479 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/
DDirect3D8.hpp46 …long __stdcall EnumAdapterModes(unsigned int adapter, unsigned int index, D3DDISPLAYMODE *mode) ov…
48 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
DDirect3DDevice8.hpp98 long __stdcall GetDisplayMode(D3DDISPLAYMODE *mode) override;
DDirect3D8.cpp594 long Direct3D8::EnumAdapterModes(unsigned int adapter, unsigned int index, D3DDISPLAYMODE *mode) in EnumAdapterModes()
648 long Direct3D8::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode()
DDirect3DDevice8.cpp1318 long Direct3DDevice8::GetDisplayMode(D3DDISPLAYMODE *mode) in GetDisplayMode()
/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9.h135 D3DDISPLAYMODE *pMode );
Ddevice9.h229 D3DDISPLAYMODE *pMode );
Dswapchain9.c1000 D3DDISPLAYMODE *pMode ) in NineSwapChain9_GetDisplayMode()
Dnine_lock.c576 D3DDISPLAYMODE *pMode ) in LockDevice9_GetDisplayMode()
2812 D3DDISPLAYMODE *pMode ) in LockSwapChain9_GetDisplayMode()
Ddevice9.c674 D3DDISPLAYMODE *pMode ) in NineDevice9_GetDisplayMode()
/external/mesa3d/include/D3D9/
Dd3d9.h89 …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 …]
Dd3d9types.h1590 } D3DDISPLAYMODE, *PD3DDISPLAYMODE, *LPD3DDISPLAYMODE; typedef
/external/swiftshader/include/Direct3D/
Dd3d8types.h1332 } D3DDISPLAYMODE; typedef
Dd3d8.h177 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/
Dvideo_render_direct3d9.cc378 D3DDISPLAYMODE d3ddm; in InitializeD3D()