Searched refs:zorder (Results 1 - 6 of 6) sorted by relevance
/test/xts/hats/hdf/display/composer/moduletest/ |
H A D | hdi_device_test.cpp | 232 static std::shared_ptr<HdiTestLayer> CreateTestLayer(LayerSettings setting, uint32_t zorder) in CreateTestLayer() argument 258 layer->SetZorder(zorder); in CreateTestLayer() 441 TEST_F(DeviceTest, zorder) in TEST_F() 465 // adjust the zorder in TEST_F() 467 settings[i].zorder = zorderList[i]; in TEST_F() 472 [=](const auto& l, auto const& r) { return l.zorder < r.zorder; }); in TEST_F()
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_layer.cpp | 203 DISPLAY_TEST_CHK_RETURN((ret != DISPLAY_SUCCESS), DISPLAY_FAILURE, DISPLAY_TEST_LOGE("set display zorder failed")); in PreparePresent() 247 void HdiTestLayer::SetZorder(uint32_t zorder) in SetZorder() argument 249 DISPLAY_TEST_LOGE("the zorder is %{public}u", zorder); in SetZorder() 250 zorder_ = zorder; in SetZorder()
|
H A D | display_test_utils.h | 61 uint32_t zorder = 0; member
|
H A D | hdi_test_layer.h | 82 void SetZorder(uint32_t zorder);
|
/test/xts/hats/hdf/display/composer/benchmark/ |
H A D | display_benchmark_test.cpp | 84 static std::shared_ptr<HdiTestLayer> CreateTestLayer(LayerSettings setting, uint32_t zorder)
in CreateTestLayer() argument 110 layer->SetZorder(zorder);
in CreateTestLayer() 834 // adjust the zorder
in BENCHMARK_F() 836 settings[i].zorder = zorderList[i];
in BENCHMARK_F() 841 [=](const auto& l, auto const & r) { return l.zorder < r.zorder; });
in BENCHMARK_F()
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 62 static std::shared_ptr<HdiTestLayer> CreateTestLayer(LayerSettings setting, uint32_t zorder) in CreateTestLayer() argument 88 layer->SetZorder(zorder); in CreateTestLayer() 643 // adjust the zorder in HWTEST_F() 645 settings[i].zorder = zorderList[i]; in HWTEST_F() 650 [=](const auto& l, auto const & r) { return l.zorder < r.zorder; }); in HWTEST_F()
|
Completed in 7 milliseconds