HomeSort by relevance Sort by last modified time
    Searched defs:shareCtx (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/system/egl/
eglContext.h 29 EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx);
36 EGLContext_t * shareCtx;
egl.cpp 133 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) :
138 shareCtx(shareCtx),
148 if (shareCtx)
149 sharedGroup = shareCtx->getSharedGroup();
869 EGLContext_t * shareCtx = NULL;
871 shareCtx = static_cast<EGLContext_t*>(share_context);
872 rcShareCtx = shareCtx->rcContext;
873 if (shareCtx->dpy != dpy)
884 EGLContext_t * context = new EGLContext_t(dpy, config, shareCtx);
    [all...]

Completed in 78 milliseconds