Public Member Functions | |
| 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. | |
Public Member Functions inherited from impeller::ReactorGLES::Worker | |
| virtual | ~Worker ()=default |
Definition at line 22 of file reactor_unittests.cc.
|
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 24 of file reactor_unittests.cc.