Home | History | Annotate | Download | only in OpenglSystemCommon

Lines Matching defs:HostConnection

16 #include "HostConnection.h"
31 HostConnection::HostConnection() :
40 HostConnection::~HostConnection()
48 HostConnection *HostConnection::get()
60 HostConnection *con = new HostConnection();
104 ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid());
111 GLEncoder *HostConnection::glEncoder()
115 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
121 GL2Encoder *HostConnection::gl2Encoder()
125 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
131 renderControl_encoder_context_t *HostConnection::rcEncoder()
142 gl_client_context_t *HostConnection::s_getGLContext()
151 gl2_client_context_t *HostConnection::s_getGL2Context()
160 void HostConnection::setChecksumHelper(renderControl_encoder_context_t *rcEnc) {