Searched refs:m_gl2Dec (Results 1 – 5 of 5) sorted by relevance
30 GL2Decoder m_gl2Dec; member
53 tInfo->m_gl2Dec.initGL( gl2_dispatch_get_proc_func, NULL ); in Main()121 last = tInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream); in Main()
727 if (ctx->isGL2()) tinfo->m_gl2Dec.setContextData(&ctx->decoderContextData()); in bindContext()732 tinfo->m_gl2Dec.setContextData(NULL); in bindContext()
47 GL2Decoder & gl2Decoder() { return m_gl2Dec; } in gl2Decoder()55 GL2Decoder m_gl2Dec; variable
315 m_gl2Dec.initGL(); in thread()365 size_t last = m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream); in thread()