Searched refs:shareList (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dfake_glx_screen.cpp55 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 Dfake_glx_screen.h110 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 Dfake_glx_screen.cpp53 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 Dfake_glx_screen.h110 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 Dapplegl_glx.c122 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 Ddri_common.h91 struct glx_context *shareList,
H A Ddriwindows_glx.c122 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 Dindirect_glx.c260 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 Dglxclient.h286 * 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 Dglxcmds.c331 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 Ddri3_glx.c233 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 Ddrisw_glx.c502 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 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 Ddriwindows_glx.c162 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 Dglxclient.h113 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 Dglxcmds.c327 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 Ddrisw_glx.c515 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 Dindirect_glx.c345 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 Ddri2_glx.c182 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 Ddri3_glx.c233 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 Dcreatecontext.c147 if (req->shareList != None) {
148 if (!validGlxContext(client, req->shareList, DixReadAccess,
157 client->errorValue = req->shareList;
347 ctx->share_id = req->shareList;
H A Dglxcmdsswap.c67 __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 Dglxapi.h65 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 Dglxapi.h65 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 Dglx.h191 GLXContext shareList, Bool direct );
273 int renderType, GLXContext shareList,

Completed in 23 milliseconds

12