#include <thread>#include "flutter/shell/platform/linux/testing/linux_test.h"#include "gtest/gtest.h"#include "flutter/common/constants.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/shell/platform/linux/fl_compositor_software.h"#include "flutter/shell/platform/linux/fl_task_runner.h"#include "flutter/shell/platform/linux/public/flutter_linux/fl_dart_project.h"#include <gdk/gdkwayland.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 33 of file fl_compositor_software_test.cc.
References fl_compositor_get_frame_size(), fl_compositor_present_layers(), fl_compositor_render(), height, kFlutterBackingStoreTypeSoftware, kFlutterLayerContentTypeBackingStore, layers, surface, TRUE, FlutterBackingStore::type, FlutterLayer::type, and width.
| TEST_F | ( | FlCompositorSoftwareTest | , |
| Resize | |||
| ) |
Definition at line 71 of file fl_compositor_software_test.cc.
References fl_compositor_present_layers(), fl_compositor_render(), kFlutterBackingStoreTypeSoftware, kFlutterLayerContentTypeBackingStore, fml::AutoResetWaitableEvent::Signal(), surface, TRUE, FlutterBackingStore::type, FlutterLayer::type, and fml::AutoResetWaitableEvent::Wait().