Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp713 RenderThreadInfo *tinfo = RenderThreadInfo::get(); in bindContext() local
717 bindDraw = tinfo->currDrawSurf; in bindContext()
718 bindRead = tinfo->currReadSurf; in bindContext()
737 tinfo->currContext = ctx; in bindContext()
738 tinfo->currDrawSurf = draw; in bindContext()
739 tinfo->currReadSurf = read; in bindContext()
741 if (ctx->isGL2()) tinfo->m_gl2Dec.setContextData(&ctx->decoderContextData()); in bindContext()
742 else tinfo->m_glDec.setContextData(&ctx->decoderContextData()); in bindContext()
745 tinfo->m_glDec.setContextData(NULL); in bindContext()
746 tinfo->m_gl2Dec.setContextData(NULL); in bindContext()