Home
last modified time | relevance | path

Searched refs:RSPhysicalScreenProcessor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_physical_screen_processor.cpp25 RSPhysicalScreenProcessor::RSPhysicalScreenProcessor() in RSPhysicalScreenProcessor() function in OHOS::Rosen::RSPhysicalScreenProcessor
30 RSPhysicalScreenProcessor::~RSPhysicalScreenProcessor() noexcept in ~RSPhysicalScreenProcessor()
34 bool RSPhysicalScreenProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, S… in Init()
50 void RSPhysicalScreenProcessor::PostProcess() in PostProcess()
56 void RSPhysicalScreenProcessor::ProcessSurface(RSSurfaceRenderNode &node) in ProcessSurface()
71 void RSPhysicalScreenProcessor::ProcessDisplaySurface(RSDisplayRenderNode& node) in ProcessDisplaySurface()
76 void RSPhysicalScreenProcessor::ProcessRcdSurface(RSRcdSurfaceRenderNode& node) in ProcessRcdSurface()
81 void RSPhysicalScreenProcessor::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr… in Redraw()
H A Drs_physical_screen_processor.h24 class RSPhysicalScreenProcessor : public RSProcessor {
32 RSPhysicalScreenProcessor();
33 ~RSPhysicalScreenProcessor() noexcept override;
H A Drs_processor_factory.cpp32 return std::make_shared<RSPhysicalScreenProcessor>(); in CreateProcessor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_physical_screen_processor_test.cpp288 …std::shared_ptr<RSPhysicalScreenProcessor> rsHardwareProcessor = std::make_shared<RSPhysicalScreen…