Home
last modified time | relevance | path

Searched defs:surface_key (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_pool.cc146 uintptr_t surface_key = reinterpret_cast<uintptr_t>(vulkan_surface.get()); in SubmitSurface() local
170 void VulkanSurfacePool::RecyclePendingSurface(uintptr_t surface_key) { in RecyclePendingSurface()