Home
last modified time | relevance | path

Searched defs:mappedAtCreation (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp140 MaybeError Buffer::Initialize(bool mappedAtCreation) { in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp109 MaybeError Buffer::Initialize(bool mappedAtCreation) { in Initialize()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireMemoryTransferServiceTests.cpp216 ClientWriteHandle* ExpectWriteHandleCreation(bool mappedAtCreation) { in ExpectWriteHandleCreation()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBufferZeroInitTests.cpp60 bool mappedAtCreation = false) { in CreateBuffer()