Home
last modified time | relevance | path

Searched refs:DoTextureExport (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.cpp53 bool res = text.DoTextureExport();
69 bool res = text.DoTextureExport();
84 bool res = text.DoTextureExport();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_texture_export.h28 bool DoTextureExport();
H A Drs_texture_export.cpp45 bool RSTextureExport::DoTextureExport() in DoTextureExport() 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.cpp88 text.DoTextureExport(); in DoDoTextureExport()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_context.h35 MOCK_METHOD1(DoTextureExport, bool(uint64_t));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.cpp117 return exportTextureRenderContext->DoTextureExport(surfaceId_); in HandleTextureExport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1415 bool XComponentPattern::DoTextureExport() in DoTextureExport() function in OHOS::Ace::NG::XComponentPattern
1421 if (!handlingSurfaceRenderContext_->DoTextureExport(exportTextureSurfaceId_)) { in DoTextureExport()
1459 pattern->DoTextureExport(); in AddAfterLayoutTaskForExportTexture()
1493 if (DoTextureExport()) { in ChangeRenderType()
H A Dxcomponent_pattern.h382 bool DoTextureExport();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp816 …ceType::DynamicCast<MockRenderContext>(pattern->handlingSurfaceRenderContext_), DoTextureExport(_))
826 …ceType::DynamicCast<MockRenderContext>(pattern->handlingSurfaceRenderContext_), DoTextureExport(_))
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h680 virtual bool DoTextureExport(uint64_t /* surfaceId */) in DoTextureExport() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h275 bool DoTextureExport(uint64_t surfaceId) override;
H A Drosen_render_context.cpp5279 bool RosenRenderContext::DoTextureExport(uint64_t surfaceId) function in OHOS::Ace::NG::RosenRenderContext
5290 return rsTextureExport_->DoTextureExport();