Home
last modified time | relevance | path

Searched refs:HdiLayer (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp58 std::shared_ptr<HdiLayer> HdiLayer::CreateHdiLayer(uint32_t screenId) in CreateHdiLayer()
60 return std::make_shared<HdiLayer>(screenId); in CreateHdiLayer()
63 HdiLayer::HdiLayer(uint32_t screenId) : screenId_(screenId) in HdiLayer() function in OHOS::Rosen::HdiLayer
68 HdiLayer::~HdiLayer() in ~HdiLayer()
73 bool HdiLayer::Init(const LayerInfoPtr &layerInfo) in Init()
86 int32_t HdiLayer::InitDevice() in InitDevice()
100 int32_t HdiLayer
[all...]
H A Dhdi_output.cpp193 LayerPtr layer = HdiLayer::CreateHdiLayer(screenId_); in CreateLayerLocked()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h35 class HdiLayer { class
37 explicit HdiLayer(uint32_t screenId);
38 virtual ~HdiLayer();
43 static std::shared_ptr<HdiLayer> CreateHdiLayer(uint32_t screenId);
H A Dhdi_output.h34 using LayerPtr = std::shared_ptr<HdiLayer>;
49 static constexpr uint32_t COMPOSITION_RECORDS_NUM = HdiLayer::FRAME_RECORDS_NUM;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_test.cpp30 static inline std::shared_ptr<HdiLayer> hdiLayer_;
35 hdiLayer_ = HdiLayer::CreateHdiLayer(0); in SetUpTestCase()
/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()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp34 static inline std::shared_ptr<HdiLayer> hdiLayer_;
42 hdiLayer_ = HdiLayer::CreateHdiLayer(0); in SetUpTestCase()
H A Dhdioutput_test.cpp408 output->surfaceIdMap_[i] = HdiLayer::CreateHdiLayer(i); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.h34 using LayerPtr = std::shared_ptr<HdiLayer>;

Completed in 5 milliseconds