Home
last modified time | relevance | path

Searched refs:CreateHdiLayer (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp52 auto layer = CreateHdiLayer(LAYER_TYPE_GRAPHIC); in Init()
95 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
107 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
H A Ddrm_display.cpp191 std::unique_ptr<HdiLayer> DrmDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer() function in OHOS::HDI::DISPLAY::DrmDisplay
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_display.cpp52 auto layer = CreateHdiLayer(LAYER_TYPE_GRAPHIC); in Init()
96 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
108 std::unique_ptr<HdiLayer> HdiDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
H A Dhdi_display.h113 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp33 std::unique_ptr<HdiLayer> FbDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer() function in OHOS::HDI::DISPLAY::FbDisplay
36 auto layer = HdiDisplay::CreateHdiLayer(type); in CreateHdiLayer()
H A Dfb_display.h45 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_test.cpp35 hdiLayer_ = HdiLayer::CreateHdiLayer(0); in SetUpTestCase()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_display.h54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
H A Dhdi_display.h118 virtual std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.h54 std::unique_ptr<HdiLayer> CreateHdiLayer(LayerType type) override;
H A Ddrm_display.cpp162 std::unique_ptr<HdiLayer> DrmDisplay::CreateHdiLayer(LayerType type) in CreateHdiLayer() function in OHOS::HDI::DISPLAY::DrmDisplay
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp120 std::shared_ptr<HdiLayer> hdiLayer = HdiLayer::CreateHdiLayer(screenId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h43 static std::shared_ptr<HdiLayer> CreateHdiLayer(uint32_t screenId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdioutput_test.cpp260 output->surfaceIdMap_[i] = HdiLayer::CreateHdiLayer(i);
H A Dhdilayer_test.cpp42 hdiLayer_ = HdiLayer::CreateHdiLayer(0); in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp189 LayerPtr layer = HdiLayer::CreateHdiLayer(screenId_); in CreateLayerLocked()
H A Dhdi_layer.cpp58 std::shared_ptr<HdiLayer> HdiLayer::CreateHdiLayer(uint32_t screenId) in CreateHdiLayer() function in OHOS::Rosen::HdiLayer