Searched refs:PlatformName (Results 1 – 8 of 8) sorted by relevance
46 void SetPlatformName(const PlatformName& platformName) in SetPlatformName()50 PlatformName GetPlatformName() const in GetPlatformName()64 PlatformName platformName_ = PlatformName::OHOS;
28 static std::shared_ptr<RSRenderSurface> CreateRSSurface(const PlatformName& platformName,
31 enum PlatformName { enum
24 std::shared_ptr<RSRenderSurface> RSSurfaceFactory::CreateRSSurface(const PlatformName& platformName, in CreateRSSurface()28 if (platformName == PlatformName::OHOS) { in CreateRSSurface()
43 renderContext->SetPlatformName(PlatformName::OHOS); in CreateRenderContext()
204 …rsSurface_ = Rosen::RSSurfaceFactory::CreateRSSurface(Rosen::PlatformName::OHOS, surface, drawingC… in InitRsSurface()
378 …std::shared_ptr<RSRenderSurface> renderSurface = RSSurfaceFactory::CreateRSSurface(PlatformName::O… in RequestFrame()421 …std::shared_ptr<RSRenderSurface> renderSurface = RSSurfaceFactory::CreateRSSurface(PlatformName::O… in MakeRSSurface()
153 …std::shared_ptr<RSRenderSurface> producer = RSSurfaceFactory::CreateRSSurface(PlatformName::OHOS, … in CreateRSSurface()