Home
last modified time | relevance | path

Searched refs:RSProcessorType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_virtual_screen_processor.h26 static inline constexpr RSProcessorType Type = RSProcessorType::VIRTUAL_SCREEN_PROCESSOR;
27 RSProcessorType GetType() const override in GetType()
H A Drs_physical_screen_processor.h26 static inline constexpr RSProcessorType Type = RSProcessorType::PHYSICAL_SCREEN_PROCESSOR;
27 RSProcessorType GetType() const override in GetType()
H A Drs_uni_render_processor.h27 static inline constexpr RSProcessorType Type = RSProcessorType::UNIRENDER_PROCESSOR;
28 RSProcessorType GetType() const override in GetType()
H A Drs_uni_render_virtual_processor.h38 static inline constexpr RSProcessorType Type = RSProcessorType::UNIRENDER_VIRTUAL_PROCESSOR;
39 RSProcessorType GetType() const override in GetType()
H A Drs_processor.h36 static inline constexpr RSProcessorType Type = RSProcessorType::RS_PROCESSOR;
37 virtual RSProcessorType GetType() const in GetType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h84 enum class RSProcessorType : uint32_t { enum