Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 12 of 12) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
Dworker_thread.cpp35 static int threadIndex[QoS::Max()] = {0}; in WorkerSetup() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread.h35 …RSSubThread(RenderContext* context, uint32_t threadIndex) : threadIndex_(threadIndex), renderConte… in RSSubThread()
Drs_sub_thread_manager.cpp46 void RSSubThreadManager::PostTask(const std::function<void()>& task, uint32_t threadIndex) in PostTask()
119 auto threadIndex = surfaceNode->GetSubmittedSubThreadIndex(); in SubmitSubThreadTask() local
Drs_parallel_sub_thread.cpp43 RSParallelSubThread::RSParallelSubThread(int threadIndex) in RSParallelSubThread()
47 … ParallelRenderType renderType, int threadIndex) : threadIndex_(threadIndex), subThread_(nullptr), in RSParallelSubThread()
50 …Thread::RSParallelSubThread(RenderContext *context, ParallelRenderType renderType, int threadIndex) in RSParallelSubThread()
Drs_parallel_render_manager.cpp477 void RSParallelRenderManager::SubMainThreadNotify(int threadIndex) in SubMainThreadNotify()
490 void RSParallelRenderManager::WaitSubMainThread(uint32_t threadIndex) in WaitSubMainThread()
499 void RSParallelRenderManager::SubMainThreadWait(uint32_t threadIndex) in SubMainThreadWait()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_egl_image_manager.cpp250 const uint32_t threadIndex) in CreateImageCacheFromBuffer()
281 const sptr<SyncFence>& acquireFence, uint32_t threadIndex) in MapEglImageFromSurfaceBuffer()
313 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; in UnMapEglImageFromSurfaceBuffer() local
Drs_uni_render_util.cpp187 bool forceCPU, uint32_t threadIndex) in CreateBufferDrawParam()
726 …nderUtil::ClearCacheSurface(const std::shared_ptr<RSSurfaceRenderNode>& node, uint32_t threadIndex) in ClearCacheSurface()
752 void RSUniRenderUtil::ClearCacheSurface(RSRenderNode& node, uint32_t threadIndex) in ClearCacheSurface()
781 void RSUniRenderUtil::PostReleaseSurfaceTask(sk_sp<SkSurface>& surface, uint32_t threadIndex) in PostReleaseSurfaceTask()
Drs_base_render_util.h81 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; // use to decide eglimage unmap thread index member
Drs_base_render_engine.cpp139 …const sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence, const uint32_t threadIndex) in CreateEglImageFromBuffer()
Drs_uni_render_visitor.h94 void SetSubThreadConfig(uint32_t threadIndex) in SetSubThreadConfig()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_uni_render_util_test.cpp218 uint32_t threadIndex = 0; variable
230 uint32_t threadIndex = 1; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_node.cpp1091 …::InitCacheSurface(GrRecordingContext* grContext, ClearCacheSurfaceFunc func, uint32_t threadIndex) in InitCacheSurface()
1193 void RSRenderNode::DrawCacheSurface(RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFir… in DrawCacheSurface()
1215 sk_sp<SkImage> RSRenderNode::GetCompletedImage(RSPaintFilterCanvas& canvas, uint32_t threadIndex, b… in GetCompletedImage()
1257 void RSRenderNode::DrawCacheSurface(RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFir… in DrawCacheSurface()
1313 sk_sp<SkSurface> RSRenderNode::GetCompletedCacheSurface(uint32_t threadIndex, bool needCheckThread) in GetCompletedCacheSurface()
1335 sk_sp<SkSurface> RSRenderNode::GetCacheSurface(uint32_t threadIndex, bool needCheckThread) in GetCacheSurface()