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
third_party
skia
src
gpu
graphite
ClientMappedBufferManager.h
Go to the documentation of this file.
1
/*
2
* Copyright 2022 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#ifndef ClientMappedBufferManager_graphite_DEFINED
9
#define ClientMappedBufferManager_graphite_DEFINED
10
11
#include "
include/gpu/graphite/Context.h
"
12
#include "
src/gpu/AsyncReadTypes.h
"
13
#include "
src/gpu/graphite/Buffer.h
"
14
15
namespace
skgpu::graphite
{
16
17
// This is declared as a class rather than an alias to allow for forward declarations
18
class
ClientMappedBufferManager
:
19
public
skgpu::TClientMappedBufferManager
<Buffer, Context::ContextID> {
20
public
:
21
ClientMappedBufferManager
(
Context::ContextID
ownerID
)
22
:
TClientMappedBufferManager
(
ownerID
) {}
23
};
24
25
bool
SkShouldPostMessageToBus
(
const
ClientMappedBufferManager::BufferFinishedMessage&,
26
Context::ContextID
potentialRecipient);
27
28
}
// namespace skgpu::graphite
29
30
#endif
AsyncReadTypes.h
Buffer.h
Context.h
skgpu::TClientMappedBufferManager
Definition:
AsyncReadTypes.h:34
skgpu::TClientMappedBufferManager< Buffer, Context::ContextID >::ownerID
Context::ContextID ownerID() const
Definition:
AsyncReadTypes.h:79
skgpu::graphite::ClientMappedBufferManager
Definition:
ClientMappedBufferManager.h:19
skgpu::graphite::ClientMappedBufferManager::ClientMappedBufferManager
ClientMappedBufferManager(Context::ContextID ownerID)
Definition:
ClientMappedBufferManager.h:21
skgpu::graphite::Context::ContextID
Definition:
Context.h:186
skgpu::graphite
Definition:
BoundsManagerBench.cpp:27
skgpu::graphite::SkShouldPostMessageToBus
bool SkShouldPostMessageToBus(const ClientMappedBufferManager::BufferFinishedMessage &, Context::ContextID potentialRecipient)
Generated on Sun Jun 23 2024 21:56:25 for Flutter Engine by
1.9.4