Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
Degl.cpp106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
1028 hostCon->gl2Encoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1029 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1032 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
1033 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
1039 hostCon->gl2Encoder()->setClientState(NULL); 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.cpp106 HostConnection *hostCon = HostConnection::get(); \
107 renderControl_encoder_context_t *rcEnc = (hostCon ? hostCon->rcEncoder() : NULL)
110 HostConnection *hostCon = HostConnection::get(); \
111 if (!hostCon) { \
115 renderControl_encoder_context_t *rcEnc = hostCon->rcEncoder(); \
323 if (hostCon && rcEnc) { in gralloc_alloc()
460 hostCon->flush(); in fb_post()
503 hostCon->flush(); in fb_setSwapInterval()
903 HostConnection *hostCon = HostConnection::get(); in gralloc_device_open() local
904 if (!hostCon) { in gralloc_device_open()