Home
last modified time | relevance | path

Searched refs:GetAdapterProperties (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBasicTests.cpp25 ASSERT_EQ(GetAdapterProperties().vendorID, GetVendorIdFilter()); in TEST_P()
32 ASSERT_EQ(GetAdapterProperties().backendType, GetBackendTypeFilter()); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp106 WGPUDeviceProperties Adapter::GetAdapterProperties() const { in GetAdapterProperties() function in dawn_native::Adapter
107 return mImpl->GetAdapterProperties(); in GetAdapterProperties()
DAdapter.h54 WGPUDeviceProperties GetAdapterProperties() const;
DAdapter.cpp110 WGPUDeviceProperties AdapterBase::GetAdapterProperties() const { in GetAdapterProperties() function in dawn_native::AdapterBase
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h117 WGPUDeviceProperties GetAdapterProperties() const;
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUAdapter.cpp121 adapter_.GetAdapterProperties()); in getFeatures()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h494 const wgpu::AdapterProperties& GetAdapterProperties() const;
DDawnTest.cpp867 const wgpu::AdapterProperties& DawnTestBase::GetAdapterProperties() const { in GetAdapterProperties() function in DawnTestBase