Searched refs:glEncoder (Results 1 – 6 of 6) sorted by relevance
36 GLEncoder *glEncoder() { return m_glEnc; } in glEncoder() function
543 server->glEncoder()->setClientState( wctx ? wctx->clientState : NULL ); in eglMakeCurrent()601 server->glEncoder()->flush(); in eglSwapBuffers()
34 GLEncoder *glEncoder();
111 GLEncoder *HostConnection::glEncoder() in glEncoder() function in HostConnection
29 #define GET_CONTEXT GLEncoder * ctx = getEGLThreadInfo()->hostConn->glEncoder();
1032 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()1033 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()1043 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()1044 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()1065 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()1067 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()