Lines Matching refs:newContext
1701 DRIContextPrivPtr newContext = (DRIContextPrivPtr)newctx;
1702 ScreenPtr pScreen = newContext->pScreen;
1712 if (!newContext) {
1714 "[DRI] Context Switch Error: oldContext=%x, newContext=%x\n",
1715 oldContext, newContext);
1730 newContext,
1731 newContext ? newContext->flags : 0,
1732 newContext ? newContext->hwContext : -1);
1753 newContextStore = DRIGetContextStore(newContext);
1754 if ((newContext->valid3D) &&
1755 (newContext->hwContext != pDRIPriv->myContext)) {
1767 if (newContext->flags & DRI_CONTEXT_2DONLY) {
1773 newContextStore = DRIGetContextStore(newContext);
1779 if (pDRIPriv->lastPartial3DContext == newContext) {
1785 newContextStore = DRIGetContextStore(newContext);
1807 newContextStore = DRIGetContextStore(newContext);
1808 if ((newContext->valid3D) &&
1809 (newContext->hwContext != pDRIPriv->myContext)) {
1823 newContextStore = DRIGetContextStore(newContext);
1824 if ((newContext->valid3D) &&
1825 (newContext->hwContext != pDRIPriv->myContext)) {