Home
last modified time | relevance | path

Searched refs:SetDataLength (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireServer.cpp74 void MemoryTransferService::WriteHandle::SetDataLength(size_t dataLength) { in SetDataLength() function in dawn_wire::server::MemoryTransferService::WriteHandle
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
DWireServer.h121 void SetDataLength(size_t dataLength);
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp152 writeHandle->SetDataLength(descriptor->size); in DoDeviceCreateBuffer()