Lines Matching refs:newContext
1720 DRIContextPrivPtr newContext = (DRIContextPrivPtr) newctx; in DRISwapContext() local
1721 ScreenPtr pScreen = newContext->pScreen; in DRISwapContext()
1732 if (!newContext) { in DRISwapContext()
1735 oldContext, newContext); in DRISwapContext()
1750 newContext, in DRISwapContext()
1751 newContext ? newContext->flags : 0, in DRISwapContext()
1752 newContext ? newContext->hwContext : -1); in DRISwapContext()
1774 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1775 if ((newContext->valid3D) && in DRISwapContext()
1776 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()
1788 if (newContext->flags & DRI_CONTEXT_2DONLY) { in DRISwapContext()
1794 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1800 if (pDRIPriv->lastPartial3DContext == newContext) { in DRISwapContext()
1806 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1828 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1829 if ((newContext->valid3D) && in DRISwapContext()
1830 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()
1844 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1845 if ((newContext->valid3D) && in DRISwapContext()
1846 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()