Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuisurface_fuzzer/
H A Drsuisurface_fuzzer.cpp86 bool shouldCreateRenderThread = GetData<bool>(); in RSUIDirectorFuzzTest() local
100 uiDirector->Init(shouldCreateRenderThread); in RSUIDirectorFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.h40 void Init(bool shouldCreateRenderThread = true);
H A Drs_ui_director.cpp76 void RSUIDirector::Init(bool shouldCreateRenderThread) in Init() argument
84 if (shouldCreateRenderThread && !isUniRenderEnabled_) { in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsuidirector_fuzzer/
H A Drsuidirector_fuzzer.cpp124 bool shouldCreateRenderThread = GetData<bool>(); in DoInit() local
125 director->Init(shouldCreateRenderThread); in DoInit()