Home | History | Annotate | Download | only in libOpenglRender

Lines Matching defs:tinfo

713     RenderThreadInfo *tinfo = RenderThreadInfo::get();
717 bindDraw = tinfo->currDrawSurf;
718 bindRead = tinfo->currReadSurf;
737 tinfo->currContext = ctx;
738 tinfo->currDrawSurf = draw;
739 tinfo->currReadSurf = read;
741 if (ctx->isGL2()) tinfo->m_gl2Dec.setContextData(&ctx->decoderContextData());
742 else tinfo->m_glDec.setContextData(&ctx->decoderContextData());
745 tinfo->m_glDec.setContextData(NULL);
746 tinfo->m_gl2Dec.setContextData(NULL);