Lines Matching refs:newContext
1720 DRIContextPrivPtr newContext = (DRIContextPrivPtr) newctx;
1721 ScreenPtr pScreen = newContext->pScreen;
1732 if (!newContext) {
1734 "[DRI] Context Switch Error: oldContext=%p, newContext=%p\n",
1735 oldContext, newContext);
1750 newContext,
1751 newContext ? newContext->flags : 0,
1752 newContext ? newContext->hwContext : -1);
1774 newContextStore = DRIGetContextStore(newContext);
1775 if ((newContext->valid3D) &&
1776 (newContext->hwContext != pDRIPriv->myContext)) {
1788 if (newContext->flags & DRI_CONTEXT_2DONLY) {
1794 newContextStore = DRIGetContextStore(newContext);
1800 if (pDRIPriv->lastPartial3DContext == newContext) {
1806 newContextStore = DRIGetContextStore(newContext);
1828 newContextStore = DRIGetContextStore(newContext);
1829 if ((newContext->valid3D) &&
1830 (newContext->hwContext != pDRIPriv->myContext)) {
1844 newContextStore = DRIGetContextStore(newContext);
1845 if ((newContext->valid3D) &&
1846 (newContext->hwContext != pDRIPriv->myContext)) {