/third_party/mesa3d/src/glx/tests/ |
D | fake_glx_screen.cpp | 53 struct glx_context *shareList, int renderType) in indirect_create_context() argument 55 (void) shareList; in indirect_create_context() 64 struct glx_context *shareList, in indirect_create_context_attribs() argument 73 return indirect_create_context(base, config_base, shareList, 0); in indirect_create_context_attribs() 81 struct glx_context *shareList, in applegl_create_context() argument 84 return indirect_create_context(base, config_base, shareList, renderType); in applegl_create_context()
|
D | fake_glx_screen.h | 112 struct glx_context *shareList, int renderType) in create() argument 114 (void) shareList; in create() 122 struct glx_context *shareList, in create_attribs() argument 127 (void) shareList; in create_attribs()
|
/third_party/mesa3d/src/glx/ |
D | driwindows_glx.c | 122 struct glx_context *shareList, int renderType) in driwindows_create_context() argument 136 if (shareList) { in driwindows_create_context() 140 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context() 144 pcp_shared = (struct driwindows_context *) shareList; in driwindows_create_context() 176 struct glx_context *shareList, in driwindows_create_context_attribs() argument 211 if (shareList) { in driwindows_create_context_attribs() 215 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context_attribs() 219 pcp_shared = (struct driwindows_context *) shareList; in driwindows_create_context_attribs()
|
D | indirect_glx.c | 260 struct glx_context *shareList, int renderType) in indirect_create_context() argument 265 return indirect_create_context_attribs(psc, mode, shareList, in indirect_create_context() 277 struct glx_context *shareList, in indirect_create_context_attribs() argument 319 if (shareList && shareList->isDirect) in indirect_create_context_attribs()
|
D | applegl_glx.c | 126 struct glx_context *shareList, int renderType) in applegl_create_context() argument 154 shareList ? shareList->driContext : NULL, in applegl_create_context()
|
D | glxcmds.c | 325 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local 346 gc = applegl_create_context(psc, config, shareList, renderType); in CreateContext() 349 gc = psc->vtable->create_context(psc, config, shareList, renderType); in CreateContext() 351 gc = indirect_create_context(psc, config, shareList, renderType); in CreateContext() 368 req->shareList = shareList ? shareList->xid : None; in CreateContext() 384 req->shareList = shareList ? shareList->xid : None; in CreateContext() 405 req->shareList = shareList ? shareList->xid : None; in CreateContext() 420 gc->share_xid = shareList ? shareList->xid : None; in CreateContext() 443 GLXContext shareList, Bool allowDirect) in glXCreateContext() argument 474 return CreateContext(dpy, vis->visualid, config, shareList, allowDirect, in glXCreateContext() [all …]
|
D | glxclient.h | 480 struct glx_context *shareList, 485 struct glx_context *shareList, 770 struct glx_context *shareList, int renderType); 795 struct glx_context *shareList, int renderType); 799 struct glx_context *shareList,
|
D | dri_common.h | 87 struct glx_context *shareList,
|
D | dri3_glx.c | 234 struct glx_context *shareList, in dri3_create_context_attribs() argument 257 if (shareList) { in dri3_create_context_attribs() 259 if (!shareList->isDirect) in dri3_create_context_attribs() 268 if (!!shareList->noError != !!dca.no_error) { in dri3_create_context_attribs() 273 pcp_shared = (struct dri3_context *) shareList; in dri3_create_context_attribs()
|
D | drisw_glx.c | 556 struct glx_context *shareList, in drisw_create_context_attribs() argument 585 if (shareList) { in drisw_create_context_attribs() 587 if (!shareList->isDirect) in drisw_create_context_attribs() 596 if (!!shareList->noError != !!dca.no_error) { in drisw_create_context_attribs() 601 pcp_shared = (struct drisw_context *) shareList; in drisw_create_context_attribs()
|
D | dri2_glx.c | 156 struct glx_context *shareList, in dri2_create_context_attribs() argument 179 if (shareList) { in dri2_create_context_attribs() 181 if (!shareList->isDirect) in dri2_create_context_attribs() 190 if (!!shareList->noError != !!dca.no_error) { in dri2_create_context_attribs() 195 pcp_shared = (struct dri2_context *) shareList; in dri2_create_context_attribs()
|
D | dri_common.c | 664 struct glx_context *shareList, in dri_common_create_context() argument 670 return base->vtable->create_context_attribs(base, config_base, shareList, in dri_common_create_context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | functionsglx_typedefs.h | 24 GLXContext shareList,
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 186 GLXContext shareList, Bool direct ); 268 int renderType, GLXContext shareList,
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 574 4 GLX_CONTEXT shareList
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 574 4 GLX_CONTEXT shareList
|