Home
last modified time | relevance | path

Searched refs:SetLayerInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp93 output_->SetLayerInfo(layerInfos_);
104 output_->SetLayerInfo(layerInfos_);
H A Dhdioutput_test.cpp83 HdiOutputSysTest::hdiOutput_->SetLayerInfo(layerInfos_);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp90 outputptr->SetLayerInfo(layerInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdioutput_fuzzer/
H A Dhdioutput_fuzzer.cpp89 hdiOutput->SetLayerInfo(layerInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h51 void SetLayerInfo(const std::vector<LayerInfoPtr> &layerInfos);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_processor_test.cpp162 params.SetLayerInfo(layerInfo);
H A Drs_uni_render_composer_adapter_test.cpp114 surfaceParams->SetLayerInfo(layerInfo);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp159 curOutput_->SetLayerInfo(layerVec); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp132 void RSSurfaceRenderParams::SetLayerInfo(const RSLayerInfo& layerInfo) in SetLayerInfo() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h328 void SetLayerInfo(const RSLayerInfo& layerInfo);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.cpp309 output_->SetLayerInfo(layers); in OutPutDisplay()
H A Drender_context_sample.cpp315 output_->SetLayerInfo(layers); in Draw()
H A Ddrawing_sample_canvaskit0310.cpp296 output->SetLayerInfo(layerVec); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp263 curOutput_->SetLayerInfo(layerVec); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp123 void HdiOutput::SetLayerInfo(const std::vector<LayerInfoPtr> &layerInfos) in SetLayerInfo() function in OHOS::Rosen::HdiOutput
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp212 output->SetLayerInfo(layers); in CommitAndReleaseLayers()
H A Drs_composer_adapter.cpp93 output_->SetLayerInfo(layers); in CommitLayers()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1550 surfaceParams->SetLayerInfo(layer); in UpdateHwcNodeLayerInfo()