Home
last modified time | relevance | path

Searched refs:exported_vmo (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.cc96 zx::vmo exported_vmo; in VulkanSurface() local
97 if (!AllocateDeviceMemory(std::move(context), size, exported_vmo)) { in VulkanSurface()
103 zx_status_t status = exported_vmo.get_size(&vmo_size); in VulkanSurface()
112 session, std::move(exported_vmo), vmo_size, in VulkanSurface()
214 zx::vmo& exported_vmo) { in AllocateDeviceMemory() argument
289 exported_vmo.reset(static_cast<zx_handle_t>(vmo_handle)); in AllocateDeviceMemory()
294 if (exported_vmo.get_size(&vmo_size) != ZX_OK || in AllocateDeviceMemory()
Dvulkan_surface.h166 zx::vmo& exported_vmo);