Home
last modified time | relevance | path

Searched refs:D3DDEVTYPE (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h41 …HRESULT (WINAPI *CheckDeviceType)(ID3DAdapter9 *This, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat,…
42 …HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFo…
43 …HRESULT (WINAPI *CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT …
44 …HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT Adap…
45 …HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT…
46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
47 …HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND h…
48 …HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND…
76 …HRESULT WINAPI CheckDeviceType(D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, D3DFORMAT BackBufferFo…
77 …HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DR…
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.h82 D3DDEVTYPE DevType,
89 D3DDEVTYPE DeviceType,
97 D3DDEVTYPE DeviceType,
105 D3DDEVTYPE DeviceType,
112 D3DDEVTYPE DeviceType,
118 D3DDEVTYPE DeviceType,
124 D3DDEVTYPE DeviceType,
135 D3DDEVTYPE DeviceType,
Dadapter9.c127 D3DDEVTYPE DevType, in NineAdapter9_GetScreen()
197 D3DDEVTYPE DevType, in NineAdapter9_CheckDeviceType()
280 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat()
408 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType()
470 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch()
516 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion()
554 D3DDEVTYPE DeviceType, in NineAdapter9_GetDeviceCaps()
1008 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDevice()
1068 D3DDEVTYPE DeviceType, in NineAdapter9_CreateDeviceEx()
Dnineexoverlayextension.h41 D3DDEVTYPE DevType,
Dnineexoverlayextension.c30 D3DDEVTYPE DevType, in Nine9ExOverlayExtension_CheckDeviceOverlayType()
Dnine_dump.h8 const char *nine_D3DDEVTYPE_to_str(D3DDEVTYPE);
Dnine_dump.c15 const char *nine_D3DDEVTYPE_to_str(D3DDEVTYPE type) in nine_D3DDEVTYPE_to_str()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h67 D3DDEVTYPE deviceType,
Drenderer9_utils.cpp418 D3DDEVTYPE deviceType, in GenerateTextureFormatCaps()
483 D3DDEVTYPE deviceType, in GenerateCaps()
DRenderer9.h375 D3DDEVTYPE getD3D9DeviceType() const { return mDeviceType; } in getD3D9DeviceType()
489 D3DDEVTYPE mDeviceType;
DSwapChain9.cpp184 D3DDEVTYPE deviceType = mRenderer->getD3D9DeviceType(); in reset()
/external/mesa3d/include/D3D9/
Dd3d9.h91 …virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, …
92 …virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFor…
93 …virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT S…
94 …virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT Adapt…
95 …virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT …
96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
98 …virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD …
106 …virtual HRESULT WINAPI CreateDeviceEx(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWOR…
112 …virtual HRESULT WINAPI CheckDeviceOverlayType(UINT Adapter, D3DDEVTYPE DevType, UINT OverlayWidth,…
452 …HRESULT (WINAPI *CheckDeviceType)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT Ad…
[all …]
Dd3d9caps.h305 D3DDEVTYPE DeviceType;
Dd3d9types.h574 } D3DDEVTYPE; typedef
1517 D3DDEVTYPE DeviceType;