Home
last modified time | relevance | path

Searched refs:HostConnection (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DHostConnection.cpp31 HostConnection::HostConnection() : in HostConnection() function in HostConnection
40 HostConnection::~HostConnection() in ~HostConnection()
48 HostConnection *HostConnection::get() in get()
60 HostConnection *con = new HostConnection(); in get()
111 GLEncoder *HostConnection::glEncoder() in glEncoder()
121 GL2Encoder *HostConnection::gl2Encoder() in gl2Encoder()
131 renderControl_encoder_context_t *HostConnection::rcEncoder() in rcEncoder()
142 gl_client_context_t *HostConnection::s_getGLContext() in s_getGLContext()
151 gl2_client_context_t *HostConnection::s_getGL2Context() in s_getGL2Context()
160 void HostConnection::setChecksumHelper(renderControl_encoder_context_t *rcEnc) { in setChecksumHelper()
DHostConnection.h28 class HostConnection
31 static HostConnection *get();
32 ~HostConnection();
46 HostConnection();
DAndroid.mk7 HostConnection.cpp \
DThreadInfo.h32 HostConnection *hostConn;
/device/generic/goldfish/opengl/system/GLESv1/
Dgl.cpp40 HostConnection *hostCon = HostConnection::get(); \
/device/generic/goldfish/opengl/system/GLESv2/
Dgl2.cpp40 HostConnection *hostCon = HostConnection::get(); \
/device/generic/goldfish/opengl/system/egl/
DeglDisplay.cpp113 HostConnection *hcon = HostConnection::get(); in initialize()
255 HostConnection *hcon = HostConnection::get(); in queryHostEGLString()
Degl.cpp106 HostConnection *hostCon = HostConnection::get(); \
110 HostConnection *hostCon = HostConnection::get(); \
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp106 HostConnection *hostCon = HostConnection::get(); \
110 HostConnection *hostCon = HostConnection::get(); \
903 HostConnection *hostCon = HostConnection::get(); in gralloc_device_open()