#include <thread>#include "flutter/shell/platform/linux/testing/linux_test.h"#include "gtest/gtest.h"#include "flutter/shell/platform/linux/fl_compositor_software.h"Go to the source code of this file.
Classes | |
| class | FlCompositorSoftwareTest |
Functions | |
| TEST_F (FlCompositorSoftwareTest, Render) | |
| TEST_F (FlCompositorSoftwareTest, Resize) | |
| TEST_F | ( | FlCompositorSoftwareTest | , |
| Render | |||
| ) |
Definition at line 20 of file fl_compositor_software_test.cc.
References fl_compositor_software_composite_layers(), fl_compositor_software_get_frame_size(), fl_compositor_software_render(), height, kFlutterBackingStoreTypeSoftware, kFlutterLayerContentTypeBackingStore, layers, surface, FlutterBackingStore::type, FlutterLayer::type, and width.
| TEST_F | ( | FlCompositorSoftwareTest | , |
| Resize | |||
| ) |
Definition at line 56 of file fl_compositor_software_test.cc.
References fl_compositor_software_composite_layers(), fl_compositor_software_get_frame_size(), fl_compositor_software_render(), kFlutterBackingStoreTypeSoftware, kFlutterLayerContentTypeBackingStore, surface, FlutterBackingStore::type, and FlutterLayer::type.