Home
last modified time | relevance | path

Searched refs:rsInterface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp251 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in Get() local
252rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<CustomizedCallback>(std::move(callbac… in Get()
309 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in GetNormalCapture() local
310rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<NormalCaptureCallback>(std::move(call… in GetNormalCapture()
341 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in BuilerTask() local
345 rsInterface.TakeSurfaceCaptureForUI( in BuilerTask()
390 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in GetSync() local
396 rsInterface.TakeSurfaceCaptureForUI(rsNode, syncCallback, in GetSync()
448 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in CreateSync() local
450 rsInterface.TakeSurfaceCaptureForUI(rsNode, syncCallback, in CreateSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp138 auto& rsInterface = vkContext.GetRsVulkanInterface(); in CreateVkSemaphore() local
139 rsInterface.vkCreateSemaphore(rsInterface.GetDevice(), &semaphoreInfo, nullptr, semaphore); in CreateVkSemaphore()
148 rsInterface.vkImportSemaphoreFdKHR(rsInterface.GetDevice(), &importSemaphoreFdInfo); in CreateVkSemaphore()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp362 auto& rsInterface = Rosen::RSInterfaces::GetInstance(); in SnapshotSurfaceNode() local
363rsInterface.TakeSurfaceCaptureForUI(rsNode, std::make_shared<FormSnapshotCallback>(WeakClaim(this)… in SnapshotSurfaceNode()