Home
last modified time | relevance | path

Searched refs:UpdateBackendTexture (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_ui_first_surface_render_node_drawable_test.cpp327 surfaceDrawable_->UpdateBackendTexture();
331 surfaceDrawable_->UpdateBackendTexture();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp228 surfaceNodePtr->UpdateBackendTexture(); in RenderCache()
381 nodeDrawable->UpdateBackendTexture(); in DrawableCacheWithSkImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h148 void UpdateBackendTexture();
H A Drs_ui_first_surface_render_node_drawable.cpp367 void RSSurfaceRenderNodeDrawable::UpdateBackendTexture() in UpdateBackendTexture() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp568 HWTEST_F(RSBaseRenderNodeTest, UpdateBackendTexture, TestSize.Level1)
571 node->UpdateBackendTexture();
574 node->UpdateBackendTexture();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h421 void UpdateBackendTexture();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3086 void RSRenderNode::UpdateBackendTexture() in UpdateBackendTexture() function in OHOS::Rosen::RSRenderNode