Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp184 SkASSERT(VK_IMAGE_LAYOUT_UNDEFINED == layout || VK_IMAGE_LAYOUT_PRESENT_SRC_KHR == layout); in getBackbufferSurface()
626 VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, // newLayout in swapBuffers()
643 surface->mImageInfos[backbuffer->mImageIndex].mImageLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in swapBuffers()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc179 …e been done asynchronously as part of transitioning the image to +VK_IMAGE_LAYOUT_PRESENT_SRC_KHR+.
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h622 VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002, enumerator
/frameworks/native/vulkan/api/
Dvulkan.api476 VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002,