Searched refs:TargetImage (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 38 using TargetImage = RenderResourceVk<VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, typedef in gfxstream::vk::__anon7cf6e9770111::CompositorVkTest 53 if (!supportsFeatures(TargetImage::k_vkFormat, VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) { in SetUp() 54 GTEST_SKIP() << "Skipping test as format " << TargetImage::k_vkFormat in SetUp() 187 void compareImageWithGoldenPng(const TargetImage* target, const std::string& filename, in compareImageWithGoldenPng() 245 void checkImageFilledWith(const TargetImage* image, uint32_t expectedColor) { in checkImageFilledWith() 255 void fillImageWith(const TargetImage* image, uint32_t color) { in fillImageWith() 376 std::vector<std::unique_ptr<const TargetImage>> targets; in TEST_F() 380 TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() 409 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() 465 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() [all …]
|