Home
last modified time | relevance | path

Searched refs:shareCtx (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
DeglContext.h29 EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx);
36 EGLContext_t * shareCtx; member
Degl.cpp133 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t() argument
138 shareCtx(shareCtx), in EGLContext_t()
149 if (shareCtx) in EGLContext_t()
150 sharedGroup = shareCtx->getSharedGroup(); in EGLContext_t()
886 EGLContext_t * shareCtx = NULL; in eglCreateContext() local
888 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()
889 rcShareCtx = shareCtx->rcContext; in eglCreateContext()
890 if (shareCtx->dpy != dpy) in eglCreateContext()
901 EGLContext_t * context = new EGLContext_t(dpy, config, shareCtx); in eglCreateContext()
/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
Dut_rendercontrol.in1 GL_ENTRY(int, createContext, uint32_t pid, uint32_t handle, uint32_t shareCtx, int version)