Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAdapter.h40 const std::string& GetDriverDescription() const;
DAdapter.cpp80 const std::string& AdapterBase::GetDriverDescription() const { in GetDriverDescription() function in dawn_native::AdapterBase
DDawnNative.cpp55 properties->driverDescription = mImpl->GetDriverDescription().c_str(); in GetProperties()