Home
last modified time | relevance | path

Searched refs:DAWN_DEVICE_LOST_ERROR (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanError.cpp86 return DAWN_DEVICE_LOST_ERROR(message); in CheckVkSuccessImpl()
103 return DAWN_DEVICE_LOST_ERROR(message); in CheckVkOOMThenSuccessImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Error.cpp37 return DAWN_DEVICE_LOST_ERROR(messageStream.str()); in CheckHRESULTImpl()
DDeviceD3D12.cpp363 return DAWN_DEVICE_LOST_ERROR("Device lost"); in CheckAndUpdateCompletedSerials()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h93 #define DAWN_DEVICE_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::DeviceLost, MESSAGE) macro
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm756 DAWN_DEVICE_LOST_ERROR("Cannot create stencil-only texture view of "