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.cpp134 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t() argument
139 shareCtx(shareCtx), in EGLContext_t()
151 if (shareCtx) in EGLContext_t()
152 sharedGroup = shareCtx->getSharedGroup(); in EGLContext_t()
923 EGLContext_t * shareCtx = NULL; in eglCreateContext() local
925 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()
926 rcShareCtx = shareCtx->rcContext; in eglCreateContext()
927 if (shareCtx->dpy != dpy) in eglCreateContext()
938 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)