Home
last modified time | relevance | path

Searched refs:hostCon (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp132 HostConnection *hostCon = HostConnection::get(); \
133 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
136 HostConnection *hostCon = HostConnection::get(); \
137 if (!hostCon) { \
141 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
148 HostConnection *hostCon = HostConnection::getWithThreadInfo(tls); \
149 if (!hostCon) { \
153 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
1422 hostCon->setGrallocOnly(false); in eglCreateContext()
1531 hostCon->setGrallocOnly(false); in eglMakeCurrent()
[all …]
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp40 HostConnection *hostCon = HostConnection::get(); \
41 if (!hostCon) { \
45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp40 HostConnection *hostCon = HostConnection::get(); \
41 if (!hostCon) { \
45 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp302 HostConnection *hostCon = HostConnection::get(); \
303 ExtendedRCEncoderContext *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
306 HostConnection *hostCon = HostConnection::get(); \
307 if (!hostCon) { \
311 ExtendedRCEncoderContext *rcEnc = hostCon->rcEncoder(); \
652 if (hostCon && rcEnc) { in gralloc_alloc()
818 hostCon->flush(); in fb_post()
861 hostCon->flush(); in fb_setSwapInterval()
1322 HostConnection *hostCon = HostConnection::get(); in gralloc_device_open() local
1323 if (!hostCon) { in gralloc_device_open()