Flutter Engine
The Flutter Engine
|
Mock for the |Context| base class. More...
#include <mock_context.h>
Public Member Functions | |
MockContext () | |
MOCK_METHOD (bool, MakeCurrent,(),(const, override)) | |
MOCK_METHOD (bool, ClearCurrent,(),(const, override)) | |
Public Member Functions inherited from flutter::egl::Context | |
Context (EGLDisplay display, EGLContext context) | |
~Context () | |
virtual bool | IsCurrent () const |
virtual bool | MakeCurrent () const |
virtual bool | ClearCurrent () const |
virtual const EGLContext & | GetHandle () const |
Mock for the |Context| base class.
Definition at line 17 of file mock_context.h.
|
inline |
Definition at line 19 of file mock_context.h.
flutter::testing::egl::MockContext::MOCK_METHOD | ( | bool | , |
ClearCurrent | , | ||
() | , | ||
(const, override) | |||
) |
flutter::testing::egl::MockContext::MOCK_METHOD | ( | bool | , |
MakeCurrent | , | ||
() | , | ||
(const, override) | |||
) |