Mock for the |Manager| base class.
More...
#include <mock_manager.h>
|
| MockManager () |
|
| MOCK_METHOD (std::unique_ptr< flutter::egl::WindowSurface >, CreateWindowSurface,(HWND, size_t, size_t),(override)) |
|
| MOCK_METHOD (flutter::egl::Context *, render_context,(),(const, override)) |
|
| MOCK_METHOD (flutter::egl::Context *, resource_context,(),(const, override)) |
|
virtual | ~Manager () |
|
bool | IsValid () const |
|
virtual std::unique_ptr< WindowSurface > | CreateWindowSurface (HWND hwnd, size_t width, size_t height) |
|
bool | HasContextCurrent () |
|
EGLSurface | CreateSurfaceFromHandle (EGLenum handle_type, EGLClientBuffer handle, const EGLint *attributes) const |
|
EGLDisplay | egl_display () const |
|
bool | GetDevice (ID3D11Device **device) |
|
virtual Context * | render_context () const |
|
virtual Context * | resource_context () const |
|
Mock for the |Manager| base class.
Definition at line 17 of file mock_manager.h.
◆ MockManager()
flutter::testing::egl::MockManager::MockManager |
( |
| ) |
|
|
inline |
◆ MOCK_METHOD() [1/3]
◆ MOCK_METHOD() [2/3]
◆ MOCK_METHOD() [3/3]
The documentation for this class was generated from the following file: