Lines Matching refs:hostCon
146 HostConnection *hostCon = HostConnection::get(); \
147 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
150 HostConnection *hostCon = HostConnection::get(); \
151 if (!hostCon) { \
155 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
160 Gralloc *grallocHelper = hostCon->grallocHelper(); \
167 HostConnection *hostCon = HostConnection::getWithThreadInfo(tls); \
168 if (!hostCon) { \
172 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
177 Gralloc const* grallocHelper = hostCon->grallocHelper(); \
578 hostCon->getOrCreateRendernodeFd(), in createNativeSync_virtioGpu()
1723 hostCon->setGrallocOnly(false); in eglCreateContext()
1833 hostCon->setGrallocOnly(false); in eglMakeCurrent()
1846 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
1851 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
1857 hostCon->gl2Encoder()->setVersion( in eglMakeCurrent()
1901 hostCon->gl2Encoder()->setClientStateMakeCurrent( in eglMakeCurrent()
1907 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1910 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1911 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1917 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()
1918 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1921 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()
1922 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1941 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
1943 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
1948 hostCon->gl2Encoder()->setExtensions(exts, getExtStringArray()); in eglMakeCurrent()
1952 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()
1957 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()
2068 hostCon->flush(); in eglSwapBuffers()