Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DBuffer.cpp32 device->InjectError(WGPUErrorType_OutOfMemory, "Buffer is too large for map usage"); in Create()
53 device->InjectError(WGPUErrorType_OutOfMemory, in Create()
66 device->InjectError(WGPUErrorType_OutOfMemory, in Create()
DDevice.h41 void InjectError(WGPUErrorType type, const char* message);
DDevice.cpp183 void Device::InjectError(WGPUErrorType type, const char* message) { in InjectError() function in dawn_wire::client::Device
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUBuffer.cpp58 device_.InjectError(wgpu::ErrorType::Validation, in mapAsync()
143 device_.InjectError(wgpu::ErrorType::Validation, in unmap()