Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderThreadInfo.h74 bool m_isCompositionThread = false; member
DRenderControl.cpp1134 fenceSync->setIsCompositionFence(tInfo->m_isCompositionThread); in rcCreateSyncKHR()
1235 if (tInfo) tInfo->m_isCompositionThread = true; in rcCompose()
1246 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeWithoutPost()
1472 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsync()
1483 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsyncWithoutPost()