Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp33 HostConnection::HostConnection() : in HostConnection() function in HostConnection
44 HostConnection::~HostConnection() in ~HostConnection()
52 HostConnection *HostConnection::get() { in get()
56 HostConnection *HostConnection::getWithThreadInfo(EGLThreadInfo* tinfo) { in getWithThreadInfo()
67 HostConnection *con = new HostConnection(); in getWithThreadInfo()
119 void HostConnection::exit() { in exit()
133 GLEncoder *HostConnection::glEncoder() in glEncoder()
143 GL2Encoder *HostConnection::gl2Encoder() in gl2Encoder()
153 ExtendedRCEncoderContext *HostConnection::rcEncoder() in rcEncoder()
166 gl_client_context_t *HostConnection::s_getGLContext() in s_getGLContext()
[all …]
DHostConnection.h112 class HostConnection
115 static HostConnection *get();
116 static HostConnection *getWithThreadInfo(EGLThreadInfo* tInfo);
118 ~HostConnection();
140 HostConnection();
DThreadInfo.h24 struct HostConnection;
31 HostConnection *hostConn;
DAndroid.mk10 HostConnection.cpp \
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp126 HostConnection *hcon = HostConnection::get(); in initialize()
283 HostConnection *hcon = HostConnection::get(); in queryHostEGLString()
335 HostConnection *hcon = HostConnection::get(); in buildExtensionString()
Degl.cpp132 HostConnection *hostCon = HostConnection::get(); \
136 HostConnection *hostCon = HostConnection::get(); \
148 HostConnection *hostCon = HostConnection::getWithThreadInfo(tls); \
/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/gralloc/
Dgralloc.cpp302 HostConnection *hostCon = HostConnection::get(); \
306 HostConnection *hostCon = HostConnection::get(); \
1322 HostConnection *hostCon = HostConnection::get(); in gralloc_device_open()