Home
last modified time | relevance | path

Searched refs:share_list (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c360 _EGLContext *share_list, const EGLint *attrib_list) in wgl_create_context() argument
364 struct wgl_egl_context *wgl_ctx_shared = wgl_egl_context(share_list); in wgl_create_context()
387 if (share_list && share_list->ResetNotificationStrategy != in wgl_create_context()
399 if (share_list && share_list->NoError != wgl_ctx->base.NoError) { in wgl_create_context()
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp80 uint32_t share_list, in xcb_glx_create_context_attribs_arb_checked() argument
91 req.share_list = share_list; in xcb_glx_create_context_attribs_arb_checked()
252 EXPECT_EQ(glx_ctx->xid, req.share_list); in TEST_F()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DGLX_AMD_gpu_association.txt98 GLXContext share_list);
251 GLXContext share_list);
253 <id> must be a valid GPU id and cannot be 0. <share_list> must either
255 ID as <id>. If <share_list> was created using a different ID,
266 GLXBadContext if <share_list> is neither zero nor a valid GLX rendering
276 GLXContext share_list, const int *attribList)
285 <share_list> must either be NULL or that of an associated context created
286 with the the same GPU ID as <id>. If <share_list> was created using a
290 GLXBadContext if <share_list> is neither zero nor a valid GLX rendering
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt98 GLXContext share_list);
251 GLXContext share_list);
253 <id> must be a valid GPU id and cannot be 0. <share_list> must either
255 ID as <id>. If <share_list> was created using a different ID,
266 GLXBadContext if <share_list> is neither zero nor a valid GLX rendering
276 GLXContext share_list, const int *attribList)
285 <share_list> must either be NULL or that of an associated context created
286 with the the same GPU ID as <id>. If <share_list> was created using a
290 GLXBadContext if <share_list> is neither zero nor a valid GLX rendering
/third_party/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp88 struct gl_context share_list; member in DispatchSanity_test
98 memset(&share_list, 0, sizeof(share_list)); in SetUp()
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
259 typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list
269 GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
746 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
753 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/third_party/mesa3d/include/GL/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
259 typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list
269 GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
762 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
769 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
Dglx.h297 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h121 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
139 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
259 typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list
269 GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
746 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
753 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/third_party/openGLES/api/GL/
Dglxext.h102 …NTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
120 …NewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
240 typedef GLXContext ( *PFNGLXCREATEASSOCIATEDCONTEXTAMDPROC) (unsigned int id, GLXContext share_list
250 GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list);
747 …XPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
754 …igSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/third_party/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c156 GLXContext share_list, in dispatch_CreateContextAttribsARB() argument
184 ret = pCreateContextAttribsARB(dpy, config, share_list, direct, attrib_list); in dispatch_CreateContextAttribsARB()
200 GLXContext share_list, in dispatch_CreateContextWithConfigSGIX() argument
215 ret = pCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxmesa.h152 XMesaContext share_list );
Dxm_api.c877 XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list ) in XMesaCreateContext() argument
902 share_list ? &(share_list->mesa) : (struct gl_context *) NULL, in XMesaCreateContext()
Dfakeglx.c1243 GLXContext share_list, Bool direct ) in Fake_glXCreateContext() argument
1265 xmesaCtx = XMesaCreateContext(xmvis, (XMesaContext) share_list); in Fake_glXCreateContext()
2419 …nfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) in Fake_glXCreateContextWithConfigSGIX() argument
2427 xmCtx = XMesaCreateContext(xmvis, (XMesaContext) share_list); in Fake_glXCreateContextWithConfigSGIX()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h53 EGLContext share_list,
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h145 XMesaContext share_list,
Dxm_api.c938 XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list, in XMesaCreateContext() argument
1017 &ctx_err, (share_list) ? share_list->st : NULL); in XMesaCreateContext()
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
Degl.h239 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list
/third_party/mesa3d/src/mesa/main/
Dcontext.h99 struct gl_context *share_list,
Dcontext.c1085 struct gl_context *share_list, in _mesa_initialize_context() argument
1121 if (share_list) { in _mesa_initialize_context()
1123 shared = share_list->Shared; in _mesa_initialize_context()
/third_party/EGL/api/1.1/EGL/
Degl.h209 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list
/third_party/mesa3d/src/egl/main/
Degldriver.h92 _EGLContext *share_list, const EGLint *attrib_list);
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp241 _EGLContext *share_list, const EGLint *attrib_list) in haiku_create_context() argument
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt125 GLXContext share_list,
485 GLXContext share_list,
505 GLXBadContext if <share_list> is neither zero nor a valid GLX
507 GLXFBConfigSGIX; BadMatch if <share_list> defines an address space that
508 cannot be shared with the newly created context or if <share_list>
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt125 GLXContext share_list,
485 GLXContext share_list,
505 GLXBadContext if <share_list> is neither zero nor a valid GLX
507 GLXFBConfigSGIX; BadMatch if <share_list> defines an address space that
508 cannot be shared with the newly created context or if <share_list>

12