Searched defs:CopyImage (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp31 namespace CopyImage namespace in namespace:gl4cts
H A Dgl4cCopyImageTests.cpp65 namespace CopyImage namespace in namespace:gl4cts
5678 } /* namespace CopyImage */
5690 addChild(new CopyImage::FunctionalTest(m_context));
5691 addChild(new CopyImage::IncompleteTexTest(m_context));
5692 addChild(new CopyImage::MissMatchObjectTest(m_context));
5693 addChild(new CopyImage::SmokeTest(m_context));
5694 addChild(new CopyImage::InvalidTargetTest(m_context));
5695 addChild(new CopyImage::TargetMissMatchTest(m_context));
5696 addChild(new CopyImage::IncompatibleFormatsTest(m_context));
5697 addChild(new CopyImage
[all...]
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp973 VkResult VkImageObj::CopyImage(VkImageObj &src_image) { function in class:VkImageObj
1069 VkImageObj::CopyImage(stagingImage);
1426 void VkCommandBufferObj::CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, function in class:VkCommandBufferObj

Completed in 273 milliseconds