Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp36 …: unirenderInstance_(RSUniRenderThread::Instance()), rsParallelType_(RSSystemParameters::GetRsPara… in RSDrawFrame()
96 RS_TRACE_NAME_FMT("PostAndWait, parallel type %d", static_cast<int>(rsParallelType_)); in PostAndWait()
98 switch (rsParallelType_) { in PostAndWait()
135 …CE_NAME_FMT("PostDirectCompositionJankStats, parallel type %d", static_cast<int>(rsParallelType_)); in PostDirectCompositionJankStats()
136 switch (rsParallelType_) { in PostDirectCompositionJankStats()
H A Drs_draw_frame.h64 RsParallelType rsParallelType_; variable
H A Drs_main_thread.h732 RsParallelType rsParallelType_; variable
H A Drs_main_thread.cpp385 rsParallelType_(RSSystemParameters::GetRsParallelType()) in RSMainThread()
1751 if (!isUniRender_ || rsParallelType_ == RsParallelType::RS_PARALLEL_TYPE_SINGLE_THREAD) { in ClearMemoryCache()