Lines Matching refs:hostCon
136 HostConnection *hostCon = HostConnection::get(); \
137 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
140 HostConnection* hostCon = HostConnection::get(); \
141 if (!hostCon) { \
145 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); \
150 auto* grallocHelper = hostCon->grallocHelper(); \
155 auto* anwHelper = hostCon->anwHelper(); \
162 HostConnection* hostCon = HostConnection::getWithThreadInfo(tls); \
163 if (!hostCon) { \
167 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); \
172 auto const* grallocHelper = hostCon->grallocHelper(); \
177 auto* anwHelper = hostCon->anwHelper(); \
496 auto* syncHelper = hostCon->syncHelper(); in init()
556 auto* anwHelper = hostCon->anwHelper(); in ~egl_window_surface_t()
566 hostCon->anwHelper()->setSwapInterval(nativeWindow, interval); in setSwapInterval()
776 hostCon, rcEnc, rcSurface, in swapBuffers()
795 auto* syncHelper = hostCon->syncHelper(); in swapBuffers()
1271 if (!hostCon->anwHelper()->isValid(win)) { in eglCreateWindowSurface()
2002 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
2007 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
2013 hostCon->gl2Encoder()->setVersion( in eglMakeCurrent()
2018 hostCon->gl2Encoder()->setClientState(contextState); in eglMakeCurrent()
2041 hostCon->gl2Encoder()->setClientStateMakeCurrent( in eglMakeCurrent()
2047 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
2050 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
2051 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
2056 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()
2057 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
2060 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()
2061 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
2079 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
2081 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
2086 hostCon->gl2Encoder()->setExtensions(exts, getExtStringArray()); in eglMakeCurrent()
2090 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()
2095 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()
2206 hostCon->flush(); in eglSwapBuffers()