Home
last modified time | relevance | path

Searched refs:on_vkCmdCopyImage (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h87 mDgs->on_vkCmdCopyImage(mBp, commandBuffer, unbox_VkImage(srcImage), srcImageLayout, in vkCmdCopyImage()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h324 void on_vkCmdCopyImage(android::base::BumpPool* pool, VkCommandBuffer commandBuffer,
DVkDecoderGlobalState.cpp3449 void on_vkCmdCopyImage(android::base::BumpPool* pool, VkCommandBuffer boxed_commandBuffer, in on_vkCmdCopyImage() function in gfxstream::vk::VkDecoderGlobalState::Impl
8204 void VkDecoderGlobalState::on_vkCmdCopyImage(android::base::BumpPool* pool, in on_vkCmdCopyImage() function in gfxstream::vk::VkDecoderGlobalState
8209 mImpl->on_vkCmdCopyImage(pool, commandBuffer, srcImage, srcImageLayout, dstImage, in on_vkCmdCopyImage()
DVkSubDecoder.cpp574 this->on_vkCmdCopyImage(pool, (VkCommandBuffer)(boxed_dispatchHandle), srcImage, in subDecode()
DVkDecoder.cpp7412 m_state->on_vkCmdCopyImage(&m_pool, commandBuffer, srcImage, srcImageLayout, in decode()