Flutter Engine
 
Loading...
Searching...
No Matches
android_context_vk_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_PLATFORM_ANDROID_ANDROID_CONTEXT_VK_IMPELLER_H_
6#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_VK_IMPELLER_H_
7
11
12namespace flutter {
13
15 public:
17 const AndroidContext::ContextSettings& settings);
18
20
21 // |AndroidContext|
22 bool IsValid() const override;
23
24 // |AndroidContext|
25 AndroidRenderingAPI RenderingApi() const override;
26
27 private:
29 bool is_valid_ = false;
30
32};
33
34} // namespace flutter
35
36#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_VK_IMPELLER_H_
Holds state that is shared across Android surfaces.
AndroidRenderingAPI RenderingApi() const override
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)
Definition macros.h:27