Home
last modified time | relevance | path

Searched refs:RsParallelType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_frame.cpp99 case RsParallelType::RS_PARALLEL_TYPE_SYNC: { // wait until render finish in render thread in PostAndWait()
110 case RsParallelType::RS_PARALLEL_TYPE_SINGLE_THREAD: { // render in main thread in PostAndWait()
115 case RsParallelType::RS_PARALLEL_TYPE_ASYNC: // wait until sync finish in render thread in PostAndWait()
137 case RsParallelType::RS_PARALLEL_TYPE_SYNC: // wait until render finish in render thread in PostDirectCompositionJankStats()
138 case RsParallelType::RS_PARALLEL_TYPE_SINGLE_THREAD: // render in main thread in PostDirectCompositionJankStats()
139 case RsParallelType::RS_PARALLEL_TYPE_ASYNC: // wait until sync finish in render thread in PostDirectCompositionJankStats()
H A Drs_draw_frame.h64 RsParallelType rsParallelType_;
H A Drs_main_thread.h732 RsParallelType rsParallelType_;
H A Drs_main_thread.cpp1751 if (!isUniRender_ || rsParallelType_ == RsParallelType::RS_PARALLEL_TYPE_SINGLE_THREAD) { in ClearMemoryCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/system/
H A Drs_system_parameters.h37 enum class RsParallelType { enum
62 static RsParallelType GetRsParallelType();
H A Drs_system_parameters.cpp87 RsParallelType RSSystemParameters::GetRsParallelType() in GetRsParallelType()
92 return static_cast<RsParallelType>(ConvertToInt(type, 0)); in GetRsParallelType()
97 if (GetRsParallelType() == RsParallelType::RS_PARALLEL_TYPE_SINGLE_THREAD) { in GetRsSurfaceCaptureType()