Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.h93 struct glx_context *shareList, in create_attribs() argument
98 (void) shareList; in create_attribs()
127 struct glx_context *shareList, int renderType) in create() argument
129 (void) shareList; in create()
137 struct glx_context *shareList, in create_attribs() argument
142 (void) shareList; in create_attribs()
Dfake_glx_screen.cpp51 struct glx_context *shareList, int renderType) in indirect_create_context() argument
53 (void) shareList; in indirect_create_context()
/external/mesa3d/src/glx/
Dapplegl_glx.c126 struct glx_context *shareList, int renderType) in applegl_create_context() argument
151 shareList ? shareList->driContext : NULL, in applegl_create_context()
Dglxcmds.c260 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
273 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext()
276 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext()
278 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext()
295 req->shareList = shareList ? shareList->xid : None; in CreateContext()
311 req->shareList = shareList ? shareList->xid : None; in CreateContext()
332 req->shareList = shareList ? shareList->xid : None; in CreateContext()
347 gc->share_xid = shareList ? shareList->xid : None; in CreateContext()
356 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument
381 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext()
[all …]
Dglxclient.h107 struct glx_context *shareList,
468 struct glx_context *shareList,
473 struct glx_context *shareList,
800 struct glx_context *shareList, int renderType);
819 struct glx_context *shareList, int renderType);
Ddrisw_glx.c374 struct glx_context *shareList, int renderType) in drisw_create_context() argument
384 if (shareList) { in drisw_create_context()
388 if (shareList->vtable->destroy != drisw_destroy_context) { in drisw_create_context()
392 pcp_shared = (struct drisw_context *) shareList; in drisw_create_context()
422 struct glx_context *shareList, in drisw_create_context_attribs() argument
456 if (shareList) { in drisw_create_context_attribs()
457 pcp_shared = (struct drisw_context *) shareList; in drisw_create_context_attribs()
Dindirect_glx.c346 struct glx_context *shareList, int renderType) in indirect_create_context() argument
442 struct glx_context *shareList, in indirect_create_context_attribs() argument
458 return indirect_create_context(base, config_base, shareList, 0); in indirect_create_context_attribs()
Ddri2_glx.c183 struct glx_context *shareList, int renderType) in dri2_create_context() argument
190 if (shareList) { in dri2_create_context()
194 if (shareList->vtable->destroy != dri2_destroy_context) { in dri2_create_context()
198 pcp_shared = (struct dri2_context *) shareList; in dri2_create_context()
229 struct glx_context *shareList, in dri2_create_context_attribs() argument
260 if (shareList) { in dri2_create_context_attribs()
261 pcp_shared = (struct dri2_context *) shareList; in dri2_create_context_attribs()
Ddri_glx.c575 struct glx_context *shareList, int renderType) in dri_create_context() argument
586 if (shareList) { in dri_create_context()
590 if (shareList->vtable->destroy != dri_destroy_context) { in dri_create_context()
594 pcp_shared = (struct dri_context *) shareList; in dri_create_context()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
92 …teNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
Dglxapi.c213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext() argument
219 return (t->CreateContext)(dpy, visinfo, shareList, direct); in glXCreateContext()
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext() argument
456 return (t->CreateNewContext)(dpy, config, renderType, shareList, direct); in glXCreateNewContext()
Drealglx.h151 int renderType, GLXContext shareList, Bool direct );
Dfakeglx.c2320 int renderType, GLXContext shareList, Bool direct ) in Fake_glXCreateNewContext() argument
2323 struct fake_glx_context *shareCtx = (struct fake_glx_context *) shareList; in Fake_glXCreateNewContext()
/external/mesa3d/include/GL/
Dglx.h204 GLXContext shareList, Bool direct );
286 int renderType, GLXContext shareList,
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c60 typedef GLXContext (*GLXCREATECONTEXTPROC)( Display *dpy, XVisualInfo *vis, GLXContext shareList, B…
/external/mesa3d/docs/
DVERSIONS79 - glXCreateContext()'s shareList parameter works as it's supposed to.
80 XMesaCreateContext() updated to accept a shareList parameter too.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...