| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 55 struct glx_context *shareList, int renderType) 57 (void) shareList; 66 struct glx_context *shareList, 75 return indirect_create_context(base, config_base, shareList, 0); 83 struct glx_context *shareList, 86 return indirect_create_context(base, config_base, shareList, renderType); 54 indirect_create_context(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 64 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 81 applegl_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument
|
| H A D | fake_glx_screen.h | 110 struct glx_context *shareList, int renderType) 112 (void) shareList; 120 struct glx_context *shareList, 125 (void) shareList; 109 create(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 118 create_attribs(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,unsigned num_attribs,const uint32_t * attribs,unsigned * error) argument
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 53 struct glx_context *shareList, int renderType) 55 (void) shareList; 64 struct glx_context *shareList, 73 return indirect_create_context(base, config_base, shareList, 0); 81 struct glx_context *shareList, 84 return indirect_create_context(base, config_base, shareList, renderType); 52 indirect_create_context(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 62 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 79 applegl_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument
|
| H A D | fake_glx_screen.h | 110 struct glx_context *shareList, int renderType) 112 (void) shareList; 120 struct glx_context *shareList, 125 (void) shareList; 109 create(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 118 create_attribs(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,unsigned num_attribs,const uint32_t * attribs,unsigned * error) argument
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | applegl_glx.c | 122 struct glx_context *shareList, int renderType) 150 shareList ? shareList->driContext : NULL, 120 applegl_create_context(struct glx_screen * psc,struct glx_config * config,struct glx_context * shareList,int renderType) argument
|
| H A D | dri_common.h | 91 struct glx_context *shareList,
|
| H A D | driwindows_glx.c | 122 struct glx_context *shareList, int renderType) 136 if (shareList) { 137 /* If the shareList context is not on this renderer, we cannot possibly 140 if (shareList->vtable->destroy != driwindows_destroy_context) { 144 pcp_shared = (struct driwindows_context *) shareList; 176 struct glx_context *shareList, 211 if (shareList) { 212 /* If the shareList context is not on this renderer, we cannot possibly 215 if (shareList->vtable->destroy != driwindows_destroy_context) { 219 pcp_shared = (struct driwindows_context *) shareList; 120 driwindows_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument 174 driwindows_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 [all...] |
| H A D | indirect_glx.c | 260 struct glx_context *shareList, int renderType) 265 return indirect_create_context_attribs(psc, mode, shareList, 277 struct glx_context *shareList, 319 if (shareList && shareList->isDirect) 258 indirect_create_context(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 275 indirect_create_context_attribs(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,unsigned num_attribs,const uint32_t * attribs,unsigned * error) argument
|
| H A D | glxclient.h | 286 * The XID of the \c shareList context. 481 struct glx_context *shareList, 486 struct glx_context *shareList, 775 struct glx_context *shareList, int renderType); 800 struct glx_context *shareList, int renderType); 804 struct glx_context *shareList,
|
| H A D | glxcmds.c | 331 struct glx_context *shareList = (struct glx_context *) shareList_user; local in function:CreateContext 344 gc = applegl_create_context(psc, config, shareList, renderType); 347 gc = psc->vtable->create_context(psc, config, shareList, renderType); 349 gc = indirect_create_context(psc, config, shareList, renderType); 366 req->shareList = shareList ? shareList->xid : None; 382 req->shareList = shareList ? shareList 440 glXCreateContext(Display * dpy,XVisualInfo * vis,GLXContext shareList,Bool allowDirect) argument 1616 glXCreateNewContext(Display * dpy,GLXFBConfig fbconfig,int renderType,GLXContext shareList,Bool allowDirect) argument 2026 glXCreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX fbconfig,int renderType,GLXContext shareList,Bool allowDirect) argument [all...] |
| H A D | dri3_glx.c | 233 struct glx_context *shareList, 252 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) { 260 if (shareList) { 262 if (!shareList->isDirect) 265 pcp_shared = (struct dri3_context *) shareList; 231 dri3_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 D | drisw_glx.c | 502 struct glx_context *shareList, 526 if (!dri2_check_no_error(dca.flags, shareList, dca.major_ver, error)) 534 if (shareList) { 536 if (!shareList->isDirect) 539 pcp_shared = (struct drisw_context *) shareList; 500 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
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | applegl_glx.c | 126 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 D | driwindows_glx.c | 162 struct glx_context *shareList, int renderType) 176 if (shareList) { 177 /* If the shareList context is not on this renderer, we cannot possibly 180 if (shareList->vtable->destroy != driwindows_destroy_context) { 184 pcp_shared = (struct driwindows_context *) shareList; 216 struct glx_context *shareList, 251 if (shareList) { 252 /* If the shareList context is not on this renderer, we cannot possibly 255 if (shareList->vtable->destroy != driwindows_destroy_context) { 259 pcp_shared = (struct driwindows_context *) shareList; 160 driwindows_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument 214 driwindows_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 [all...] |
| H A D | glxclient.h | 113 struct glx_context *shareList, 291 * The XID of the \c shareList context. 495 struct glx_context *shareList, 500 struct glx_context *shareList, 821 struct glx_context *shareList, int renderType); 843 struct glx_context *shareList, int renderType); 847 struct glx_context *shareList,
|
| H A D | glxcmds.c | 327 struct glx_context *shareList = (struct glx_context *) shareList_user; local in function:CreateContext 340 gc = applegl_create_context(psc, config, shareList, renderType); 343 gc = psc->vtable->create_context(psc, config, shareList, renderType); 345 gc = indirect_create_context(psc, config, shareList, renderType); 362 req->shareList = shareList ? shareList->xid : None; 378 req->shareList = shareList ? shareList 436 glXCreateContext(Display * dpy,XVisualInfo * vis,GLXContext shareList,Bool allowDirect) argument 1629 glXCreateNewContext(Display * dpy,GLXFBConfig fbconfig,int renderType,GLXContext shareList,Bool allowDirect) argument 2014 glXCreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX fbconfig,int renderType,GLXContext shareList,Bool allowDirect) argument [all...] |
| H A D | drisw_glx.c | 515 struct glx_context *shareList, int renderType) 529 if (shareList) { 530 /* If the shareList context is not a DRISW context, we cannot possibly 533 if (shareList->vtable->destroy != drisw_destroy_context) { 537 pcp_shared = (struct drisw_context *) shareList; 568 struct glx_context *shareList, 601 if (!dri2_check_no_error(flags, shareList, major_ver, error)) 616 if (shareList) { 617 pcp_shared = (struct drisw_context *) shareList; 513 drisw_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument 566 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 D | indirect_glx.c | 345 struct glx_context *shareList, int renderType) 441 struct glx_context *shareList, 463 return indirect_create_context(base, config_base, shareList, renderType); 343 indirect_create_context(struct glx_screen * psc,struct glx_config * mode,struct glx_context * shareList,int renderType) argument 439 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 D | dri2_glx.c | 182 struct glx_context *shareList, int renderType) 193 if (shareList) { 194 /* If the shareList context is not a DRI2 context, we cannot possibly 197 if (shareList->vtable->destroy != dri2_destroy_context) { 201 pcp_shared = (struct dri2_context *) shareList; 233 struct glx_context *shareList, 266 if (!dri2_check_no_error(flags, shareList, major_ver, error)) { 274 if (shareList) { 275 pcp_shared = (struct dri2_context *) shareList; 180 dri2_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument 231 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 D | dri3_glx.c | 233 struct glx_context *shareList, 262 if (!dri2_check_no_error(flags, shareList, major_ver, error)) { 270 if (shareList) { 271 pcp_shared = (struct dri3_context *) shareList; 342 struct glx_context *shareList, int renderType) 347 return dri3_create_context_attribs(base, config_base, shareList, 231 dri3_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 340 dri3_create_context(struct glx_screen * base,struct glx_config * config_base,struct glx_context * shareList,int renderType) argument
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | createcontext.c | 147 if (req->shareList != None) { 148 if (!validGlxContext(client, req->shareList, DixReadAccess, 157 client->errorValue = req->shareList; 347 ctx->share_id = req->shareList;
|
| H A D | glxcmdsswap.c | 67 __GLX_SWAP_INT(&req->shareList); 84 __GLX_SWAP_INT(&req->shareList); 104 __GLX_SWAP_INT(&req->shareList);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 65 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct); 91 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glx.h | 191 GLXContext shareList, Bool direct ); 273 int renderType, GLXContext shareList,
|