Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_buffer_callback_manager.h64 void SetReleaseFenceForVulkan(int releaseFenceFd, NodeId rootNodeId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_buffer_callback_manager.cpp48 void RSSurfaceBufferCallbackManager::SetReleaseFenceForVulkan( in SetReleaseFenceForVulkan() function in OHOS::Rosen::RSSurfaceBufferCallbackManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp604 RSSurfaceBufferCallbackManager::Instance().SetReleaseFenceForVulkan(fenceFd, rootId); in ProcessRootRenderNode()