Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkImage.h168 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout() function
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkImage.h181 void updateImageLayout(VkImageLayout newLayout) { in updateImageLayout() function
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanTexture.cpp335 void VulkanTexture::updateImageLayout(VkImageLayout newLayout) { in updateImageLayout() function in skgpu::graphite::VulkanTexture