Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions
matrix_filter_contents_unittests.cc File Reference
#include "flutter/testing/testing.h"
#include "gmock/gmock.h"
#include "impeller/entity/contents/filters/matrix_filter_contents.h"
#include "impeller/entity/entity_playground.h"
#include "impeller/geometry/geometry_asserts.h"

Go to the source code of this file.

Classes

class  impeller::testing::MatrixFilterContentsTest
 

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Functions

 impeller::testing::INSTANTIATE_PLAYGROUND_SUITE (MatrixFilterContentsTest)
 
 impeller::testing::TEST (MatrixFilterContentsTest, Create)
 
 impeller::testing::TEST (MatrixFilterContentsTest, CoverageEmpty)
 
 impeller::testing::TEST (MatrixFilterContentsTest, CoverageSimple)
 
 impeller::testing::TEST (MatrixFilterContentsTest, Coverage2x)
 
 impeller::testing::TEST (MatrixFilterContentsTest, Coverage2xEffect)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageIdentity)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageTranslate)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageClippedSubpassTranslate)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageScale)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageClippedSubpassScale)
 
 impeller::testing::TEST_P (MatrixFilterContentsTest, RenderCoverageMatchesGetCoverageSubpassScale)