Lines Matching defs:HostConnection
16 #include "HostConnection.h"
30 HostConnection::HostConnection() :
38 HostConnection::~HostConnection()
46 HostConnection *HostConnection::get()
58 HostConnection *con = new HostConnection();
100 LOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid());
107 GLEncoder *HostConnection::glEncoder()
111 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
117 GL2Encoder *HostConnection::gl2Encoder()
121 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
127 renderControl_encoder_context_t *HostConnection::rcEncoder()
135 gl_client_context_t *HostConnection::s_getGLContext()
144 gl2_client_context_t *HostConnection::s_getGL2Context()