Flutter Linux Embedder
FlTextureGLTest Class Reference
Inheritance diagram for FlTextureGLTest:

Protected Member Functions

void SetUp () override
 
 ~FlTextureGLTest ()
 

Protected Attributes

FlTextureGL * texture = nullptr
 

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: