Searched refs:GetGrContextFromSubThread (Results 1 – 4 of 4) sorted by relevance
53 std::shared_ptr<Drawing::GPUContext> GetGrContextFromSubThread(pid_t tid);
84 std::shared_ptr<Drawing::GPUContext> RSSubThreadManager::GetGrContextFromSubThread(pid_t tid) in GetGrContextFromSubThread() function in OHOS::Rosen::RSSubThreadManager
719 if (!RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid)) { in GetCurrentContextAndImage()723 grContext = RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid); in GetCurrentContextAndImage()
400 gpuContext = RSSubThreadManager::Instance()->GetGrContextFromSubThread(realTid); in OnDraw()