Home
last modified time | relevance | path

Searched refs:GetAdapterType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp54 properties->adapterType = mImpl->GetAdapterType(); in GetProperties()
84 switch (mImpl->GetAdapterType()) { in GetDeviceType()
DAdapter.h39 wgpu::AdapterType GetAdapterType() const;
DAdapter.cpp76 wgpu::AdapterType AdapterBase::GetAdapterType() const { in GetAdapterType() function in dawn_native::AdapterBase