Searched refs:gl2Encoder (Results 1 – 6 of 6) sorted by relevance
37 GL2Encoder *gl2Encoder() { return m_gl2Enc; } in gl2Encoder() function
544 server->gl2Encoder()->setClientState( wctx ? wctx->clientState : NULL ); in eglMakeCurrent()602 server->gl2Encoder()->flush(); in eglSwapBuffers()
35 GL2Encoder *gl2Encoder();
121 GL2Encoder *HostConnection::gl2Encoder() in gl2Encoder() function in HostConnection
28 #define GET_CONTEXT GL2Encoder * ctx = getEGLThreadInfo()->hostConn->gl2Encoder();
1028 hostCon->gl2Encoder()->setClientState(context->getClientState()); in eglMakeCurrent()1029 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()1039 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()1040 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()1058 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()1060 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()