Home
last modified time | relevance | path

Searched defs:CopyBufferToBufferCmd (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h108 struct CopyBufferToBufferCmd { struct
109 Ref<BufferBase> source;
110 uint64_t sourceOffset;
111 Ref<BufferBase> destination;
112 uint64_t destinationOffset;
113 uint64_t size;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h125 struct CopyBufferToBufferCmd { struct
126 Ref<BufferBase> source;
127 uint64_t sourceOffset;
128 Ref<BufferBase> destination;
129 uint64_t destinationOffset;
130 uint64_t size;