Lines Matching refs:oldContext
1719 DRIContextPrivPtr oldContext = (DRIContextPrivPtr) oldctx; in DRISwapContext() local
1735 oldContext, newContext); in DRISwapContext()
1744 oldContext, in DRISwapContext()
1745 oldContext ? oldContext->flags : 0, in DRISwapContext()
1746 oldContext ? oldContext->hwContext : -1); in DRISwapContext()
1766 if (oldContext) { in DRISwapContext()
1767 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1768 oldContext->valid3D = TRUE; in DRISwapContext()
1792 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1797 pDRIPriv->lastPartial3DContext = oldContext; in DRISwapContext()
1799 else if (oldContext->flags & DRI_CONTEXT_2DONLY) { in DRISwapContext()
1804 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1814 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1826 oldContext->valid3D = TRUE; in DRISwapContext()
1842 oldContext->valid3D = TRUE; in DRISwapContext()