Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp28 #define GET_CONTEXT GLEncoder * ctx = getEGLThreadInfo()->hostConn->glEncoder();
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DHostConnection.h130 GLEncoder *glEncoder();
DHostConnection.cpp355 GLEncoder *HostConnection::glEncoder() in glEncoder() function in HostConnection
/hardware/google/gfxstream/guest/egl/
Degl.cpp2050 hostCon->glEncoder()->setClientState(context->getClientState()); in eglMakeCurrent()
2051 hostCon->glEncoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()
2060 hostCon->glEncoder()->setClientState(NULL); in eglMakeCurrent()
2061 hostCon->glEncoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()
2090 if (!hostCon->glEncoder()->isInitialized()) { in eglMakeCurrent()
2095 hostCon->glEncoder()->setInitialized(); in eglMakeCurrent()