Home
last modified time | relevance | path

Searched defs:featureLevel (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp49 DXGISupportHelper(ID3D11Device *device, D3D_FEATURE_LEVEL featureLevel) in DXGISupportHelper()
150 bool GetNPOTTextureSupport(D3D_FEATURE_LEVEL featureLevel) in GetNPOTTextureSupport()
172 float GetMaximumAnisotropy(D3D_FEATURE_LEVEL featureLevel) in GetMaximumAnisotropy()
198 bool GetOcclusionQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetOcclusionQuerySupport()
222 bool GetEventQuerySupport(D3D_FEATURE_LEVEL featureLevel) in GetEventQuerySupport()
244 bool GetInstancingSupport(D3D_FEATURE_LEVEL featureLevel) in GetInstancingSupport()
279 bool GetFramebufferMultisampleSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferMultisampleSupport()
300 bool GetFramebufferBlitSupport(D3D_FEATURE_LEVEL featureLevel) in GetFramebufferBlitSupport()
321 bool GetDerivativeInstructionSupport(D3D_FEATURE_LEVEL featureLevel) in GetDerivativeInstructionSupport()
349 bool GetShaderTextureLODSupport(D3D_FEATURE_LEVEL featureLevel) in GetShaderTextureLODSupport()
[all …]
DVertexBuffer11.cpp125 const D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in storeVertexAttributes() local
DRenderStateCache.cpp277 const auto &featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in getSamplerState() local
Dformatutils11.cpp28 bool SupportsMipGen(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in SupportsMipGen()
404 D3D_FEATURE_LEVEL featureLevel) in GetVertexFormatInfo()
DInputLayoutCache.cpp204 D3D_FEATURE_LEVEL featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in createInputLayout() local
DRenderer11.h50 D3D_FEATURE_LEVEL featureLevel; member
DStateManager11.cpp3022 D3D_FEATURE_LEVEL featureLevel = mRenderer->getRenderer11DeviceCaps().featureLevel; in syncVertexBuffersAndInputLayout() local
DRenderer11.cpp3978 const D3D_FEATURE_LEVEL featureLevel = mRenderer11DeviceCaps.featureLevel; in getVertexSpaceRequired() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp78 auto featureLevel = renderer->getRenderer11DeviceCaps().featureLevel; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_support_table_autogen.cpp3021 const DXGISupport &GetDXGISupport(DXGI_FORMAT dxgiFormat, D3D_FEATURE_LEVEL featureLevel) in GetDXGISupport()