Searched refs:tInfo (Results 1 – 8 of 8) sorted by relevance
268 RenderThreadInfo tInfo; in main() local277 tInfo.initGl(); in main()280 initRenderControlContext(&tInfo.m_rcDec); in main()299 &tInfo, &checksumCalc, &stream, mRingStream.get(), &readBuf, in main()306 tInfo.m_vkInfo.emplace(); in main()310 tInfo.m_magmaInfo.emplace(mContextId); in main()399 tInfo.postLoadRefreshCurrentContextSurfacePtrs(); in main()468 if (!tInfo.m_puid) { in main()469 tInfo.m_puid = mContextId; in main()472 if (!processResources && tInfo.m_puid && tInfo.m_puid != INVALID_CONTEXT_ID) { in main()[all …]
432 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcGetGLString() local439 if (tInfo && tInfo->currContext.get()) { in rcGetGLString()441 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in rcGetGLString()1131 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in rcCreateSyncKHR() local1132 if (tInfo && outSync && shouldEnableVsyncGatedSyncFences(fb->getFeatures())) { in rcCreateSyncKHR()1134 fenceSync->setIsCompositionFence(tInfo->m_isCompositionThread); in rcCreateSyncKHR()1145 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcClientWaitSyncKHR() local1146 if (!tInfo) { in rcClientWaitSyncKHR()1166 if (!tInfo->currContext) { in rcClientWaitSyncKHR()1182 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in rcWaitSyncKHR() local[all …]
1197 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in createColorBufferWithHandleLocked() local1198 uint64_t puid = tInfo->m_puid; in createColorBufferWithHandleLocked()1252 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in openColorBuffer() local1269 uint64_t puid = tInfo ? tInfo->m_puid : 0; in openColorBuffer()1283 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in closeColorBuffer() local1288 uint64_t puid = tInfo ? tInfo->m_puid : 0; in closeColorBuffer()2649 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in registerProcessCleanupCallback() local2650 if (!tInfo) return; in registerProcessCleanupCallback()2652 auto& callbackMap = m_procOwnedCleanupCallbacks[tInfo->m_puid]; in registerProcessCleanupCallback()2658 RenderThreadInfo* tInfo = RenderThreadInfo::get(); in unregisterProcessCleanupCallback() local[all …]
945 EGLThreadInfo *tInfo = getEGLThreadInfo(); in getExtStringArray() local946 if (!tInfo || !tInfo->currentContext) { in getExtStringArray()950 if (tInfo->currentContext->extensionStringArray.size() > 0) { in getExtStringArray()951 return tInfo->currentContext->extensionStringArray; in getExtStringArray()993 tInfo->currentContext->extensionStringArray = res; in getExtStringArray()1001 EGLThreadInfo *tInfo = getEGLThreadInfo(); in getGLString() local1002 if (!tInfo || !tInfo->currentContext) { in getGLString()1016 strPtr = &tInfo->currentContext->versionString; in getGLString()1019 strPtr = &tInfo->currentContext->vendorString; in getGLString()1022 strPtr = &tInfo->currentContext->rendererString; in getGLString()[all …]
660 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in blitFromCurrentReadBuffer() local661 if (!tInfo) { in blitFromCurrentReadBuffer()666 if (!tInfo->currContext.get()) { in blitFromCurrentReadBuffer()680 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in blitFromCurrentReadBuffer()686 const bool isGles3 = tInfo->currContext->clientVersion() > GLESApi_2; in blitFromCurrentReadBuffer()826 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in bindToTexture() local827 if (!tInfo) { in bindToTexture()832 if (!tInfo->currContext.get()) { in bindToTexture()836 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in bindToTexture()858 RenderThreadInfoGl* const tInfo = RenderThreadInfoGl::get(); in bindToRenderbuffer() local[all …]
370 RenderThreadInfo* tInfo = new RenderThreadInfo; in drawWorker() local463 delete tInfo; in drawWorker()492 RenderThreadInfo* tInfo = new RenderThreadInfo; in surfaceFlingerComposerLoop() local515 delete tInfo; in surfaceFlingerComposerLoop()
120 static HostConnection* getWithThreadInfo(EGLThreadInfo* tInfo,
4183 auto* tInfo = RenderThreadInfoVk::get(); in on_vkAllocateMemory() local4429 : tInfo->ctx_id; in on_vkAllocateMemory()4923 auto* tInfo = RenderThreadInfoVk::get(); in vkGetBlobInternal() local4926 : tInfo->ctx_id; in vkGetBlobInternal()