Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp374 rscanvas->SetParallelThreadIdx(threadIndex_); in DrawableCacheWithSkImage()
418 rsCanvas->SetParallelThreadIdx(threadIndex_); in DrawableCacheWithDma()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h221 void SetParallelThreadIdx(uint32_t idx);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp973 void RSPaintFilterCanvas::SetParallelThreadIdx(uint32_t idx) in SetParallelThreadIdx() function in OHOS::Rosen::RSPaintFilterCanvas