Searched refs:pContextStore (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h61 void** pContextStore; member in struct:_DRIContextPrivRec
H A Ddri.c914 pDRIContextPriv->pContextStore = (void *)(pDRIContextPriv + 1);
1847 return((void *)context->pContextStore);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h58 void **pContextStore; member in struct:_DRIContextPrivRec
H A Ddri.c939 pDRIContextPriv->pContextStore = (void *) (pDRIContextPriv + 1);
1867 return ((void *) context->pContextStore);

Completed in 17 milliseconds