Flutter Engine
The Flutter Engine
|
#include <GrGLSemaphore.h>
Public Member Functions | |
~GrGLSemaphore () override | |
GrGLsync | sync () const |
void | setSync (const GrGLsync &sync) |
GrBackendSemaphore | backendSemaphore () const override |
Public Member Functions inherited from GrSemaphore | |
virtual | ~GrSemaphore () |
virtual GrBackendSemaphore | backendSemaphore () const =0 |
Static Public Member Functions | |
static std::unique_ptr< GrGLSemaphore > | Make (GrGLGpu *gpu, bool isOwned) |
Definition at line 20 of file GrGLSemaphore.h.
|
override |
Definition at line 16 of file GrGLSemaphore.cpp.
|
inlineoverridevirtual |
|
inlinestatic |
Definition at line 22 of file GrGLSemaphore.h.
|
inline |
Definition at line 29 of file GrGLSemaphore.h.
|
inline |
Definition at line 28 of file GrGLSemaphore.h.