Home
last modified time | relevance | path

Searched refs:DeviceLost (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.cpp28 ASSERT(errorData->GetType() == InternalErrorType::DeviceLost || in IgnoreErrors()
43 case InternalErrorType::DeviceLost: in ToWGPUErrorType()
44 return wgpu::ErrorType::DeviceLost; in ToWGPUErrorType()
57 case wgpu::ErrorType::DeviceLost: in FromWGPUErrorType()
58 return InternalErrorType::DeviceLost; in FromWGPUErrorType()
DErrorScope.cpp76 if (type == wgpu::ErrorType::DeviceLost) { in HandleError()
77 if (it->mCapturedError != wgpu::ErrorType::DeviceLost) { in HandleError()
DError.h29 DeviceLost, enumerator
93 #define DAWN_DEVICE_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::DeviceLost, MESSAGE)
DDevice.cpp407 if (type == InternalErrorType::DeviceLost) { in HandleError()
440 type = InternalErrorType::DeviceLost; in HandleError()
443 if (type == InternalErrorType::DeviceLost) { in HandleError()