Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlTextureGLTest Class Reference
Inheritance diagram for FlTextureGLTest:
flutter::testing::LinuxTest

Protected Member Functions

void SetUp () override
 
 ~FlTextureGLTest ()
 
- Protected Member Functions inherited from flutter::testing::LinuxTest
void TearDown () override
 
void StartEngine (FlEngine *engine=nullptr)
 

Protected Attributes

FlTextureGL * texture = nullptr
 
- Protected Attributes inherited from flutter::testing::LinuxTest
GMainLoop * loop = nullptr
 
FlDartProject * project = nullptr
 
FlEngine * engine = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from flutter::testing::LinuxTest
 LinuxTest ()
 
 ~LinuxTest () override
 

Detailed Description

Definition at line 62 of file fl_texture_gl_test.cc.

Constructor & Destructor Documentation

◆ ~FlTextureGLTest()

FlTextureGLTest::~FlTextureGLTest ( )
inlineprotected

Definition at line 66 of file fl_texture_gl_test.cc.

66{ g_clear_object(&texture); }
FlTextureGL * texture

References texture.

Member Function Documentation

◆ SetUp()

void FlTextureGLTest::SetUp ( )
inlineoverrideprotected

Definition at line 64 of file fl_texture_gl_test.cc.

64{ texture = FL_TEXTURE_GL(fl_test_texture_new()); }
static FlTestTexture * fl_test_texture_new()

References fl_test_texture_new(), and texture.

Member Data Documentation

◆ texture

FlTextureGL* FlTextureGLTest::texture = nullptr
protected

Definition at line 68 of file fl_texture_gl_test.cc.

Referenced by SetUp(), and ~FlTextureGLTest().


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