Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface.h120 bool BindToImage(sk_sp<GrContext> context, VulkanImage vulkan_image);
Dvulkan_surface_pool.cc97 acquired_surface->BindToImage(context_, std::move(vulkan_image)); in GetCachedOrCreateSurface()
Dvulkan_surface.cc387 bool VulkanSurface::BindToImage(sk_sp<GrContext> context, in BindToImage() function in flutter_runner::VulkanSurface