Home | History | Annotate | Download | only in libOpenglRender

Lines Matching defs:tinfo

687     RenderThreadInfo *tinfo = getRenderThreadInfo();
691 draw = tinfo->currDrawSurf;
692 read = tinfo->currReadSurf;
708 tinfo->currContext = ctx;
709 tinfo->currDrawSurf = draw;
710 tinfo->currReadSurf = read;
712 if (ctx->isGL2()) tinfo->m_gl2Dec.setContextData(&ctx->decoderContextData());
713 else tinfo->m_glDec.setContextData(&ctx->decoderContextData());
716 tinfo->m_glDec.setContextData(NULL);
717 tinfo->m_gl2Dec.setContextData(NULL);