Searched refs:CopyImage (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 65 namespace CopyImage namespace 5907 addChild(new CopyImage::FunctionalTest(m_context)); in init() 5908 addChild(new CopyImage::IncompleteTexTest(m_context)); in init() 5909 addChild(new CopyImage::InvalidObjectTest(m_context)); in init() 5910 addChild(new CopyImage::SmokeTest(m_context)); in init() 5911 addChild(new CopyImage::InvalidTargetTest(m_context)); in init() 5912 addChild(new CopyImage::TargetMismatchTest(m_context)); in init() 5913 addChild(new CopyImage::IncompatibleFormatsTest(m_context)); in init() 5914 addChild(new CopyImage::SamplesMismatchTest(m_context)); in init() 5915 addChild(new CopyImage::IncompatibleFormatsCompressionTest(m_context)); in init() [all …]
|
D | gl4cCopyImageTests.hpp | 31 namespace CopyImage namespace
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 217 …void CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dst… 284 VkResult CopyImage(VkImageObj &src_image);
|
D | vkrenderframework.cpp | 1119 VkResult VkImageObj::CopyImage(VkImageObj &src_image) { in CopyImage() function in VkImageObj 1280 VkImageObj::CopyImage(stagingImage); in VkTextureObj() 1672 void VkCommandBufferObj::CopyImage(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage… in CopyImage() function in VkCommandBufferObj
|
D | layer_validation_tests.cpp | 4772 …command_buffer.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, … in TEST_F() 4783 …command_buffer.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, … in TEST_F() 7696 …cmdbuf.CopyImage(m_depthStencil->handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, destImage.handle(… in TEST_F() 17906 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F() 17912 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F() 17916 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERA… in TEST_F() 17922 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERA… in TEST_F() 17928 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F() 17934 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINE… in TEST_F() 17939 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINE… in TEST_F() [all …]
|
/external/syzkaller/executor/ |
D | syscalls.h | 12100 {"CopyImage", 0, (syscall_t)CopyImage},
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 3115 CopyImage = 1 in Clone()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 3112 CopyImage = 1
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1673 CopyImage(h HANDLE, type int32, cx int32, cy int32, flags int32) HANDLE
|