Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.cpp45 vkhpp::ImageLayout currentLayout, void* dst, uint64_t dstSize, in readImageData() argument
55 .size = static_cast<VkDeviceSize>(dstSize), in readImageData()
174 memcpy(dst, mapped, dstSize); in readImageData()
DGfxstreamEnd2EndTestUtils.h27 vkhpp::ImageLayout currentLayout, void* dst, uint64_t dstSize,