Searched refs:RSProcessorType (Results 1 – 6 of 6) sorted by relevance
26 static inline constexpr RSProcessorType Type = RSProcessorType::VIRTUAL_SCREEN_PROCESSOR;27 RSProcessorType GetType() const override in GetType()
26 static inline constexpr RSProcessorType Type = RSProcessorType::PHYSICAL_SCREEN_PROCESSOR;27 RSProcessorType GetType() const override in GetType()
27 static inline constexpr RSProcessorType Type = RSProcessorType::UNIRENDER_PROCESSOR;28 RSProcessorType GetType() const override in GetType()
38 static inline constexpr RSProcessorType Type = RSProcessorType::UNIRENDER_VIRTUAL_PROCESSOR;39 RSProcessorType GetType() const override in GetType()
36 static inline constexpr RSProcessorType Type = RSProcessorType::RS_PROCESSOR;37 virtual RSProcessorType GetType() const in GetType()
84 enum class RSProcessorType : uint32_t { enum