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

/external/skia/tools/viewer/sk_app/
H A DVulkanWindowContext.cpp37 , fImageLayouts(nullptr)
261 fImageLayouts = new VkImageLayout[fImageCount];
264 fImageLayouts[i] = VK_IMAGE_LAYOUT_UNDEFINED;
376 delete[] fImageLayouts;
377 fImageLayouts = nullptr;
470 VkImageLayout layout = fImageLayouts[backbuffer->fImageIndex];
581 fImageLayouts[backbuffer->fImageIndex] = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR;
H A DVulkanWindowContext.h99 VkImageLayout* fImageLayouts; // layouts of these images when not color attachment member in class:sk_app::VulkanWindowContext

Completed in 2218 milliseconds