7#include "flutter/fml/trace_event.h"
11#include "third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan_enums.hpp"
22 const vk::UniqueSurfaceKHR&
surface,
28 enable_msaa_(enable_msaa) {
29 const auto [caps_result, surface_caps] =
32 if (caps_result == vk::Result::eSuccess) {
33 swapchain_image_count_ =
35 surface_caps.minImageCount,
36 surface_caps.maxImageCount == 0u
37 ? surface_caps.minImageCount + 1u
38 : surface_caps.maxImageCount
49 return impl_ ? impl_->IsValid() :
false;
59 return impl_->AcquireNextDrawable();
66 : vk::Format::eUndefined;
71 if (impl_ && impl_->GetSize() ==
size) {
79 swapchain_image_count_
81 if (!impl || !impl->IsValid()) {
85 impl_ = std::move(impl);
static unsigned clamp(SkFixed fx, int max)
static std::shared_ptr< AHBSwapchainImplVK > Create(const std::weak_ptr< Context > &context, std::weak_ptr< android::SurfaceControl > surface_control, const ISize &size, bool enable_msaa, size_t swapchain_image_count)
Create a swapchain of a specific size whose images will be presented to the provided surface control.
static bool IsAvailableOnPlatform()
void UpdateSurfaceSize(const ISize &size) override
Mark the current swapchain configuration as dirty, forcing it to be recreated on the next frame.
bool IsValid() const override
vk::Format GetSurfaceFormat() const override
~AHBSwapchainVK() override
std::unique_ptr< Surface > AcquireNextDrawable() override
AHBSwapchainVK(const AHBSwapchainVK &)=delete
static ContextVK & Cast(Context &base)
vk::PhysicalDevice GetPhysicalDevice() const
static bool IsAvailableOnPlatform()
static bool IsAvailableOnPlatform()
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
constexpr vk::Format ToVKImageFormat(PixelFormat format)
static PixelFormat ToPixelFormat(AHardwareBuffer_Format format)
def Format(template, **parameters)
#define TRACE_EVENT0(category_group, name)
struct ANativeWindow ANativeWindow