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());
1029 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup());
1032 hostCon->glEncoder()->setClientState(context->getClientState());
1033 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup());
1039 hostCon->gl2Encoder()->setClientState(NULL);
1040 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL));
1043 hostCon->glEncoder()->setClientState(NULL);
1044 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL));
1058 if (!hostCon->gl2Encoder()->isInitialized()) {
1060 hostCon->gl2Encoder()->setInitialized();
1065 if (!hostCon->glEncoder()->isInitialized()) {
1067 hostCon->glEncoder()->setInitialized();
1177 hostCon->flush();