Searched refs:ColorMatrixTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | color_matrix_test.cpp | 26 class ColorMatrixTest : public testing::Test { class 34 void ColorMatrixTest::SetUpTestCase() {} in SetUpTestCase() 35 void ColorMatrixTest::TearDownTestCase() {} in TearDownTestCase() 36 void ColorMatrixTest::SetUp() {} in SetUp() 37 void ColorMatrixTest::TearDown() {} in TearDown() 60 HWTEST_F(ColorMatrixTest, SetIdentity001, TestSize.Level1) 109 HWTEST_F(ColorMatrixTest, SetConcat001, TestSize.Level1) 125 HWTEST_F(ColorMatrixTest, PreConcat001, TestSize.Level1) 140 HWTEST_F(ColorMatrixTest, PostConcat002, TestSize.Level1) 155 HWTEST_F(ColorMatrixTest, SetScale001, TestSize.Level1) [all …]
|