Home
last modified time | relevance | path

Searched refs:surfaceVk (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
DDisplayVkWin32.cpp103 VkSurfaceKHR surfaceVk; in initialize() local
110 if (vkCreateWin32SurfaceKHR(instance, &info, nullptr, &surfaceVk) != VK_SUCCESS) in initialize()
116 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, nullptr) != in initialize()
122 if (vkGetPhysicalDeviceSurfaceFormatsKHR(physDevice, surfaceVk, &surfaceFormatCount, in initialize()
127 vkDestroySurfaceKHR(instance, surfaceVk, nullptr); in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.h84 AttachmentImage(SurfaceVk *surfaceVk);
DSurfaceVk.cpp288 OffscreenSurfaceVk::AttachmentImage::AttachmentImage(SurfaceVk *surfaceVk) in AttachmentImage() argument
289 : imageObserverBinding(surfaceVk, kAnySurfaceImageSubjectIndex) in AttachmentImage()