Searched refs:hostConn (Results 1 – 5 of 5) sorted by relevance
59 if (tinfo->hostConn == NULL) { in get()105 tinfo->hostConn = con; in get()108 return tinfo->hostConn; in get()145 if (ti->hostConn) { in s_getGLContext()146 return ti->hostConn->m_glEnc; in s_getGLContext()154 if (ti->hostConn) { in s_getGL2Context()155 return ti->hostConn->m_gl2Enc; in s_getGL2Context()
29 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {} in EGLThreadInfo()32 HostConnection *hostConn; member
25 delete ti->hostConn; in tlsDestruct()
28 #define GET_CONTEXT GL2Encoder * ctx = getEGLThreadInfo()->hostConn->gl2Encoder();
29 #define GET_CONTEXT GLEncoder * ctx = getEGLThreadInfo()->hostConn->glEncoder();