#include <test_gl_context.h>
Public Types | |
| using | EGLDisplay = void * |
| using | EGLContext = void * |
| using | EGLConfig = void * |
Public Member Functions | |
| TestEGLContext () | |
| ~TestEGLContext () | |
Public Attributes | |
| EGLDisplay | display |
| EGLContext | onscreen_context |
| EGLContext | offscreen_context |
| EGLConfig | config |
Definition at line 10 of file test_gl_context.h.
| using flutter::testing::TestEGLContext::EGLConfig = void* |
Definition at line 17 of file test_gl_context.h.
| using flutter::testing::TestEGLContext::EGLContext = void* |
Definition at line 16 of file test_gl_context.h.
| using flutter::testing::TestEGLContext::EGLDisplay = void* |
Definition at line 15 of file test_gl_context.h.
|
explicit |
Definition at line 62 of file test_gl_context.cc.
References config, display, FML_CHECK, flutter::testing::GetEGLError(), offscreen_context, and onscreen_context.
| flutter::testing::TestEGLContext::~TestEGLContext | ( | ) |
Definition at line 117 of file test_gl_context.cc.
References display, FML_CHECK, flutter::testing::GetEGLError(), offscreen_context, and onscreen_context.
| EGLConfig flutter::testing::TestEGLContext::config |
Definition at line 26 of file test_gl_context.h.
Referenced by TestEGLContext().
| EGLDisplay flutter::testing::TestEGLContext::display |
Definition at line 19 of file test_gl_context.h.
Referenced by TestEGLContext(), and ~TestEGLContext().
| EGLContext flutter::testing::TestEGLContext::offscreen_context |
Definition at line 21 of file test_gl_context.h.
Referenced by TestEGLContext(), and ~TestEGLContext().
| EGLContext flutter::testing::TestEGLContext::onscreen_context |
Definition at line 20 of file test_gl_context.h.
Referenced by TestEGLContext(), and ~TestEGLContext().