Home
last modified time | relevance | path

Searched refs:readImageData (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTestUtils.h26 void readImageData(vkhpp::Image image, uint32_t width, uint32_t height,
DGfxstreamEnd2EndTestUtils.cpp44 void readImageData(vkhpp::Image image, uint32_t width, uint32_t height, in readImageData() function
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp563 utils::readImageData(*colorAttachmentInfo->image, kFbWidth, kFbHeight, in TEST_P()
688 utils::readImageData(*colorAttachmentInfo->image, kFbWidth, kFbHeight, in TEST_P()
907 utils::readImageData(*colorAttachmentInfo->image, kFbWidth, kFbHeight, in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp519 utils::readImageData(*image, kWidth, kHeight, vkhpp::ImageLayout::eTransferDstOptimal, in TEST_P()