Searched defs:shareList (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp51 struct glx_context *shareList, int renderType)
53 (void) shareList;
50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
H A Dfake_glx_screen.h93 struct glx_context *shareList,
98 (void) shareList;
127 struct glx_context *shareList, int renderType)
129 (void) shareList;
137 struct glx_context *shareList,
142 (void) shareList;
91 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
126 create(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
135 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
/external/mesa3d/src/glx/
H A Dapplegl_glx.c126 struct glx_context *shareList, int renderType)
151 shareList ? shareList->driContext : NULL,
124 applegl_create_context(struct glx_screen *psc, struct glx_config *config, struct glx_context *shareList, int renderType) argument
H A Dindirect_glx.c346 struct glx_context *shareList, int renderType)
442 struct glx_context *shareList,
458 return indirect_create_context(base, config_base, shareList, 0);
344 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) argument
440 indirect_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
H A Ddrisw_glx.c374 struct glx_context *shareList, int renderType)
384 if (shareList) {
385 /* If the shareList context is not a DRISW context, we cannot possibly
388 if (shareList->vtable->destroy != drisw_destroy_context) {
392 pcp_shared = (struct drisw_context *) shareList;
422 struct glx_context *shareList,
456 if (shareList) {
457 pcp_shared = (struct drisw_context *) shareList;
372 drisw_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
420 drisw_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
H A Ddri2_glx.c183 struct glx_context *shareList, int renderType)
190 if (shareList) {
191 /* If the shareList context is not a DRI2 context, we cannot possibly
194 if (shareList->vtable->destroy != dri2_destroy_context) {
198 pcp_shared = (struct dri2_context *) shareList;
229 struct glx_context *shareList,
260 if (shareList) {
261 pcp_shared = (struct dri2_context *) shareList;
181 dri2_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
227 dri2_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) argument
H A Ddri_glx.c575 struct glx_context *shareList, int renderType)
586 if (shareList) {
587 /* If the shareList context is not a DRI context, we cannot possibly
590 if (shareList->vtable->destroy != dri_destroy_context) {
594 pcp_shared = (struct dri_context *) shareList;
573 dri_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) argument
H A Dglxcmds.c260 struct glx_context *shareList = (struct glx_context *) shareList_user; local
273 gc = applegl_create_context(psc, config, shareList, renderType);
276 gc = psc->vtable->create_context(psc, config, shareList, renderType);
278 gc = indirect_create_context(psc, config, shareList, renderType);
295 req->shareList = shareList ? shareList->xid : None;
311 req->shareList = shareList ? shareList
355 glXCreateContext(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool allowDirect) argument
1642 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
1992 glXCreateContextWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool allowDirect) argument
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) argument
219 return (t->CreateContext)(dpy, visinfo, shareList, direct);
450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct) argument
456 return (t->CreateNewContext)(dpy, config, renderType, shareList, direct);
H A Dfakeglx.c2320 int renderType, GLXContext shareList, Bool direct )
2323 struct fake_glx_context *shareCtx = (struct fake_glx_context *) shareList;
2319 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 111 milliseconds