Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c1001 void *contextStore; in DRICreateDummyContext() local
1008 contextStore = DRIGetContextStore(pDRIContextPriv); in DRICreateDummyContext()
1014 contextStore)) { in DRICreateDummyContext()
1029 void *contextStore; in DRIDestroyDummyContext() local
1034 contextStore = DRIGetContextStore(pDRIContextPriv); in DRIDestroyDummyContext()
1038 contextStore); in DRIDestroyDummyContext()
1051 void *contextStore; in DRICreateContext() local
1065 contextStore = DRIGetContextStore(pDRIContextPriv); in DRICreateContext()
1070 contextStore))) { in DRICreateContext()
1097 void *contextStore; in DRIContextPrivDelete() local
[all …]