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

Protected Member Functions

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

Protected Attributes

FlPixelBufferTexture * 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 70 of file fl_pixel_buffer_texture_test.cc.

Constructor & Destructor Documentation

◆ ~FlPixelBufferTextureTest()

FlPixelBufferTextureTest::~FlPixelBufferTextureTest ( )
inlineprotected

Definition at line 76 of file fl_pixel_buffer_texture_test.cc.

76{ g_clear_object(&texture); }

References texture.

Member Function Documentation

◆ SetUp()

void FlPixelBufferTextureTest::SetUp ( )
inlineoverrideprotected

Definition at line 72 of file fl_pixel_buffer_texture_test.cc.

72 {
73 texture = FL_PIXEL_BUFFER_TEXTURE(fl_test_pixel_buffer_texture_new());
74 }
static FlTestPixelBufferTexture * fl_test_pixel_buffer_texture_new()

References fl_test_pixel_buffer_texture_new(), and texture.

Member Data Documentation

◆ texture

FlPixelBufferTexture* FlPixelBufferTextureTest::texture = nullptr
protected

Definition at line 78 of file fl_pixel_buffer_texture_test.cc.

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


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