Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
performance_overlay_layer_unittests.cc File Reference
#include "flutter/flow/layers/performance_overlay_layer.h"
#include <cstdint>
#include <sstream>
#include "flutter/flow/flow_test_utils.h"
#include "flutter/flow/raster_cache.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/shell/common/base64.h"
#include "flutter/testing/mock_canvas.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkSerialProcs.h"
#include "third_party/skia/include/core/SkStream.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/core/SkTextBlob.h"
#include "third_party/skia/include/encode/SkPngEncoder.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Typedefs

using flutter::testing::PerformanceOverlayLayerTest = LayerTest
 

Functions

 flutter::testing::TEST_F (BackdropFilterLayerTest, PaintingEmptyLayerDies)
 
 flutter::testing::TEST_F (PerformanceOverlayLayerTest, InvalidOptions)
 
 flutter::testing::TEST_F (PerformanceOverlayLayerTest, SimpleRasterizerStatistics)
 
 flutter::testing::TEST_F (PerformanceOverlayLayerTest, MarkAsDirtyWhenResized)
 
 flutter::testing::TEST (PerformanceOverlayLayerDefault, Gold)
 
 flutter::testing::TEST (PerformanceOverlayLayer90fps, Gold)
 
 flutter::testing::TEST (PerformanceOverlayLayer120fps, Gold)