Searched refs:glEncoder (Results 1 – 4 of 4) sorted by relevance
28 #define GET_CONTEXT GLEncoder * ctx = getEGLThreadInfo()->hostConn->glEncoder();
130 GLEncoder *glEncoder();
355 GLEncoder *HostConnection::glEncoder() in glEncoder() function in HostConnection
2050 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()