Lines Matching defs:tInfo
408 EGLThreadInfo *tInfo = getEGLThreadInfo();
409 if (!tInfo || !tInfo->currentContext) {
422 strPtr = &tInfo->currentContext->versionString;
425 strPtr = &tInfo->currentContext->vendorString;
428 strPtr = &tInfo->currentContext->rendererString;
431 strPtr = &tInfo->currentContext->extensionString;
776 EGLThreadInfo *tInfo = getEGLThreadInfo();
777 if (tInfo && tInfo->currentContext) {
936 EGLThreadInfo *tInfo = getEGLThreadInfo();
937 if (tInfo->currentContext == context &&
943 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) {
971 if (tInfo->currentContext->version == 2) {
982 if (tInfo->currentContext)
983 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT;
986 tInfo->currentContext = context;
989 if (tInfo->currentContext) {
990 if (tInfo->currentContext->version == 2) {
1074 EGLThreadInfo *tInfo = getEGLThreadInfo();
1075 if (!tInfo || !tInfo->currentContext) {
1079 if (tInfo->currentContext->version == 2) {
1199 EGLThreadInfo *tInfo = getEGLThreadInfo();
1200 if (!tInfo || !tInfo->currentContext) {
1204 if (tInfo->currentContext->version == 2) {