Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ReactorWorker ()=default | |
bool | CanReactorReactOnCurrentThreadNow (const ReactorGLES &reactor) const override |
Determines the ability of the worker to service a reaction on the current thread. The OpenGL context must be current on the thread if the worker says it is able to service a reaction. More... | |
void | SetReactionsAllowedOnCurrentThread (bool allowed) |
Public Member Functions inherited from impeller::ReactorGLES::Worker | |
virtual | ~Worker ()=default |
virtual bool | CanReactorReactOnCurrentThreadNow (const ReactorGLES &reactor) const =0 |
Determines the ability of the worker to service a reaction on the current thread. The OpenGL context must be current on the thread if the worker says it is able to service a reaction. More... | |
Definition at line 28 of file playground_impl_gles.cc.
|
default |
|
inlineoverridevirtual |
Determines the ability of the worker to service a reaction on the current thread. The OpenGL context must be current on the thread if the worker says it is able to service a reaction.
[in] | reactor | The reactor |
Implements impeller::ReactorGLES::Worker.
Definition at line 33 of file playground_impl_gles.cc.
|
inline |
Definition at line 43 of file playground_impl_gles.cc.