HomeSort by relevance Sort by last modified time
    Searched refs:m_glDec (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.h 29 GLDecoder m_glDec;
RenderThread.cpp 52 tInfo->m_glDec.initGL( gl_dispatch_get_proc_func, NULL );
112 size_t last = tInfo->m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
FrameBuffer.cpp 728 else tinfo->m_glDec.setContextData(&ctx->decoderContextData());
731 tinfo->m_glDec.setContextData(NULL);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 286 m_glDec.glGetIntegerv(GL_MAX_TEXTURE_UNITS, (GLint *)&m_backendCaps.maxTextureUnits);
294 m_glDec.initGL();
297 m_glTexParameteriv = m_glDec.set_glTexParameteriv(s_glTexParameteriv);
298 m_glDrawTexfOES = m_glDec.set_glDrawTexfOES(s_glDrawTexfOES);
299 m_glDrawTexsOES = m_glDec.set_glDrawTexsOES(s_glDrawTexsOES);
300 m_glDrawTexiOES = m_glDec.set_glDrawTexiOES(s_glDrawTexiOES);
301 m_glDrawTexxOES = m_glDec.set_glDrawTexxOES(s_glDrawTexxOES);
302 m_glDrawTexfvOES = m_glDec.set_glDrawTexfvOES(s_glDrawTexfvOES);
303 m_glDrawTexsvOES = m_glDec.set_glDrawTexsvOES(s_glDrawTexsvOES);
304 m_glDrawTexivOES = m_glDec.set_glDrawTexivOES(s_glDrawTexivOES)
    [all...]
RenderingThread.h 46 GLDecoder & glDecoder() { return m_glDec; }
53 GLDecoder m_glDec;

Completed in 2052 milliseconds