Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DErrorScope.h27 wgpu::ErrorType GetErrorType() const;
DErrorScope.cpp39 wgpu::ErrorType ErrorScope::GetErrorType() const { in GetErrorType() function in dawn_native::ErrorScope
DDevice.cpp533 callback(static_cast<WGPUErrorType>(scope.GetErrorType()), scope.GetErrorMessage(), in APIPopErrorScope()