Home
last modified time | relevance | path

Searched refs:m_isCompositionThread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DRenderControl.cpp1135 fenceSync->setIsCompositionFence(tInfo->m_isCompositionThread); in rcCreateSyncKHR()
1236 if (tInfo) tInfo->m_isCompositionThread = true; in rcCompose()
1247 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeWithoutPost()
1473 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsync()
1484 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsyncWithoutPost()
DRenderThreadInfo.h74 bool m_isCompositionThread = false; member