Home
last modified time | relevance | path

Searched refs:GetDXGISupport (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/
Ddxgi_support_table.h37 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel);
Ddxgi_support_table_autogen.cpp3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport() function
/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp86 const auto &dxgiSupport = rx::d3d11::GetDXGISupport(formatInfo.texFormat, featureLevel); in TEST_P()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp31 const auto &support = GetDXGISupport(dxgiFormat, featureLevel); in SupportsMipGen()
Drenderer11_utils.cpp57 auto dxgiSupport = d3d11::GetDXGISupport(dxgiFormat, mFeatureLevel); in query()