Searched refs:glEncoder (Results 1 – 6 of 6) sorted by relevance
36 GLEncoder *glEncoder() { return m_glEnc; } in glEncoder() function
507 server->glEncoder()->setClientState( wctx ? wctx->clientState : NULL ); in eglMakeCurrent()565 server->glEncoder()->flush(); in eglSwapBuffers()
28 #define GET_CONTEXT GLEncoder * ctx = getEGLThreadInfo()->hostConn->glEncoder();
151 GLEncoder *glEncoder();
563 GLEncoder *HostConnection::glEncoder() in glEncoder() function in HostConnection
1797 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()1798 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()1808 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()1809 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()1839 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()1844 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()