Searched refs:on_vkCmdCopyBufferToImageImpl (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 161 void AstcTexture::on_vkCmdCopyBufferToImageImpl(VkCommandBuffer commandBuffer, uint8_t* srcAstcData, in on_vkCmdCopyBufferToImageImpl() function in gfxstream::vk::AstcTexture 274 …on_vkCmdCopyBufferToImageImpl(commandBuffer, srcAstcData, astcDataSize, dstImage, dstImageLayout, … in on_vkCmdCopyBufferToImage() 280 on_vkCmdCopyBufferToImageImpl(commandBuffer, in on_vkCmdCopyBufferToImage2()
|
D | AstcTexture.h | 51 void on_vkCmdCopyBufferToImageImpl(VkCommandBuffer commandBuffer, uint8_t* srcAstcData,
|