Home | History | Annotate | Download | only in OpenglSystemCommon

Lines Matching defs:HostConnection

16 #include "HostConnection.h"
30 HostConnection::HostConnection() :
38 HostConnection::~HostConnection()
46 HostConnection *HostConnection::get()
58 HostConnection *con = new HostConnection();
102 ALOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid());
109 GLEncoder *HostConnection::glEncoder()
113 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
119 GL2Encoder *HostConnection::gl2Encoder()
123 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
129 renderControl_encoder_context_t *HostConnection::rcEncoder()
137 gl_client_context_t *HostConnection::s_getGLContext()
146 gl2_client_context_t *HostConnection::s_getGL2Context()