Home | History | Annotate | Download | only in egl

Lines Matching refs:hostCon

104     HostConnection *hostCon = HostConnection::get(); \
105 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
108 HostConnection *hostCon = HostConnection::get(); \
109 if (!hostCon) { \
113 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
1002 hostCon->gl2Encoder()->setClientState(context->getClientState());
1003 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup());
1006 hostCon->glEncoder()->setClientState(context->getClientState());
1007 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup());
1013 hostCon->gl2Encoder()->setClientState(NULL);
1014 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL));
1017 hostCon->glEncoder()->setClientState(NULL);
1018 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL));
1032 if (!hostCon->gl2Encoder()->isInitialized()) {
1034 hostCon->gl2Encoder()->setInitialized();
1039 if (!hostCon->glEncoder()->isInitialized()) {
1041 hostCon->glEncoder()->setInitialized();
1156 hostCon->flush();