Home
last modified time | relevance | path

Searched refs:fImageLayouts (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp43 , fImageLayouts(nullptr) in VulkanWindowContext()
332 fImageLayouts = new VkImageLayout[fImageCount]; in createBuffers()
335 fImageLayouts[i] = VK_IMAGE_LAYOUT_UNDEFINED; in createBuffers()
399 delete[] fImageLayouts; in destroyBuffers()
400 fImageLayouts = nullptr; in destroyBuffers()
DVulkanWindowContext.h111 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment variable
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp43 , fImageLayouts(nullptr) in VulkanWindowContext()
348 fImageLayouts = new VkImageLayout[fImageCount]; in createBuffers()
351 fImageLayouts[i] = VK_IMAGE_LAYOUT_UNDEFINED; in createBuffers()
424 delete[] fImageLayouts; in destroyBuffers()
425 fImageLayouts = nullptr; in destroyBuffers()
DVulkanWindowContext.h111 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment variable