Lines Matching refs:tInfo

412     EGLThreadInfo *tInfo = getEGLThreadInfo();  in getGLString()  local
413 if (!tInfo || !tInfo->currentContext) { in getGLString()
427 strPtr = &tInfo->currentContext->versionString; in getGLString()
430 strPtr = &tInfo->currentContext->vendorString; in getGLString()
433 strPtr = &tInfo->currentContext->rendererString; in getGLString()
436 strPtr = &tInfo->currentContext->shaderVersionString; in getGLString()
439 strPtr = &tInfo->currentContext->extensionString; in getGLString()
799 EGLThreadInfo *tInfo = getEGLThreadInfo(); in eglReleaseThread() local
800 if (tInfo && tInfo->currentContext) { in eglReleaseThread()
994 EGLThreadInfo *tInfo = getEGLThreadInfo(); in eglMakeCurrent() local
996 if (tInfo->currentContext == context && in eglMakeCurrent()
1002 if (tInfo->currentContext && tInfo->currentContext->deletePending) { in eglMakeCurrent()
1003 if (tInfo->currentContext != context) { in eglMakeCurrent()
1004 EGLContext_t * contextToDelete = tInfo->currentContext; in eglMakeCurrent()
1005 tInfo->currentContext = 0; in eglMakeCurrent()
1010 …if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) { in eglMakeCurrent()
1036 else if (tInfo->currentContext) { in eglMakeCurrent()
1038 if (tInfo->currentContext->version == 2) { in eglMakeCurrent()
1049 if (tInfo->currentContext) in eglMakeCurrent()
1050 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT; in eglMakeCurrent()
1053 tInfo->currentContext = context; in eglMakeCurrent()
1056 if (tInfo->currentContext) { in eglMakeCurrent()
1057 if (tInfo->currentContext->version == 2) { in eglMakeCurrent()
1141 EGLThreadInfo *tInfo = getEGLThreadInfo(); in eglWaitGL() local
1142 if (!tInfo || !tInfo->currentContext) { in eglWaitGL()
1146 if (tInfo->currentContext->version == 2) { in eglWaitGL()
1318 EGLThreadInfo *tInfo = getEGLThreadInfo(); in eglCreateSyncKHR() local
1319 if (!tInfo || !tInfo->currentContext) { in eglCreateSyncKHR()
1323 if (tInfo->currentContext->version == 2) { in eglCreateSyncKHR()