Searched refs:shouldCreateRenderThread (Results 1 – 4 of 4) sorted by relevance
86 bool shouldCreateRenderThread = GetData<bool>(); in RSUIDirectorFuzzTest() local100 uiDirector->Init(shouldCreateRenderThread); in RSUIDirectorFuzzTest()
40 void Init(bool shouldCreateRenderThread = true);
76 void RSUIDirector::Init(bool shouldCreateRenderThread) in Init() argument84 if (shouldCreateRenderThread && !isUniRenderEnabled_) { in Init()
124 bool shouldCreateRenderThread = GetData<bool>(); in DoInit() local125 director->Init(shouldCreateRenderThread); in DoInit()