/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 273 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/ |
D | stw_context.c | 167 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()
|
D | stw_context.h | 53 struct stw_context *shareCtx,
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 1115 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/ |
D | FunctionsGLX.cpp | 301 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/ |
D | radeon_common_context.c | 142 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/ |
D | radeon_common_context.c | 142 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/ |
D | intel_context.c | 415 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/ |
D | dri_util.c | 310 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/ |
D | MultithreadingTest.cpp | 44 EGLContext createMultithreadedContext(EGLWindow *window, EGLContext shareCtx) in createMultithreadedContext() argument 54 return window->createContext(shareCtx, attribs); in createMultithreadedContext()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 1039 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/ |
D | brw_context.c | 966 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()
|