Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
gpu_surface_vulkan_impeller.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_
6#define FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_
7
8#include "flutter/common/graphics/gl_context_switch.h"
9#include "flutter/flow/surface.h"
10#include "flutter/fml/macros.h"
11#include "flutter/fml/memory/weak_ptr.h"
12#include "flutter/impeller/aiks/aiks_context.h"
13#include "flutter/impeller/renderer/context.h"
14#include "flutter/shell/gpu/gpu_surface_vulkan_delegate.h"
15
16namespace flutter {
17
18class GPUSurfaceVulkanImpeller final : public Surface {
19 public:
20 explicit GPUSurfaceVulkanImpeller(std::shared_ptr<impeller::Context> context);
21
22 // |Surface|
24
25 // |Surface|
26 bool IsValid() override;
27
28 private:
29 std::shared_ptr<impeller::Context> impeller_context_;
30 std::shared_ptr<impeller::Renderer> impeller_renderer_;
31 std::shared_ptr<impeller::AiksContext> aiks_context_;
32 bool is_valid_ = false;
33
34 // |Surface|
35 std::unique_ptr<SurfaceFrame> AcquireFrame(const SkISize& size) override;
36
37 // |Surface|
38 SkMatrix GetRootTransformation() const override;
39
40 // |Surface|
41 GrDirectContext* GetContext() override;
42
43 // |Surface|
44 std::unique_ptr<GLContextResult> MakeRenderContextCurrent() override;
45
46 // |Surface|
47 bool EnableRasterCache() const override;
48
49 // |Surface|
50 std::shared_ptr<impeller::AiksContext> GetAiksContext() const override;
51
53};
54
55} // namespace flutter
56
57#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_
std::unique_ptr< GLContextResult > MakeRenderContextCurrent() override
std::shared_ptr< impeller::AiksContext > GetAiksContext() const override
std::unique_ptr< SurfaceFrame > AcquireFrame(const SkISize &size) override
Abstract Base Class that represents where we will be rendering content.
Definition surface.h:24
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)
Definition macros.h:27
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
Definition switches.h:259