Home
last modified time | relevance | path

Searched refs:StopTextureExport (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_texture_export_test.cpp93 HWTEST_F(RSTextureExportTest, StopTextureExport, TestSize.Level1)
99 text.StopTextureExport();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_texture_export.h29 void StopTextureExport();
H A Drs_texture_export.cpp79 void RSTextureExport::StopTextureExport() in StopTextureExport() function in OHOS::Rosen::RSTextureExport
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rstextureexport_fuzzer/
H A Drstextureexport_fuzzer.cpp108 text.StopTextureExport(); in DoStopTextureExport()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_context.h36 MOCK_METHOD0(StopTextureExport, bool());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp115 return exportTextureRenderContext->StopTextureExport(); in HandleTextureExport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h383 bool StopTextureExport();
H A Dxcomponent_pattern.cpp1433 bool XComponentPattern::StopTextureExport() in StopTextureExport() function in OHOS::Ace::NG::XComponentPattern
1436 if (!handlingSurfaceRenderContext_->StopTextureExport()) { in StopTextureExport()
1498 if (StopTextureExport()) { in ChangeRenderType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp795 …eType::DynamicCast<MockRenderContext>(pattern->handlingSurfaceRenderContext_), StopTextureExport())
806 …eType::DynamicCast<MockRenderContext>(pattern->handlingSurfaceRenderContext_), StopTextureExport())
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h685 virtual bool StopTextureExport() in StopTextureExport() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h276 bool StopTextureExport() override;
H A Drosen_render_context.cpp5293 bool RosenRenderContext::StopTextureExport() function in OHOS::Ace::NG::RosenRenderContext
5297 rsTextureExport_->StopTextureExport();