Lines Matching defs:shareList
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;