Home
last modified time | relevance | path

Searched defs:optFenceWait (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp379 bool optFenceWait = RSMainThread::Instance()->GetDeviceType() == DeviceType::PC ? false : true; in DrawableCacheWithSkImage() local
426 bool optFenceWait = RSMainThread::Instance()->GetDeviceType() == DeviceType::PC ? false : true; in DrawableCacheWithDma() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1736 Drawing::GPUContext* const grContext, bool optFenceWait) in OptimizedFlushAndSubmit()