Flutter Engine
The Flutter Engine
|
#include <memory>
#include <vector>
#include "flutter/shell/platform/windows/compositor_software.h"
#include "flutter/shell/platform/windows/flutter_windows_view.h"
#include "flutter/shell/platform/windows/testing/engine_modifier.h"
#include "flutter/shell/platform/windows/testing/flutter_windows_engine_builder.h"
#include "flutter/shell/platform/windows/testing/mock_window_binding_handler.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Functions | |
flutter::testing::TEST_F (CompositorSoftwareTest, CreateBackingStore) | |
flutter::testing::TEST_F (CompositorSoftwareTest, Present) | |
flutter::testing::TEST_F (CompositorSoftwareTest, PresentEmpty) | |
flutter::testing::TEST_F (CompositorSoftwareTest, PresentMultiLayers) | |
flutter::testing::TEST_F (CompositorSoftwareTest, PresentOffsetLayers) | |