Home
last modified time | relevance | path

Searched refs:GetBackendType (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp46 BackendType Adapter::GetBackendType() const { in GetBackendType() function in dawn_native::Adapter
47 return mImpl->GetBackendType(); in GetBackendType()
DInstance.cpp108 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverDefaultAdapters()
225 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverAdaptersInternal()
DAdapter.cpp25 BackendType AdapterBase::GetBackendType() const { in GetBackendType() function in dawn_native::AdapterBase
DAdapter.h31 BackendType GetBackendType() const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp136 return GetBackendType() == wgpu::BackendType::OpenGLES; in SupportsExternalImages()
142 ASSERT(GetBackendType() == wgpu::BackendType::OpenGLES); in InitializeImpl()
144 ASSERT(GetBackendType() == wgpu::BackendType::OpenGL); in InitializeImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp53 properties->backendType = mImpl->GetBackendType(); in GetProperties()
61 BackendType Adapter::GetBackendType() const { in GetBackendType() function in dawn_native::Adapter
62 switch (mImpl->GetBackendType()) { in GetBackendType()
DInstance.cpp117 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverDefaultAdapters()
236 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverAdaptersInternal()
DAdapter.h38 wgpu::BackendType GetBackendType() const;
DSwapChain.cpp385 wgpu::BackendType NewSwapChainBase::GetBackendType() const { in GetBackendType() function in dawn_native::NewSwapChainBase
386 return GetDevice()->GetAdapter()->GetBackendType(); in GetBackendType()
DSwapChain.h132 wgpu::BackendType GetBackendType() const;
DAdapter.cpp72 wgpu::BackendType AdapterBase::GetBackendType() const { in GetBackendType() function in dawn_native::AdapterBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DSwapChainMTL.mm90 DAWN_INVALID_IF(previousSwapChain->GetBackendType() != wgpu::BackendType::Metal,
92 previousSwapChain->GetBackendType(), wgpu::BackendType::Metal);
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_dawn.cc73 if (adapter.GetBackendType() == backendType) { in CreateConfig()
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h78 BackendType GetBackendType() const;
/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerAndFrontendFuzzer.cpp68 if (adapter.GetBackendType() == dawn_native::BackendType::Null) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp172 DAWN_INVALID_IF(previousSwapChain->GetBackendType() != wgpu::BackendType::D3D12, in Initialize()
174 previousSwapChain->GetBackendType(), wgpu::BackendType::D3D12); in Initialize()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp30 if (currentAdapter.GetBackendType() == dawn_native::BackendType::Null) { in ValidationTest()
/third_party/skia/tools/sk_app/
DDawnWindowContext.cpp116 if (adapter.GetBackendType() == type) { in createDevice()
/third_party/flutter/skia/tools/sk_app/
DDawnWindowContext.cpp115 if (adapter.GetBackendType() == type) { in createDevice()
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp93 if (adapter.GetBackendType() == type) { in createDevice()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h107 BackendType GetBackendType() const;
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp164 if (adapter.GetBackendType() == type) { in createDevice()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp248 DAWN_INVALID_IF(previousSwapChain->GetBackendType() != wgpu::BackendType::Vulkan, in Initialize()
250 previousSwapChain->GetBackendType(), wgpu::BackendType::Vulkan); in Initialize()
/third_party/flutter/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp95 return adapter.GetBackendType() == backendType; in CreateCppDawnDevice()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp194 << ", backend: " << ParamName(adapter.GetBackendType()) << "\n"; in SetUp()
345 if (adapter.GetBackendType() == backendType) { in SetUp()

12