Home
last modified time | relevance | path

Searched refs:GetGrContextFromSubThread (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread_manager.h53 std::shared_ptr<Drawing::GPUContext> GetGrContextFromSubThread(pid_t tid);
H A Drs_sub_thread_manager.cpp84 std::shared_ptr<Drawing::GPUContext> RSSubThreadManager::GetGrContextFromSubThread(pid_t tid) in GetGrContextFromSubThread() function in OHOS::Rosen::RSSubThreadManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp719 if (!RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid)) { in GetCurrentContextAndImage()
723 grContext = RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid); in GetCurrentContextAndImage()
H A Drs_surface_render_node_drawable.cpp400 gpuContext = RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid); in OnDraw()