Lines Matching refs:DRIGetContextStore
1008 contextStore = DRIGetContextStore(pDRIContextPriv); in DRICreateDummyContext()
1034 contextStore = DRIGetContextStore(pDRIContextPriv); in DRIDestroyDummyContext()
1065 contextStore = DRIGetContextStore(pDRIContextPriv); in DRICreateContext()
1101 contextStore = DRIGetContextStore(pDRIContextPriv); in DRIContextPrivDelete()
1767 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1774 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1792 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1794 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1804 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1806 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1814 oldContextStore = DRIGetContextStore(oldContext); in DRISwapContext()
1816 DRIGetContextStore(pDRIPriv->lastPartial3DContext); in DRISwapContext()
1828 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1844 newContextStore = DRIGetContextStore(newContext); in DRISwapContext()
1865 DRIGetContextStore(DRIContextPrivPtr context) in DRIGetContextStore() function