| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| 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);
|
| fake_glx_screen.h | 110 struct glx_context *shareList, int renderType) 112 (void) shareList; 120 struct glx_context *shareList, 125 (void) shareList;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| 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);
|
| fake_glx_screen.h | 110 struct glx_context *shareList, int renderType) 112 (void) shareList; 120 struct glx_context *shareList, 125 (void) shareList;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| applegl_glx.c | 122 struct glx_context *shareList, int renderType) 150 shareList ? shareList->driContext : NULL,
|
| dri_common.h | 91 struct glx_context *shareList,
|
| 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; [all...] |
| 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)
|
| 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,
|
| glxcmds.c | 331 struct glx_context *shareList = (struct glx_context *) shareList_user; 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->xid : None [all...] |
| 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;
|
| 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;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| applegl_glx.c | 126 struct glx_context *shareList, int renderType) 151 shareList ? shareList->driContext : NULL,
|
| 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; [all...] |
| 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,
|
| glxcmds.c | 327 struct glx_context *shareList = (struct glx_context *) shareList_user; 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->xid : None [all...] |
| 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;
|
| 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);
|
| 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;
|
| 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,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| 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;
|
| glxcmdsswap.c | 67 __GLX_SWAP_INT(&req->shareList); 84 __GLX_SWAP_INT(&req->shareList); 104 __GLX_SWAP_INT(&req->shareList);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| 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/src/mesa/drivers/x11/ |
| 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/include/GL/ |
| glx.h | 186 GLXContext shareList, Bool direct ); 268 int renderType, GLXContext shareList,
|