Lines Matching refs:hostCon
106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
1028 hostCon->gl2Encoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1029 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1032 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1033 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1039 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()
1040 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1043 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()
1044 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
1058 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()
1060 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()
1065 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()
1067 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()
1177 hostCon->flush(); in eglSwapBuffers()