Flutter Engine
The Flutter Engine
|
#include <DawnAsyncWait.h>
Public Member Functions | |
DawnAsyncWait (const DawnSharedContext *) | |
bool | yieldAndCheck () const |
bool | mayBusyWait () const |
void | busyWait () const |
void | signal () |
void | reset () |
Definition at line 22 of file DawnAsyncWait.h.
skgpu::graphite::DawnAsyncWait::DawnAsyncWait | ( | const DawnSharedContext * | sharedContext | ) |
Definition at line 16 of file DawnAsyncWait.cpp.
void skgpu::graphite::DawnAsyncWait::busyWait | ( | ) | const |
Definition at line 33 of file DawnAsyncWait.cpp.
bool skgpu::graphite::DawnAsyncWait::mayBusyWait | ( | ) | const |
Definition at line 31 of file DawnAsyncWait.cpp.
|
inline |
Definition at line 45 of file DawnAsyncWait.h.
|
inline |
Definition at line 42 of file DawnAsyncWait.h.
bool skgpu::graphite::DawnAsyncWait::yieldAndCheck | ( | ) | const |
Definition at line 20 of file DawnAsyncWait.cpp.