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
ganesh
GrClientMappedBufferManager.h
Go to the documentation of this file.
1
/*
2
* Copyright 2019 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 GrClientMappedBufferManager_DEFINED
9
#define GrClientMappedBufferManager_DEFINED
10
11
#include "
include/gpu/GrDirectContext.h
"
12
#include "
src/gpu/AsyncReadTypes.h
"
13
#include "
src/gpu/ganesh/GrGpuBuffer.h
"
14
15
// This is declared as a class rather than an alias to allow for forward declarations
16
class
GrClientMappedBufferManager
:
17
public
skgpu::TClientMappedBufferManager
<GrGpuBuffer, GrDirectContext::DirectContextID> {
18
public
:
19
GrClientMappedBufferManager
(
GrDirectContext::DirectContextID
ownerID
)
20
:
TClientMappedBufferManager
(
ownerID
) {}
21
};
22
23
bool
SkShouldPostMessageToBus
(
const
GrClientMappedBufferManager::BufferFinishedMessage&,
24
GrDirectContext::DirectContextID
potentialRecipient);
25
26
#endif
AsyncReadTypes.h
SkShouldPostMessageToBus
bool SkShouldPostMessageToBus(const GrClientMappedBufferManager::BufferFinishedMessage &, GrDirectContext::DirectContextID potentialRecipient)
GrDirectContext.h
GrGpuBuffer.h
GrClientMappedBufferManager
Definition:
GrClientMappedBufferManager.h:17
GrClientMappedBufferManager::GrClientMappedBufferManager
GrClientMappedBufferManager(GrDirectContext::DirectContextID ownerID)
Definition:
GrClientMappedBufferManager.h:19
GrDirectContext::DirectContextID
Definition:
GrDirectContext.h:886
skgpu::TClientMappedBufferManager
Definition:
AsyncReadTypes.h:34
skgpu::TClientMappedBufferManager< GrGpuBuffer, GrDirectContext::DirectContextID >::TClientMappedBufferManager
TClientMappedBufferManager(GrDirectContext::DirectContextID ownerID)
Definition:
AsyncReadTypes.h:56
skgpu::TClientMappedBufferManager< GrGpuBuffer, GrDirectContext::DirectContextID >::ownerID
GrDirectContext::DirectContextID ownerID() const
Definition:
AsyncReadTypes.h:79
Generated on Sun Jun 23 2024 21:56:20 for Flutter Engine by
1.9.4