Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::AndroidContextGLImpellerTest Class Reference
Inheritance diagram for flutter::testing::AndroidContextGLImpellerTest:

Public Member Functions

 AndroidContextGLImpellerTest ()
 
void SetUp () override
 

Detailed Description

Definition at line 53 of file android_context_gl_impeller_unittests.cc.

Constructor & Destructor Documentation

◆ AndroidContextGLImpellerTest()

flutter::testing::AndroidContextGLImpellerTest::AndroidContextGLImpellerTest ( )
inline

Definition at line 55 of file android_context_gl_impeller_unittests.cc.

55{}

Member Function Documentation

◆ SetUp()

void flutter::testing::AndroidContextGLImpellerTest::SetUp ( )
inlineoverride

Definition at line 57 of file android_context_gl_impeller_unittests.cc.

57 {
58 EGLDisplay egl_display = eglGetDisplay(EGL_DEFAULT_DISPLAY);
59 ASSERT_TRUE(eglInitialize(egl_display, nullptr, nullptr));
60 }

The documentation for this class was generated from the following file: