Lines Matching refs:tInfo
432 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcGetGLString() local
439 if (tInfo && tInfo->currContext.get()) { in rcGetGLString()
441 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in rcGetGLString()
1131 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in rcCreateSyncKHR() local
1132 if (tInfo && outSync && shouldEnableVsyncGatedSyncFences(fb->getFeatures())) { in rcCreateSyncKHR()
1134 fenceSync->setIsCompositionFence(tInfo->m_isCompositionThread); in rcCreateSyncKHR()
1145 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcClientWaitSyncKHR() local
1146 if (!tInfo) { in rcClientWaitSyncKHR()
1166 if (!tInfo->currContext) { in rcClientWaitSyncKHR()
1182 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcWaitSyncKHR() local
1183 if (!tInfo) { in rcWaitSyncKHR()
1199 if (!tInfo->currContext) { in rcWaitSyncKHR()
1229 RenderThreadInfo *tInfo = RenderThreadInfo::get(); in rcSetPuid() local
1230 tInfo->m_puid = puid; in rcSetPuid()
1234 RenderThreadInfo *tInfo = RenderThreadInfo::get(); in rcCompose() local
1235 if (tInfo) tInfo->m_isCompositionThread = true; in rcCompose()
1245 RenderThreadInfo *tInfo = RenderThreadInfo::get(); in rcComposeWithoutPost() local
1246 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeWithoutPost()
1471 RenderThreadInfo *tInfo = RenderThreadInfo::get(); in rcComposeAsync() local
1472 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsync()
1482 RenderThreadInfo *tInfo = RenderThreadInfo::get(); in rcComposeAsyncWithoutPost() local
1483 if (tInfo) tInfo->m_isCompositionThread = true; in rcComposeAsyncWithoutPost()
1537 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in rcSetProcessMetadata() local
1540 tInfo->m_processName = std::string((char*) valuePtr); in rcSetProcessMetadata()