/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 93 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()
|
D | fake_glx_screen.cpp | 51 struct glx_context *shareList, int renderType) in indirect_create_context() argument 53 (void) shareList; in indirect_create_context()
|
/external/mesa3d/src/glx/ |
D | applegl_glx.c | 126 struct glx_context *shareList, int renderType) in applegl_create_context() argument 151 shareList ? shareList->driContext : NULL, in applegl_create_context()
|
D | glxcmds.c | 260 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 …]
|
D | glxclient.h | 107 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);
|
D | drisw_glx.c | 374 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()
|
D | indirect_glx.c | 346 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()
|
D | dri2_glx.c | 183 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()
|
D | dri_glx.c | 575 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/ |
D | glxapi.h | 66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); 92 …teNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
|
D | glxapi.c | 213 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()
|
D | realglx.h | 151 int renderType, GLXContext shareList, Bool direct );
|
D | fakeglx.c | 2320 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/ |
D | glx.h | 204 GLXContext shareList, Bool direct ); 286 int renderType, GLXContext shareList,
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 60 typedef GLXContext (*GLXCREATECONTEXTPROC)( Display *dpy, XVisualInfo *vis, GLXContext shareList, B…
|
/external/mesa3d/docs/ |
D | VERSIONS | 79 - 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/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |