Home
last modified time | relevance | path

Searched refs:fImageLayouts (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/sk_app/
H A 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()
H A DVulkanWindowContext.h111 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment member in sk_app::VulkanWindowContext

Completed in 1 milliseconds