Home
last modified time | relevance | path

Searched defs:updateImageLayout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkImage.h178 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout() function
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTexture.cpp335 void VulkanTexture::updateImageLayout(VkImageLayout newLayout) { in updateImageLayout() function in skgpu::graphite::VulkanTexture