Home | History | Annotate | Download | only in egl

Lines Matching refs:shareCtx

133 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) :
138 shareCtx(shareCtx),
148 if (shareCtx)
149 sharedGroup = shareCtx->getSharedGroup();
867 EGLContext_t * shareCtx = NULL;
869 shareCtx = static_cast<EGLContext_t*>(share_context);
870 rcShareCtx = shareCtx->rcContext;
871 if (shareCtx->dpy != dpy)
882 EGLContext_t * context = new EGLContext_t(dpy, config, shareCtx);