Home
last modified time | relevance | path

Searched refs:rsSurface_ (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp172 params.rsSurface = rsSurface_; in PlayPicture()
192 rsSurface_ = OHOS::Rosen::RSSurfaceExtractor::ExtractRSSurface(rsSurfaceNode_); in InitRsSurface()
193 if (rsSurface_ == nullptr) { in InitRsSurface()
207 rsSurface_->SetRenderContext(rc); in InitRsSurface()
H A Dboot_picture_player.cpp30 rsSurface_ = params.rsSurface; in BootPicturePlayer()
142 auto frame = rsSurface_->RequestFrame(windowWidth_, windowHeight_); in Draw()
153 rsSurface_->FlushFrame(rsSurfaceFrame_); in Draw()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp142 ASSERT_NE(nullptr, operation.rsSurface_); in HWTEST_F()
145 player->rsSurface_ = operation.rsSurface_; in HWTEST_F()
H A Dboot_animation_operation_test.cpp98 ASSERT_NE(nullptr, operation.rsSurface_); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h53 std::shared_ptr<OHOS::Rosen::RSSurface> rsSurface_; member in OHOS::BootPicturePlayer
H A Dboot_animation_operation.h68 std::shared_ptr<OHOS::Rosen::RSSurface> rsSurface_; member in OHOS::BootAnimationOperation
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_root_render_node.h65 std::shared_ptr<RSSurface> rsSurface_ = nullptr; member in OHOS::Rosen::RSRootRenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_root_render_node.cpp68 return rsSurface_; in GetSurface()

Completed in 4 milliseconds