Flutter Engine
The Flutter Engine
|
#include <stddef.h>
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/flow/compositor_context.h"
#include "flutter/flow/layers/container_layer.h"
#include "flutter/flow/raster_cache.h"
#include "flutter/flow/testing/mock_layer.h"
#include "flutter/fml/macros.h"
#include "flutter/testing/canvas_test.h"
#include "flutter/testing/mock_canvas.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | flutter::testing::LayerTreeTest |
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Functions | |
flutter::testing::TEST_F (LayerTreeTest, PaintingEmptyLayerDies) | |
flutter::testing::TEST_F (LayerTreeTest, PaintBeforePrerollDies) | |
flutter::testing::TEST_F (LayerTreeTest, Simple) | |
flutter::testing::TEST_F (LayerTreeTest, Multiple) | |
flutter::testing::TEST_F (LayerTreeTest, MultipleWithEmpty) | |
flutter::testing::TEST_F (LayerTreeTest, NeedsSystemComposite) | |
flutter::testing::TEST_F (LayerTreeTest, PrerollContextInitialization) | |
flutter::testing::TEST_F (LayerTreeTest, PaintContextInitialization) | |