Searched refs:DXGISupport (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | dxgi_support_table_autogen.cpp | 34 const DXGISupport &GetDefaultSupport() in GetDefaultSupport() 41 static const DXGISupport defaultSupport(0, 0, AllSupportFlags); in GetDefaultSupport() 45 const DXGISupport &GetDXGISupport_9_3(DXGI_FORMAT dxgiFormat) in GetDXGISupport_9_3() 52 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 57 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, F_MS); in GetDXGISupport_9_3() 67 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 72 static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN, F_MS); in GetDXGISupport_9_3() 77 … static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3() 82 … static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3() [all …]
|
D | dxgi_support_table.h | 22 struct DXGISupport struct 24 DXGISupport() : alwaysSupportedFlags(0), neverSupportedFlags(0), optionallySupportedFlags(0) {} in DXGISupport() function 26 DXGISupport(UINT alwaysSupportedIn, UINT neverSupportedIn, UINT optionallySupportedIn) in DXGISupport() argument 37 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel); argument
|