Home | History | Annotate | Download | only in egl

Lines Matching refs:shareCtx

132 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) :
137 shareCtx(shareCtx),
147 if (shareCtx)
148 sharedGroup = shareCtx->getSharedGroup();
868 EGLContext_t * shareCtx = NULL;
870 shareCtx = static_cast<EGLContext_t*>(share_context);
871 rcShareCtx = shareCtx->rcContext;
872 if (shareCtx->dpy != dpy)
883 EGLContext_t * context = new EGLContext_t(dpy, config, shareCtx);