Home
last modified time | relevance | path

Searched refs:CreateHdiTestLayer (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_display.h37 std::shared_ptr<HdiTestLayer> CreateHdiTestLayer(LayerInfo& info);
38 std::shared_ptr<HdiTestLayer> CreateHdiTestLayer(uint32_t w, uint32_t h);
Dhdi_test_display.cpp90 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(LayerInfo& info) in CreateHdiTestLayer() function in OHOS::HDI::Display::TEST::HdiTestDisplay
104 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(uint32_t w, uint32_t h) in CreateHdiTestLayer() function in OHOS::HDI::Display::TEST::HdiTestDisplay
109 return CreateHdiTestLayer(info); in CreateHdiTestLayer()
/test/xts/hats/hdf/display/composer/moduletest/
Dhdi_device_test.cpp240 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()
/test/xts/hats/hdf/display/composer/benchmark/
Ddisplay_benchmark_test.cpp92 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()
/test/xts/hats/hdf/display/composer/unittest/
Dhdi_composer_ut.cpp67 …std::shared_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bu… in CreateTestLayer()