Home
last modified time | relevance | path

Searched refs:destination_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_buffer.cc1348 uint32_t destination_offset = args[1].As<Uint32>()->Value(); in CopyArrayBuffer() local
1352 CHECK_GE(destination_byte_length - destination_offset, bytes_to_copy); in CopyArrayBuffer()
1355 uint8_t* dest = static_cast<uint8_t*>(destination) + destination_offset; in CopyArrayBuffer()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc381 const uint64_t destination_offset = 0; in MapDeviceBufferToHostBuffer() local
386 destination_offset, copy_size); in MapDeviceBufferToHostBuffer()

Completed in 5 milliseconds