Lines Matching refs:hostCon

132     HostConnection *hostCon = HostConnection::get(); \
133 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
136 HostConnection *hostCon = HostConnection::get(); \
137 if (!hostCon) { \
141 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
148 HostConnection *hostCon = HostConnection::getWithThreadInfo(tls); \
149 if (!hostCon) { \
153 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
1422 hostCon->setGrallocOnly(false); in eglCreateContext()
1531 hostCon->setGrallocOnly(false); in eglMakeCurrent()
1538 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
1540 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
1583 hostCon->gl2Encoder()->setClientStateMakeCurrent( in eglMakeCurrent()
1589 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1592 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1593 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1599 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()
1600 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1603 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()
1604 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1618 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
1620 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
1625 hostCon->gl2Encoder()->setExtensions(exts); in eglMakeCurrent()
1629 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()
1631 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()
1741 hostCon->flush(); in eglSwapBuffers()