Home
last modified time | relevance | path

Searched refs:DRIGetContextStore (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c1008 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()
[all …]
H A Ddri.h276 extern _X_EXPORT void *DRIGetContextStore(DRIContextPrivPtr context);