Home
last modified time | relevance | path

Searched refs:ValidateMapAsync (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.h110 MaybeError ValidateMapAsync(wgpu::MapMode mode,
DBuffer.cpp327 if (GetDevice()->ConsumedError(ValidateMapAsync(mode, offset, size, &status), in APIMapAsync()
432 MaybeError BufferBase::ValidateMapAsync(wgpu::MapMode mode, in ValidateMapAsync() function in dawn_native::BufferBase