Home
last modified time | relevance | path

Searched refs:newVendor (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c210 GlxServerVendor *newVendor = NULL; in CommonMakeCurrent() local
226 newVendor = GlxGetXIDMap(context); in CommonMakeCurrent()
227 if (newVendor == NULL) { in CommonMakeCurrent()
232 if (oldTag == NULL && newVendor == NULL) { in CommonMakeCurrent()
235 } else if (oldTag != NULL && newVendor != NULL in CommonMakeCurrent()
262 if (newVendor != NULL) { in CommonMakeCurrent()
263 …int ret = CommonMakeNewCurrent(client, newVendor, drawable, readdrawable, context, &reply.contextT… in CommonMakeCurrent()