Home | History | Annotate | Download | only in egl

Lines Matching refs:tInfo

409     EGLThreadInfo *tInfo = getEGLThreadInfo();
410 if (!tInfo || !tInfo->currentContext) {
423 strPtr = &tInfo->currentContext->versionString;
426 strPtr = &tInfo->currentContext->vendorString;
429 strPtr = &tInfo->currentContext->rendererString;
432 strPtr = &tInfo->currentContext->extensionString;
777 EGLThreadInfo *tInfo = getEGLThreadInfo();
778 if (tInfo && tInfo->currentContext) {
937 EGLThreadInfo *tInfo = getEGLThreadInfo();
938 if (tInfo->currentContext == context &&
944 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) {
972 if (tInfo->currentContext->version == 2) {
983 if (tInfo->currentContext)
984 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT;
987 tInfo->currentContext = context;
990 if (tInfo->currentContext) {
991 if (tInfo->currentContext->version == 2) {
1075 EGLThreadInfo *tInfo = getEGLThreadInfo();
1076 if (!tInfo || !tInfo->currentContext) {
1080 if (tInfo->currentContext->version == 2) {