Definition at line 51 of file FuzzDDLThreading.cpp.
◆ State
Enumerator |
---|
kInitial | |
kTriedToFulfill | |
kDone | |
Definition at line 53 of file FuzzDDLThreading.cpp.
53 : int {
54 kInitial,
55 kTriedToFulfill,
57 };
◆ PromiseImageInfo() [1/2]
PromiseImageInfo::PromiseImageInfo |
( |
| ) |
|
|
default |
◆ ~PromiseImageInfo()
PromiseImageInfo::~PromiseImageInfo |
( |
| ) |
|
|
inline |
Definition at line 60 of file FuzzDDLThreading.cpp.
60 {
61
68 }
#define SkASSERT_RELEASE(cond)
std::atomic< State > fState
std::atomic< bool > fDrawn
sk_sp< GrPromiseImageTexture > fTexture
void reset(T *ptr=nullptr)
◆ PromiseImageInfo() [2/2]
◆ operator=()
◆ fDrawn
std::atomic<bool> PromiseImageInfo::fDrawn {false} |
◆ fFuzzer
DDLFuzzer* PromiseImageInfo::fFuzzer = nullptr |
◆ fImage
◆ fState
◆ fTexture
The documentation for this class was generated from the following file: