Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
shell
platform
android
android_context_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_PLATFORM_ANDROID_ANDROID_CONTEXT_VULKAN_IMPELLER_H_
6
#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_VULKAN_IMPELLER_H_
7
8
#include "flutter/fml/concurrent_message_loop.h"
9
#include "flutter/fml/macros.h"
10
#include "flutter/fml/native_library.h"
11
#include "flutter/shell/platform/android/context/android_context.h"
12
13
namespace
flutter
{
14
15
class
AndroidContextVulkanImpeller
:
public
AndroidContext
{
16
public
:
17
AndroidContextVulkanImpeller
(
bool
enable_validation,
18
bool
enable_gpu_tracing,
19
bool
quiet =
false
);
20
21
~AndroidContextVulkanImpeller
();
22
23
// |AndroidContext|
24
bool
IsValid
()
const override
;
25
26
private
:
27
fml::RefPtr<fml::NativeLibrary>
vulkan_dylib_;
28
bool
is_valid_ =
false
;
29
30
FML_DISALLOW_COPY_AND_ASSIGN(
AndroidContextVulkanImpeller
);
31
};
32
33
}
// namespace flutter
34
35
#endif
// FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_VULKAN_IMPELLER_H_
flutter::AndroidContextVulkanImpeller
Definition:
android_context_vulkan_impeller.h:15
flutter::AndroidContextVulkanImpeller::AndroidContextVulkanImpeller
AndroidContextVulkanImpeller(bool enable_validation, bool enable_gpu_tracing, bool quiet=false)
Definition:
android_context_vulkan_impeller.cc:74
flutter::AndroidContextVulkanImpeller::~AndroidContextVulkanImpeller
~AndroidContextVulkanImpeller()
flutter::AndroidContextVulkanImpeller::IsValid
bool IsValid() const override
Definition:
android_context_vulkan_impeller.cc:88
flutter::AndroidContext
Holds state that is shared across Android surfaces.
Definition:
android_context.h:19
fml::RefPtr< fml::NativeLibrary >
flutter
Definition:
asset_manager.cc:10
Generated on Sun Jun 23 2024 21:55:08 for Flutter Engine by
1.9.4