Searched refs:gl2Encoder (Results 1 – 6 of 6) sorted by relevance
34 GL2Encoder *gl2Encoder();
119 GL2Encoder *HostConnection::gl2Encoder() in gl2Encoder() function in HostConnection
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()
27 #define GET_CONTEXT GL2Encoder * ctx = getEGLThreadInfo()->hostConn->gl2Encoder();
961 hostCon->gl2Encoder()->setClientState(context->getClientState()); in eglMakeCurrent()962 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()972 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()973 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()991 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()993 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()