Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp273 GLXContext shareCtx = reinterpret_cast<GLXContext>(share); in createContext() local
274 GLXContext context = mFnPtrs->createContextPtr(mXDisplay, visual, shareCtx, direct); in createContext()
381 GLXContext shareCtx = reinterpret_cast<GLXContext>(shareContext); in createContextAttribsARB() local
384 mFnPtrs->createContextAttribsARBPtr(mXDisplay, cfg, shareCtx, direct, attribList); in createContextAttribsARB()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, in stw_create_context_attribs() argument
209 if (shareCtx != NULL) in stw_create_context_attribs()
210 shareCtx->shared = TRUE; in stw_create_context_attribs()
219 ctx->shared = shareCtx != NULL; in stw_create_context_attribs()
278 stw_dev->smapi, &attribs, &ctx_err, shareCtx ? shareCtx->st : NULL); in stw_create_context_attribs()
Dstw_context.h53 struct stw_context *shareCtx,
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1115 XMesaContext shareCtx, Bool direct, in create_context() argument
1133 glxCtx->xmesaContext = XMesaCreateContext(xmvis, shareCtx, major, minor, in create_context()
1150 GLXContext shareCtx, Bool direct ) in glXCreateContext() argument
1165 shareCtx ? shareCtx->xmesaContext : NULL, in glXCreateContext()
2146 int renderType, GLXContext shareCtx, Bool direct ) in glXCreateNewContext() argument
2155 shareCtx ? shareCtx->xmesaContext : NULL, in glXCreateNewContext()
2357 int renderType, GLXContext shareCtx, in glXCreateContextWithConfigSGIX() argument
2367 shareCtx ? shareCtx->xmesaContext : NULL, in glXCreateContextWithConfigSGIX()
2657 GLXContext shareCtx, Bool direct, in glXCreateContextAttribsARB() argument
2758 shareCtx ? shareCtx->xmesaContext : NULL, in glXCreateContextAttribsARB()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp301 GLXContext shareCtx = reinterpret_cast<GLXContext>(share); in createContext() local
302 GLXContext context = mFnPtrs->createContextPtr(mXDisplay, visual, shareCtx, direct); in createContext()
421 GLXContext shareCtx = reinterpret_cast<GLXContext>(shareContext); in createContextAttribsARB() local
424 mFnPtrs->createContextAttribsARBPtr(mXDisplay, cfg, shareCtx, direct, attribList); in createContextAttribsARB()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c142 struct gl_context* shareCtx; in radeonInitContext() local
151 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx; in radeonInitContext()
153 shareCtx = NULL; in radeonInitContext()
156 glVisual, shareCtx, in radeonInitContext()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c142 struct gl_context* shareCtx; in radeonInitContext() local
151 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx; in radeonInitContext()
153 shareCtx = NULL; in radeonInitContext()
156 glVisual, shareCtx, in radeonInitContext()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c415 struct gl_context *shareCtx = (struct gl_context *) sharedContextPrivate; in intelInitContext() local
428 if (!_mesa_initialize_context(&intel->ctx, api, mesaVis, shareCtx, in intelInitContext()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c310 void *shareCtx = (shared != NULL) ? shared->driverPrivate : NULL; in driCreateContextAttribs() local
481 &ctx_config, error, shareCtx)) { in driCreateContextAttribs()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultithreadingTest.cpp44 EGLContext createMultithreadedContext(EGLWindow *window, EGLContext shareCtx) in createMultithreadedContext() argument
54 return window->createContext(shareCtx, attribs); in createMultithreadedContext()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c1039 struct gl_context *shareCtx = share ? share->ctx : NULL; in st_create_context() local
1057 if (!_mesa_initialize_context(ctx, api, visual, shareCtx, &funcs)) { in st_create_context()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c966 struct gl_context *shareCtx = (struct gl_context *) sharedContextPrivate; in brw_create_context() local
1045 if (!_mesa_initialize_context(ctx, api, mesaVis, shareCtx, &functions)) { in brw_create_context()