Home
last modified time | relevance | path

Searched refs:shareList (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp55 struct glx_context *shareList, int renderType) in indirect_create_context() argument
57 (void) shareList; in indirect_create_context()
66 struct glx_context *shareList, in indirect_create_context_attribs() argument
75 return indirect_create_context(base, config_base, shareList, 0); in indirect_create_context_attribs()
83 struct glx_context *shareList, in applegl_create_context() argument
86 return indirect_create_context(base, config_base, shareList, renderType); in applegl_create_context()
Dfake_glx_screen.h110 struct glx_context *shareList, int renderType) in create() argument
112 (void) shareList; in create()
120 struct glx_context *shareList, in create_attribs() argument
125 (void) shareList; in create_attribs()
/external/mesa3d/src/glx/
Ddriwindows_glx.c162 struct glx_context *shareList, int renderType) in driwindows_create_context() argument
176 if (shareList) { in driwindows_create_context()
180 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context()
184 pcp_shared = (struct driwindows_context *) shareList; in driwindows_create_context()
216 struct glx_context *shareList, in driwindows_create_context_attribs() argument
251 if (shareList) { in driwindows_create_context_attribs()
255 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context_attribs()
259 pcp_shared = (struct driwindows_context *) shareList; in driwindows_create_context_attribs()
Dapplegl_glx.c126 struct glx_context *shareList, int renderType) in applegl_create_context() argument
151 shareList ? shareList->driContext : NULL, in applegl_create_context()
Dglxclient.h113 struct glx_context *shareList,
489 struct glx_context *shareList,
494 struct glx_context *shareList,
813 struct glx_context *shareList, int renderType);
835 struct glx_context *shareList, int renderType);
839 struct glx_context *shareList,
Dglxcmds.c289 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
302 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext()
305 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
307 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext()
324 req->shareList = shareList ? shareList->xid : None; in CreateContext()
340 req->shareList = shareList ? shareList->xid : None; in CreateContext()
361 req->shareList = shareList ? shareList->xid : None; in CreateContext()
376 gc->share_xid = shareList ? shareList->xid : None; in CreateContext()
384 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument
428 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
[all …]
Ddrisw_glx.c349 struct glx_context *shareList, int renderType) in drisw_create_context() argument
363 if (shareList) { in drisw_create_context()
367 if (shareList->vtable->destroy != drisw_destroy_context) { in drisw_create_context()
371 pcp_shared = (struct drisw_context *) shareList; in drisw_create_context()
402 struct glx_context *shareList, in drisw_create_context_attribs() argument
447 if (shareList) { in drisw_create_context_attribs()
448 pcp_shared = (struct drisw_context *) shareList; in drisw_create_context_attribs()
Dindirect_glx.c345 struct glx_context *shareList, int renderType) in indirect_create_context() argument
441 struct glx_context *shareList, in indirect_create_context_attribs() argument
463 return indirect_create_context(base, config_base, shareList, renderType); in indirect_create_context_attribs()
Ddri3_glx.c233 struct glx_context *shareList, in dri3_create_context_attribs() argument
266 if (shareList) { in dri3_create_context_attribs()
267 pcp_shared = (struct dri3_context *) shareList; in dri3_create_context_attribs()
335 struct glx_context *shareList, int renderType) in dri3_create_context() argument
340 return dri3_create_context_attribs(base, config_base, shareList, in dri3_create_context()
Ddri2_glx.c182 struct glx_context *shareList, int renderType) in dri2_create_context() argument
193 if (shareList) { in dri2_create_context()
197 if (shareList->vtable->destroy != dri2_destroy_context) { in dri2_create_context()
201 pcp_shared = (struct dri2_context *) shareList; in dri2_create_context()
233 struct glx_context *shareList, in dri2_create_context_attribs() argument
270 if (shareList) { in dri2_create_context_attribs()
271 pcp_shared = (struct dri2_context *) shareList; in dri2_create_context_attribs()
Ddri_glx.c667 struct glx_context *shareList, int renderType) in dri_create_context() argument
682 if (shareList) { in dri_create_context()
686 if (shareList->vtable->destroy != dri_destroy_context) { in dri_create_context()
690 pcp_shared = (struct dri_context *) shareList; in dri_create_context()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h65 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
91 …teNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
Dglxapi.c177 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext() argument
183 return t->CreateContext(dpy, visinfo, shareList, direct); in glXCreateContext()
406 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext() argument
412 return t->CreateNewContext(dpy, config, renderType, shareList, direct); in glXCreateNewContext()
Dfakeglx.c2244 int renderType, GLXContext shareList, Bool direct ) in Fake_glXCreateNewContext() argument
2259 xmCtx = XMesaCreateContext(xmvis, (XMesaContext) shareList); in Fake_glXCreateNewContext()
/external/mesa3d/include/GL/
Dglx.h191 GLXContext shareList, Bool direct );
273 int renderType, GLXContext shareList,
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
/external/mesa3d/docs/
DVERSIONS79 - glXCreateContext()'s shareList parameter works as it's supposed to.
80 XMesaCreateContext() updated to accept a shareList parameter too.