Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c209 GlxContextTagInfo *oldTag = NULL; in CommonMakeCurrent() local
220 oldTag = GlxLookupContextTag(client, oldContextTag); in CommonMakeCurrent()
221 if (oldTag == NULL) { in CommonMakeCurrent()
232 if (oldTag == NULL && newVendor == NULL) { in CommonMakeCurrent()
235 } else if (oldTag != NULL && newVendor != NULL in CommonMakeCurrent()
236 && oldTag->context == context in CommonMakeCurrent()
237 && oldTag->drawable == drawable in CommonMakeCurrent()
238 && oldTag->readdrawable == readdrawable) in CommonMakeCurrent()
241 reply.contextTag = oldTag->tag; in CommonMakeCurrent()
254 if (oldTag != NULL) { in CommonMakeCurrent()
[all …]