Searched refs:oldTag (Results 1 – 1 of 1) sorted by relevance
209 GlxContextTagInfo *oldTag = NULL; in CommonMakeCurrent() local220 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 …]