/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | DawnNative.cpp | 46 BackendType Adapter::GetBackendType() const { in GetBackendType() function in dawn_native::Adapter 47 return mImpl->GetBackendType(); in GetBackendType()
|
D | Instance.cpp | 108 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverDefaultAdapters() 225 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverAdaptersInternal()
|
D | Adapter.cpp | 25 BackendType AdapterBase::GetBackendType() const { in GetBackendType() function in dawn_native::AdapterBase
|
D | Adapter.h | 31 BackendType GetBackendType() const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 136 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/ |
D | DawnNative.cpp | 53 properties->backendType = mImpl->GetBackendType(); in GetProperties() 61 BackendType Adapter::GetBackendType() const { in GetBackendType() function in dawn_native::Adapter 62 switch (mImpl->GetBackendType()) { in GetBackendType()
|
D | Instance.cpp | 117 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverDefaultAdapters() 236 ASSERT(adapter->GetBackendType() == backend->GetType()); in DiscoverAdaptersInternal()
|
D | Adapter.h | 38 wgpu::BackendType GetBackendType() const;
|
D | SwapChain.cpp | 385 wgpu::BackendType NewSwapChainBase::GetBackendType() const { in GetBackendType() function in dawn_native::NewSwapChainBase 386 return GetDevice()->GetAdapter()->GetBackendType(); in GetBackendType()
|
D | SwapChain.h | 132 wgpu::BackendType GetBackendType() const;
|
D | Adapter.cpp | 72 wgpu::BackendType AdapterBase::GetBackendType() const { in GetBackendType() function in dawn_native::AdapterBase
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | SwapChainMTL.mm | 90 DAWN_INVALID_IF(previousSwapChain->GetBackendType() != wgpu::BackendType::Metal, 92 previousSwapChain->GetBackendType(), wgpu::BackendType::Metal);
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_dawn.cc | 73 if (adapter.GetBackendType() == backendType) { in CreateConfig()
|
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | DawnNative.h | 78 BackendType GetBackendType() const;
|
/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/ |
D | DawnWireServerAndFrontendFuzzer.cpp | 68 if (adapter.GetBackendType() == dawn_native::BackendType::Null) { in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SwapChainD3D12.cpp | 172 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/ |
D | ValidationTest.cpp | 30 if (currentAdapter.GetBackendType() == dawn_native::BackendType::Null) { in ValidationTest()
|
/third_party/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 116 if (adapter.GetBackendType() == type) { in createDevice()
|
/third_party/flutter/skia/tools/sk_app/ |
D | DawnWindowContext.cpp | 115 if (adapter.GetBackendType() == type) { in createDevice()
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 93 if (adapter.GetBackendType() == type) { in createDevice()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | DawnNative.h | 107 BackendType GetBackendType() const;
|
/third_party/flutter/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 164 if (adapter.GetBackendType() == type) { in createDevice()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | SwapChainVk.cpp | 248 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/ |
D | SampleUtils.cpp | 95 return adapter.GetBackendType() == backendType; in CreateCppDawnDevice()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 194 << ", backend: " << ParamName(adapter.GetBackendType()) << "\n"; in SetUp() 345 if (adapter.GetBackendType() == backendType) { in SetUp()
|