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();
153 GLEncoder *glEncoder();
581 GLEncoder *HostConnection::glEncoder() in glEncoder() function in HostConnection
1910 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()1911 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()1921 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()1922 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()1952 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()1957 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()